diff --git a/languages/wp-php-console.pot b/languages/wp-php-console.pot index 722c35a..f31de53 100644 --- a/languages/wp-php-console.pot +++ b/languages/wp-php-console.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2015 Fulvio Notarstefano +# Copyright (C) 2016 Fulvio Notarstefano # This file is distributed under the GPL-2.0+. msgid "" msgstr "" "Project-Id-Version: WP PHP Console 1.4.0\n" "Report-Msgid-Bugs-To: https://github.com/unfulvio/wp-php-console\n" -"POT-Creation-Date: 2015-11-30 08:20:19+00:00\n" +"POT-Creation-Date: 2016-01-11 09:13:48+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" "Last-Translator: Fulvio Notarstefano \n" "Language-Team: Fulvio Notarstefano \n" "X-Generator: grunt-wp-i18n 0.5.3\n" @@ -28,58 +28,58 @@ msgstr "" msgid "WP PHP Console" msgstr "" -#: includes/class-wp-php-console.php:172 +#: includes/class-wp-php-console.php:217 msgid "Settings" msgstr "" -#: includes/class-wp-php-console.php:179 +#: includes/class-wp-php-console.php:224 msgid "Password" msgstr "" -#: includes/class-wp-php-console.php:187 +#: includes/class-wp-php-console.php:232 msgid "Allow only on SSL" msgstr "" -#: includes/class-wp-php-console.php:195 +#: includes/class-wp-php-console.php:240 msgid "Allowed IP Masks" msgstr "" -#: includes/class-wp-php-console.php:203 +#: includes/class-wp-php-console.php:248 msgid "Register PC Class " msgstr "" -#: includes/class-wp-php-console.php:211 +#: includes/class-wp-php-console.php:256 msgid "Show Call Stack" msgstr "" -#: includes/class-wp-php-console.php:219 +#: includes/class-wp-php-console.php:264 msgid "Short Path Names" msgstr "" -#: includes/class-wp-php-console.php:239 +#: includes/class-wp-php-console.php:284 msgid "Required" msgstr "" -#: includes/class-wp-php-console.php:241 +#: includes/class-wp-php-console.php:286 msgid "The password for the eval terminal. If empty, the plugin will not work." msgstr "" -#: includes/class-wp-php-console.php:259 includes/class-wp-php-console.php:298 -#: includes/class-wp-php-console.php:318 includes/class-wp-php-console.php:338 +#: includes/class-wp-php-console.php:304 includes/class-wp-php-console.php:343 +#: includes/class-wp-php-console.php:363 includes/class-wp-php-console.php:383 msgid "Yes" msgstr "" -#: includes/class-wp-php-console.php:261 +#: includes/class-wp-php-console.php:306 msgid "" "Tick this option if you want the eval terminal to work only on a SSL " "connection." msgstr "" -#: includes/class-wp-php-console.php:277 +#: includes/class-wp-php-console.php:322 msgid "IP addresses (optional)" msgstr "" -#: includes/class-wp-php-console.php:300 +#: includes/class-wp-php-console.php:345 msgid "" "Choose to register PC in the global namespace. Allows to write " "PC::debug($var, $tag) or " @@ -87,13 +87,13 @@ msgid "" "$var in the JavaScript console." msgstr "" -#: includes/class-wp-php-console.php:320 +#: includes/class-wp-php-console.php:365 msgid "" "Choose to also see the call stack when PHP Console writes to the browser's " "JavaScript-console." msgstr "" -#: includes/class-wp-php-console.php:340 +#: includes/class-wp-php-console.php:385 msgid "" "Choose to shorten PHP Console error sources and traces paths in browser's " "JavaScript-console. Paths like " @@ -101,25 +101,25 @@ msgid "" "displayed as /W/wp-admin/admin.php:31" msgstr "" -#: includes/class-wp-php-console.php:414 +#: includes/class-wp-php-console.php:459 msgid "" "Set a password for the eval terminal in the options below and hit " "save changes." msgstr "" -#: includes/class-wp-php-console.php:415 +#: includes/class-wp-php-console.php:460 msgid "" "Reload any page of your installation and click on the key icon in your " "Chrome browser address bar, enter your password and access the terminal." msgstr "" -#: includes/class-wp-php-console.php:416 +#: includes/class-wp-php-console.php:461 msgid "" "From the eval terminal you can execute any PHP or WordPress specific " "function, including functions from your plugins and active theme." msgstr "" -#: includes/class-wp-php-console.php:417 +#: includes/class-wp-php-console.php:462 msgid "" "In your PHP code, you can call PHP Console debug statements like " "debug($var, $tag) to display PHP variables in the " @@ -128,7 +128,9 @@ msgid "" "screen's Ignore Debug options." msgstr "" -#: includes/class-wp-php-console.php:491 +#: includes/class-wp-php-console.php:564 +#. translators: Placeholders: %1$s - opening HTML link tag; %2$s closing +#. HTML link tag msgid "Please remember to %1$s set a password %2$s if you want to enable terminal." msgstr "" @@ -151,8 +153,8 @@ msgstr "" msgid "https://github.com/unfulvio/" msgstr "" -#: includes/class-wp-php-console.php:410 -#. Translators: %s refers to 'PHP Console' Chrome extension, will print +#: includes/class-wp-php-console.php:455 +#. translators: %s refers to 'PHP Console' Chrome extension, will print #. download link for the Chrome extension msgctxt "PHP Console, the Chrome Extension" msgid "" @@ -160,8 +162,8 @@ msgid "" "testing, debugging and development purposes.
Usage instructions:" msgstr "" -#: includes/class-wp-php-console.php:413 -#. Translators: Install PHP Console extension for Google Chrome download link +#: includes/class-wp-php-console.php:458 +#. translators: Install PHP Console extension for Google Chrome download link msgctxt "PHP Console, the Chrome Extension" msgid "Make sure you have downloaded and installed %s." msgstr "" \ No newline at end of file diff --git a/readme.txt b/readme.txt index 6a916e7..9832245 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: development, debug, debugging Requires at least: 3.6.0 Tested up to: 4.4.1 -Stable tag: 1.4.1 +Stable tag: 1.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html