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

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