Skip to content

Commit f42ae94

Browse files
committed
stable tag 1.4.0
1 parent 794f7ad commit f42ae94

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

languages/wp-php-console.pot

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2015 Fulvio Notarstefano
1+
# Copyright (C) 2016 Fulvio Notarstefano
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
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 <fulvio.notarstefano@gmail.com>\n"
1313
"Language-Team: Fulvio Notarstefano <fulvio.notarstefano@gmail.com>\n"
1414
"X-Generator: grunt-wp-i18n 0.5.3\n"
@@ -28,98 +28,98 @@ msgstr ""
2828
msgid "WP PHP Console"
2929
msgstr ""
3030

31-
#: includes/class-wp-php-console.php:172
31+
#: includes/class-wp-php-console.php:217
3232
msgid "Settings"
3333
msgstr ""
3434

35-
#: includes/class-wp-php-console.php:179
35+
#: includes/class-wp-php-console.php:224
3636
msgid "Password"
3737
msgstr ""
3838

39-
#: includes/class-wp-php-console.php:187
39+
#: includes/class-wp-php-console.php:232
4040
msgid "Allow only on SSL"
4141
msgstr ""
4242

43-
#: includes/class-wp-php-console.php:195
43+
#: includes/class-wp-php-console.php:240
4444
msgid "Allowed IP Masks"
4545
msgstr ""
4646

47-
#: includes/class-wp-php-console.php:203
47+
#: includes/class-wp-php-console.php:248
4848
msgid "Register PC Class "
4949
msgstr ""
5050

51-
#: includes/class-wp-php-console.php:211
51+
#: includes/class-wp-php-console.php:256
5252
msgid "Show Call Stack"
5353
msgstr ""
5454

55-
#: includes/class-wp-php-console.php:219
55+
#: includes/class-wp-php-console.php:264
5656
msgid "Short Path Names"
5757
msgstr ""
5858

59-
#: includes/class-wp-php-console.php:239
59+
#: includes/class-wp-php-console.php:284
6060
msgid "Required"
6161
msgstr ""
6262

63-
#: includes/class-wp-php-console.php:241
63+
#: includes/class-wp-php-console.php:286
6464
msgid "The password for the eval terminal. If empty, the plugin will not work."
6565
msgstr ""
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
6969
msgid "Yes"
7070
msgstr ""
7171

72-
#: includes/class-wp-php-console.php:261
72+
#: includes/class-wp-php-console.php:306
7373
msgid ""
7474
"Tick this option if you want the eval terminal to work only on a SSL "
7575
"connection."
7676
msgstr ""
7777

78-
#: includes/class-wp-php-console.php:277
78+
#: includes/class-wp-php-console.php:322
7979
msgid "IP addresses (optional)"
8080
msgstr ""
8181

82-
#: includes/class-wp-php-console.php:300
82+
#: includes/class-wp-php-console.php:345
8383
msgid ""
8484
"Choose to register PC in the global namespace. Allows to write "
8585
"<code>PC::debug(&#36;var, &#36;tag)</code> or "
8686
"<code>PC::magic_tag(&#36;var)</code> instructions in PHP to inspect "
8787
"<code>&#36;var</code> in the JavaScript console."
8888
msgstr ""
8989

90-
#: includes/class-wp-php-console.php:320
90+
#: includes/class-wp-php-console.php:365
9191
msgid ""
9292
"Choose to also see the call stack when PHP Console writes to the browser's "
9393
"JavaScript-console."
9494
msgstr ""
9595

96-
#: includes/class-wp-php-console.php:340
96+
#: includes/class-wp-php-console.php:385
9797
msgid ""
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>"
102102
msgstr ""
103103

104-
#: includes/class-wp-php-console.php:414
104+
#: includes/class-wp-php-console.php:459
105105
msgid ""
106106
"Set a password for the eval terminal in the options below and hit "
107107
"<code>save changes</code>."
108108
msgstr ""
109109

110-
#: includes/class-wp-php-console.php:415
110+
#: includes/class-wp-php-console.php:460
111111
msgid ""
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."
114114
msgstr ""
115115

116-
#: includes/class-wp-php-console.php:416
116+
#: includes/class-wp-php-console.php:461
117117
msgid ""
118118
"From the eval terminal you can execute any PHP or WordPress specific "
119119
"function, including functions from your plugins and active theme."
120120
msgstr ""
121121

122-
#: includes/class-wp-php-console.php:417
122+
#: includes/class-wp-php-console.php:462
123123
msgid ""
124124
"In your PHP code, you can call PHP Console debug statements like "
125125
"<code>debug(&#36;var, &#36;tag)</code> to display PHP variables in the "
@@ -128,7 +128,9 @@ msgid ""
128128
"screen's Ignore Debug options."
129129
msgstr ""
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
132134
msgid "Please remember to %1$s set a password %2$s if you want to enable terminal."
133135
msgstr ""
134136

@@ -151,17 +153,17 @@ msgstr ""
151153
msgid "https://github.com/unfulvio/"
152154
msgstr ""
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
157159
msgctxt "PHP Console, the Chrome Extension"
158160
msgid ""
159161
"This plugin allows you to use %s within your WordPress installation for "
160162
"testing, debugging and development purposes.<br/>Usage instructions:"
161163
msgstr ""
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
165167
msgctxt "PHP Console, the Chrome Extension"
166168
msgid "Make sure you have downloaded and installed %s."
167169
msgstr ""

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: development, debug, debugging
55
Requires at least: 3.6.0
66
Tested up to: 4.4.1
7-
Stable tag: 1.4.1
7+
Stable tag: 1.4.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)