2
2
# This file is distributed under the GPL-2.0+.
3
3
msgid ""
4
4
msgstr ""
5
- "Project-Id-Version : WP PHP Console 1.5.3 \n "
5
+ "Project-Id-Version : WP PHP Console 1.5.4 \n "
6
6
"Report-Msgid-Bugs-To : https://github.com/unfulvio/wp-php-console\n "
7
- "POT-Creation-Date : 2019-05-22 04:56:12 +00:00\n "
7
+ "POT-Creation-Date : 2019-05-30 03:35:08 +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 "
@@ -24,62 +24,69 @@ msgstr ""
24
24
"X-Textdomain-Support : yes\n "
25
25
"X-Generator : grunt-wp-i18n 1.0.3\n "
26
26
27
- #. Plugin Name of the plugin/theme
28
- msgid "WP PHP Console "
27
+ #: includes/ Plugin.php:113 includes/Settings.php:92
28
+ msgid "Settings "
29
29
msgstr ""
30
30
31
- #: includes/class-wp-php-console-settings.php:80
32
- #: includes/class-wp-php-console.php:87
33
- msgid "Settings"
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"
34
41
msgstr ""
35
42
36
- #: includes/class-wp-php-console-settings .php:87
43
+ #: includes/Settings .php:99
37
44
msgid "Password"
38
45
msgstr ""
39
46
40
- #: includes/class-wp-php-console-settings .php:91
47
+ #: includes/Settings .php:103
41
48
msgid "Allow only on SSL"
42
49
msgstr ""
43
50
44
- #: includes/class-wp-php-console-settings .php:95
51
+ #: includes/Settings .php:107
45
52
msgid "Allowed IP Masks"
46
53
msgstr ""
47
54
48
- #: includes/class-wp-php-console-settings .php:99
55
+ #: includes/Settings .php:111
49
56
msgid "Register PC Class"
50
57
msgstr ""
51
58
52
- #: includes/class-wp-php-console-settings .php:103
59
+ #: includes/Settings .php:115
53
60
msgid "Show Call Stack"
54
61
msgstr ""
55
62
56
- #: includes/class-wp-php-console-settings .php:107
63
+ #: includes/Settings .php:119
57
64
msgid "Short Path Names"
58
65
msgstr ""
59
66
60
- #: includes/class-wp-php-console-settings .php:141
67
+ #: includes/Settings .php:153
61
68
msgid "Usage instructions:"
62
69
msgstr ""
63
70
64
- #: includes/class-wp-php-console-settings .php:151
71
+ #: includes/Settings .php:163
65
72
msgid ""
66
73
"Set a password for the eval terminal in the options below and hit \" Save "
67
74
"Changes\" ."
68
75
msgstr ""
69
76
70
- #: includes/class-wp-php-console-settings .php:152
77
+ #: includes/Settings .php:164
71
78
msgid ""
72
79
"Reload any page of your installation and click on the key icon in your "
73
80
"Chrome browser address bar, enter your password and access the terminal."
74
81
msgstr ""
75
82
76
- #: includes/class-wp-php-console-settings .php:153
83
+ #: includes/Settings .php:165
77
84
msgid ""
78
85
"From the eval terminal you can execute any PHP or WordPress specific "
79
86
"function, including functions from your plugins and active theme."
80
87
msgstr ""
81
88
82
- #: includes/class-wp-php-console-settings .php:156
89
+ #: includes/Settings .php:168
83
90
#. translators: Placeholders: %1$s - PHP code snippet example, %2$s - Chrome
84
91
#. javascript console shortcut
85
92
msgid ""
@@ -89,87 +96,77 @@ msgid ""
89
96
"Terminal screen's \" Ignore Debug options\" ."
90
97
msgstr ""
91
98
92
- #: includes/class-wp-php-console-settings .php:184
99
+ #: includes/Settings .php:196
93
100
msgid "Required"
94
101
msgstr ""
95
102
96
- #: includes/class-wp-php-console-settings .php:185
103
+ #: includes/Settings .php:197
97
104
msgid "The password for the eval terminal. If empty, the plugin will not work."
98
105
msgstr ""
99
106
100
- #: includes/class-wp-php-console-settings.php:201
101
- #: includes/class-wp-php-console-settings.php:250
102
- #: includes/class-wp-php-console-settings.php:276
103
- #: includes/class-wp-php-console-settings.php:293
107
+ #: includes/Settings.php:213 includes/Settings.php:262
108
+ #: includes/Settings.php:288 includes/Settings.php:305
104
109
msgid "Yes"
105
110
msgstr ""
106
111
107
- #: includes/class-wp-php-console-settings .php:202
112
+ #: includes/Settings .php:214
108
113
msgid ""
109
114
"Tick this option if you want the eval terminal to work only on a SSL "
110
115
"connection."
111
116
msgstr ""
112
117
113
- #: includes/class-wp-php-console-settings .php:218
118
+ #: includes/Settings .php:230
114
119
msgid "IP addresses (optional)"
115
120
msgstr ""
116
121
117
- #: includes/class-wp-php-console-settings .php:219
122
+ #: includes/Settings .php:231
118
123
msgid ""
119
124
"You may specify any of the following, to give access to specific IPs to the "
120
125
"eval terminal:"
121
126
msgstr ""
122
127
123
- #: includes/class-wp-php-console-settings .php:223
128
+ #: includes/Settings .php:235
124
129
#. translators: Placeholders: %1$s - a single IP address, %2$s link to Varying
125
130
#. Vagrant Vagrants project repository
126
131
msgid "An IP address (for example %1$s, %2$s default IP address)."
127
132
msgstr ""
128
133
129
- #: includes/class-wp-php-console-settings .php:229
134
+ #: includes/Settings .php:241
130
135
#. translators: Placeholders: %1$s a range of IP addresses, %2$s - comma
131
136
#. separated IP addresses
132
137
msgid "A range of addresses (%1$s) or multiple addresses, comma separated (%2$s)."
133
138
msgstr ""
134
139
135
- #: includes/class-wp-php-console-settings .php:252
140
+ #: includes/Settings .php:264
136
141
msgid "Tick to register PC class in the global namespace."
137
142
msgstr ""
138
143
139
- #: includes/class-wp-php-console-settings .php:256
144
+ #: includes/Settings .php:268
140
145
#. translators: Placeholders: %1$s, %2$s and %3$s are PHP code snippets
141
146
#. examples
142
147
msgid ""
143
148
"Allows to write %1$s or %2$s instructions in PHP to inspect %3$s in the "
144
149
"JavaScript console."
145
150
msgstr ""
146
151
147
- #: includes/class-wp-php-console-settings .php:277
152
+ #: includes/Settings .php:289
148
153
msgid ""
149
154
"Tick to see the full call stack when PHP Console writes to the browser "
150
155
"JavaScript console."
151
156
msgstr ""
152
157
153
- #: includes/class-wp-php-console-settings .php:295
158
+ #: includes/Settings .php:307
154
159
msgid ""
155
160
"Tick to shorten the length of PHP Console error sources and traces paths in "
156
161
"browser JavaScript console for better readability."
157
162
msgstr ""
158
163
159
- #: includes/class-wp-php-console-settings .php:299
164
+ #: includes/Settings .php:311
160
165
#. translators: Placeholders: %1$s - long server path, %2$s - shortened server
161
166
#. path
162
167
msgid "Paths like %1$s will be displayed as %2$s"
163
168
msgstr ""
164
169
165
- #: includes/class-wp-php-console.php:321
166
- #. translators: Placeholders: %1$s - WP Php Console name, %2$s - opening HTML
167
- #. <a> link tag; %3$s closing HTML </a> link tag
168
- msgid ""
169
- "%1$s: Please remember to %2$sset a password%3$s if you want to enable the "
170
- "terminal."
171
- msgstr ""
172
-
173
170
#. Plugin URI of the plugin/theme
174
171
msgid "https://github.com/unfulvio/wp-php-console/"
175
172
msgstr ""
@@ -189,7 +186,7 @@ msgstr ""
189
186
msgid "https://github.com/unfulvio/"
190
187
msgstr ""
191
188
192
- #: includes/class-wp-php-console-settings .php:138
189
+ #: includes/Settings .php:150
193
190
#. translators: Placeholder: %s refers to the PHP Console library, pointing to
194
191
#. its GitHub repository
195
192
msgctxt "PHP Console, the PHP Library"
@@ -198,7 +195,7 @@ msgid ""
198
195
"testing, debugging and development purposes."
199
196
msgstr ""
200
197
201
- #: includes/class-wp-php-console-settings .php:148
198
+ #: includes/Settings .php:160
202
199
#. translators: Placeholder: %s represents the Google Chrome PHP Console
203
200
#. extension download link
204
201
msgctxt "PHP Console, the Chrome Extension"
0 commit comments