PluginProbe
Code Snippets / 2.13.0
Code Snippets v2.13.0
3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 3.0.1 All 64 releases
code-snippets / languages / code-snippets.pot

code-snippets.pot in Code Snippets 2.13.0, at languages/code-snippets.pot

876 lines 23.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2018 code-snippets
2 # This file is distributed under the same license as the code-snippets package.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: code-snippets\n"
6 "MIME-Version: 1.0\n"
7 "Content-Type: text/plain; charset=UTF-8\n"
8 "Content-Transfer-Encoding: 8bit\n"
9 "Report-Msgid-Bugs-To: https://github.com/sheabunge/code-snippets/issues\n"
10 "X-Poedit-Basepath: ..\n"
11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
12 "X-Poedit-SearchPath-0: .\n"
13 "X-Poedit-SearchPathExcluded-0: *.js\n"
14 "X-Poedit-SourceCharset: UTF-8\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #: code-snippets.php:16, php/admin-menus/class-import-menu.php:102
18 msgid "Code Snippets"
19 msgstr ""
20
21 #: code-snippets.php:17
22 msgid "https://github.com/sheabunge/code-snippets"
23 msgstr ""
24
25 #: code-snippets.php:18
26 msgid "An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!"
27 msgstr ""
28
29 #: code-snippets.php:19
30 msgid "Shea Bunge"
31 msgstr ""
32
33 #: code-snippets.php:20
34 msgid "https://sheabunge.com"
35 msgstr ""
36
37 #: php/class-admin.php:68, php/class-admin.php:129, php/admin-menus/class-manage-menu.php:23, php/admin-menus/class-manage-menu.php:52, php/admin-menus/class-manage-menu.php:91, php/views/manage.php:21
38 msgid "Snippets"
39 msgstr ""
40
41 #: php/class-admin.php:69
42 msgid "Snippets » Settings"
43 msgstr ""
44
45 #: php/class-admin.php:128
46 msgid "Manage your existing snippets"
47 msgstr ""
48
49 #: php/class-admin.php:159
50 msgid "Visit the WordPress.org plugin page"
51 msgstr ""
52
53 #: php/class-admin.php:160
54 msgid "About"
55 msgstr ""
56
57 #: php/class-admin.php:164
58 msgid "Visit the support forums"
59 msgstr ""
60
61 #: php/class-admin.php:165
62 msgid "Support"
63 msgstr ""
64
65 #: php/class-admin.php:169
66 msgid "Support this plugin's development"
67 msgstr ""
68
69 #: php/class-admin.php:170
70 msgid "Donate"
71 msgstr ""
72
73 #: php/class-admin.php:202
74 msgid "<strong>Have feedback on Code Snippets?</strong> Please take the time to answer a short survey on how you use this plugin and what you'd like to see changed or added in the future."
75 msgstr ""
76
77 #: php/class-admin.php:206
78 msgid "Take the survey now"
79 msgstr ""
80
81 #: php/class-admin.php:209
82 msgid "Dismiss"
83 msgstr ""
84
85 #: php/class-contextual-help.php:40
86 msgid "For more information:"
87 msgstr ""
88
89 #: php/class-contextual-help.php:41
90 msgid "About Plugin"
91 msgstr ""
92
93 #: php/class-contextual-help.php:42
94 msgid "FAQ"
95 msgstr ""
96
97 #: php/class-contextual-help.php:43
98 msgid "Support Forums"
99 msgstr ""
100
101 #: php/class-contextual-help.php:44
102 msgid "Plugin Website"
103 msgstr ""
104
105 #: php/class-contextual-help.php:55, php/class-contextual-help.php:84, php/class-contextual-help.php:126
106 msgid "Overview"
107 msgstr ""
108
109 #: php/class-contextual-help.php:56
110 msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. Here you can manage your existing snippets and perform tasks on them such as activating, deactivating, deleting and exporting."
111 msgstr ""
112
113 #: php/class-contextual-help.php:61
114 msgid "Safe Mode"
115 msgstr ""
116
117 #: php/class-contextual-help.php:63
118 msgid "Be sure to check your snippets for errors before you activate them, as a faulty snippet could bring your whole blog down. If your site starts doing strange things, deactivate all your snippets and activate them one at a time."
119 msgstr ""
120
121 #: php/class-contextual-help.php:64
122 msgid "If something goes wrong with a snippet and you can't use WordPress, you can cause all snippets to stop executing by adding <code>define('CODE_SNIPPETS_SAFE_MODE', true);</code> to your <code>wp-config.php</code> file. After you have deactivated the offending snippet, you can turn off safe mode by removing this line or replacing <strong>true</strong> with <strong>false</strong>."
123 msgstr ""
124
125 #: php/class-contextual-help.php:69
126 msgid "Uninstall"
127 msgstr ""
128
129 #. translators: 1: snippets table name, 2: Code Snippets plugin directory
130 #: php/class-contextual-help.php:72
131 msgid "When you delete Code Snippets through the Plugins menu in WordPress it will clear up the <code>%1$s</code> table and a few other bits of data stored in the database. If you want to keep this data (ie: you are only temporally uninstalling Code Snippets) then remove the <code>%2$s</code> folder using FTP."
132 msgstr ""
133
134 #: php/class-contextual-help.php:73
135 msgid "Even if you're sure that you don't want to use Code Snippets ever again on this WordPress installation, you may want to use the export feature to back up your snippets."
136 msgstr ""
137
138 #: php/class-contextual-help.php:85
139 msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. Here you can add a new snippet, or edit an existing one."
140 msgstr ""
141
142 #: php/class-contextual-help.php:89
143 msgid "WP-Snippets"
144 msgstr ""
145
146 #: php/class-contextual-help.php:89
147 msgid "http://wp-snippets.com"
148 msgstr ""
149
150 #: php/class-contextual-help.php:90
151 msgid "WP Snipp"
152 msgstr ""
153
154 #: php/class-contextual-help.php:90
155 msgid "http://wpsnipp.com"
156 msgstr ""
157
158 #: php/class-contextual-help.php:91
159 msgid "Cats Who Code"
160 msgstr ""
161
162 #: php/class-contextual-help.php:91
163 msgid "http://www.catswhocode.com/blog/snippets"
164 msgstr ""
165
166 #: php/class-contextual-help.php:92
167 msgid "WP Function Me"
168 msgstr ""
169
170 #: php/class-contextual-help.php:92
171 msgid "http://www.wpfunction.me"
172 msgstr ""
173
174 #: php/class-contextual-help.php:102
175 msgid "Finding Snippets"
176 msgstr ""
177
178 #: php/class-contextual-help.php:104
179 msgid "Here are some links to websites which host a large number of snippets that you can add to your site:"
180 msgstr ""
181
182 #: php/class-contextual-help.php:106
183 msgid "More places to find snippets, as well as a selection of example snippets, can be found in the <a href=\"https://github.com/sheabunge/code-snippets/wiki/Finding-snippets\">plugin documentation</a>."
184 msgstr ""
185
186 #: php/class-contextual-help.php:111
187 msgid "Adding Snippets"
188 msgstr ""
189
190 #: php/class-contextual-help.php:113
191 msgid "You need to fill out the name and code fields for your snippet to be added. While the description field will add more information about how your snippet works, what is does and where you found it, it is completely optional."
192 msgstr ""
193
194 #: php/class-contextual-help.php:114
195 msgid "Please be sure to check that your snippet is valid PHP code and will not produce errors before adding it through this page. While doing so will not become active straight away, it will help to minimise the chance of a faulty snippet becoming active on your site."
196 msgstr ""
197
198 #: php/class-contextual-help.php:127
199 msgid "Snippets are similar to plugins - they both extend and expand the functionality of WordPress. Snippets are more light-weight, just a few lines of code, and do not put as much load on your server. Here you can load snippets from a Code Snippets (.xml) import file into the database with your existing snippets."
200 msgstr ""
201
202 #: php/class-contextual-help.php:132
203 msgid "Importing"
204 msgstr ""
205
206 #: php/class-contextual-help.php:134
207 msgid "You can load your snippets from a code snippets (.xml) export file using this page."
208 msgstr ""
209
210 #. translators: %s: URL to Snippets admin menu
211 #: php/class-contextual-help.php:136
212 msgid "Snippets will be added to the database along with your existing snippets. Regardless of whether the snippets were active on the previous site, imported snippets are always inactive until activated using the <a href=\"%s\">All Snippets</a> page.</p>"
213 msgstr ""
214
215 #: php/class-contextual-help.php:141
216 msgid "Exporting"
217 msgstr ""
218
219 #. translators: %s: URL to Manage Snippets admin menu
220 #: php/class-contextual-help.php:143
221 msgid "You can save your snippets to a Code Snippets (.xml) export file using the <a href=\"%s\">Manage Snippets</a> page."
222 msgstr ""
223
224 #: php/class-list-table.php:58
225 msgid "Snippets per page"
226 msgstr ""
227
228 #: php/class-list-table.php:148
229 msgid "Network Active"
230 msgstr ""
231
232 #: php/class-list-table.php:150
233 msgid "Network Only"
234 msgstr ""
235
236 #: php/class-list-table.php:156
237 msgid "Edit"
238 msgstr ""
239
240 #: php/class-list-table.php:157, php/class-list-table.php:378
241 msgid "Clone"
242 msgstr ""
243
244 #: php/class-list-table.php:158, php/class-list-table.php:380, php/views/edit.php:155
245 msgid "Export"
246 msgstr ""
247
248 #: php/class-list-table.php:167, php/class-list-table.php:381, php/views/edit.php:168
249 msgid "Delete"
250 msgstr ""
251
252 #: php/class-list-table.php:171
253 msgid "You are about to permanently delete the selected item."
254 msgstr ""
255
256 #: php/class-list-table.php:172, php/views/edit.php:163
257 msgid "'Cancel' to stop, 'OK' to delete."
258 msgstr ""
259
260 #. translators: %d: snippet identifier
261 #: php/class-list-table.php:234
262 msgid "Untitled #%d"
263 msgstr ""
264
265 #: php/class-list-table.php:258
266 msgid "Shared on Network"
267 msgstr ""
268
269 #: php/class-list-table.php:335, php/views/edit.php:77
270 msgid "Name"
271 msgstr ""
272
273 #: php/class-list-table.php:336
274 msgid "ID"
275 msgstr ""
276
277 #: php/class-list-table.php:337, php/admin-menus/class-edit-menu.php:309
278 msgid "Description"
279 msgstr ""
280
281 #: php/class-list-table.php:338, php/admin-menus/class-edit-menu.php:342
282 msgid "Tags"
283 msgstr ""
284
285 #: php/class-list-table.php:339, php/admin-menus/class-edit-menu.php:361
286 msgid "Priority"
287 msgstr ""
288
289 #: php/class-list-table.php:376
290 msgid "Network Activate"
291 msgstr ""
292
293 #: php/class-list-table.php:376
294 msgid "Activate"
295 msgstr ""
296
297 #: php/class-list-table.php:377
298 msgid "Network Deactivate"
299 msgstr ""
300
301 #: php/class-list-table.php:377
302 msgid "Deactivate"
303 msgstr ""
304
305 #: php/class-list-table.php:379, php/views/edit.php:150
306 msgid "Download"
307 msgstr ""
308
309 #. translators: %s: total number of snippets
310 #: php/class-list-table.php:423
311 msgid "All <span class=\"count\">(%s)</span>"
312 msgid_plural "All <span class=\"count\">(%s)</span>"
313 msgstr[0] ""
314 msgstr[1] ""
315
316 #. translators: %s: total number of active snippets
317 #: php/class-list-table.php:426
318 msgid "Active <span class=\"count\">(%s)</span>"
319 msgid_plural "Active <span class=\"count\">(%s)</span>"
320 msgstr[0] ""
321 msgstr[1] ""
322
323 #. translators: %s: total number of inactive snippets
324 #: php/class-list-table.php:429
325 msgid "Inactive <span class=\"count\">(%s)</span>"
326 msgid_plural "Inactive <span class=\"count\">(%s)</span>"
327 msgstr[0] ""
328 msgstr[1] ""
329
330 #. translators: %s: total number of recently activated snippets
331 #: php/class-list-table.php:432
332 msgid "Recently Active <span class=\"count\">(%s)</span>"
333 msgid_plural "Recently Active <span class=\"count\">(%s)</span>"
334 msgstr[0] ""
335 msgstr[1] ""
336
337 #: php/class-list-table.php:501
338 msgid "Show all tags"
339 msgstr ""
340
341 #: php/class-list-table.php:515
342 msgid "Filter"
343 msgstr ""
344
345 #: php/class-list-table.php:523
346 msgid "Clear List"
347 msgstr ""
348
349 #: php/class-list-table.php:723
350 msgid "It looks like you don't have any snippets."
351 msgstr ""
352
353 #: php/class-list-table.php:727
354 msgid "Perhaps you would like to add a new one?"
355 msgstr ""
356
357 #: php/class-list-table.php:1024
358 msgid "Search results"
359 msgstr ""
360
361 #. translators: %s: search query
362 #: php/class-list-table.php:1028
363 msgid " for &ldquo;%s&rdquo;"
364 msgstr ""
365
366 #. translators: %s: tag name
367 #: php/class-list-table.php:1033
368 msgid " in tag &ldquo;%s&rdquo;"
369 msgstr ""
370
371 #: php/class-list-table.php:1042
372 msgid "Clear Filters"
373 msgstr ""
374
375 #: php/class-upgrade.php:146
376 msgid "Example HTML shortcode"
377 msgstr ""
378
379 #: php/class-upgrade.php:149
380 msgid "write your HTML shortcode content here"
381 msgstr ""
382
383 #: php/class-upgrade.php:151
384 msgid "This is an example snippet for demonstrating how to add an HTML shortcode."
385 msgstr ""
386
387 #: php/class-upgrade.php:156
388 msgid "Example CSS snippet"
389 msgstr ""
390
391 #: php/class-upgrade.php:159
392 msgid "write your CSS code here"
393 msgstr ""
394
395 #: php/class-upgrade.php:161
396 msgid "This is an example snippet for demonstrating how to add custom CSS code to your website."
397 msgstr ""
398
399 #: php/class-upgrade.php:167
400 msgid "Example JavaScript snippet"
401 msgstr ""
402
403 #: php/class-upgrade.php:170
404 msgid "write your JavaScript code here"
405 msgstr ""
406
407 #: php/class-upgrade.php:172
408 msgid "This is an example snippet for demonstrating how to add custom JavaScript code to your website."
409 msgstr ""
410
411 #: php/class-upgrade.php:180
412 msgid "You can remove it, or edit it to add your own content."
413 msgstr ""
414
415 #: php/admin-menus/class-admin-menu.php:107
416 msgid "You are not authorized to access this page."
417 msgstr ""
418
419 #: php/admin-menus/class-edit-menu.php:13, php/admin-menus/class-edit-menu.php:14, php/views/edit.php:32
420 msgid "Edit Snippet"
421 msgstr ""
422
423 #: php/admin-menus/class-edit-menu.php:39
424 msgctxt "menu label"
425 msgid "Add New"
426 msgstr ""
427
428 #: php/admin-menus/class-edit-menu.php:40, php/views/edit.php:38
429 msgid "Add New Snippet"
430 msgstr ""
431
432 #: php/admin-menus/class-edit-menu.php:161
433 msgid "Don't Panic"
434 msgstr ""
435
436 #. translators: %d: line where error was produced
437 #: php/admin-menus/class-edit-menu.php:163
438 msgid "The code snippet you are trying to save produced a fatal error on line %d:"
439 msgstr ""
440
441 #: php/admin-menus/class-edit-menu.php:165
442 msgid "The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before."
443 msgstr ""
444
445 #: php/admin-menus/class-edit-menu.php:166
446 msgid "Please use the back button in your browser to return to the previous page and try to fix the code error."
447 msgstr ""
448
449 #: php/admin-menus/class-edit-menu.php:167
450 msgid "If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site."
451 msgstr ""
452
453 #: php/admin-menus/class-edit-menu.php:347
454 msgid "Enter a list of tags; separated by commas"
455 msgstr ""
456
457 #: php/admin-menus/class-edit-menu.php:360
458 msgid "Snippets with a lower priority number will run before those with a higher number."
459 msgstr ""
460
461 #: php/admin-menus/class-edit-menu.php:378
462 msgid "Run snippet everywhere"
463 msgstr ""
464
465 #: php/admin-menus/class-edit-menu.php:379
466 msgid "Only run in administration area"
467 msgstr ""
468
469 #: php/admin-menus/class-edit-menu.php:380
470 msgid "Only run on site front-end"
471 msgstr ""
472
473 #: php/admin-menus/class-edit-menu.php:381
474 msgid "Only run once"
475 msgstr ""
476
477 #: php/admin-menus/class-edit-menu.php:384
478 msgid "Scope"
479 msgstr ""
480
481 #: php/admin-menus/class-edit-menu.php:405
482 msgid "Sharing Settings"
483 msgstr ""
484
485 #: php/admin-menus/class-edit-menu.php:409
486 msgid "Allow this snippet to be activated on individual sites on the network"
487 msgstr ""
488
489 #. translators: %d: line of file where error originated
490 #: php/admin-menus/class-edit-menu.php:470
491 msgid "The snippet has been deactivated due to an error on line %d:"
492 msgstr ""
493
494 #: php/admin-menus/class-edit-menu.php:475
495 msgid "The snippet has been deactivated due to an error in the code."
496 msgstr ""
497
498 #: php/admin-menus/class-edit-menu.php:482
499 msgid "An error occurred when saving the snippet."
500 msgstr ""
501
502 #: php/admin-menus/class-edit-menu.php:488
503 msgid "Snippet <strong>added</strong>."
504 msgstr ""
505
506 #: php/admin-menus/class-edit-menu.php:489
507 msgid "Snippet <strong>updated</strong>."
508 msgstr ""
509
510 #: php/admin-menus/class-edit-menu.php:490
511 msgid "Snippet <strong>added</strong> and <strong>activated</strong>."
512 msgstr ""
513
514 #: php/admin-menus/class-edit-menu.php:491
515 msgid "Snippet <strong>added</strong> and <strong>executed</strong>."
516 msgstr ""
517
518 #: php/admin-menus/class-edit-menu.php:492
519 msgid "Snippet <strong>updated</strong> and <strong>activated</strong>."
520 msgstr ""
521
522 #: php/admin-menus/class-edit-menu.php:493
523 msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>."
524 msgstr ""
525
526 #: php/admin-menus/class-import-menu.php:15
527 msgctxt "menu label"
528 msgid "Import"
529 msgstr ""
530
531 #: php/admin-menus/class-import-menu.php:16, php/views/import.php:19
532 msgid "Import Snippets"
533 msgstr ""
534
535 #: php/admin-menus/class-import-menu.php:103
536 msgid "Import snippets from a code snippets export file"
537 msgstr ""
538
539 #: php/admin-menus/class-import-menu.php:115
540 msgid "An error occurred when processing the import files."
541 msgstr ""
542
543 #: php/admin-menus/class-import-menu.php:125
544 msgid "No snippets were imported."
545 msgstr ""
546
547 #. translators: 1: amount of snippets imported, 2: link to Snippets menu
548 #: php/admin-menus/class-import-menu.php:131
549 msgid "Successfully imported <strong>%1$d</strong> snippet. <a href=\"%2$s\">Have fun!</a>"
550 msgid_plural "Successfully imported <strong>%1$d</strong> snippets. <a href=\"%2$s\">Have fun!</a>"
551 msgstr[0] ""
552 msgstr[1] ""
553
554 #: php/admin-menus/class-manage-menu.php:22
555 msgctxt "menu label"
556 msgid "All Snippets"
557 msgstr ""
558
559 #: php/admin-menus/class-manage-menu.php:53
560 msgctxt "top-level menu label"
561 msgid "Snippets"
562 msgstr ""
563
564 #: php/admin-menus/class-manage-menu.php:92
565 msgctxt "tools submenu label"
566 msgid "Snippets"
567 msgstr ""
568
569 #: php/admin-menus/class-manage-menu.php:145
570 msgid "<strong>Warning:</strong> Safe mode is active and snippets will not execute! Remove the <code>CODE_SNIPPETS_SAFE_MODE</code> constant from <code>wp-config.php</code> to turn off safe mode. <a href=\"https://github.com/sheabunge/code-snippets/wiki/Safe-Mode\" target=\"_blank\">Help</a>"
571 msgstr ""
572
573 #: php/admin-menus/class-manage-menu.php:151
574 msgid "Snippet <strong>executed</strong>."
575 msgstr ""
576
577 #: php/admin-menus/class-manage-menu.php:152
578 msgid "Snippet <strong>activated</strong>."
579 msgstr ""
580
581 #: php/admin-menus/class-manage-menu.php:153
582 msgid "Selected snippets <strong>activated</strong>."
583 msgstr ""
584
585 #: php/admin-menus/class-manage-menu.php:154
586 msgid "Snippet <strong>deactivated</strong>."
587 msgstr ""
588
589 #: php/admin-menus/class-manage-menu.php:155
590 msgid "Selected snippets <strong>deactivated</strong>."
591 msgstr ""
592
593 #: php/admin-menus/class-manage-menu.php:156
594 msgid "Snippet <strong>deleted</strong>."
595 msgstr ""
596
597 #: php/admin-menus/class-manage-menu.php:157
598 msgid "Selected snippets <strong>deleted</strong>."
599 msgstr ""
600
601 #: php/admin-menus/class-manage-menu.php:158
602 msgid "Snippet <strong>cloned</strong>."
603 msgstr ""
604
605 #: php/admin-menus/class-manage-menu.php:159
606 msgid "Selected snippets <strong>cloned</strong>."
607 msgstr ""
608
609 #: php/admin-menus/class-settings-menu.php:16
610 msgctxt "menu label"
611 msgid "Settings"
612 msgstr ""
613
614 #: php/admin-menus/class-settings-menu.php:17
615 msgid "Snippets Settings"
616 msgstr ""
617
618 #: php/admin-menus/class-settings-menu.php:74
619 msgid "Settings"
620 msgstr ""
621
622 #: php/admin-menus/class-settings-menu.php:90
623 msgid "Reset to Default"
624 msgstr ""
625
626 #: php/settings/settings-fields.php:42
627 msgid "Activate by Default"
628 msgstr ""
629
630 #: php/settings/settings-fields.php:44
631 msgid "Make the 'Save and Activate' button the default action when saving a snippet."
632 msgstr ""
633
634 #: php/settings/settings-fields.php:49
635 msgid "Enable Scope Selector"
636 msgstr ""
637
638 #: php/settings/settings-fields.php:51
639 msgid "Enable the scope selector when editing a snippet"
640 msgstr ""
641
642 #: php/settings/settings-fields.php:56
643 msgid "Enable Snippet Tags"
644 msgstr ""
645
646 #: php/settings/settings-fields.php:58
647 msgid "Show snippet tags on admin pages"
648 msgstr ""
649
650 #: php/settings/settings-fields.php:63
651 msgid "Enable Snippet Descriptions"
652 msgstr ""
653
654 #: php/settings/settings-fields.php:65
655 msgid "Show snippet descriptions on admin pages"
656 msgstr ""
657
658 #: php/settings/settings-fields.php:70
659 msgid "Disable Shortcode Syntax Highlighter"
660 msgstr ""
661
662 #: php/settings/settings-fields.php:72
663 msgid "Disable the syntax highlighting for the [code_snippet] shortcode on the front-end"
664 msgstr ""
665
666 #: php/settings/settings-fields.php:77
667 msgid "Complete Uninstall"
668 msgstr ""
669
670 #. translators: %s: URL for Plugins admin menu
671 #: php/settings/settings-fields.php:81
672 msgid "When the plugin is deleted from the <a href=\"%s\">Plugins</a> menu, also delete all snippets and plugin settings."
673 msgstr ""
674
675 #: php/settings/settings-fields.php:96
676 msgid "Row Height"
677 msgstr ""
678
679 #: php/settings/settings-fields.php:98
680 msgid "rows"
681 msgstr ""
682
683 #: php/settings/settings-fields.php:104
684 msgid "Use Full Editor"
685 msgstr ""
686
687 #: php/settings/settings-fields.php:106
688 msgid "Enable all features of the visual editor"
689 msgstr ""
690
691 #: php/settings/settings-fields.php:111
692 msgid "Media Buttons"
693 msgstr ""
694
695 #: php/settings/settings-fields.php:113
696 msgid "Enable the add media buttons"
697 msgstr ""
698
699 #: php/settings/settings-fields.php:122
700 msgid "Theme"
701 msgstr ""
702
703 #: php/settings/settings-fields.php:129
704 msgid "Indent With Tabs"
705 msgstr ""
706
707 #: php/settings/settings-fields.php:131
708 msgid "Use hard tabs (not spaces) for indentation."
709 msgstr ""
710
711 #: php/settings/settings-fields.php:137
712 msgid "Tab Size"
713 msgstr ""
714
715 #: php/settings/settings-fields.php:139
716 msgid "The width of a tab character."
717 msgstr ""
718
719 #: php/settings/settings-fields.php:146
720 msgid "Indent Unit"
721 msgstr ""
722
723 #: php/settings/settings-fields.php:148
724 msgid "How many spaces a block should be indented."
725 msgstr ""
726
727 #: php/settings/settings-fields.php:155
728 msgid "Wrap Lines"
729 msgstr ""
730
731 #: php/settings/settings-fields.php:157
732 msgid "Whether the editor should scroll or wrap for long lines."
733 msgstr ""
734
735 #: php/settings/settings-fields.php:163
736 msgid "Line Numbers"
737 msgstr ""
738
739 #: php/settings/settings-fields.php:165
740 msgid "Show line numbers to the left of the editor."
741 msgstr ""
742
743 #: php/settings/settings-fields.php:171
744 msgid "Auto Close Brackets"
745 msgstr ""
746
747 #: php/settings/settings-fields.php:173
748 msgid "Auto-close brackets and quotes when typed."
749 msgstr ""
750
751 #: php/settings/settings-fields.php:179
752 msgid "Highlight Selection Matches"
753 msgstr ""
754
755 #: php/settings/settings-fields.php:180
756 msgid "Highlight all instances of a currently selected word."
757 msgstr ""
758
759 #: php/settings/settings.php:92
760 msgid "General"
761 msgstr ""
762
763 #: php/settings/settings.php:93
764 msgid "Description Editor"
765 msgstr ""
766
767 #: php/settings/settings.php:94
768 msgid "Code Editor"
769 msgstr ""
770
771 #: php/settings/settings.php:151
772 msgid "Editor Preview"
773 msgstr ""
774
775 #: php/settings/settings.php:209
776 msgid "Settings saved."
777 msgstr ""
778
779 #: php/views/edit.php:35, php/views/import.php:31, php/views/manage.php:24
780 msgctxt "snippet"
781 msgid "Add New"
782 msgstr ""
783
784 #: php/views/edit.php:44, php/views/import.php:26
785 msgctxt "snippets"
786 msgid "Manage"
787 msgstr ""
788
789 #: php/views/edit.php:49, php/views/manage.php:29
790 msgctxt "snippets"
791 msgid "Import"
792 msgstr ""
793
794 #: php/views/edit.php:56, php/views/import.php:37, php/views/manage.php:35
795 msgctxt "snippets"
796 msgid "Settings"
797 msgstr ""
798
799 #: php/views/edit.php:78
800 msgid "Enter title here"
801 msgstr ""
802
803 #: php/views/edit.php:84
804 msgid "Code"
805 msgstr ""
806
807 #: php/views/edit.php:110
808 msgid "Save Changes and Execute Once"
809 msgstr ""
810
811 #: php/views/edit.php:119, php/views/edit.php:133
812 msgid "Save Changes and Activate"
813 msgstr ""
814
815 #: php/views/edit.php:139
816 msgid "Save Changes and Deactivate"
817 msgstr ""
818
819 #: php/views/edit.php:162
820 msgid "You are about to permanently delete this snippet."
821 msgstr ""
822
823 #: php/views/import.php:47
824 msgid "Upload one or more Code Snippets export files and the snippets will be imported."
825 msgstr ""
826
827 #. translators: %s: link to snippets admin menu
828 #: php/views/import.php:52
829 msgid "Afterwards, you will need to visit the <a href=\"%s\">All Snippets</a> page to activate the imported snippets."
830 msgstr ""
831
832 #: php/views/import.php:59
833 msgid "Duplicate Snippets"
834 msgstr ""
835
836 #: php/views/import.php:62
837 msgid "What should happen if an existing snippet is found with an identical name to an imported snippet?"
838 msgstr ""
839
840 #: php/views/import.php:69
841 msgid "Ignore any duplicate snippets: import all snippets from the file regardless and leave all existing snippets unchanged."
842 msgstr ""
843
844 #: php/views/import.php:76
845 msgid "Replace any existing snippets with a newly imported snippet of the same name."
846 msgstr ""
847
848 #: php/views/import.php:83
849 msgid "Do not import any duplicate snippets; leave all existing snippets unchanged."
850 msgstr ""
851
852 #: php/views/import.php:88
853 msgid "Upload Files"
854 msgstr ""
855
856 #: php/views/import.php:91
857 msgid "Choose one or more Code Snippets (.xml or .json) files to upload, then click \"Upload files and import\"."
858 msgstr ""
859
860 #: php/views/import.php:96
861 msgid "Choose files from your computer:"
862 msgstr ""
863
864 #. translators: %s: size in bytes
865 #: php/views/import.php:99
866 msgid "(Maximum size: %s)"
867 msgstr ""
868
869 #: php/views/import.php:110
870 msgid "Upload files and import"
871 msgstr ""
872
873 #: php/views/manage.php:48
874 msgid "Search Installed Snippets"
875 msgstr ""
876