PluginProbe
Code Snippets / 2.14.1
Code Snippets v2.14.1
4.0.0-beta.2 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 All 65 releases
code-snippets / languages / code-snippets.pot

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

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