Skip to content

Commit 73a26a5

Browse files
committed
update potfile
1 parent 03a21db commit 73a26a5

File tree

2 files changed

+86
-63
lines changed

2 files changed

+86
-63
lines changed

languages/wp-php-console.pot

Lines changed: 83 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2019 Fulvio Notarstefano
1+
# Copyright (C) 2020 Fulvio Notarstefano
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WP PHP Console 1.5.4\n"
5+
"Project-Id-Version: WP PHP Console 1.6.0\n"
66
"Report-Msgid-Bugs-To: https://github.com/unfulvio/wp-php-console\n"
7-
"POT-Creation-Date: 2019-05-30 03:39:12+00:00\n"
7+
"POT-Creation-Date: 2020-11-09 03:25:23+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: 2019-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Fulvio Notarstefano <[email protected]>\n"
1313
"Language-Team: Fulvio Notarstefano <[email protected]>\n"
1414
"Language: en_US\n"
@@ -24,69 +24,70 @@ msgstr ""
2424
"X-Textdomain-Support: yes\n"
2525
"X-Generator: grunt-wp-i18n 1.0.3\n"
2626

27-
#: includes/Plugin.php:113 includes/Settings.php:92
27+
#: src/Admin/SettingsPage.php:88 src/Admin.php:86
2828
msgid "Settings"
2929
msgstr ""
3030

31-
#: includes/Plugin.php:386
32-
#. translators: Placeholders: %1$s - WP PHP Console name, %2$s - opening HTML
33-
#. <a> link tag; %3$s closing HTML </a> link tag
34-
msgid ""
35-
"%1$s: Please remember to %2$sset a password%3$s if you want to enable the "
36-
"terminal."
37-
msgstr ""
38-
39-
#. Plugin Name of the plugin/theme
40-
msgid "WP PHP Console"
41-
msgstr ""
42-
43-
#: includes/Settings.php:99
31+
#: src/Admin/SettingsPage.php:95
4432
msgid "Password"
4533
msgstr ""
4634

47-
#: includes/Settings.php:103
35+
#: src/Admin/SettingsPage.php:103
4836
msgid "Allow only on SSL"
4937
msgstr ""
5038

51-
#: includes/Settings.php:107
39+
#: src/Admin/SettingsPage.php:110
5240
msgid "Allowed IP Masks"
5341
msgstr ""
5442

55-
#: includes/Settings.php:111
43+
#: src/Admin/SettingsPage.php:117
5644
msgid "Register PC Class"
5745
msgstr ""
5846

59-
#: includes/Settings.php:115
47+
#: src/Admin/SettingsPage.php:124
6048
msgid "Show Call Stack"
6149
msgstr ""
6250

63-
#: includes/Settings.php:119
51+
#: src/Admin/SettingsPage.php:131
6452
msgid "Short Path Names"
6553
msgstr ""
6654

67-
#: includes/Settings.php:153
55+
#: src/Admin/SettingsPage.php:170
6856
msgid "Usage instructions:"
6957
msgstr ""
7058

71-
#: includes/Settings.php:163
59+
#: src/Admin/SettingsPage.php:179
60+
#. translators: Placeholder: %s - PHP Console extension name
61+
msgid "%s extension for Google Chrome"
62+
msgstr ""
63+
64+
#: src/Admin/SettingsPage.php:183
65+
#. translators: Placeholders: %1$s - opening PHP <a> link tag, %2$s - closing
66+
#. PHP </a> link tag
67+
msgid ""
68+
"If the Chrome extension is unavailable from the web store, you may "
69+
"%1$sdownload and install it from the source%2$s."
70+
msgstr ""
71+
72+
#: src/Admin/SettingsPage.php:187
7273
msgid ""
7374
"Set a password for the eval terminal in the options below and hit \"Save "
7475
"Changes\"."
7576
msgstr ""
7677

77-
#: includes/Settings.php:164
78+
#: src/Admin/SettingsPage.php:188
7879
msgid ""
7980
"Reload any page of your installation and click on the key icon in your "
8081
"Chrome browser address bar, enter your password and access the terminal."
8182
msgstr ""
8283

83-
#: includes/Settings.php:165
84+
#: src/Admin/SettingsPage.php:189
8485
msgid ""
8586
"From the eval terminal you can execute any PHP or WordPress specific "
8687
"function, including functions from your plugins and active theme."
8788
msgstr ""
8889

89-
#: includes/Settings.php:168
90+
#: src/Admin/SettingsPage.php:192
9091
#. translators: Placeholders: %1$s - PHP code snippet example, %2$s - Chrome
9192
#. javascript console shortcut
9293
msgid ""
@@ -96,77 +97,96 @@ msgid ""
9697
"Terminal screen's \"Ignore Debug options\"."
9798
msgstr ""
9899

99-
#: includes/Settings.php:196
100+
#: src/Admin/SettingsPage.php:296
100101
msgid "Required"
101102
msgstr ""
102103

103-
#: includes/Settings.php:197
104-
msgid "The password for the eval terminal. If empty, the plugin will not work."
105-
msgstr ""
106-
107-
#: includes/Settings.php:213 includes/Settings.php:262
108-
#: includes/Settings.php:288 includes/Settings.php:305
109-
msgid "Yes"
110-
msgstr ""
111-
112-
#: includes/Settings.php:214
113-
msgid ""
114-
"Tick this option if you want the eval terminal to work only on a SSL "
115-
"connection."
116-
msgstr ""
117-
118-
#: includes/Settings.php:230
119-
msgid "IP addresses (optional)"
104+
#: src/Admin/SettingsPage.php:323
105+
msgid "The password for the eval terminal. If empty, the connector will not work."
120106
msgstr ""
121107

