forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
2971 lines (2290 loc) · 61.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: 2013-02-17 13:58+0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: backend.php:67
msgid "Use default"
msgstr ""
#: backend.php:68
msgid "Never purge"
msgstr ""
#: backend.php:69
msgid "1 week old"
msgstr ""
#: backend.php:70
msgid "2 weeks old"
msgstr ""
#: backend.php:71
msgid "1 month old"
msgstr ""
#: backend.php:72
msgid "2 months old"
msgstr ""
#: backend.php:73
msgid "3 months old"
msgstr ""
#: backend.php:76
msgid "Default interval"
msgstr ""
#: backend.php:77 backend.php:87
msgid "Disable updates"
msgstr ""
#: backend.php:78 backend.php:88
msgid "Each 15 minutes"
msgstr ""
#: backend.php:79 backend.php:89
msgid "Each 30 minutes"
msgstr ""
#: backend.php:80 backend.php:90
msgid "Hourly"
msgstr ""
#: backend.php:81 backend.php:91
msgid "Each 4 hours"
msgstr ""
#: backend.php:82 backend.php:92
msgid "Each 12 hours"
msgstr ""
#: backend.php:83 backend.php:93
msgid "Daily"
msgstr ""
#: backend.php:84 backend.php:94
msgid "Weekly"
msgstr ""
#: backend.php:97 classes/pref/users.php:139
msgid "User"
msgstr ""
#: backend.php:98
msgid "Power User"
msgstr ""
#: backend.php:99
msgid "Administrator"
msgstr ""
#: db-updater.php:19
msgid "Your access level is insufficient to run this script."
msgstr ""
#: db-updater.php:44
msgid "Database Updater"
msgstr ""
#: db-updater.php:85
msgid "Could not update database"
msgstr ""
#: db-updater.php:88
msgid "Could not find necessary schema file, need version:"
msgstr ""
#: db-updater.php:89
msgid ", found: "
msgstr ""
#: db-updater.php:92
msgid "Tiny Tiny RSS database is up to date."
msgstr ""
#: db-updater.php:94 db-updater.php:163 db-updater.php:176 register.php:194
#: register.php:239 register.php:252 register.php:267 register.php:286
#: register.php:371 register.php:381 register.php:393
#: classes/handler/public.php:637 classes/handler/public.php:725
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: db-updater.php:100
msgid "Please backup your database before proceeding."
msgstr ""
#: db-updater.php:102
#, php-format
msgid ""
"Your Tiny Tiny RSS database needs update to the latest version (<b>%d</b> to "
"<b>%d</b>)."
msgstr ""
#: db-updater.php:116
msgid "Perform updates"
msgstr ""
#: db-updater.php:121
msgid "Performing updates..."
msgstr ""
#: db-updater.php:127
#, php-format
msgid "Updating to version %d..."
msgstr ""
#: db-updater.php:142
msgid "Checking version... "
msgstr ""
#: db-updater.php:148
msgid "OK!"
msgstr ""
#: db-updater.php:150
msgid "ERROR!"
msgstr ""
#: db-updater.php:158
#, php-format
msgid ""
"Finished. Performed <b>%d</b> update(s) up to schema\n"
"\t\t\tversion <b>%d</b>."
msgstr ""
#: db-updater.php:168
msgid "Your database schema is from a newer version of Tiny Tiny RSS."
msgstr ""
#: db-updater.php:170
#, php-format
msgid "Found schema version: <b>%d</b>, required: <b>%d</b>."
msgstr ""
#: db-updater.php:172
msgid ""
"Schema upgrade impossible. Please update Tiny Tiny RSS files to the newer "
"version and continue."
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\n"
"\t\tofficial site for more information."
msgstr ""
#: errors.php:36
msgid "SQL escaping test failed, check your database and PHP configuration"
msgstr ""
#: index.php:108 index.php:150 index.php:236 prefs.php:86
#: classes/backend.php:6 classes/pref/labels.php:296
#: classes/pref/filters.php:602 classes/pref/feeds.php:1342
#: plugins/digest/digest_body.php:45 js/viewfeed.js:1169 js/viewfeed.js:1158
#: js/viewfeed.js:1164
msgid "Loading, please wait..."
msgstr ""
#: index.php:118 plugins/digest/digest_body.php:56
msgid "Hello,"
msgstr ""
#: index.php:120 prefs.php:29 prefs.php:108 help/main.php:73 help/prefs.php:8
#: classes/pref/prefs.php:371
msgid "Preferences"
msgstr ""
#: index.php:124
msgid "Comments?"
msgstr ""
#: index.php:128 mobile/mobile-functions.php:69
#: mobile/mobile-functions.php:244 plugins/digest/digest_body.php:59
msgid "Logout"
msgstr ""
#: index.php:134
msgid "New version of Tiny Tiny RSS is available!"
msgstr ""
#: index.php:157
msgid "News"
msgstr ""
#: index.php:166
msgid "Collapse feedlist"
msgstr ""
#: index.php:169
msgid "Show articles"
msgstr ""
#: index.php:172
msgid "Adaptive"
msgstr ""
#: index.php:173
msgid "All Articles"
msgstr ""
#: index.php:174 classes/feeds.php:106
msgid "Starred"
msgstr ""
#: index.php:175 classes/feeds.php:107
msgid "Published"
msgstr ""
#: index.php:176 classes/feeds.php:93 classes/feeds.php:105
msgid "Unread"
msgstr ""
#: index.php:177
msgid "Ignore Scoring"
msgstr ""
#: index.php:178
msgid "Updated"
msgstr ""
#: index.php:181
msgid "Sort articles"
msgstr ""
#: index.php:184 classes/pref/prefs.php:462
msgid "Default"
msgstr ""
#: index.php:185
msgid "Date"
msgstr ""
#: index.php:186 include/localized_schema.php:3
msgid "Title"
msgstr ""
#: index.php:187
msgid "Score"
msgstr ""
#: index.php:192 classes/pref/feeds.php:539 classes/pref/feeds.php:786
msgid "Update"
msgstr ""
#: index.php:196 index.php:211 include/localized_schema.php:10
#: classes/feeds.php:111 classes/feeds.php:127 js/FeedTree.js:128
#: js/FeedTree.js:156
msgid "Mark as read"
msgstr ""
#: index.php:202 classes/feeds.php:101
msgid "Actions..."
msgstr ""
#: index.php:204
msgid "Search..."
msgstr ""
#: index.php:205
msgid "Feed actions:"
msgstr ""
#: index.php:206 classes/handler/public.php:567
msgid "Subscribe to feed..."
msgstr ""
#: index.php:207
msgid "Edit this feed..."
msgstr ""
#: index.php:208
msgid "Rescore feed"
msgstr ""
#: index.php:209 classes/pref/feeds.php:712 classes/pref/feeds.php:1315
#: js/PrefFeedTree.js:73
msgid "Unsubscribe"
msgstr ""
#: index.php:210
msgid "All feeds:"
msgstr ""
#: index.php:212 help/main.php:56
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:213
msgid "Other actions:"
msgstr ""
#: index.php:215
msgid "Switch to digest..."
msgstr ""
#: index.php:217
msgid "Show tag cloud..."
msgstr ""
#: index.php:218
msgid "Select by tags..."
msgstr ""
#: index.php:219
msgid "Create label..."
msgstr ""
#: index.php:220
msgid "Create filter..."
msgstr ""
#: index.php:221
msgid "Keyboard shortcuts help"
msgstr ""
#: prefs.php:99
msgid "Keyboard shortcuts"
msgstr ""
#: prefs.php:100 help/prefs.php:14
msgid "Exit preferences"
msgstr ""
#: prefs.php:111 classes/pref/feeds.php:101 classes/pref/feeds.php:1220
#: classes/pref/feeds.php:1283
msgid "Feeds"
msgstr ""
#: prefs.php:114 help/prefs.php:11 classes/pref/filters.php:110
msgid "Filters"
msgstr ""
#: prefs.php:117 help/prefs.php:12 mobile/mobile-functions.php:205
#: include/functions.php:1189 include/functions.php:1836
#: classes/pref/labels.php:90
msgid "Labels"
msgstr ""
#: prefs.php:121 help/prefs.php:13
msgid "Users"
msgstr ""
#: register.php:186 include/login_form.php:212
msgid "Create new account"
msgstr ""
#: register.php:190
msgid "New user registrations are administratively disabled."
msgstr ""
#: register.php:215
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:221
msgid "Desired login:"
msgstr ""
#: register.php:224
msgid "Check availability"
msgstr ""
#: register.php:226
msgid "Email:"
msgstr ""
#: register.php:229
msgid "How much is two plus two:"
msgstr ""
#: register.php:232
msgid "Submit registration"
msgstr ""
#: register.php:250
msgid "Your registration information is incomplete."
msgstr ""
#: register.php:265
msgid "Sorry, this username is already taken."
msgstr ""
#: register.php:284
msgid "Registration failed."
msgstr ""
#: register.php:368
msgid "Account created successfully."
msgstr ""
#: register.php:390
msgid "New user registrations are currently closed."
msgstr ""
#: update.php:38
msgid "Tiny Tiny RSS data update script."
msgstr ""
#: help/main.php:1 help/prefs.php:1
msgid "Keyboard Shortcuts"
msgstr ""
#: help/main.php:5
msgid "Navigation"
msgstr ""
#: help/main.php:8
msgid "Move between feeds"
msgstr ""
#: help/main.php:9
msgid "Move between articles"
msgstr ""
#: help/main.php:10
msgid "Show search dialog"
msgstr ""
#: help/main.php:13
msgid "Active article actions"
msgstr ""
#: help/main.php:16
msgid "Toggle starred"
msgstr ""
#: help/main.php:17
msgid "Toggle published"
msgstr ""
#: help/main.php:18
msgid "Toggle unread"
msgstr ""
#: help/main.php:19
msgid "Edit tags"
msgstr ""
#: help/main.php:20
msgid "Dismiss selected articles"
msgstr ""
#: help/main.php:21
msgid "Dismiss read articles"
msgstr ""
#: help/main.php:22
msgid "Open article in new window"
msgstr ""
#: help/main.php:23
msgid "Mark articles below/above active one as read"
msgstr ""
#: help/main.php:24
msgid "Scroll article content"
msgstr ""
#: help/main.php:25
msgid "Email article"
msgstr ""
#: help/main.php:29 help/prefs.php:30
msgid "Other actions"
msgstr ""
#: help/main.php:32
msgid "Select article under mouse cursor"
msgstr ""
#: help/main.php:33 help/prefs.php:26 classes/pref/labels.php:281
msgid "Create label"
msgstr ""
#: help/main.php:34 help/prefs.php:25 classes/pref/filters.php:580
msgid "Create filter"
msgstr ""
#: help/main.php:35
msgid "Collapse sidebar"
msgstr ""
#: help/main.php:36 help/prefs.php:34
msgid "Display this help dialog"
msgstr ""
#: help/main.php:41
msgid "Multiple articles actions"
msgstr ""
#: help/main.php:44
msgid "Select all articles"
msgstr ""
#: help/main.php:45
msgid "Select unread articles"
msgstr ""
#: help/main.php:46
msgid "Select starred articles"
msgstr ""
#: help/main.php:47
msgid "Select published articles"
msgstr ""
#: help/main.php:48
msgid "Invert article selection"
msgstr ""
#: help/main.php:49
msgid "Deselect all articles"
msgstr ""
#: help/main.php:52
msgid "Feed actions"
msgstr ""
#: help/main.php:55
msgid "Refresh active feed"
msgstr ""
#: help/main.php:57 help/prefs.php:22 classes/pref/feeds.php:1286
msgid "Subscribe to feed"
msgstr ""
#: help/main.php:58 js/FeedTree.js:135 js/PrefFeedTree.js:67
msgid "Edit feed"
msgstr ""
#: help/main.php:59
msgid "Mark feed as read"
msgstr ""
#: help/main.php:60
msgid "Reverse headlines order"
msgstr ""
#: help/main.php:61 js/FeedTree.js:170
msgid "Mark all feeds as read"
msgstr ""
#: help/main.php:62
msgid "If viewing category, (un)collapse it"
msgstr ""
#: help/main.php:65 help/prefs.php:5
msgid "Go to..."
msgstr ""
#: help/main.php:68 include/functions.php:1893
msgid "All articles"
msgstr ""
#: help/main.php:69 include/functions.php:1891
msgid "Fresh articles"
msgstr ""
#: help/main.php:70 include/functions.php:1887
msgid "Starred articles"
msgstr ""
#: help/main.php:71 include/functions.php:1889
msgid "Published articles"
msgstr ""
#: help/main.php:72
msgid "Tag cloud"
msgstr ""
#: help/main.php:79
msgid "Other interface tips are available in the Tiny Tiny RSS wiki."
msgstr ""
#: help/main.php:81 help/prefs.php:41
msgid "Press any key to close this window."
msgstr ""
#: help/prefs.php:9
msgid "My Feeds"
msgstr ""
#: help/prefs.php:10
msgid "Other Feeds"
msgstr ""
#: help/prefs.php:19
msgid "Panel actions"
msgstr ""
#: help/prefs.php:23
msgid "Top 25 feeds"
msgstr ""
#: help/prefs.php:24
msgid "Edit feed categories"
msgstr ""
#: help/prefs.php:27 classes/pref/users.php:386
msgid "Create user"
msgstr ""
#: help/prefs.php:33
msgid "Focus search (if present)"
msgstr ""
#: help/prefs.php:39
msgid ""
"<b>Note:</b> not all actions may be available, depending on Tiny Tiny RSS "
"configuration and your access level."
msgstr ""
#: mobile/login_form.php:28 include/login_form.php:209
#: classes/handler/public.php:495
msgid "Log in"
msgstr ""
#: mobile/login_form.php:40 include/login_form.php:169
#: classes/handler/public.php:479
msgid "Login:"
msgstr ""
#: mobile/login_form.php:45 include/login_form.php:178
#: classes/handler/public.php:482
msgid "Password:"
msgstr ""
#: mobile/login_form.php:52
msgid "Open regular version"
msgstr ""
#: mobile/mobile-functions.php:68 mobile/mobile-functions.php:144
#: mobile/mobile-functions.php:180 mobile/mobile-functions.php:207
#: mobile/mobile-functions.php:243 mobile/mobile-functions.php:382
#: mobile/prefs.php:19
msgid "Home"
msgstr ""
#: mobile/mobile-functions.php:178 include/functions.php:1187
#: include/functions.php:1834
msgid "Special"
msgstr ""
#: mobile/mobile-functions.php:418
msgid "Nothing found (click to reload feed)."
msgstr ""
#: mobile/prefs.php:24
msgid "Enable categories"
msgstr ""
#: mobile/prefs.php:25 mobile/prefs.php:30 mobile/prefs.php:36
#: mobile/prefs.php:41 mobile/prefs.php:46
msgid "ON"
msgstr ""
#: mobile/prefs.php:25 mobile/prefs.php:30 mobile/prefs.php:36
#: mobile/prefs.php:41 mobile/prefs.php:46
msgid "OFF"
msgstr ""
#: mobile/prefs.php:29
msgid "Browse categories like folders"
msgstr ""
#: mobile/prefs.php:35
msgid "Show images in posts"
msgstr ""
#: mobile/prefs.php:40
msgid "Hide read articles and feeds"
msgstr ""
#: mobile/prefs.php:45
msgid "Sort feeds by unread count"
msgstr ""
#: include/functions.php:564
#, php-format
msgid "Fatal: authentication module %s not found."
msgstr ""
#: include/functions.php:682
msgid "Session failed to validate (incorrect IP)"
msgstr ""
#: include/functions.php:1198 include/functions.php:1737
#: include/functions.php:1822 include/functions.php:1844
#: include/functions.php:2699 classes/opml.php:416 classes/pref/feeds.php:193
msgid "Uncategorized"
msgstr ""
#: include/functions.php:1686 classes/dlg.php:387 classes/pref/filters.php:361
msgid "All feeds"
msgstr ""
#: include/functions.php:1895
msgid "Archived articles"
msgstr ""
#: include/functions.php:1897
msgid "Recently read"
msgstr ""
#: include/functions.php:2346
#, php-format
msgid "Search results: %s"
msgstr ""
#: include/functions.php:3067 js/viewfeed.js:1998 js/viewfeed.js:1971
#: js/viewfeed.js:1835
msgid "Click to play"
msgstr ""
#: include/functions.php:3068 js/viewfeed.js:1997 js/viewfeed.js:1970
#: js/viewfeed.js:1834
msgid "Play"
msgstr ""
#: include/functions.php:3203
msgid " - "
msgstr ""
#: include/functions.php:3232 include/functions.php:4028 classes/rpc.php:414
msgid "no tags"
msgstr ""
#: include/functions.php:3242 classes/feeds.php:680
msgid "Edit tags for this article"
msgstr ""
#: include/functions.php:3252 classes/feeds.php:707
msgid "Open article in new tab"
msgstr ""
#: include/functions.php:3263 classes/feeds.php:718
msgid "Close article"
msgstr ""
#: include/functions.php:3280 classes/feeds.php:616
msgid "Originally from:"
msgstr ""
#: include/functions.php:3293 classes/feeds.php:629 classes/pref/feeds.php:511
msgid "Feed URL"
msgstr ""
#: include/functions.php:3308 classes/feeds.php:68
msgid "Visit the website"
msgstr ""
#: include/functions.php:3327
msgid "Related"
msgstr ""
#: include/functions.php:3361 classes/dlg.php:30 classes/dlg.php:61
#: classes/dlg.php:180 classes/dlg.php:203 classes/dlg.php:240
#: classes/dlg.php:524 classes/dlg.php:559 classes/dlg.php:590
#: classes/dlg.php:623 classes/dlg.php:724 classes/pref/users.php:106
#: classes/pref/filters.php:101 classes/pref/feeds.php:1638
#: classes/pref/feeds.php:1709 plugins/share/share.php:61
#: plugins/updater/updater.php:301
msgid "Close this window"
msgstr ""
#: include/functions.php:4053
msgid "(edit note)"
msgstr ""
#: include/functions.php:4525
msgid "No feed selected."
msgstr ""
#: include/functions.php:4535 classes/feeds.php:766
#, php-format
msgid "Feeds last updated at %s"
msgstr ""
#: include/functions.php:4545 classes/feeds.php:776
msgid "Some feeds have update errors (click for details)"
msgstr ""
#: include/functions.php:4689
msgid "unknown type"
msgstr ""
#: include/functions.php:4731
msgid "Attachments"
msgstr ""
#: include/functions.php:5191
#, php-format
msgid "%d archived articles"
msgstr ""
#: include/functions.php:5215
msgid "No feeds found."
msgstr ""
#: include/functions.php:5261
msgid "Could not import: incorrect schema version."
msgstr ""
#: include/functions.php:5266
msgid "Could not import: unrecognized document format."
msgstr ""
#: include/functions.php:5425
#, php-format
msgid "Finished: %d articles processed, %d imported, %d feeds created."
msgstr ""
#: include/functions.php:5431
msgid "Could not load XML document."
msgstr ""
#: include/localized_schema.php:4
msgid "Title or Content"
msgstr ""
#: include/localized_schema.php:5
msgid "Link"
msgstr ""
#: include/localized_schema.php:6
msgid "Content"
msgstr ""
#: include/localized_schema.php:7
msgid "Article Date"
msgstr ""
#: include/localized_schema.php:9
msgid "Delete article"
msgstr ""
#: include/localized_schema.php:11
msgid "Set starred"
msgstr ""
#: include/localized_schema.php:12 js/viewfeed.js:501 js/viewfeed.js:490
#: js/viewfeed.js:496
msgid "Publish article"
msgstr ""
#: include/localized_schema.php:13
msgid "Assign tags"
msgstr ""
#: include/localized_schema.php:14 js/viewfeed.js:1962 js/viewfeed.js:1935
#: js/viewfeed.js:1799
msgid "Assign label"
msgstr ""
#: include/localized_schema.php:15
msgid "Modify score"
msgstr ""
#: include/localized_schema.php:17
msgid "General"
msgstr ""
#: include/localized_schema.php:18
msgid "Interface"
msgstr ""
#: include/localized_schema.php:19
msgid "Advanced"
msgstr ""
#: include/localized_schema.php:21
msgid ""
"This option is useful when you are reading several planet-type aggregators "
"with partially colliding userbase. When disabled, it forces same posts from "
"different feeds to appear only once."
msgstr ""
#: include/localized_schema.php:22
msgid ""
"Display expanded list of feed articles, instead of separate displays for "
"headlines and article content"
msgstr ""
#: include/localized_schema.php:23
msgid ""
"Automatically open next feed with unread articles after marking one as read"
msgstr ""
#: include/localized_schema.php:24
msgid ""
"This option enables sending daily digest of new (and unread) headlines on "
"your configured e-mail address"
msgstr ""
#: include/localized_schema.php:25
msgid ""
"This option enables marking articles as read automatically while you scroll "
"article list."
msgstr ""
#: include/localized_schema.php:26
msgid "Strip all but most common HTML tags when reading articles."
msgstr ""
#: include/localized_schema.php:27