-
Notifications
You must be signed in to change notification settings - Fork 1
/
YOURLS-Generated.pot
1467 lines (1163 loc) · 31.4 KB
/
YOURLS-Generated.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: YOURLS\n"
"POT-Creation-Date: 2023-03-05 16:36-0800\n"
"PO-Revision-Date: 2014-01-11 11:51+0100\n"
"Last-Translator: Alex Lion <[email protected]>\n"
"Language-Team: Alex Lion <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-KeywordsList: yourls__;yourls_e;yourls_s;yourls_se;"
"yourls_esc_attr__;yourls_esc_html__;yourls_x;yourls_ex;yourls_esc_attr_x;"
"yourls_esc_html_x;yourls_n:1,2;yourls_nx:1,2;yourls_n_noop:1,2;"
"yourls_nx_noop:1,2\n"
"X-Poedit-Basepath: ../..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Flags-xgettext: --add-comments\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
#: admin/index.php:33
#, php-format
msgid "Searching for <strong>%1$s</strong> in <strong>%2$s</strong>."
msgstr ""
#: admin/index.php:161 admin/index.php:172 admin/index.php:183
#, php-format
msgid "Short URL created, but could not redirect to %s !"
msgstr ""
#: admin/index.php:193
msgid "Unknown \"Share\" bookmarklet"
msgstr ""
#: admin/index.php:246
#, php-format
msgid ""
"Display <strong>%1$s</strong> to <strong class=\"increment\">%2$s</strong> "
"of <strong class=\"increment\">%3$s</strong> URLs"
msgstr ""
#: admin/index.php:248
#, php-format
msgid "counting <strong>1</strong> click"
msgid_plural "counting <strong>%s</strong> clicks"
msgstr[0] ""
msgstr[1] ""
#: admin/index.php:251
#, php-format
msgid ""
"Overall, tracking <strong class=\"increment\">%1$s</strong> links, "
"<strong>%2$s</strong> clicks, and counting!"
msgstr ""
#: admin/index.php:312
msgid "No URL"
msgstr ""
#: admin/install.php:12
msgid "PHP extension for PDO not found"
msgstr ""
#: admin/install.php:17 admin/install.php:22
#, php-format
msgid "%s version is too old. Ask your server admin for an upgrade."
msgstr ""
#: admin/install.php:28
msgid "YOURLS already installed."
msgstr ""
#: admin/install.php:39
msgid "File <tt>.htaccess</tt> successfully created/updated."
msgstr ""
#: admin/install.php:41
msgid ""
"Could not write file <tt>.htaccess</tt> in YOURLS root directory. You will "
"have to do it manually. See <a href=\"http://yourls.org/htaccess\">how</a>."
msgstr ""
#. Start output
#: admin/install.php:54 admin/install.php:75
msgid "Install YOURLS"
msgstr ""
#: admin/install.php:78
msgid "YOURLS Administration Page"
msgstr ""
#: admin/plugins.php:40
msgid "Unsupported action"
msgstr ""
#: admin/plugins.php:44
msgid "No plugin specified, or not a valid plugin"
msgstr ""
#: admin/plugins.php:53
msgid "Plugin has been activated"
msgstr ""
#: admin/plugins.php:55
msgid "Plugin has been deactivated"
msgstr ""
#: admin/plugins.php:60 includes/functions-html.php:817
msgid "Manage Plugins"
msgstr ""
#: admin/plugins.php:66
msgid "Plugins"
msgstr ""
#: admin/plugins.php:73
#, php-format
msgid "%s plugin"
msgid_plural "%s plugins"
msgstr[0] ""
msgstr[1] ""
#. //translators: "you have '3 plugins' installed and '1' activated"
#: admin/plugins.php:77
#, php-format
msgid ""
"You currently have <strong>%1$s</strong> installed, and <strong>%2$s</"
"strong> activated"
msgstr ""
#: admin/plugins.php:82
msgid "Plugin Name"
msgstr ""
#: admin/plugins.php:83
msgid "Version"
msgstr ""
#: admin/plugins.php:84
msgid "Description"
msgstr ""
#: admin/plugins.php:85
msgid "Author"
msgstr ""
#: admin/plugins.php:86
msgid "Action"
msgstr ""
#: admin/plugins.php:111
msgid "(no info)"
msgstr ""
#: admin/plugins.php:121
msgid "Deactivate"
msgstr ""
#: admin/plugins.php:125
msgid "Activate"
msgstr ""
#: admin/plugins.php:136
#, php-format
msgid "plugin file location: %s"
msgstr ""
#: admin/plugins.php:153
msgid "Toggle active/inactive plugins"
msgstr ""
#: admin/plugins.php:160
msgid ""
"If something goes wrong after you activate a plugin and you cannot use "
"YOURLS or access this page, simply rename or delete its directory, or rename "
"the plugin file to something different than <code>plugin.php</code>."
msgstr ""
#: admin/plugins.php:162
msgid "More plugins"
msgstr ""
#: admin/plugins.php:164
msgid ""
"For more plugins, head to the official <a href=\"http://yourls.org/"
"awesome\">Plugin list</a>."
msgstr ""
#: admin/tools.php:6
msgid "Cool YOURLS Tools"
msgstr ""
#: admin/tools.php:13
msgid "Bookmarklets"
msgstr ""
#: admin/tools.php:15
msgid ""
"YOURLS comes with handy <span>bookmarklets</span> for easier link shortening "
"and sharing."
msgstr ""
#: admin/tools.php:17
msgid "Standard or Instant, Simple or Custom"
msgstr ""
#: admin/tools.php:20
msgid ""
"The <span>Standard Bookmarklets</span> will take you to a page where you can "
"easily edit or delete your brand new short URL."
msgstr ""
#: admin/tools.php:22
msgid ""
"The <span>Instant Bookmarklets</span> will pop the short URL without leaving "
"the page you are viewing (depending on the page and server configuration, "
"they may silently fail)"
msgstr ""
#: admin/tools.php:24
msgid ""
"The <span>Simple Bookmarklets</span> will generate a short URL with a random "
"or sequential keyword."
msgstr ""
#: admin/tools.php:26
msgid ""
"The <span>Custom Keyword Bookmarklets</span> will prompt you for a custom "
"keyword first."
msgstr ""
#: admin/tools.php:30
msgid ""
"If you want to share a description along with the link you're shortening, "
"simply <span>select text</span> on the page you're viewing before clicking "
"on your bookmarklet link"
msgstr ""
#: admin/tools.php:33
msgid ""
"<strong>Important Note:</strong> bookmarklets <span>may fail</span> on "
"websites with <em>https</em>, especially the \"Instant\" bookrmarklets. "
"There is nothing you can do about this."
msgstr ""
#: admin/tools.php:35
msgid "The Bookmarklets"
msgstr ""
#: admin/tools.php:39 admin/tools.php:188
msgid "Click and drag links to your toolbar (or right-click and bookmark it)"
msgstr ""
#: admin/tools.php:45
msgid "Standard (new page)"
msgstr ""
#: admin/tools.php:46
msgid "Instant (popup)"
msgstr ""
#: admin/tools.php:51
msgid "Simple"
msgstr ""
#: admin/tools.php:82
msgid "Shorten"
msgstr ""
#: admin/tools.php:107
msgid "Instant Shorten"
msgstr ""
#: admin/tools.php:113
msgid "Custom Keyword"
msgstr ""
#: admin/tools.php:148
msgid "Custom shorten"
msgstr ""
#: admin/tools.php:176
msgid "Instant Custom Shorten"
msgstr ""
#: admin/tools.php:185
msgid "Social Bookmarklets"
msgstr ""
#: admin/tools.php:187
msgid "Create a short URL and share it on social networks, all in one click!"
msgstr ""
#: admin/tools.php:190
msgid "Shorten and share:"
msgstr ""
#: admin/tools.php:215
msgid "YOURLS & Facebook"
msgstr ""
#: admin/tools.php:246
msgid "YOURLS & Twitter"
msgstr ""
#: admin/tools.php:278
msgid "YOURLS & Tumblr"
msgstr ""
#: admin/tools.php:285
msgid "Prefix-n-Shorten"
msgstr ""
#: admin/tools.php:287
#, php-format
msgid ""
"When viewing a page, you can also prefix its full URL: just head to your "
"browser's address bar, add \"<span>%s</span>\" to the beginning of the "
"current URL (right before its 'http://' part) and hit enter."
msgstr ""
#: admin/tools.php:290
msgid ""
"Note: this will probably not work if your web server is running on Windows"
msgstr ""
#: admin/tools.php:292
msgid " (which seems to be the case here)"
msgstr ""
#: admin/tools.php:298
msgid "Secure passwordless API call"
msgstr ""
#: admin/tools.php:301
msgid ""
"YOURLS allows API calls the old fashioned way, using <tt>username</tt> and "
"<tt>password</tt> parameters."
msgstr ""
#: admin/tools.php:303
msgid ""
"If you're worried about sending your credentials into the wild, you can also "
"make API calls without using your login or your password, using a secret "
"signature token."
msgstr ""
#: admin/tools.php:306
#, php-format
msgid "Your secret signature token: <strong><code>%s</code></strong>"
msgstr ""
#: admin/tools.php:307
msgid "(It's a secret. Keep it secret) "
msgstr ""
#: admin/tools.php:309
msgid ""
"This signature token can only be used with the API, not with the admin "
"interface."
msgstr ""
#: admin/tools.php:312
msgid "Usage of the signature token"
msgstr ""
#: admin/tools.php:313
msgid "Simply use parameter <tt>signature</tt> in your API requests. Example:"
msgstr ""
#: admin/tools.php:317
msgid "Usage of a time limited signature token"
msgstr ""
#: admin/tools.php:320 admin/tools.php:322
msgid "actual value:"
msgstr ""
#: admin/tools.php:325
msgid ""
"Now use parameters <tt>signature</tt> and <tt>timestamp</tt> in your API "
"requests. Example:"
msgstr ""
#: admin/tools.php:327
msgid "Actual values:"
msgstr ""
#: admin/tools.php:329
#, php-format
msgid "This URL would be valid for only %s seconds"
msgstr ""
#: admin/tools.php:333
#, php-format
msgid "See the <a href=\"%s\">Passwordless API</a> page on the wiki."
msgstr ""
#: admin/tools.php:334
#, php-format
msgid "See the <a href=\"%s\">API documentation</a> for more"
msgstr ""
#: admin/upgrade.php:7 admin/upgrade.php:11
msgid "Upgrade YOURLS"
msgstr ""
#: admin/upgrade.php:16
#, php-format
msgid "Upgrade not required. Go <a href=\"%s\">back to play</a>!"
msgstr ""
#: admin/upgrade.php:49
msgid "Your current installation needs to be upgraded."
msgstr ""
#: admin/upgrade.php:50
msgid ""
"Please, pretty please, it is recommended that you <strong>backup</strong> "
"your database<br/>(you should do this regularly anyway)"
msgstr ""
#: admin/upgrade.php:51
msgid ""
"Nothing awful <em>should</em> happen, but this doesn't mean it <em>won't</"
"em> happen, right? ;)"
msgstr ""
#: admin/upgrade.php:52
msgid ""
"On every step, if <span class='error'>something goes wrong</span>, you'll "
"see a message and hopefully a way to fix."
msgstr ""
#: admin/upgrade.php:53
msgid ""
"If everything goes too fast and you cannot read, <span "
"class=\"success\">good for you</span>, let it go :)"
msgstr ""
#: admin/upgrade.php:54
msgid "Once you are ready, press \"Upgrade\" !"
msgstr ""
#: admin/upgrade.php:63
msgid "Upgrade"
msgstr ""
#: admin/upgrade.php:75
msgid "Your installation is now up to date ! "
msgstr ""
#: admin/upgrade.php:76
#, php-format
msgid "Go back to <a href=\"%s\">the admin interface</a>"
msgstr ""
#: includes/Database/YDB.php:165
msgid "Incorrect DB config, or could not connect to DB"
msgstr ""
#: includes/Database/YDB.php:168 includes/class-mysql.php:17
msgid "Fatal error"
msgstr ""
#: includes/Views/AdminParams.php:60 includes/functions-html.php:242
msgid "All fields"
msgstr ""
#: includes/Views/AdminParams.php:61 includes/functions-html.php:243
#: includes/functions-html.php:255 includes/functions-html.php:529
#: includes/functions-html.php:674 yourls-infos.php:219
msgid "Short URL"
msgstr ""
#: includes/Views/AdminParams.php:62 includes/functions-html.php:244
#: includes/functions-html.php:256
msgid "URL"
msgstr ""
#: includes/Views/AdminParams.php:63 includes/functions-html.php:245
#: includes/functions-html.php:257 includes/functions-html.php:529
msgid "Title"
msgstr ""
#: includes/Views/AdminParams.php:64
msgid "IP Address"
msgstr ""
#: includes/Views/AdminParams.php:65 includes/functions-html.php:258
#: includes/functions-html.php:676
msgid "Date"
msgstr ""
#: includes/Views/AdminParams.php:66 includes/functions-html.php:260
#: includes/functions-html.php:678
msgid "Clicks"
msgstr ""
#: includes/auth.php:53
#, php-format
msgid "Could not auto-encrypt passwords. Error was: \"%s\"."
msgstr ""
#: includes/auth.php:55
#, php-format
msgid "<a href=\"%s\">Get help</a>."
msgstr ""
#: includes/auth.php:57
#, php-format
msgid "<a href=\"%s\">Click here</a> to dismiss this message for one week."
msgstr ""
#: includes/class-mysql.php:17
msgid "Incorrect DB config, please refer to documentation"
msgstr ""
#: includes/functions-auth.php:42
msgid "Logged out successfully"
msgstr ""
#: includes/functions-auth.php:119
msgid "Invalid username or password"
msgstr ""
#: includes/functions-auth.php:121
msgid "Please log in"
msgstr ""
#: includes/functions-auth.php:700
msgid "Unauthorized action or expired link"
msgstr ""
#: includes/functions-auth.php:700
msgid "Error"
msgstr ""
#: includes/functions-html.php:147
#, php-format
msgid "1 query"
msgid_plural "%s queries"
msgstr[0] ""
msgstr[1] ""
#: includes/functions-html.php:156
#, php-format
msgid "Powered by %s"
msgstr ""
#: includes/functions-html.php:190
msgid "Enter the URL"
msgstr ""
#: includes/functions-html.php:192
msgid "Optional "
msgstr ""
#: includes/functions-html.php:192
msgid "Custom short URL"
msgstr ""
#: includes/functions-html.php:195
msgid "Shorten The URL"
msgstr ""
#. First search control: text to search
#: includes/functions-html.php:240
msgid "Search for"
msgstr ""
#: includes/functions-html.php:246 includes/functions-html.php:259
#: includes/functions-html.php:677
msgid "IP"
msgstr ""
#: includes/functions-html.php:248
msgid "Search in"
msgstr ""
#. //translators: "Search for <input field with text to search> in <select dropdown with URL, title...>"
#: includes/functions-html.php:250
#, php-format
msgid "Search for %1$s in %2$s"
msgstr ""
#: includes/functions-html.php:262
msgid "Sort by"
msgstr ""
#: includes/functions-html.php:265
msgid "Ascending"
msgstr ""
#: includes/functions-html.php:266
msgid "Descending"
msgstr ""
#: includes/functions-html.php:268
msgid "Sort order"
msgstr ""
#. //translators: "Order by <criteria dropdown (date, clicks...)> in <order dropdown (Descending or Ascending)>"
#: includes/functions-html.php:270
#, php-format
msgid "Order by %1$s %2$s"
msgstr ""
#. Third search control: Show XX rows
#. //translators: "Show <text field> rows"
#: includes/functions-html.php:275
msgid "Number of rows to show"
msgstr ""
#: includes/functions-html.php:276
#, php-format
msgid "Show %s rows"
msgstr ""
#: includes/functions-html.php:281
msgid "more"
msgstr ""
#: includes/functions-html.php:282
msgid "less"
msgstr ""
#: includes/functions-html.php:284
msgid "Show links with"
msgstr ""
#: includes/functions-html.php:285
msgid "Number of clicks"
msgstr ""
#. //translators: "Show links with <more/less> than <text field> clicks"
#: includes/functions-html.php:287
#, php-format
msgid "Show links with %1$s than %2$s clicks"
msgstr ""
#: includes/functions-html.php:292
msgid "before"
msgstr ""
#: includes/functions-html.php:293
msgid "after"
msgstr ""
#: includes/functions-html.php:294
msgid "between"
msgstr ""
#: includes/functions-html.php:296
msgid "Show links created"
msgstr ""
#: includes/functions-html.php:297
msgid "Select a date"
msgstr ""
#: includes/functions-html.php:299
msgid "Select an end date"
msgstr ""
#. //translators: "Show links created <before/after/between> <date input> <"and" if applicable> <date input if applicable>"
#: includes/functions-html.php:301
#, php-format
msgid "Show links created %1$s %2$s %3$s %4$s"
msgstr ""
#: includes/functions-html.php:305
msgid "Search"
msgstr ""
#: includes/functions-html.php:307
msgid "Clear"
msgstr ""
#: includes/functions-html.php:327
#, php-format
msgid "1 page"
msgid_plural "%s pages"
msgstr[0] ""
msgstr[1] ""
#: includes/functions-html.php:335
msgid "Go to First Page"
msgstr ""
#: includes/functions-html.php:335
msgid "« First"
msgstr ""
#: includes/functions-html.php:349
msgid "Go to Last Page"
msgstr ""
#: includes/functions-html.php:349
msgid "Last »"
msgstr ""
#: includes/functions-html.php:405
msgid "Your short link"
msgstr ""
#: includes/functions-html.php:407 yourls-infos.php:550
msgid "Quick Share"
msgstr ""
#: includes/functions-html.php:439
msgid "Long link"
msgstr ""
#: includes/functions-html.php:441 includes/functions-html.php:570
#: includes/functions-html.php:571
msgid "Stats"
msgstr ""
#: includes/functions-html.php:455
msgid "Share with"
msgstr ""
#: includes/functions-html.php:456
msgid "Tweet this!"
msgstr ""
#: includes/functions-html.php:457
msgid "Share on Facebook"
msgstr ""
#: includes/functions-html.php:529 yourls-infos.php:237
msgid "Long URL"
msgstr ""
#: includes/functions-html.php:529
msgid "Save"
msgstr ""
#: includes/functions-html.php:529
msgid "Save new values"
msgstr ""
#: includes/functions-html.php:529
msgid "Cancel"
msgstr ""
#: includes/functions-html.php:529
msgid "Cancel editing"
msgstr ""
#: includes/functions-html.php:531
msgid "Error, URL not found"
msgstr ""
#. endif do log redirect
#: includes/functions-html.php:576 includes/functions-html.php:577
#: yourls-infos.php:247 yourls-infos.php:548
msgid "Share"
msgstr ""
#: includes/functions-html.php:583 includes/functions-html.php:584
msgid "Edit"
msgstr ""
#: includes/functions-html.php:590 includes/functions-html.php:591
msgid "Delete"
msgstr ""
#: includes/functions-html.php:612
msgid "Not a common link"
msgstr ""
#: includes/functions-html.php:675
msgid "Original URL"
msgstr ""
#: includes/functions-html.php:679
msgid "Actions"
msgstr ""
#: includes/functions-html.php:757
msgid "Username"
msgstr ""
#: includes/functions-html.php:761
msgid "Password"
msgstr ""
#: includes/functions-html.php:769
msgid "Login"
msgstr ""
#: includes/functions-html.php:795
#, php-format
msgid "Hello <strong>%s</strong>"
msgstr ""
#: includes/functions-html.php:795
msgid "Logout"
msgstr ""
#: includes/functions-html.php:799
msgid "Help"
msgstr ""
#: includes/functions-html.php:806
msgid "Go to the admin interface"
msgstr ""
#: includes/functions-html.php:807
msgid "Admin interface"
msgstr ""
#: includes/functions-html.php:813
msgid "Tools"
msgstr ""
#: includes/functions-html.php:904
#, php-format
msgid "Page \"%1$s\" not found"
msgstr ""
#: includes/functions-html.php:904
msgid "Not found"
msgstr ""
#. Dummy returns, to initialize l10n strings used in the calendar
#: includes/functions-html.php:952 includes/functions-html.php:957
msgid "Today"
msgstr ""
#: includes/functions-html.php:953 includes/functions-html.php:958
msgid "Close"
msgstr ""
#: includes/functions-html.php:977
#, php-format
msgid "<a href=\"%s\">YOURLS version %s</a> is available. Please update!"
msgstr ""
#: includes/functions-html.php:992
msgid "Drag to your toolbar!"
msgstr ""
#: includes/functions-install.php:263
#, php-format
msgid "Table '%s' created."
msgstr ""
#: includes/functions-install.php:265
#, php-format
msgid "Error creating table '%s'."
msgstr ""
#: includes/functions-install.php:271
msgid "Could not initialize options"
msgstr ""
#: includes/functions-install.php:275
msgid "Could not insert sample short URLs"
msgstr ""
#: includes/functions-install.php:279
msgid "YOURLS tables successfully created."
msgstr ""
#: includes/functions-install.php:281
msgid "Error creating YOURLS tables."
msgstr ""
#. The Weekdays
#. //translators: weekday
#. The first letter of each day. The _%day%_initial suffix is a hack to make
#. sure the day initials are unique.
#. Abbreviations for each day.
#: includes/functions-l10n.php:770 includes/functions-l10n.php:780
#: includes/functions-l10n.php:793
msgid "Sunday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:771 includes/functions-l10n.php:781
#: includes/functions-l10n.php:794
msgid "Monday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:772 includes/functions-l10n.php:782
#: includes/functions-l10n.php:795
msgid "Tuesday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:773 includes/functions-l10n.php:783
#: includes/functions-l10n.php:796
msgid "Wednesday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:774 includes/functions-l10n.php:784
#: includes/functions-l10n.php:797
msgid "Thursday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:775 includes/functions-l10n.php:785
#: includes/functions-l10n.php:798
msgid "Friday"
msgstr ""
#. //translators: weekday
#: includes/functions-l10n.php:776 includes/functions-l10n.php:786
#: includes/functions-l10n.php:799
msgid "Saturday"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:780
msgid "S_Sunday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:781
msgid "M_Monday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:782
msgid "T_Tuesday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:783
msgid "W_Wednesday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:784
msgid "T_Thursday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:785
msgid "F_Friday_initial"
msgstr ""
#. //translators: one-letter abbreviation of the weekday
#: includes/functions-l10n.php:786
msgid "S_Saturday_initial"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:793
msgid "Sun"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:794
msgid "Mon"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:795
msgid "Tue"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:796
msgid "Wed"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:797
msgid "Thu"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:798
msgid "Fri"
msgstr ""
#. //translators: three-letter abbreviation of the weekday
#: includes/functions-l10n.php:799
msgid "Sat"
msgstr ""
#. The Months
#. //translators: month name
#. Abbreviations for each month. Uses the same hack as above to get around the
#. 'May' duplication.
#: includes/functions-l10n.php:802 includes/functions-l10n.php:817
msgid "January"
msgstr ""
#. //translators: month name
#: includes/functions-l10n.php:803 includes/functions-l10n.php:818