122-
#: includes/Settings.php:231
108+
#: src/Admin/SettingsPage.php:336
123109
msgid ""
124110
"You may specify any of the following, to give access to specific IPs to the "
125111
"eval terminal:"
126112
msgstr ""
127113

128-
#: includes/Settings.php:235
114+
#: src/Admin/SettingsPage.php:340
129115
#. translators: Placeholders: %1$s - a single IP address, %2$s link to Varying
130116
#. Vagrant Vagrants project repository
131117
msgid "An IP address (for example %1$s, %2$s default IP address)."
132118
msgstr ""
133119

134-
#: includes/Settings.php:241
120+
#: src/Admin/SettingsPage.php:346
135121
#. translators: Placeholders: %1$s a range of IP addresses, %2$s - comma
136122
#. separated IP addresses
137123
msgid "A range of addresses (%1$s) or multiple addresses, comma separated (%2$s)."
138124
msgstr ""
139125

140-
#: includes/Settings.php:264
141-
msgid "Tick to register PC class in the global namespace."
126+
#: src/Admin/SettingsPage.php:374
127+
msgid "Yes"
128+
msgstr ""
129+
130+
#: src/Admin/SettingsPage.php:408
131+
msgid ""
132+
"Enable this option if you want the eval terminal to work only on a SSL "
133+
"connection."
134+
msgstr ""
135+
136+
#: src/Admin/SettingsPage.php:422
137+
msgid "Enable to register PC class in the global namespace."
142138
msgstr ""
143139

144-
#: includes/Settings.php:268
140+
#: src/Admin/SettingsPage.php:426
145141
#. translators: Placeholders: %1$s, %2$s and %3$s are PHP code snippets
146142
#. examples
147143
msgid ""
148144
"Allows to write %1$s or %2$s instructions in PHP to inspect %3$s in the "
149145
"JavaScript console."
150146
msgstr ""
151147

152-
#: includes/Settings.php:289
148+
#: src/Admin/SettingsPage.php:443
153149
msgid ""
154-
"Tick to see the full call stack when PHP Console writes to the browser "
150+
"Enable to see the full call stack when PHP Console writes to the browser "
155151
"JavaScript console."
156152
msgstr ""
157153

158-
#: includes/Settings.php:307
154+
#: src/Admin/SettingsPage.php:457
159155
msgid ""
160-
"Tick to shorten the length of PHP Console error sources and traces paths in "
161-
"browser JavaScript console for better readability."
156+
"Enable to shorten the length of PHP Console error sources and traces paths "
157+
"in browser JavaScript console for better readability."
162158
msgstr ""
163159

164-
#: includes/Settings.php:311
160+
#: src/Admin/SettingsPage.php:461
165161
#. translators: Placeholders: %1$s - long server path, %2$s - shortened server
166162
#. path
167163
msgid "Paths like %1$s will be displayed as %2$s"
168164
msgstr ""
169165

166+
#: src/Admin.php:61
167+
#. translators: Placeholders: %1$s - WP PHP Console name, %2$s - opening HTML
168+
#. <a> link tag; %3$s closing HTML </a> link tag
169+
msgid ""
170+
"%1$s: Please remember to %2$sset a password%3$s if you want to enable the "
171+
"terminal."
172+
msgstr ""
173+
174+
#: src/Admin.php:87
175+
msgid "GitHub"
176+
msgstr ""
177+
178+
#: src/Admin.php:88
179+
msgid "Support"
180+
msgstr ""
181+
182+
#: src/Admin.php:89
183+
msgid "Review"
184+
msgstr ""
185+
186+
#. Plugin Name of the plugin/theme
187+
msgid "WP PHP Console"
188+
msgstr ""
189+
170190
#. Plugin URI of the plugin/theme
171191
msgid "https://github.com/unfulvio/wp-php-console/"
172192
msgstr ""
@@ -186,7 +206,7 @@ msgstr ""
186206
msgid "https://github.com/unfulvio/"
187207
msgstr ""
188208

189-
#: includes/Settings.php:150
209+
#: src/Admin/SettingsPage.php:166
190210
#. translators: Placeholder: %s refers to the PHP Console library, pointing to
191211
#. its GitHub repository
192212
msgctxt "PHP Console, the PHP Library"
@@ -195,9 +215,9 @@ msgid ""
195215
"testing, debugging and development purposes."
196216
msgstr ""
197217

198-
#: includes/Settings.php:160
199-
#. translators: Placeholder: %s represents the Google Chrome PHP Console
200-
#. extension download link
218+
#: src/Admin/SettingsPage.php:177
219+
#. translators: Placeholder: %s - the Google Chrome PHP Console extension
220+
#. download link
201221
msgctxt "PHP Console, the Chrome Extension"
202-
msgid "Make sure you have downloaded and installed %s."
222+
msgid "Make sure you have downloaded and installed the %s."
203223
msgstr ""

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/unfulvio/wp-php-console"
10+
},,
11+
"dependencies": {
12+
"coffeescript": "^2.5.1"
1013
},
1114
"devDependencies": {
1215
"grunt": "^1.3.0",

0 commit comments

Comments
 (0)