forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
3414 lines (2635 loc) · 68.7 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: 2014-12-18 18:25+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 "Each 15 minutes"
msgstr ""
#: backend.php:85 backend.php:95
msgid "Each 30 minutes"
msgstr ""
#: backend.php:86 backend.php:96
msgid "Hourly"
msgstr ""
#: backend.php:87 backend.php:97
msgid "Each 4 hours"
msgstr ""
#: backend.php:88 backend.php:98
msgid "Each 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:51 classes/pref/users.php:119
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 ""
#: index.php:133 index.php:150 index.php:273 prefs.php:102
#: classes/backend.php:5 classes/pref/feeds.php:1367
#: classes/pref/filters.php:704 classes/pref/labels.php:296 js/feedlist.js:126
#: js/functions.js:1221 js/functions.js:1355 js/functions.js:1667
#: js/prefs.js:653 js/prefs.js:854 js/prefs.js:1760 js/prefs.js:1776
#: js/prefs.js:1794 js/tt-rss.js:55 js/tt-rss.js:521 js/viewfeed.js:741
#: js/viewfeed.js:1316 plugins/updater/updater.js:17
#: plugins/import_export/import_export.js:17 js/feedlist.js:450
#: js/functions.js:449 js/functions.js:787 js/prefs.js:1441 js/prefs.js:1494
#: js/prefs.js:1534 js/prefs.js:1551 js/prefs.js:1567 js/prefs.js:1587
#: js/tt-rss.js:538 js/viewfeed.js:859
msgid "Loading, please wait..."
msgstr ""
#: index.php:168
msgid "Collapse feedlist"
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/functions2.php:102 classes/feeds.php:102
msgid "Starred"
msgstr ""
#: index.php:177 include/functions2.php:103 classes/feeds.php:103
msgid "Published"
msgstr ""
#: index.php:178 classes/feeds.php:89 classes/feeds.php:101
msgid "Unread"
msgstr ""
#: index.php:179
msgid "Unread First"
msgstr ""
#: index.php:180
msgid "With Note"
msgstr ""
#: index.php:181
msgid "Ignore Scoring"
msgstr ""
#: index.php:184
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:242 include/functions2.php:92 classes/feeds.php:107
#: js/FeedTree.js:132 js/FeedTree.js:160
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:219
msgid "Communication problem with server."
msgstr ""
#: index.php:227
msgid "New version of Tiny Tiny RSS is available!"
msgstr ""
#: index.php:232
msgid "Actions..."
msgstr ""
#: index.php:234
msgid "Preferences..."
msgstr ""
#: index.php:235
msgid "Search..."
msgstr ""
#: index.php:236
msgid "Feed actions:"
msgstr ""
#: index.php:237 classes/handler/public.php:628
msgid "Subscribe to feed..."
msgstr ""
#: index.php:238
msgid "Edit this feed..."
msgstr ""
#: index.php:239
msgid "Rescore feed"
msgstr ""
#: index.php:240 classes/pref/feeds.php:757 classes/pref/feeds.php:1322
#: js/PrefFeedTree.js:74
msgid "Unsubscribe"
msgstr ""
#: index.php:241
msgid "All feeds:"
msgstr ""
#: index.php:243
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:244
msgid "Other actions:"
msgstr ""
#: index.php:245 include/functions2.php:78
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:246
msgid "Select by tags..."
msgstr ""
#: index.php:247
msgid "Create label..."
msgstr ""
#: index.php:248
msgid "Create filter..."
msgstr ""
#: index.php:249
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:258
msgid "Logout"
msgstr ""
#: prefs.php:33 prefs.php:120 include/functions2.php:105
#: classes/pref/prefs.php:441
msgid "Preferences"
msgstr ""
#: prefs.php:111
msgid "Keyboard shortcuts"
msgstr ""
#: prefs.php:112
msgid "Exit preferences"
msgstr ""
#: prefs.php:123 classes/pref/feeds.php:110 classes/pref/feeds.php:1243
#: classes/pref/feeds.php:1311
msgid "Feeds"
msgstr ""
#: prefs.php:126 classes/pref/filters.php:188
msgid "Filters"
msgstr ""
#: prefs.php:129 include/functions.php:1265 include/functions.php:1917
#: classes/pref/labels.php:90
msgid "Labels"
msgstr ""
#: prefs.php:133
msgid "Users"
msgstr ""
#: prefs.php:136
msgid "System"
msgstr ""
#: register.php:187 include/login_form.php:245
msgid "Create new account"
msgstr ""
#: register.php:193
msgid "New user registrations are administratively disabled."
msgstr ""
#: register.php:197 register.php:242 register.php:255 register.php:270
#: register.php:289 register.php:337 register.php:347 register.php:359
#: classes/handler/public.php:698 classes/handler/public.php:769
#: classes/handler/public.php:867 classes/handler/public.php:946
#: classes/handler/public.php:960 classes/handler/public.php:967
#: classes/handler/public.php:992
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: register.php:218
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:224
msgid "Desired login:"
msgstr ""
#: register.php:227
msgid "Check availability"
msgstr ""
#: register.php:229 classes/handler/public.php:785
msgid "Email:"
msgstr ""
#: register.php:232 classes/handler/public.php:790
msgid "How much is two plus two:"
msgstr ""
#: register.php:235
msgid "Submit registration"
msgstr ""
#: register.php:253
msgid "Your registration information is incomplete."
msgstr ""
#: register.php:268
msgid "Sorry, this username is already taken."
msgstr ""
#: register.php:287
msgid "Registration failed."
msgstr ""
#: register.php:334
msgid "Account created successfully."
msgstr ""
#: register.php:356
msgid "New user registrations are currently closed."
msgstr ""
#: update.php:62
msgid "Tiny Tiny RSS data update script."
msgstr ""
#: include/digest.php:109 include/functions.php:1274
#: include/functions.php:1818 include/functions.php:1903
#: include/functions.php:1925 classes/opml.php:421 classes/pref/feeds.php:226
msgid "Uncategorized"
msgstr ""
#: include/feedbrowser.php:82
#, php-format
msgid "%d archived article"
msgid_plural "%d archived articles"
msgstr[0] ""
msgstr[1] ""
#: include/feedbrowser.php:106
msgid "No feeds found."
msgstr ""
#: include/functions2.php:52
msgid "Navigation"
msgstr ""
#: include/functions2.php:53
msgid "Open next feed"
msgstr ""
#: include/functions2.php:54
msgid "Open previous feed"
msgstr ""
#: include/functions2.php:55
msgid "Open next article"
msgstr ""
#: include/functions2.php:56
msgid "Open previous article"
msgstr ""
#: include/functions2.php:57
msgid "Open next article (don't scroll long articles)"
msgstr ""
#: include/functions2.php:58
msgid "Open previous article (don't scroll long articles)"
msgstr ""
#: include/functions2.php:59
msgid "Move to next article (don't expand or mark read)"
msgstr ""
#: include/functions2.php:60
msgid "Move to previous article (don't expand or mark read)"
msgstr ""
#: include/functions2.php:61
msgid "Show search dialog"
msgstr ""
#: include/functions2.php:62
msgid "Article"
msgstr ""
#: include/functions2.php:63 js/viewfeed.js:2009
msgid "Toggle starred"
msgstr ""
#: include/functions2.php:64 js/viewfeed.js:2020
msgid "Toggle published"
msgstr ""
#: include/functions2.php:65 js/viewfeed.js:1998
msgid "Toggle unread"
msgstr ""
#: include/functions2.php:66
msgid "Edit tags"
msgstr ""
#: include/functions2.php:67
msgid "Dismiss selected"
msgstr ""
#: include/functions2.php:68
msgid "Dismiss read"
msgstr ""
#: include/functions2.php:69
msgid "Open in new window"
msgstr ""
#: include/functions2.php:70 js/viewfeed.js:2039
msgid "Mark below as read"
msgstr ""
#: include/functions2.php:71 js/viewfeed.js:2033
msgid "Mark above as read"
msgstr ""
#: include/functions2.php:72
msgid "Scroll down"
msgstr ""
#: include/functions2.php:73
msgid "Scroll up"
msgstr ""
#: include/functions2.php:74
msgid "Select article under cursor"
msgstr ""
#: include/functions2.php:75
msgid "Email article"
msgstr ""
#: include/functions2.php:76
msgid "Close/collapse article"
msgstr ""
#: include/functions2.php:77
msgid "Toggle article expansion (combined mode)"
msgstr ""
#: include/functions2.php:79 plugins/embed_original/init.php:31
msgid "Toggle embed original"
msgstr ""
#: include/functions2.php:80
msgid "Article selection"
msgstr ""
#: include/functions2.php:81
msgid "Select all articles"
msgstr ""
#: include/functions2.php:82
msgid "Select unread"
msgstr ""
#: include/functions2.php:83
msgid "Select starred"
msgstr ""
#: include/functions2.php:84
msgid "Select published"
msgstr ""
#: include/functions2.php:85
msgid "Invert selection"
msgstr ""
#: include/functions2.php:86
msgid "Deselect everything"
msgstr ""
#: include/functions2.php:87 classes/pref/feeds.php:550
#: classes/pref/feeds.php:794
msgid "Feed"
msgstr ""
#: include/functions2.php:88
msgid "Refresh current feed"
msgstr ""
#: include/functions2.php:89
msgid "Un/hide read feeds"
msgstr ""
#: include/functions2.php:90 classes/pref/feeds.php:1314
msgid "Subscribe to feed"
msgstr ""
#: include/functions2.php:91 js/FeedTree.js:139 js/PrefFeedTree.js:68
msgid "Edit feed"
msgstr ""
#: include/functions2.php:93
msgid "Reverse headlines"
msgstr ""
#: include/functions2.php:94
msgid "Debug feed update"
msgstr ""
#: include/functions2.php:95 js/FeedTree.js:182
msgid "Mark all feeds as read"
msgstr ""
#: include/functions2.php:96
msgid "Un/collapse current category"
msgstr ""
#: include/functions2.php:97
msgid "Toggle combined mode"
msgstr ""
#: include/functions2.php:98
msgid "Toggle auto expand in combined mode"
msgstr ""
#: include/functions2.php:99
msgid "Go to"
msgstr ""
#: include/functions2.php:100 include/functions.php:1976
msgid "All articles"
msgstr ""
#: include/functions2.php:101
msgid "Fresh"
msgstr ""
#: include/functions2.php:104 js/tt-rss.js:467 js/tt-rss.js:649
msgid "Tag cloud"
msgstr ""
#: include/functions2.php:106
msgid "Other"
msgstr ""
#: include/functions2.php:107 classes/pref/labels.php:281
msgid "Create label"
msgstr ""
#: include/functions2.php:108 classes/pref/filters.php:678
msgid "Create filter"
msgstr ""
#: include/functions2.php:109
msgid "Un/collapse sidebar"
msgstr ""
#: include/functions2.php:110
msgid "Show help dialog"
msgstr ""
#: include/functions2.php:654
#, php-format
msgid "Search results: %s"
msgstr ""
#: include/functions2.php:1288 classes/feeds.php:714
msgid "comment"
msgid_plural "comments"
msgstr[0] ""
msgstr[1] ""
#: include/functions2.php:1292 classes/feeds.php:718
msgid "comments"
msgstr ""
#: include/functions2.php:1333
msgid " - "
msgstr ""
#: include/functions2.php:1366 include/functions2.php:1614
#: classes/article.php:280
msgid "no tags"
msgstr ""
#: include/functions2.php:1376 classes/feeds.php:700
msgid "Edit tags for this article"
msgstr ""
#: include/functions2.php:1408 classes/feeds.php:652
msgid "Originally from:"
msgstr ""
#: include/functions2.php:1421 classes/feeds.php:665
#: classes/pref/feeds.php:569
msgid "Feed URL"
msgstr ""
#: include/functions2.php:1455 classes/backend.php:105
#: classes/pref/users.php:95 classes/pref/feeds.php:1611
#: classes/pref/feeds.php:1677 classes/pref/filters.php:145
#: classes/pref/prefs.php:1103 classes/dlg.php:36 classes/dlg.php:59
#: classes/dlg.php:92 classes/dlg.php:158 classes/dlg.php:189
#: classes/dlg.php:216 classes/dlg.php:249 classes/dlg.php:261
#: plugins/googlereaderimport/init.php:194 plugins/updater/init.php:389
#: plugins/import_export/init.php:407 plugins/import_export/init.php:452
#: plugins/share/init.php:123
msgid "Close this window"
msgstr ""
#: include/functions2.php:1651
msgid "(edit note)"
msgstr ""
#: include/functions2.php:1899
msgid "unknown type"
msgstr ""
#: include/functions2.php:1967
msgid "Attachments"
msgstr ""
#: include/functions.php:1263 include/functions.php:1915
msgid "Special"
msgstr ""
#: include/functions.php:1766 classes/feeds.php:1124
#: classes/pref/filters.php:169 classes/pref/filters.php:447
msgid "All feeds"
msgstr ""
#: include/functions.php:1970
msgid "Starred articles"
msgstr ""
#: include/functions.php:1972
msgid "Published articles"
msgstr ""
#: include/functions.php:1974
msgid "Fresh articles"
msgstr ""
#: include/functions.php:1978
msgid "Archived articles"
msgstr ""
#: include/functions.php:1980
msgid "Recently read"
msgstr ""
#: include/login_form.php:190 classes/handler/public.php:525
#: classes/handler/public.php:780
msgid "Login:"
msgstr ""
#: include/login_form.php:200 classes/handler/public.php:528
msgid "Password:"
msgstr ""
#: include/login_form.php:206
msgid "I forgot my password"
msgstr ""
#: include/login_form.php:212
msgid "Profile:"
msgstr ""
#: include/login_form.php:216 classes/handler/public.php:266
#: classes/rpc.php:63 classes/pref/prefs.php:1041
msgid "Default profile"
msgstr ""
#: include/login_form.php:224
msgid "Use less traffic"
msgstr ""
#: include/login_form.php:228
msgid "Does not display images in articles, reduces automatic refreshes."
msgstr ""
#: include/login_form.php:236
msgid "Remember me"
msgstr ""
#: include/login_form.php:242 classes/handler/public.php:533
msgid "Log in"
msgstr ""
#: include/sessions.php:61
msgid "Session failed to validate (incorrect IP)"
msgstr ""
#: include/sessions.php:67
msgid "Session failed to validate (schema version changed)"
msgstr ""
#: include/sessions.php:73
msgid "Session failed to validate (user agent changed)"
msgstr ""
#: include/sessions.php:85
msgid "Session failed to validate (user not found)"
msgstr ""
#: include/sessions.php:94
msgid "Session failed to validate (password changed)"
msgstr ""
#: classes/backend.php:33
msgid "Other interface tips are available in the Tiny Tiny RSS wiki."
msgstr ""
#: classes/backend.php:38
msgid "Keyboard Shortcuts"
msgstr ""
#: classes/backend.php:61
msgid "Shift"
msgstr ""
#: classes/backend.php:64
msgid "Ctrl"
msgstr ""
#: classes/backend.php:99
msgid "Help topic not found."
msgstr ""
#: classes/handler/public.php:466 plugins/bookmarklets/init.php:40
msgid "Share with Tiny Tiny RSS"
msgstr ""
#: classes/handler/public.php:474
msgid "Title:"
msgstr ""
#: classes/handler/public.php:476 classes/pref/feeds.php:567
#: plugins/instances/init.php:212 plugins/instances/init.php:401
msgid "URL:"
msgstr ""
#: classes/handler/public.php:478
msgid "Content:"
msgstr ""
#: classes/handler/public.php:480
msgid "Labels:"
msgstr ""
#: classes/handler/public.php:499
msgid "Shared article will appear in the Published feed."
msgstr ""
#: classes/handler/public.php:501
msgid "Share"
msgstr ""
#: classes/handler/public.php:502 classes/handler/public.php:536
#: classes/feeds.php:1053 classes/feeds.php:1103 classes/feeds.php:1163
#: classes/article.php:205 classes/pref/users.php:170
#: classes/pref/feeds.php:774 classes/pref/feeds.php:903
#: classes/pref/feeds.php:1817 classes/pref/filters.php:428
#: classes/pref/filters.php:827 classes/pref/filters.php:908
#: classes/pref/filters.php:975 classes/pref/labels.php:81
#: classes/pref/prefs.php:989 plugins/note/init.php:53
#: plugins/mail/init.php:172 plugins/instances/init.php:248
#: plugins/instances/init.php:436
msgid "Cancel"
msgstr ""
#: classes/handler/public.php:523
msgid "Not logged in"
msgstr ""
#: classes/handler/public.php:582
msgid "Incorrect username or password"
msgstr ""
#: classes/handler/public.php:634
#, php-format
msgid "Already subscribed to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:637
#, php-format
msgid "Subscribed to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:640
#, php-format
msgid "Could not subscribe to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:643
#, php-format
msgid "No feeds found in <b>%s</b>."
msgstr ""
#: classes/handler/public.php:646
msgid "Multiple feed URLs found."
msgstr ""
#: classes/handler/public.php:650
#, php-format
msgid "Could not subscribe to <b>%s</b>.<br>Can't download the Feed URL."
msgstr ""
#: classes/handler/public.php:668
msgid "Subscribe to selected feed"
msgstr ""
#: classes/handler/public.php:693
msgid "Edit subscription options"
msgstr ""
#: classes/handler/public.php:730
msgid "Password recovery"
msgstr ""
#: classes/handler/public.php:773
msgid ""
"You will need to provide valid account name and email. A password reset link "
"will be sent to your email address."
msgstr ""
#: classes/handler/public.php:795 classes/pref/users.php:352
msgid "Reset password"
msgstr ""
#: classes/handler/public.php:805
msgid "Some of the required form parameters are missing or incorrect."
msgstr ""
#: classes/handler/public.php:809 classes/handler/public.php:875
msgid "Go back"
msgstr ""
#: classes/handler/public.php:846
msgid "[tt-rss] Password reset request"
msgstr ""
#: classes/handler/public.php:871
msgid "Sorry, login and email combination not found."
msgstr ""
#: classes/handler/public.php:893
msgid "Your access level is insufficient to run this script."
msgstr ""
#: classes/handler/public.php:919
msgid "Database Updater"
msgstr ""
#: classes/handler/public.php:984
msgid "Perform updates"
msgstr ""
#: classes/feeds.php:51
msgid "View as RSS feed"
msgstr ""
#: classes/feeds.php:52 classes/feeds.php:132 classes/pref/feeds.php:1473
msgid "View as RSS"
msgstr ""
#: classes/feeds.php:60
#, php-format
msgid "Last updated: %s"
msgstr ""
#: classes/feeds.php:88 classes/pref/users.php:337 classes/pref/feeds.php:1305
#: classes/pref/feeds.php:1562 classes/pref/feeds.php:1626
#: classes/pref/filters.php:302 classes/pref/filters.php:350
#: classes/pref/filters.php:672 classes/pref/filters.php:760
#: classes/pref/filters.php:787 classes/pref/labels.php:275
#: classes/pref/prefs.php:1001 plugins/instances/init.php:287
msgid "All"
msgstr ""
#: classes/feeds.php:90
msgid "Invert"
msgstr ""
#: classes/feeds.php:91 classes/pref/users.php:339 classes/pref/feeds.php:1307
#: classes/pref/feeds.php:1564 classes/pref/feeds.php:1628
#: classes/pref/filters.php:304 classes/pref/filters.php:352
#: classes/pref/filters.php:674 classes/pref/filters.php:762
#: classes/pref/filters.php:789 classes/pref/labels.php:277
#: classes/pref/prefs.php:1003 plugins/instances/init.php:289
msgid "None"
msgstr ""
#: classes/feeds.php:97
msgid "More..."
msgstr ""
#: classes/feeds.php:99
msgid "Selection toggle:"
msgstr ""
#: classes/feeds.php:105