PluginProbe
Code Snippets / 2.14.3
Code Snippets v2.14.3
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.14.3, at languages/code-snippets.pot

1,079 lines 26.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2021 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:104
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 run code snippets on your site. No need to edit to your theme's functions.php file again!"
27 msgstr ""
28
29 #: code-snippets.php:19
30 msgid "Code Snippets Pro"
31 msgstr ""
32
33 #: code-snippets.php:20
34 msgid "https://codesnippets.pro"
35 msgstr ""
36
37 #: code-snippets.php:44
38 msgid "Another version of Code Snippets appears to be installed. Deactivating this version."
39 msgstr ""
40
41 #: 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
42 msgid "Snippets"
43 msgstr ""
44
45 #: php/class-admin.php:69
46 msgid "Snippets » Settings"
47 msgstr ""
48
49 #: php/class-admin.php:128
50 msgid "Manage your existing snippets"
51 msgstr ""
52
53 #: php/class-admin.php:159
54 msgid "Visit the WordPress.org plugin page"
55 msgstr ""
56
57 #: php/class-admin.php:160
58 msgid "About"
59 msgstr ""
60
61 #: php/class-admin.php:164
62 msgid "Visit the support forums"
63 msgstr ""
64
65 #: php/class-admin.php:165
66 msgid "Support"
67 msgstr ""
68
69 #: php/class-admin.php:169
70 msgid "Support this plugin's development"
71 msgstr ""
72
73 #: php/class-admin.php:170
74 msgid "Donate"
75 msgstr ""
76
77 #: php/class-admin.php:202
78 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."
79 msgstr ""
80
81 #: php/class-admin.php:206
82 msgid "Take the survey now"
83 msgstr ""
84
85 #: php/class-admin.php:209
86 msgid "Dismiss"
87 msgstr ""
88
89 #: php/class-contextual-help.php:45
90 msgid "For more information:"
91 msgstr ""
92
93 #: php/class-contextual-help.php:46
94 msgid "About Plugin"
95 msgstr ""
96
97 #: php/class-contextual-help.php:47
98 msgid "FAQ"
99 msgstr ""
100
101 #: php/class-contextual-help.php:48
102 msgid "Support Forum"
103 msgstr ""
104
105 #: php/class-contextual-help.php:49
106 msgid "Plugin Website"
107 msgstr ""
108
109 #: php/class-contextual-help.php:58
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."
111 msgstr ""
112
113 #: php/class-contextual-help.php:68, php/class-contextual-help.php:89, php/class-contextual-help.php:132
114 msgid "Overview"
115 msgstr ""
116
117 #: php/class-contextual-help.php:70
118 msgid " Here you can manage your existing snippets and perform tasks on them such as activating, deactivating, deleting and exporting."
119 msgstr ""
120
121 #: php/class-contextual-help.php:75
122 msgid "Safe Mode"
123 msgstr ""
124
125 #: php/class-contextual-help.php:77
126 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."
127 msgstr ""
128
129 #: php/class-contextual-help.php:78
130 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>."
131 msgstr ""
132
133 #: php/class-contextual-help.php:90
134 msgid " Here you can add a new snippet, or edit an existing one."
135 msgstr ""
136
137 #: php/class-contextual-help.php:94
138 msgid "WP Function Me"
139 msgstr ""
140
141 #: php/class-contextual-help.php:94
142 msgid "https://www.wpfunction.me"
143 msgstr ""
144
145 #: php/class-contextual-help.php:95
146 msgid "CSS-Tricks"
147 msgstr ""
148
149 #: php/class-contextual-help.php:95
150 msgid "https://css-tricks.com/snippets/wordpress/"
151 msgstr ""
152
153 #: php/class-contextual-help.php:96
154 msgid "WordPress Stack Exchange"
155 msgstr ""
156
157 #: php/class-contextual-help.php:96
158 msgid "https://wordpress.stackexchange.com/"
159 msgstr ""
160
161 #: php/class-contextual-help.php:97
162 msgid "WP Beginner"
163 msgstr ""
164
165 #: php/class-contextual-help.php:97
166 msgid "https://www.wpbeginner.com/category/wp-tutorials/"
167 msgstr ""
168
169 #: php/class-contextual-help.php:98
170 msgid "GenerateWP"
171 msgstr ""
172
173 #: php/class-contextual-help.php:98
174 msgid "https://generatewp.com"
175 msgstr ""
176
177 #: php/class-contextual-help.php:108
178 msgid "Finding Snippets"
179 msgstr ""
180
181 #: php/class-contextual-help.php:110
182 msgid "Here are some links to websites which host a large number of snippets that you can add to your site:"
183 msgstr ""
184
185 #: php/class-contextual-help.php:112
186 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>."
187 msgstr ""
188
189 #: php/class-contextual-help.php:117
190 msgid "Adding Snippets"
191 msgstr ""
192
193 #: php/class-contextual-help.php:119
194 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."
195 msgstr ""
196
197 #: php/class-contextual-help.php:120
198 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."
199 msgstr ""
200
201 #: php/class-contextual-help.php:134
202 msgid " Here you can load snippets from a code snippets export file into the database alongside existing snippets."
203 msgstr ""
204
205 #: php/class-contextual-help.php:139
206 msgid "Importing"
207 msgstr ""
208
209 #: php/class-contextual-help.php:141
210 msgid "You can load your snippets from a code snippets export file using this page."
211 msgstr ""
212
213 #. translators: %s: URL to Snippets admin menu
214 #: php/class-contextual-help.php:143
215 msgid "Imported 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\">Manage Snippets</a> page."
216 msgstr ""
217
218 #: php/class-contextual-help.php:148
219 msgid "Exporting"
220 msgstr ""
221
222 #. translators: %s: URL to Manage Snippets admin menu
223 #: php/class-contextual-help.php:150
224 msgid "You can save your snippets to a code snippets export file using the <a href=\"%s\">Manage Snippets</a> page."
225 msgstr ""
226
227 #: php/class-list-table.php:57
228 msgid "Snippets per page"
229 msgstr ""
230
231 #: php/class-list-table.php:176
232 msgid "Edit"
233 msgstr ""
234
235 #: php/class-list-table.php:177, php/class-list-table.php:428
236 msgid "Clone"
237 msgstr ""
238
239 #: php/class-list-table.php:178, php/class-list-table.php:430, php/admin-menus/class-edit-menu.php:695
240 msgid "Export"
241 msgstr ""
242
243 #: php/class-list-table.php:187, php/class-list-table.php:431, php/admin-menus/class-edit-menu.php:696
244 msgid "Delete"
245 msgstr ""
246
247 #: php/class-list-table.php:191
248 msgid "You are about to permanently delete the selected item."
249 msgstr ""
250
251 #: php/class-list-table.php:192, php/admin-menus/class-edit-menu.php:724
252 msgid "'Cancel' to stop, 'OK' to delete."
253 msgstr ""
254
255 #: php/class-list-table.php:170
256 msgid "Network Only"
257 msgstr ""
258
259 #: php/class-list-table.php:168
260 msgid "Network Active"
261 msgstr ""
262
263 #: php/class-list-table.php:221, php/class-list-table.php:427
264 msgid "Network Deactivate"
265 msgstr ""
266
267 #: php/class-list-table.php:221, php/class-list-table.php:426
268 msgid "Network Activate"
269 msgstr ""
270
271 #: php/class-list-table.php:222, php/class-list-table.php:427, php/admin-menus/class-edit-menu.php:472, php/admin-menus/class-manage-menu.php:141
272 msgid "Deactivate"
273 msgstr ""
274
275 #: php/class-list-table.php:222, php/class-list-table.php:426, php/admin-menus/class-edit-menu.php:478, php/admin-menus/class-manage-menu.php:140
276 msgid "Activate"
277 msgstr ""
278
279 #: php/class-list-table.php:216
280 msgid "Run Once"
281 msgstr ""
282
283 #. translators: %d: snippet identifier
284 #: php/class-list-table.php:245
285 msgid "Untitled #%d"
286 msgstr ""
287
288 #: php/class-list-table.php:269
289 msgid "Shared on Network"
290 msgstr ""
291
292 #: php/class-list-table.php:360
293 msgid "Y/m/d"
294 msgstr ""
295
296 #: php/class-list-table.php:358
297 msgid "%s ago"
298 msgstr ""
299
300 #. translators: 1: date format, 2: time format
301 #: php/class-list-table.php:364
302 msgctxt "date and time format"
303 msgid "%1$s \a\t %2$s"
304 msgstr ""
305
306 #: php/class-list-table.php:378, php/views/edit.php:82
307 msgid "Name"
308 msgstr ""
309
310 #: php/class-list-table.php:379
311 msgid "ID"
312 msgstr ""
313
314 #: php/class-list-table.php:380, php/admin-menus/class-edit-menu.php:344
315 msgid "Description"
316 msgstr ""
317
318 #: php/class-list-table.php:381, php/admin-menus/class-edit-menu.php:377
319 msgid "Tags"
320 msgstr ""
321
322 #: php/class-list-table.php:382
323 msgid "Modified"
324 msgstr ""
325
326 #: php/class-list-table.php:383, php/admin-menus/class-edit-menu.php:396
327 msgid "Priority"
328 msgstr ""
329
330 #: php/class-list-table.php:429, php/admin-menus/class-edit-menu.php:692
331 msgid "Download"
332 msgstr ""
333
334 #. translators: %s: total number of snippets
335 #: php/class-list-table.php:473
336 msgid "All <span class=\"count\">(%s)</span>"
337 msgid_plural "All <span class=\"count\">(%s)</span>"
338 msgstr[0] ""
339 msgstr[1] ""
340
341 #. translators: %s: total number of active snippets
342 #: php/class-list-table.php:476
343 msgid "Active <span class=\"count\">(%s)</span>"
344 msgid_plural "Active <span class=\"count\">(%s)</span>"
345 msgstr[0] ""
346 msgstr[1] ""
347
348 #. translators: %s: total number of inactive snippets
349 #: php/class-list-table.php:479
350 msgid "Inactive <span class=\"count\">(%s)</span>"
351 msgid_plural "Inactive <span class=\"count\">(%s)</span>"
352 msgstr[0] ""
353 msgstr[1] ""
354
355 #. translators: %s: total number of recently activated snippets
356 #: php/class-list-table.php:482
357 msgid "Recently Active <span class=\"count\">(%s)</span>"
358 msgid_plural "Recently Active <span class=\"count\">(%s)</span>"
359 msgstr[0] ""
360 msgstr[1] ""
361
362 #: php/class-list-table.php:551
363 msgid "Show all tags"
364 msgstr ""
365
366 #: php/class-list-table.php:565
367 msgid "Filter"
368 msgstr ""
369
370 #: php/class-list-table.php:573
371 msgid "Clear List"
372 msgstr ""
373
374 #: php/class-list-table.php:801
375 msgid "It looks like you don't have any snippets."
376 msgstr ""
377
378 #: php/class-list-table.php:805
379 msgid "Perhaps you would like to add a new one?"
380 msgstr ""
381
382 #: php/class-list-table.php:798
383 msgid "No snippets were found matching the current search query. Please enter a new query or use the \"Clear Filters\" button above."
384 msgstr ""
385
386 #: php/class-list-table.php:1129
387 msgid "Search results"
388 msgstr ""
389
390 #. translators: %s: search query
391 #: php/class-list-table.php:1144
392 msgid " for &ldquo;%s&rdquo;"
393 msgstr ""
394
395 #: php/class-list-table.php:1137
396 msgid " for &ldquo;%1$s&rdquo; on line %2$d"
397 msgstr ""
398
399 #. translators: %s: tag name
400 #: php/class-list-table.php:1150
401 msgid " in tag &ldquo;%s&rdquo;"
402 msgstr ""
403
404 #: php/class-list-table.php:1158
405 msgid "Clear Filters"
406 msgstr ""
407
408 #: php/class-upgrade.php:166
409 msgid "You can remove it, or edit it to add your own content."
410 msgstr ""
411
412 #: php/class-upgrade.php:171
413 msgid "Example HTML shortcode"
414 msgstr ""
415
416 #: php/class-upgrade.php:174
417 msgid "write your HTML shortcode content here"
418 msgstr ""
419
420 #: php/class-upgrade.php:176
421 msgid "This is an example snippet for demonstrating how to add an HTML shortcode."
422 msgstr ""
423
424 #: php/class-upgrade.php:181
425 msgid "Example CSS snippet"
426 msgstr ""
427
428 #: php/class-upgrade.php:184
429 msgid "write your CSS code here"
430 msgstr ""
431
432 #: php/class-upgrade.php:186
433 msgid "This is an example snippet for demonstrating how to add custom CSS code to your website."
434 msgstr ""
435
436 #: php/class-upgrade.php:192
437 msgid "Example JavaScript snippet"
438 msgstr ""
439
440 #: php/class-upgrade.php:195
441 msgid "write your JavaScript code here"
442 msgstr ""
443
444 #: php/class-upgrade.php:197
445 msgid "This is an example snippet for demonstrating how to add custom JavaScript code to your website."
446 msgstr ""
447
448 #: php/class-upgrade.php:203
449 msgid "Order snippets by name"
450 msgstr ""
451
452 #: php/class-upgrade.php:205
453 msgid "Order snippets by name by default in the snippets table."
454 msgstr ""
455
456 #: php/class-upgrade.php:211
457 msgid "Order snippets by date"
458 msgstr ""
459
460 #: php/class-upgrade.php:214
461 msgid "Order snippets by last modification date by default in the snippets table."
462 msgstr ""
463
464 #: php/class-validator.php:189
465 msgid "Parse error: syntax error, unexpected end of snippet."
466 msgstr ""
467
468 #. translators: %s: PHP function name
469 #: php/class-validator.php:202
470 msgid "Cannot redeclare function %s."
471 msgstr ""
472
473 #. translators: %s: PHP class name
474 #: php/class-validator.php:206
475 msgid "Cannot redeclare class %s."
476 msgstr ""
477
478 #. translators: %s: PHP interface name
479 #: php/class-validator.php:210
480 msgid "Cannot redeclare interface %s."
481 msgstr ""
482
483 #. translators: %s: PHP identifier name
484 #: php/class-validator.php:214
485 msgid "Cannot redeclare %s."
486 msgstr ""
487
488 #: php/class-validator.php:252
489 msgid "Parse error: syntax error, unexpected end of snippet"
490 msgstr ""
491
492 #: php/admin-menus/class-admin-menu.php:127
493 msgid "You are not authorized to access this page."
494 msgstr ""
495
496 #: php/admin-menus/class-edit-menu.php:23
497 msgctxt "menu label"
498 msgid "Edit Snippet"
499 msgstr ""
500
501 #: php/admin-menus/class-edit-menu.php:24, php/views/edit.php:33
502 msgid "Edit Snippet"
503 msgstr ""
504
505 #: php/admin-menus/class-edit-menu.php:50
506 msgctxt "menu label"
507 msgid "Add New"
508 msgstr ""
509
510 #: php/admin-menus/class-edit-menu.php:51, php/views/edit.php:39
511 msgid "Add New Snippet"
512 msgstr ""
513
514 #: php/admin-menus/class-edit-menu.php:195
515 msgid "Don't Panic"
516 msgstr ""
517
518 #. translators: %d: line where error was produced
519 #: php/admin-menus/class-edit-menu.php:197
520 msgid "The code snippet you are trying to save produced a fatal error on line %d:"
521 msgstr ""
522
523 #: php/admin-menus/class-edit-menu.php:199
524 msgid "The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before."
525 msgstr ""
526
527 #: php/admin-menus/class-edit-menu.php:200
528 msgid "Please use the back button in your browser to return to the previous page and try to fix the code error."
529 msgstr ""
530
531 #: php/admin-menus/class-edit-menu.php:201
532 msgid "If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site."
533 msgstr ""
534
535 #: php/admin-menus/class-edit-menu.php:382
536 msgid "Enter a list of tags; separated by commas"
537 msgstr ""
538
539 #: php/admin-menus/class-edit-menu.php:395
540 msgid "Snippets with a lower priority number will run before those with a higher number."
541 msgstr ""
542
543 #: php/admin-menus/class-edit-menu.php:413
544 msgid "Run snippet everywhere"
545 msgstr ""
546
547 #: php/admin-menus/class-edit-menu.php:414
548 msgid "Only run in administration area"
549 msgstr ""
550
551 #: php/admin-menus/class-edit-menu.php:415
552 msgid "Only run on site front-end"
553 msgstr ""
554
555 #: php/admin-menus/class-edit-menu.php:416
556 msgid "Only run once"
557 msgstr ""
558
559 #: php/admin-menus/class-edit-menu.php:419
560 msgid "Scope"
561 msgstr ""
562
563 #: php/admin-menus/class-edit-menu.php:440
564 msgid "Sharing Settings"
565 msgstr ""
566
567 #: php/admin-menus/class-edit-menu.php:444
568 msgid "Allow this snippet to be activated on individual sites on the network"
569 msgstr ""
570
571 #: php/admin-menus/class-edit-menu.php:458, php/admin-menus/class-edit-menu.php:668
572 msgid "Save Changes"
573 msgstr ""
574
575 #: php/admin-menus/class-edit-menu.php:459
576 msgid "Save Snippet"
577 msgstr ""
578
579 #: php/admin-menus/class-edit-menu.php:479
580 msgid "Save Snippet and Activate"
581 msgstr ""
582
583 #: php/admin-menus/class-edit-menu.php:473
584 msgid "Save Snippet and Deactivate"
585 msgstr ""
586
587 #: php/admin-menus/class-edit-menu.php:464
588 msgid "Execute Once"
589 msgstr ""
590
591 #: php/admin-menus/class-edit-menu.php:465
592 msgid "Save Snippet and Execute Once"
593 msgstr ""
594
595 #: php/admin-menus/class-edit-menu.php:496
596 msgid "Code Direction"
597 msgstr ""
598
599 #: php/admin-menus/class-edit-menu.php:499
600 msgid "LTR"
601 msgstr ""
602
603 #: php/admin-menus/class-edit-menu.php:500
604 msgid "RTL"
605 msgstr ""
606
607 #: php/admin-menus/class-edit-menu.php:570
608 msgid "The snippet has been deactivated due to an error in the code."
609 msgstr ""
610
611 #: php/admin-menus/class-edit-menu.php:565
612 msgid "The snippet has been deactivated due to an error on line %d:"
613 msgstr ""
614
615 #: php/admin-menus/class-edit-menu.php:577
616 msgid "An error occurred when saving the snippet."
617 msgstr ""
618
619 #: php/admin-menus/class-edit-menu.php:583
620 msgid "Snippet <strong>added</strong>."
621 msgstr ""
622
623 #: php/admin-menus/class-edit-menu.php:584
624 msgid "Snippet <strong>updated</strong>."
625 msgstr ""
626
627 #: php/admin-menus/class-edit-menu.php:585
628 msgid "Snippet <strong>added</strong> and <strong>activated</strong>."
629 msgstr ""
630
631 #: php/admin-menus/class-edit-menu.php:586
632 msgid "Snippet <strong>added</strong> and <strong>executed</strong>."
633 msgstr ""
634
635 #: php/admin-menus/class-edit-menu.php:587
636 msgid "Snippet <strong>updated</strong> and <strong>activated</strong>."
637 msgstr ""
638
639 #: php/admin-menus/class-edit-menu.php:588
640 msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>."
641 msgstr ""
642
643 #: php/admin-menus/class-edit-menu.php:679
644 msgid "Save Changes and Activate"
645 msgstr ""
646
647 #: php/admin-menus/class-edit-menu.php:677
648 msgid "Save Changes and Deactivate"
649 msgstr ""
650
651 #: php/admin-menus/class-edit-menu.php:672
652 msgid "Save Changes and Execute Once"
653 msgstr ""
654
655 #: php/admin-menus/class-edit-menu.php:723
656 msgid "You are about to permanently delete this snippet."
657 msgstr ""
658
659 #: php/admin-menus/class-import-menu.php:15
660 msgctxt "menu label"
661 msgid "Import"
662 msgstr ""
663
664 #: php/admin-menus/class-import-menu.php:16, php/views/import.php:19
665 msgid "Import Snippets"
666 msgstr ""
667
668 #: php/admin-menus/class-import-menu.php:105
669 msgid "Import snippets from a code snippets export file"
670 msgstr ""
671
672 #: php/admin-menus/class-import-menu.php:117
673 msgid "An error occurred when processing the import files."
674 msgstr ""
675
676 #. translators: 1: amount of snippets imported, 2: link to Snippets menu
677 #: php/admin-menus/class-import-menu.php:133
678 msgid "Successfully imported <strong>%1$d</strong> snippet. <a href=\"%2$s\">Have fun!</a>"
679 msgid_plural "Successfully imported <strong>%1$d</strong> snippets. <a href=\"%2$s\">Have fun!</a>"
680 msgstr[0] ""
681 msgstr[1] ""
682
683 #: php/admin-menus/class-import-menu.php:127
684 msgid "No snippets were imported."
685 msgstr ""
686
687 #: php/admin-menus/class-manage-menu.php:22
688 msgctxt "menu label"
689 msgid "All Snippets"
690 msgstr ""
691
692 #: php/admin-menus/class-manage-menu.php:53
693 msgctxt "top-level menu label"
694 msgid "Snippets"
695 msgstr ""
696
697 #: php/admin-menus/class-manage-menu.php:92
698 msgctxt "tools submenu label"
699 msgid "Snippets"
700 msgstr ""
701
702 #: php/admin-menus/class-manage-menu.php:142
703 msgid "An error occurred when attempting to activate"
704 msgstr ""
705
706 #: php/admin-menus/class-manage-menu.php:155
707 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>"
708 msgstr ""
709
710 #: php/admin-menus/class-manage-menu.php:161
711 msgid "Snippet <strong>executed</strong>."
712 msgstr ""
713
714 #: php/admin-menus/class-manage-menu.php:162
715 msgid "Snippet <strong>activated</strong>."
716 msgstr ""
717
718 #: php/admin-menus/class-manage-menu.php:163
719 msgid "Selected snippets <strong>activated</strong>."
720 msgstr ""
721
722 #: php/admin-menus/class-manage-menu.php:164
723 msgid "Snippet <strong>deactivated</strong>."
724 msgstr ""
725
726 #: php/admin-menus/class-manage-menu.php:165
727 msgid "Selected snippets <strong>deactivated</strong>."
728 msgstr ""
729
730 #: php/admin-menus/class-manage-menu.php:166
731 msgid "Snippet <strong>deleted</strong>."
732 msgstr ""
733
734 #: php/admin-menus/class-manage-menu.php:167
735 msgid "Selected snippets <strong>deleted</strong>."
736 msgstr ""
737
738 #: php/admin-menus/class-manage-menu.php:168
739 msgid "Snippet <strong>cloned</strong>."
740 msgstr ""
741
742 #: php/admin-menus/class-manage-menu.php:169
743 msgid "Selected snippets <strong>cloned</strong>."
744 msgstr ""
745
746 #: php/admin-menus/class-settings-menu.php:16
747 msgctxt "menu label"
748 msgid "Settings"
749 msgstr ""
750
751 #: php/admin-menus/class-settings-menu.php:17
752 msgid "Snippets Settings"
753 msgstr ""
754
755 #: php/admin-menus/class-settings-menu.php:38
756 msgid "All settings have been reset to their defaults."
757 msgstr ""
758
759 #: php/admin-menus/class-settings-menu.php:82
760 msgid "Settings"
761 msgstr ""
762
763 #: php/admin-menus/class-settings-menu.php:87, php/views/edit.php:47, php/views/import.php:26
764 msgctxt "snippets"
765 msgid "Manage"
766 msgstr ""
767
768 #: php/admin-menus/class-settings-menu.php:92, php/views/edit.php:36, php/views/import.php:31, php/views/manage.php:24
769 msgctxt "snippet"
770 msgid "Add New"
771 msgstr ""
772
773 #: php/admin-menus/class-settings-menu.php:97, php/views/edit.php:52, php/views/manage.php:29
774 msgctxt "snippets"
775 msgid "Import"
776 msgstr ""
777
778 #: php/admin-menus/class-settings-menu.php:118
779 msgid "Reset to Default"
780 msgstr ""
781
782 #: php/admin-menus/class-settings-menu.php:144, php/settings/settings.php:209
783 msgid "Settings saved."
784 msgstr ""
785
786 #: php/settings/settings-fields.php:42
787 msgid "Activate by Default"
788 msgstr ""
789
790 #: php/settings/settings-fields.php:44
791 msgid "Make the 'Save and Activate' button the default action when saving a snippet."
792 msgstr ""
793
794 #: php/settings/settings-fields.php:49
795 msgid "Enable Scope Selector"
796 msgstr ""
797
798 #: php/settings/settings-fields.php:51
799 msgid "Enable the scope selector when editing a snippet"
800 msgstr ""
801
802 #: php/settings/settings-fields.php:56
803 msgid "Enable Snippet Tags"
804 msgstr ""
805
806 #: php/settings/settings-fields.php:58
807 msgid "Show snippet tags on admin pages"
808 msgstr ""
809
810 #: php/settings/settings-fields.php:63
811 msgid "Enable Snippet Descriptions"
812 msgstr ""
813
814 #: php/settings/settings-fields.php:65
815 msgid "Show snippet descriptions on admin pages"
816 msgstr ""
817
818 #: php/settings/settings-fields.php:70
819 msgid "Disable Shortcode Syntax Highlighter"
820 msgstr ""
821
822 #: php/settings/settings-fields.php:72
823 msgid "Disable the syntax highlighting for the [code_snippet] shortcode on the front-end"
824 msgstr ""
825
826 #: php/settings/settings-fields.php:77
827 msgid "Complete Uninstall"
828 msgstr ""
829
830 #. translators: %s: URL for Plugins admin menu
831 #: php/settings/settings-fields.php:81
832 msgid "When the plugin is deleted from the <a href=\"%s\">Plugins</a> menu, also delete all snippets and plugin settings."
833 msgstr ""
834
835 #: php/settings/settings-fields.php:96
836 msgid "Row Height"
837 msgstr ""
838
839 #: php/settings/settings-fields.php:98
840 msgid "rows"
841 msgstr ""
842
843 #: php/settings/settings-fields.php:104
844 msgid "Use Full Editor"
845 msgstr ""
846
847 #: php/settings/settings-fields.php:106
848 msgid "Enable all features of the visual editor"
849 msgstr ""
850
851 #: php/settings/settings-fields.php:111
852 msgid "Media Buttons"
853 msgstr ""
854
855 #: php/settings/settings-fields.php:113
856 msgid "Enable the add media buttons"
857 msgstr ""
858
859 #: php/settings/settings-fields.php:122
860 msgid "Theme"
861 msgstr ""
862
863 #: php/settings/settings-fields.php:129
864 msgid "Indent With Tabs"
865 msgstr ""
866
867 #: php/settings/settings-fields.php:131
868 msgid "Use hard tabs (not spaces) for indentation."
869 msgstr ""
870
871 #: php/settings/settings-fields.php:137
872 msgid "Tab Size"
873 msgstr ""
874
875 #: php/settings/settings-fields.php:139
876 msgid "The width of a tab character."
877 msgstr ""
878
879 #: php/settings/settings-fields.php:146
880 msgid "Indent Unit"
881 msgstr ""
882
883 #: php/settings/settings-fields.php:148
884 msgid "How many spaces a block should be indented."
885 msgstr ""
886
887 #: php/settings/settings-fields.php:155
888 msgid "Wrap Lines"
889 msgstr ""
890
891 #: php/settings/settings-fields.php:157
892 msgid "Whether the editor should scroll or wrap for long lines."
893 msgstr ""
894
895 #: php/settings/settings-fields.php:163
896 msgid "Line Numbers"
897 msgstr ""
898
899 #: php/settings/settings-fields.php:165
900 msgid "Show line numbers to the left of the editor."
901 msgstr ""
902
903 #: php/settings/settings-fields.php:171
904 msgid "Auto Close Brackets"
905 msgstr ""
906
907 #: php/settings/settings-fields.php:173
908 msgid "Auto-close brackets and quotes when typed."
909 msgstr ""
910
911 #: php/settings/settings-fields.php:179
912 msgid "Highlight Selection Matches"
913 msgstr ""
914
915 #: php/settings/settings-fields.php:180
916 msgid "Highlight all instances of a currently selected word."
917 msgstr ""
918
919 #: php/settings/settings.php:92
920 msgid "General"
921 msgstr ""
922
923 #: php/settings/settings.php:93
924 msgid "Description Editor"
925 msgstr ""
926
927 #: php/settings/settings.php:94
928 msgid "Code Editor"
929 msgstr ""
930
931 #: php/settings/settings.php:151
932 msgid "Editor Preview"
933 msgstr ""
934
935 #: php/views/edit.php:59, php/views/import.php:37, php/views/manage.php:37
936 msgctxt "snippets"
937 msgid "Settings"
938 msgstr ""
939
940 #: php/views/edit.php:83
941 msgid "Enter title here"
942 msgstr ""
943
944 #: php/views/edit.php:91
945 msgid "Code"
946 msgstr ""
947
948 #: php/views/edit.php:102
949 msgctxt "help tooltip"
950 msgid "?"
951 msgstr ""
952
953 #: php/views/edit.php:107
954 msgctxt "keyboard key"
955 msgid "Cmd"
956 msgstr ""
957
958 #: php/views/edit.php:108
959 msgctxt "keyboard key"
960 msgid "Ctrl"
961 msgstr ""
962
963 #: php/views/edit.php:109
964 msgctxt "keyboard key"
965 msgid "Shift"
966 msgstr ""
967
968 #: php/views/edit.php:110
969 msgctxt "keyboard key"
970 msgid "Option"
971 msgstr ""
972
973 #: php/views/edit.php:111
974 msgctxt "keyboard key"
975 msgid "Alt"
976 msgstr ""
977
978 #: php/views/edit.php:112
979 msgctxt "keyboard key"
980 msgid "F"
981 msgstr ""
982
983 #: php/views/edit.php:113
984 msgctxt "keyboard key"
985 msgid "G"
986 msgstr ""
987
988 #: php/views/edit.php:114
989 msgctxt "keyboard key"
990 msgid "R"
991 msgstr ""
992
993 #: php/views/edit.php:115
994 msgctxt "keyboard key"
995 msgid "S"
996 msgstr ""
997
998 #: php/views/edit.php:123
999 msgid "Save changes"
1000 msgstr ""
1001
1002 #: php/views/edit.php:130
1003 msgid "Begin searching"
1004 msgstr ""
1005
1006 #: php/views/edit.php:137
1007 msgid "Find next"
1008 msgstr ""
1009
1010 #: php/views/edit.php:143
1011 msgid "Find previous"
1012 msgstr ""
1013
1014 #: php/views/edit.php:149
1015 msgid "Replace"
1016 msgstr ""
1017
1018 #: php/views/edit.php:155
1019 msgid "Replace all"
1020 msgstr ""
1021
1022 #: php/views/edit.php:161
1023 msgid "Persistent search"
1024 msgstr ""
1025
1026 #: php/views/import.php:47
1027 msgid "Upload one or more Code Snippets export files and the snippets will be imported."
1028 msgstr ""
1029
1030 #. translators: %s: link to snippets admin menu
1031 #: php/views/import.php:52
1032 msgid "Afterwards, you will need to visit the <a href=\"%s\">All Snippets</a> page to activate the imported snippets."
1033 msgstr ""
1034
1035 #: php/views/import.php:60
1036 msgid "Duplicate Snippets"
1037 msgstr ""
1038
1039 #: php/views/import.php:63
1040 msgid "What should happen if an existing snippet is found with an identical name to an imported snippet?"
1041 msgstr ""
1042
1043 #: php/views/import.php:70
1044 msgid "Ignore any duplicate snippets: import all snippets from the file regardless and leave all existing snippets unchanged."
1045 msgstr ""
1046
1047 #: php/views/import.php:77
1048 msgid "Replace any existing snippets with a newly imported snippet of the same name."
1049 msgstr ""
1050
1051 #: php/views/import.php:84
1052 msgid "Do not import any duplicate snippets; leave all existing snippets unchanged."
1053 msgstr ""
1054
1055 #: php/views/import.php:89
1056 msgid "Upload Files"
1057 msgstr ""
1058
1059 #: php/views/import.php:92
1060 msgid "Choose one or more Code Snippets (.xml or .json) files to upload, then click \"Upload files and import\"."
1061 msgstr ""
1062
1063 #: php/views/import.php:97
1064 msgid "Choose files from your computer:"
1065 msgstr ""
1066
1067 #. translators: %s: size in bytes
1068 #: php/views/import.php:100
1069 msgid "(Maximum size: %s)"
1070 msgstr ""
1071
1072 #: php/views/import.php:111
1073 msgid "Upload files and import"
1074 msgstr ""
1075
1076 #: php/views/manage.php:53
1077 msgid "Search Installed Snippets"
1078 msgstr ""
1079