1- # Copyright (C) 2015 Fulvio Notarstefano
1+ # Copyright (C) 2016 Fulvio Notarstefano
22# This file is distributed under the GPL-2.0+.
33msgid ""
44msgstr ""
55"Project-Id-Version : WP PHP Console 1.4.0\n "
66"Report-Msgid-Bugs-To : https://github.com/unfulvio/wp-php-console\n "
7- "POT-Creation-Date : 2015-11-30 08:20:19 +00:00\n "
7+ "POT-Creation-Date : 2016-01-11 09:13:48 +00:00\n "
88"MIME-Version : 1.0\n "
99"Content-Type : text/plain; charset=utf-8\n "
1010"Content-Transfer-Encoding : 8bit\n "
11- "PO-Revision-Date : 2015 -MO-DA HO:MI+ZONE\n "
11+ "PO-Revision-Date : 2016 -MO-DA HO:MI+ZONE\n "
1212"
Last-Translator :
Fulvio Notarstefano <[email protected] >\n "
1313"
Language-Team :
Fulvio Notarstefano <[email protected] >\n "
1414"X-Generator : grunt-wp-i18n 0.5.3\n "
@@ -28,98 +28,98 @@ msgstr ""
2828msgid "WP PHP Console"
2929msgstr ""
3030
31- #: includes/class-wp-php-console.php:172
31+ #: includes/class-wp-php-console.php:217
3232msgid "Settings"
3333msgstr ""
3434
35- #: includes/class-wp-php-console.php:179
35+ #: includes/class-wp-php-console.php:224
3636msgid "Password"
3737msgstr ""
3838
39- #: includes/class-wp-php-console.php:187
39+ #: includes/class-wp-php-console.php:232
4040msgid "Allow only on SSL"
4141msgstr ""
4242
43- #: includes/class-wp-php-console.php:195
43+ #: includes/class-wp-php-console.php:240
4444msgid "Allowed IP Masks"
4545msgstr ""
4646
47- #: includes/class-wp-php-console.php:203
47+ #: includes/class-wp-php-console.php:248
4848msgid "Register PC Class "
4949msgstr ""
5050
51- #: includes/class-wp-php-console.php:211
51+ #: includes/class-wp-php-console.php:256
5252msgid "Show Call Stack"
5353msgstr ""
5454
55- #: includes/class-wp-php-console.php:219
55+ #: includes/class-wp-php-console.php:264
5656msgid "Short Path Names"
5757msgstr ""
5858
59- #: includes/class-wp-php-console.php:239
59+ #: includes/class-wp-php-console.php:284
6060msgid "Required"
6161msgstr ""
6262
63- #: includes/class-wp-php-console.php:241
63+ #: includes/class-wp-php-console.php:286
6464msgid "The password for the eval terminal. If empty, the plugin will not work."
6565msgstr ""
6666
67- #: includes/class-wp-php-console.php:259 includes/class-wp-php-console.php:298
68- #: includes/class-wp-php-console.php:318 includes/class-wp-php-console.php:338
67+ #: includes/class-wp-php-console.php:304 includes/class-wp-php-console.php:343
68+ #: includes/class-wp-php-console.php:363 includes/class-wp-php-console.php:383
6969msgid "Yes"
7070msgstr ""
7171
72- #: includes/class-wp-php-console.php:261
72+ #: includes/class-wp-php-console.php:306
7373msgid ""
7474"Tick this option if you want the eval terminal to work only on a SSL "
7575"connection."
7676msgstr ""
7777
78- #: includes/class-wp-php-console.php:277
78+ #: includes/class-wp-php-console.php:322
7979msgid "IP addresses (optional)"
8080msgstr ""
8181
82- #: includes/class-wp-php-console.php:300
82+ #: includes/class-wp-php-console.php:345
8383msgid ""
8484"Choose to register PC in the global namespace. Allows to write "
8585"<code>PC::debug($var, $tag)</code> or "
8686"<code>PC::magic_tag($var)</code> instructions in PHP to inspect "
8787"<code>$var</code> in the JavaScript console."
8888msgstr ""
8989
90- #: includes/class-wp-php-console.php:320
90+ #: includes/class-wp-php-console.php:365
9191msgid ""
9292"Choose to also see the call stack when PHP Console writes to the browser's "
9393"JavaScript-console."
9494msgstr ""
9595
96- #: includes/class-wp-php-console.php:340
96+ #: includes/class-wp-php-console.php:385
9797msgid ""
9898"Choose to shorten PHP Console error sources and traces paths in browser's "
9999"JavaScript-console. Paths like "
100100"<code>/server/path/to/document/root/WP/wp-admin/admin.php:31</code> will be "
101101"displayed as <code>/W/wp-admin/admin.php:31</code>"
102102msgstr ""
103103
104- #: includes/class-wp-php-console.php:414
104+ #: includes/class-wp-php-console.php:459
105105msgid ""
106106"Set a password for the eval terminal in the options below and hit "
107107"<code>save changes</code>."
108108msgstr ""
109109
110- #: includes/class-wp-php-console.php:415
110+ #: includes/class-wp-php-console.php:460
111111msgid ""
112112"Reload any page of your installation and click on the key icon in your "
113113"Chrome browser address bar, enter your password and access the terminal."
114114msgstr ""
115115
116- #: includes/class-wp-php-console.php:416
116+ #: includes/class-wp-php-console.php:461
117117msgid ""
118118"From the eval terminal you can execute any PHP or WordPress specific "
119119"function, including functions from your plugins and active theme."
120120msgstr ""
121121
122- #: includes/class-wp-php-console.php:417
122+ #: includes/class-wp-php-console.php:462
123123msgid ""
124124"In your PHP code, you can call PHP Console debug statements like "
125125"<code>debug($var, $tag)</code> to display PHP variables in the "
@@ -128,7 +128,9 @@ msgid ""
128128"screen's Ignore Debug options."
129129msgstr ""
130130
131- #: includes/class-wp-php-console.php:491
131+ #: includes/class-wp-php-console.php:564
132+ #. translators: Placeholders: %1$s - opening HTML <a> link tag; %2$s closing
133+ #. HTML </a> link tag
132134msgid "Please remember to %1$s set a password %2$s if you want to enable terminal."
133135msgstr ""
134136
@@ -151,17 +153,17 @@ msgstr ""
151153msgid "https://github.com/unfulvio/"
152154msgstr ""
153155
154- #: includes/class-wp-php-console.php:410
155- #. Translators : %s refers to 'PHP Console' Chrome extension, will print
156+ #: includes/class-wp-php-console.php:455
157+ #. translators : %s refers to 'PHP Console' Chrome extension, will print
156158#. download link for the Chrome extension
157159msgctxt "PHP Console, the Chrome Extension"
158160msgid ""
159161"This plugin allows you to use %s within your WordPress installation for "
160162"testing, debugging and development purposes.<br/>Usage instructions:"
161163msgstr ""
162164
163- #: includes/class-wp-php-console.php:413
164- #. Translators : Install PHP Console extension for Google Chrome download link
165+ #: includes/class-wp-php-console.php:458
166+ #. translators : Install PHP Console extension for Google Chrome download link
165167msgctxt "PHP Console, the Chrome Extension"
166168msgid "Make sure you have downloaded and installed %s."
167169msgstr ""
0 commit comments