-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
3073 lines (2365 loc) · 60.8 KB
/
messages.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-15 13:47+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: backend.php:73
msgid "Use default"
msgstr ""
#: backend.php:74
msgid "Never purge"
msgstr ""
#: backend.php:75
msgid "1 week old"
msgstr ""
#: backend.php:76
msgid "2 weeks old"
msgstr ""
#: backend.php:77
msgid "1 month old"
msgstr ""
#: backend.php:78
msgid "2 months old"
msgstr ""
#: backend.php:79
msgid "3 months old"
msgstr ""
#: backend.php:82
msgid "Default interval"
msgstr ""
#: backend.php:83 backend.php:93
msgid "Disable updates"
msgstr ""
#: backend.php:84 backend.php:94
msgid "15 minutes"
msgstr ""
#: backend.php:85 backend.php:95
msgid "30 minutes"
msgstr ""
#: backend.php:86 backend.php:96
msgid "Hourly"
msgstr ""
#: backend.php:87 backend.php:97
msgid "4 hours"
msgstr ""
#: backend.php:88 backend.php:98
msgid "12 hours"
msgstr ""
#: backend.php:89 backend.php:99
msgid "Daily"
msgstr ""
#: backend.php:90 backend.php:100
msgid "Weekly"
msgstr ""
#: backend.php:103 classes/pref/system.php:52 classes/pref/users.php:47
msgid "User"
msgstr ""
#: backend.php:104
msgid "Power User"
msgstr ""
#: backend.php:105
msgid "Administrator"
msgstr ""
#: errors.php:9
msgid ""
"This program requires XmlHttpRequest to function properly. Your browser "
"doesn't seem to support it."
msgstr ""
#: errors.php:12
msgid ""
"This program requires cookies to function properly. Your browser doesn't "
"seem to support them."
msgstr ""
#: errors.php:15
msgid "Backend sanity check failed."
msgstr ""
#: errors.php:17
msgid "Frontend sanity check failed."
msgstr ""
#: errors.php:19
msgid ""
"Incorrect database schema version. <a href='db-updater.php'>Please "
"update</a>."
msgstr ""
#: errors.php:21
msgid "Request not authorized."
msgstr ""
#: errors.php:23
msgid "No operation to perform."
msgstr ""
#: errors.php:25
msgid ""
"Could not display feed: query failed. Please check label match syntax or "
"local configuration."
msgstr ""
#: errors.php:27
msgid "Denied. Your access level is insufficient to access this page."
msgstr ""
#: errors.php:29
msgid "Configuration check failed"
msgstr ""
#: errors.php:31
msgid ""
"Your version of MySQL is not currently supported. Please see official site "
"for more information."
msgstr ""
#: errors.php:35
msgid "SQL escaping test failed, check your database and PHP configuration"
msgstr ""
#: errors.php:37
msgid "Method not found"
msgstr ""
#: errors.php:39
msgid "Plugin not found"
msgstr ""
#: errors.php:41
msgid "Encoding data as JSON failed"
msgstr ""
#: index.php:127 index.php:142 index.php:254 prefs.php:112
#: classes/backend.php:5 classes/pref/feeds.php:1268
#: classes/pref/filters.php:806 classes/pref/labels.php:281 js/AppBase.js:147
#: js/CommonDialogs.js:291 js/CommonDialogs.js:371 js/Feeds.js:344
#: js/Feeds.js:422 js/Headlines.js:285 js/PrefFeedTree.js:126
#: js/PrefFeedTree.js:133 js/PrefFeedTree.js:250 js/PrefFeedTree.js:319
#: js/PrefFilterTree.js:97 js/PrefHelpers.js:23 js/PrefHelpers.js:72
#: js/PrefHelpers.js:138
msgid "Loading, please wait..."
msgstr ""
#: index.php:151 js/AppBase.js:244 js/AppBase.js:250
msgid "Communication problem with server."
msgstr ""
#: index.php:154
msgid "Recent entries found in event log."
msgstr ""
#: index.php:157
msgid "Updates are available from Git."
msgstr ""
#: index.php:171
msgid "Show articles"
msgstr ""
#: index.php:174
msgid "Adaptive"
msgstr ""
#: index.php:175
msgid "All Articles"
msgstr ""
#: index.php:176 include/functions.php:1063 classes/feeds.php:70
msgid "Starred"
msgstr ""
#: index.php:177 include/functions.php:1064 classes/feeds.php:71
msgid "Published"
msgstr ""
#: index.php:178 classes/feeds.php:63 classes/feeds.php:69
msgid "Unread"
msgstr ""
#: index.php:179
msgid "With Note"
msgstr ""
#: index.php:180
msgid "Ignore Scoring"
msgstr ""
#: index.php:183
msgid "Sort articles"
msgstr ""
#: index.php:187
msgid "Default"
msgstr ""
#: index.php:188
msgid "Newest first"
msgstr ""
#: index.php:189
msgid "Oldest first"
msgstr ""
#: index.php:190
msgid "Title"
msgstr ""
#: index.php:194 index.php:228 include/functions.php:1051 classes/feeds.php:75
#: js/FeedTree.js:58 js/FeedTree.js:93
msgid "Mark as read"
msgstr ""
#: index.php:197
msgid "Older than one day"
msgstr ""
#: index.php:200
msgid "Older than one week"
msgstr ""
#: index.php:203
msgid "Older than two weeks"
msgstr ""
#: index.php:218
msgid "Actions..."
msgstr ""
#: index.php:221
msgid "Preferences..."
msgstr ""
#: index.php:222
msgid "Search..."
msgstr ""
#: index.php:223
msgid "Feed actions:"
msgstr ""
#: index.php:224 classes/handler/public.php:741
msgid "Subscribe to feed..."
msgstr ""
#: index.php:225
msgid "Edit this feed..."
msgstr ""
#: index.php:226 classes/pref/feeds.php:796 classes/pref/feeds.php:1241
#: js/PrefFeedTree.js:62
msgid "Unsubscribe"
msgstr ""
#: index.php:227
msgid "All feeds:"
msgstr ""
#: index.php:229
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:230
msgid "Other actions:"
msgstr ""
#: index.php:231 include/functions.php:1037
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:232 include/functions.php:1072
msgid "Toggle night mode"
msgstr ""
#: index.php:233
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:242
msgid "Logout"
msgstr ""
#: prefs.php:32 prefs.php:129 include/functions.php:1067
#: classes/pref/prefs.php:473
msgid "Preferences"
msgstr ""
#: prefs.php:121
msgid "Keyboard shortcuts"
msgstr ""
#: prefs.php:122
msgid "Exit preferences"
msgstr ""
#: prefs.php:132 classes/pref/feeds.php:127 classes/pref/feeds.php:1176
#: classes/pref/feeds.php:1230 classes/pref/prefs.php:28
msgid "Feeds"
msgstr ""
#: prefs.php:136 classes/pref/filters.php:243
msgid "Filters"
msgstr ""
#: prefs.php:140 classes/feeds.php:1383 classes/pref/labels.php:85
msgid "Labels"
msgstr ""
#: prefs.php:145
msgid "Users"
msgstr ""
#: prefs.php:148
msgid "System"
msgstr ""
#: register.php:183 include/login_form.php:141
msgid "Create new account"
msgstr ""
#: register.php:189
msgid "New user registrations are administratively disabled."
msgstr ""
#: register.php:193 register.php:238 register.php:251 register.php:266
#: register.php:285 register.php:332 register.php:342 register.php:354
#: classes/handler/public.php:758 classes/handler/public.php:807
#: classes/handler/public.php:831 classes/handler/public.php:923
#: classes/handler/public.php:953 classes/handler/public.php:1027
#: classes/handler/public.php:1124 classes/handler/public.php:1136
#: classes/handler/public.php:1141 classes/handler/public.php:1165
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: register.php:214
msgid ""
"Your temporary password will be sent to the specified email. Accounts, which "
"were not logged in once, are erased automatically 24 hours after temporary "
"password is sent."
msgstr ""
#: register.php:220
msgid "Desired login:"
msgstr ""
#: register.php:223
msgid "Check availability"
msgstr ""
#: register.php:225 classes/handler/public.php:938
msgid "Email:"
msgstr ""
#: register.php:228
msgid "How much is two plus two:"
msgstr ""
#: register.php:231
msgid "Submit registration"
msgstr ""
#: register.php:249
msgid "Your registration information is incomplete."
msgstr ""
#: register.php:264
msgid "Sorry, this username is already taken."
msgstr ""
#: register.php:283
msgid "Registration failed."
msgstr ""
#: register.php:329
msgid "Account created successfully."
msgstr ""
#: register.php:351
msgid "New user registrations are currently closed."
msgstr ""
#: update.php:113
msgid "Tiny Tiny RSS data update script."
msgstr ""
#: include/controls.php:85 classes/pref/filters.php:212
#: classes/pref/filters.php:223 classes/pref/filters.php:537
msgid "All feeds"
msgstr ""
#: include/controls.php:138 include/controls.php:230 classes/digest.php:124
#: classes/feeds.php:1395 classes/opml.php:536 classes/pref/feeds.php:246
msgid "Uncategorized"
msgstr ""
#: include/functions.php:83
msgid "Detect automatically"
msgstr ""
#: include/functions.php:817
#, php-format
msgid "%d min"
msgstr ""
#: include/functions.php:1013
msgid "Navigation"
msgstr ""
#: include/functions.php:1014
msgid "Open next feed"
msgstr ""
#: include/functions.php:1015
msgid "Open previous feed"
msgstr ""
#: include/functions.php:1016
msgid "Open next article"
msgstr ""
#: include/functions.php:1017
msgid "Open previous article"
msgstr ""
#: include/functions.php:1018
msgid "Open next article (don't scroll long articles)"
msgstr ""
#: include/functions.php:1019
msgid "Open previous article (don't scroll long articles)"
msgstr ""
#: include/functions.php:1020
msgid "Move to next article (don't expand or mark read)"
msgstr ""
#: include/functions.php:1021
msgid "Move to previous article (don't expand or mark read)"
msgstr ""
#: include/functions.php:1022
msgid "Show search dialog"
msgstr ""
#: include/functions.php:1023
msgid "Article"
msgstr ""
#: include/functions.php:1024 js/Headlines.js:1288
msgid "Toggle starred"
msgstr ""
#: include/functions.php:1025 js/Headlines.js:1300
msgid "Toggle published"
msgstr ""
#: include/functions.php:1026 js/Headlines.js:1275
msgid "Toggle unread"
msgstr ""
#: include/functions.php:1027
msgid "Edit tags"
msgstr ""
#: include/functions.php:1028
msgid "Open in new window"
msgstr ""
#: include/functions.php:1029 js/Headlines.js:1321
msgid "Mark below as read"
msgstr ""
#: include/functions.php:1030 js/Headlines.js:1314
msgid "Mark above as read"
msgstr ""
#: include/functions.php:1031
msgid "Scroll down"
msgstr ""
#: include/functions.php:1032
msgid "Scroll up"
msgstr ""
#: include/functions.php:1033
msgid "Select article under cursor"
msgstr ""
#: include/functions.php:1034
msgid "Email article"
msgstr ""
#: include/functions.php:1035
msgid "Close/collapse article"
msgstr ""
#: include/functions.php:1036
msgid "Toggle article expansion (combined mode)"
msgstr ""
#: include/functions.php:1038
msgid "Toggle embed original"
msgstr ""
#: include/functions.php:1039
msgid "Article selection"
msgstr ""
#: include/functions.php:1040
msgid "Select all articles"
msgstr ""
#: include/functions.php:1041
msgid "Select unread"
msgstr ""
#: include/functions.php:1042
msgid "Select starred"
msgstr ""
#: include/functions.php:1043
msgid "Select published"
msgstr ""
#: include/functions.php:1044
msgid "Invert selection"
msgstr ""
#: include/functions.php:1045
msgid "Deselect everything"
msgstr ""
#: include/functions.php:1046 classes/pref/feeds.php:529
#: classes/pref/feeds.php:817
msgid "Feed"
msgstr ""
#: include/functions.php:1047
msgid "Refresh current feed"
msgstr ""
#: include/functions.php:1048
msgid "Un/hide read feeds"
msgstr ""
#: include/functions.php:1049 classes/pref/feeds.php:1233
msgid "Subscribe to feed"
msgstr ""
#: include/functions.php:1050 js/Headlines.js:1438 js/PrefFeedTree.js:56
#: js/FeedTree.js:65
msgid "Edit feed"
msgstr ""
#: include/functions.php:1052
msgid "Reverse headlines"
msgstr ""
#: include/functions.php:1053
msgid "Toggle headline grouping"
msgstr ""
#: include/functions.php:1054
msgid "Debug feed update"
msgstr ""
#: include/functions.php:1055
msgid "Debug viewfeed()"
msgstr ""
#: include/functions.php:1056 js/FeedTree.js:121
msgid "Mark all feeds as read"
msgstr ""
#: include/functions.php:1057
msgid "Un/collapse current category"
msgstr ""
#: include/functions.php:1058
msgid "Toggle auto expand in combined mode"
msgstr ""
#: include/functions.php:1059
msgid "Toggle combined mode"
msgstr ""
#: include/functions.php:1060
msgid "Go to"
msgstr ""
#: include/functions.php:1061 classes/feeds.php:1256
msgid "All articles"
msgstr ""
#: include/functions.php:1062
msgid "Fresh"
msgstr ""
#: include/functions.php:1065 classes/feeds.php:1260
msgid "Recently read"
msgstr ""
#: include/functions.php:1066 js/tt-rss.js:432 js/tt-rss.js:511
msgid "Tag cloud"
msgstr ""
#: include/functions.php:1068
msgid "Other"
msgstr ""
#: include/functions.php:1069 classes/pref/labels.php:266
msgid "Create label"
msgstr ""
#: include/functions.php:1070 classes/pref/filters.php:785
msgid "Create filter"
msgstr ""
#: include/functions.php:1071
msgid "Un/collapse sidebar"
msgstr ""
#: include/functions.php:1073
msgid "Show help dialog"
msgstr ""
#: include/functions.php:1775
msgid "There is no error, the file uploaded with success"
msgstr ""
#: include/functions.php:1776
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini"
msgstr ""
#: include/functions.php:1777
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
#: include/functions.php:1778
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: include/functions.php:1779
msgid "No file was uploaded"
msgstr ""
#: include/functions.php:1780
msgid "Missing a temporary folder"
msgstr ""
#: include/functions.php:1781
msgid "Failed to write file to disk."
msgstr ""
#: include/functions.php:1782
msgid "A PHP extension stopped the file upload."
msgstr ""
#: include/login_form.php:81 classes/handler/public.php:618
#: classes/handler/public.php:933 classes/pref/users.php:55
msgid "Login:"
msgstr ""
#: include/login_form.php:88 classes/handler/public.php:625
msgid "Password:"
msgstr ""
#: include/login_form.php:96
msgid "I forgot my password"
msgstr ""
#: include/login_form.php:101
msgid "Profile:"
msgstr ""
#: include/login_form.php:104 classes/handler/public.php:281
#: classes/pref/prefs.php:1065 classes/rpc.php:69
msgid "Default profile"
msgstr ""
#: include/login_form.php:113
msgid "Use less traffic"
msgstr ""
#: include/login_form.php:117
msgid "Does not display images in articles, reduces automatic refreshes."
msgstr ""
#: include/login_form.php:126
msgid "Remember me"
msgstr ""
#: include/login_form.php:137 classes/handler/public.php:638
msgid "Log in"
msgstr ""
#: include/sessions.php:45
msgid "Session failed to validate (schema version changed)"
msgstr ""
#: include/sessions.php:53
msgid "Session failed to validate (UA changed)."
msgstr ""
#: include/sessions.php:67
msgid "Session failed to validate (password changed)"
msgstr ""
#: include/sessions.php:74
msgid "Session failed to validate (user not found)"
msgstr ""
#: classes/article.php:26
msgid "Article not found."
msgstr ""
#: classes/article.php:239
msgid "Tags for this article (separated by commas):"
msgstr ""
#: classes/article.php:251 classes/pref/feeds.php:797
#: classes/pref/feeds.php:951 classes/pref/filters.php:509
#: classes/pref/labels.php:73 classes/pref/prefs.php:1016
#: classes/pref/users.php:114 plugins/af_psql_trgm/init.php:197
#: plugins/af_readability/init.php:91 plugins/af_redditimgur/init.php:69
#: plugins/af_zz_imgproxy/init.php:243 plugins/mail/init.php:66
#: plugins/note/init.php:53 plugins/nsfw/init.php:86
msgid "Save"
msgstr ""
#: classes/article.php:253 classes/feeds.php:716 classes/feeds.php:757
#: classes/handler/public.php:596 classes/pref/feeds.php:798
#: classes/pref/feeds.php:954 classes/pref/feeds.php:1691
#: classes/pref/filters.php:512 classes/pref/filters.php:942
#: classes/pref/filters.php:1022 classes/pref/filters.php:1115
#: classes/pref/labels.php:75 classes/pref/prefs.php:1018
#: classes/pref/prefs.php:1115 classes/pref/users.php:116
#: plugins/mail/init.php:178 plugins/note/init.php:55
msgid "Cancel"
msgstr ""
#: classes/article.php:348 classes/article.php:614
msgid "no tags"
msgstr ""
#: classes/article.php:458
msgid "unknown type"
msgstr ""
#: classes/article.php:535
msgid "Attachments"
msgstr ""
#: classes/backend.php:37
msgid "Keyboard Shortcuts"
msgstr ""
#: classes/backend.php:61 classes/backend.php:130
msgid "Shift"
msgstr ""
#: classes/backend.php:64 classes/backend.php:133
msgid "Ctrl"
msgstr ""
#: classes/backend.php:159 classes/dlg.php:30 classes/dlg.php:57
#: classes/dlg.php:89 classes/dlg.php:153 classes/dlg.php:187
#: classes/dlg.php:203 classes/pref/feeds.php:1499 classes/pref/feeds.php:1559
#: classes/pref/filters.php:175 plugins/af_psql_trgm/init.php:111
#: plugins/share/init.php:133
msgid "Close this window"
msgstr ""
#: classes/dlg.php:41
msgid "Your Public OPML URL is:"
msgstr ""
#: classes/dlg.php:54 classes/dlg.php:184 plugins/share/init.php:130
msgid "Generate new URL"
msgstr ""
#: classes/dlg.php:68
msgid ""
"Update daemon is enabled in configuration, but daemon process is not "
"running, which prevents all feeds from updating. Please start the daemon "
"process or contact instance owner."
msgstr ""
#: classes/dlg.php:72 classes/dlg.php:81
msgid "Last update:"
msgstr ""
#: classes/dlg.php:77
msgid ""
"Update daemon is taking too long to perform a feed update. This could "
"indicate a problem like crash or a hang. Please check the daemon process or "
"contact instance owner."
msgstr ""
#: classes/dlg.php:170
#, php-format
msgid "%s can be accessed via the following secret URL:"
msgstr ""
#: classes/dlg.php:181 classes/pref/filters.php:1016 classes/pref/prefs.php:683
#: classes/pref/prefs.php:806 classes/pref/prefs.php:852
#: classes/pref/prefs.php:867 plugins/bookmarklets/init.php:45
msgid "More info..."
msgstr ""
#: classes/dlg.php:196
msgid ""
"You are using default tt-rss password. Please change it in the Preferences "
"(Personal data / Authentication)."
msgstr ""
#: classes/dlg.php:200
msgid "Open Preferences"
msgstr ""
#: classes/feeds.php:34 classes/feeds.php:35 classes/feeds.php:99
#: classes/feeds.php:100 classes/pref/feeds.php:1371
msgid "Show as feed"
msgstr ""
#: classes/feeds.php:41
#, php-format
msgid "Last updated: %s"
msgstr ""
#: classes/feeds.php:60
msgid "Select..."
msgstr ""
#: classes/feeds.php:62 classes/pref/feeds.php:1224 classes/pref/feeds.php:1457
#: classes/pref/feeds.php:1514 classes/pref/filters.php:363
#: classes/pref/filters.php:423 classes/pref/filters.php:779
#: classes/pref/filters.php:865 classes/pref/filters.php:894
#: classes/pref/labels.php:260 classes/pref/prefs.php:1030
#: classes/pref/users.php:343
msgid "All"
msgstr ""
#: classes/feeds.php:64
msgid "Invert"
msgstr ""
#: classes/feeds.php:65 classes/pref/feeds.php:1226 classes/pref/feeds.php:1459
#: classes/pref/feeds.php:1516 classes/pref/filters.php:365
#: classes/pref/filters.php:425 classes/pref/filters.php:781
#: classes/pref/filters.php:867 classes/pref/filters.php:896
#: classes/pref/labels.php:262 classes/pref/prefs.php:1032
#: classes/pref/users.php:345
msgid "None"
msgstr ""
#: classes/feeds.php:67
msgid "Selection toggle:"
msgstr ""
#: classes/feeds.php:73
msgid "Selection:"
msgstr ""
#: classes/feeds.php:76
msgid "Set score"
msgstr ""
#: classes/feeds.php:79
msgid "Move back"
msgstr ""
#: classes/feeds.php:80 classes/pref/filters.php:372
#: classes/pref/filters.php:432 classes/pref/filters.php:874
#: classes/pref/filters.php:903
msgid "Delete"
msgstr ""
#: classes/feeds.php:82
msgid "Archive"
msgstr ""
#: classes/feeds.php:86 classes/feeds.php:91 plugins/mail/init.php:76
#: plugins/mailto/init.php:24
msgid "Forward by email"
msgstr ""
#: classes/feeds.php:95
msgid "Feed:"
msgstr ""
#: classes/feeds.php:149 classes/feeds.php:506
msgid "Feed not found."
msgstr ""
#: classes/feeds.php:209
msgid "Never"
msgstr ""
#: classes/feeds.php:260 classes/feeds.php:1258
msgid "Archived articles"
msgstr ""
#: classes/feeds.php:320
msgid "Collapse article"
msgstr ""
#: classes/feeds.php:345
#, php-format
msgid "Imported at %s"
msgstr ""
#: classes/feeds.php:397
msgid "No unread articles found to display."
msgstr ""
#: classes/feeds.php:400
msgid "No updated articles found to display."
msgstr ""
#: classes/feeds.php:403
msgid "No starred articles found to display."
msgstr ""
#: classes/feeds.php:407
msgid ""
"No articles found to display. You can assign articles to labels manually "
"from article header context menu (applies to all selected articles) or use a "
"filter."
msgstr ""
#: classes/feeds.php:409
msgid "No articles found to display."
msgstr ""
#: classes/feeds.php:426 classes/feeds.php:603
#, php-format
msgid "Feeds last updated at %s"
msgstr ""
#: classes/feeds.php:438 classes/feeds.php:615
msgid "Some feeds have update errors (click for details)"
msgstr ""
#: classes/feeds.php:592
msgid "No feed selected."
msgstr ""
#: classes/feeds.php:659
msgid "Feed or site URL"
msgstr ""
#: classes/feeds.php:667 classes/pref/feeds.php:571 classes/pref/feeds.php:826
#: classes/pref/feeds.php:1664
msgid "Place in category:"
msgstr ""
#: classes/feeds.php:676
msgid "Available feeds"
msgstr ""
#: classes/feeds.php:693 classes/pref/feeds.php:657 classes/pref/feeds.php:891
#: classes/pref/feeds.php:1676 classes/pref/users.php:387
msgid "Login"
msgstr ""