1
- # Copyright (C) 2015 Fulvio Notarstefano
1
+ # Copyright (C) 2016 Fulvio Notarstefano
2
2
# This file is distributed under the GPL-2.0+.
3
3
msgid ""
4
4
msgstr ""
5
5
"Project-Id-Version : WP PHP Console 1.4.0\n "
6
6
"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 "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"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 "
12
12
"Last-Translator : Fulvio Notarstefano <fulvio.notarstefano@gmail.com>\n "
13
13
"Language-Team : Fulvio Notarstefano <fulvio.notarstefano@gmail.com>\n "
14
14
"X-Generator : grunt-wp-i18n 0.5.3\n "
@@ -28,98 +28,98 @@ msgstr ""
28
28
msgid "WP PHP Console"
29
29
msgstr ""
30
30
31
- #: includes/class-wp-php-console.php:172
31
+ #: includes/class-wp-php-console.php:217
32
32
msgid "Settings"
33
33
msgstr ""
34
34
35
- #: includes/class-wp-php-console.php:179
35
+ #: includes/class-wp-php-console.php:224
36
36
msgid "Password"
37
37
msgstr ""
38
38
39
- #: includes/class-wp-php-console.php:187
39
+ #: includes/class-wp-php-console.php:232
40
40
msgid "Allow only on SSL"
41
41
msgstr ""
42
42
43
- #: includes/class-wp-php-console.php:195
43
+ #: includes/class-wp-php-console.php:240
44
44
msgid "Allowed IP Masks"
45
45
msgstr ""
46
46
47
- #: includes/class-wp-php-console.php:203
47
+ #: includes/class-wp-php-console.php:248
48
48
msgid "Register PC Class "
49
49
msgstr ""
50
50
51
- #: includes/class-wp-php-console.php:211
51
+ #: includes/class-wp-php-console.php:256
52
52
msgid "Show Call Stack"
53
53
msgstr ""
54
54
55
- #: includes/class-wp-php-console.php:219
55
+ #: includes/class-wp-php-console.php:264
56
56
msgid "Short Path Names"
57
57
msgstr ""
58
58
59
- #: includes/class-wp-php-console.php:239
59
+ #: includes/class-wp-php-console.php:284
60
60
msgid "Required"
61
61
msgstr ""
62
62
63
- #: includes/class-wp-php-console.php:241
63
+ #: includes/class-wp-php-console.php:286
64
64
msgid "The password for the eval terminal. If empty, the plugin will not work."
65
65
msgstr ""
66
66
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
69
69
msgid "Yes"
70
70
msgstr ""
71
71
72
- #: includes/class-wp-php-console.php:261
72
+ #: includes/class-wp-php-console.php:306
73
73
msgid ""
74
74
"Tick this option if you want the eval terminal to work only on a SSL "
75
75
"connection."
76
76
msgstr ""
77
77
78
- #: includes/class-wp-php-console.php:277
78
+ #: includes/class-wp-php-console.php:322
79
79
msgid "IP addresses (optional)"
80
80
msgstr ""
81
81
82
- #: includes/class-wp-php-console.php:300
82
+ #: includes/class-wp-php-console.php:345
83
83
msgid ""
84
84
"Choose to register PC in the global namespace. Allows to write "
85
85
"<code>PC::debug($var, $tag)</code> or "
86
86
"<code>PC::magic_tag($var)</code> instructions in PHP to inspect "
87
87
"<code>$var</code> in the JavaScript console."
88
88
msgstr ""
89
89
90
- #: includes/class-wp-php-console.php:320
90
+ #: includes/class-wp-php-console.php:365
91
91
msgid ""
92
92
"Choose to also see the call stack when PHP Console writes to the browser's "
93
93
"JavaScript-console."
94
94
msgstr ""
95
95
96
- #: includes/class-wp-php-console.php:340
96
+ #: includes/class-wp-php-console.php:385
97
97
msgid ""
98
98
"Choose to shorten PHP Console error sources and traces paths in browser's "
99
99
"JavaScript-console. Paths like "
100
100
"<code>/server/path/to/document/root/WP/wp-admin/admin.php:31</code> will be "
101
101
"displayed as <code>/W/wp-admin/admin.php:31</code>"
102
102
msgstr ""
103
103
104
- #: includes/class-wp-php-console.php:414
104
+ #: includes/class-wp-php-console.php:459
105
105
msgid ""
106
106
"Set a password for the eval terminal in the options below and hit "
107
107
"<code>save changes</code>."
108
108
msgstr ""
109
109
110
- #: includes/class-wp-php-console.php:415
110
+ #: includes/class-wp-php-console.php:460
111
111
msgid ""
112
112
"Reload any page of your installation and click on the key icon in your "
113
113
"Chrome browser address bar, enter your password and access the terminal."
114
114
msgstr ""
115
115
116
- #: includes/class-wp-php-console.php:416
116
+ #: includes/class-wp-php-console.php:461
117
117
msgid ""
118
118
"From the eval terminal you can execute any PHP or WordPress specific "
119
119
"function, including functions from your plugins and active theme."
120
120
msgstr ""
121
121
122
- #: includes/class-wp-php-console.php:417
122
+ #: includes/class-wp-php-console.php:462
123
123
msgid ""
124
124
"In your PHP code, you can call PHP Console debug statements like "
125
125
"<code>debug($var, $tag)</code> to display PHP variables in the "
@@ -128,7 +128,9 @@ msgid ""
128
128
"screen's Ignore Debug options."
129
129
msgstr ""
130
130
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
132
134
msgid "Please remember to %1$s set a password %2$s if you want to enable terminal."
133
135
msgstr ""
134
136
@@ -151,17 +153,17 @@ msgstr ""
151
153
msgid "https://github.com/unfulvio/"
152
154
msgstr ""
153
155
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
156
158
#. download link for the Chrome extension
157
159
msgctxt "PHP Console, the Chrome Extension"
158
160
msgid ""
159
161
"This plugin allows you to use %s within your WordPress installation for "
160
162
"testing, debugging and development purposes.<br/>Usage instructions:"
161
163
msgstr ""
162
164
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
165
167
msgctxt "PHP Console, the Chrome Extension"
166
168
msgid "Make sure you have downloaded and installed %s."
167
169
msgstr ""
0 commit comments