forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
3031 lines (2330 loc) · 57.9 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: 2022-06-05 11:48+0300\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"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: backend.php:60
msgid "Use default"
msgstr ""
#: backend.php:61
msgid "Never purge"
msgstr ""
#: backend.php:62
msgid "1 week old"
msgstr ""
#: backend.php:63
msgid "2 weeks old"
msgstr ""
#: backend.php:64
msgid "1 month old"
msgstr ""
#: backend.php:65
msgid "2 months old"
msgstr ""
#: backend.php:66
msgid "3 months old"
msgstr ""
#: backend.php:69
msgid "Default interval"
msgstr ""
#: backend.php:70 backend.php:80
msgid "Disable updates"
msgstr ""
#: backend.php:71 backend.php:81
msgid "15 minutes"
msgstr ""
#: backend.php:72 backend.php:82
msgid "30 minutes"
msgstr ""
#: backend.php:73 backend.php:83
msgid "Hourly"
msgstr ""
#: backend.php:74 backend.php:84
msgid "4 hours"
msgstr ""
#: backend.php:75 backend.php:85
msgid "12 hours"
msgstr ""
#: backend.php:76 backend.php:86
msgid "Daily"
msgstr ""
#: backend.php:77 backend.php:87
msgid "Weekly"
msgstr ""
#: backend.php:90 classes/pref/feeds.php:547 classes/pref/feeds.php:600
msgid "Disabled"
msgstr ""
#: backend.php:91
msgid "Read Only"
msgstr ""
#: backend.php:92 classes/pref/system.php:123
msgid "User"
msgstr ""
#: backend.php:93
msgid "Power User"
msgstr ""
#: backend.php:94
msgid "Administrator"
msgstr ""
#: index.php:134 index.php:148 index.php:300 prefs.php:119
#: classes/pref/prefs.php:890 classes/pref/prefs.php:940
#: classes/pref/system.php:218 js/Article.js:290 js/Article.js:352
#: js/CommonDialogs.js:310 js/CommonDialogs.js:467 js/CommonDialogs.js:622
#: js/CommonFilters.js:278 js/CommonFilters.js:408 js/Feeds.js:468
#: js/Headlines.js:354 js/Headlines.js:538 js/PrefFeedTree.js:175
#: js/PrefFeedTree.js:182 js/PrefFeedTree.js:306 js/PrefFeedTree.js:383
#: js/PrefFilterTree.js:117 js/PrefHelpers.js:27 js/PrefHelpers.js:39
#: js/PrefHelpers.js:62 js/PrefHelpers.js:115 js/PrefHelpers.js:243
#: js/PrefHelpers.js:294 js/PrefHelpers.js:445 js/PrefHelpers.js:456
#: js/PrefUsers.js:112 plugins/af_psql_trgm/init.js:7
#: plugins/af_readability/init.js:19 plugins/note/note.js:38
#: plugins/share/share.js:56 js/CommonFilters.js:182
msgid "Loading, please wait..."
msgstr ""
#: index.php:173 prefs.php:128 js/App.js:494
msgid "Communication problem with server."
msgstr ""
#: index.php:176 prefs.php:130
msgid "Recent entries found in event log."
msgstr ""
#: index.php:179
msgid "Updates are available from Git."
msgstr ""
#: index.php:189 js/Headlines.js:661
msgid "Show articles"
msgstr ""
#: index.php:192
msgid "Adaptive"
msgstr ""
#: index.php:193
msgid "All Articles"
msgstr ""
#: index.php:194 classes/rpc.php:643
msgid "Starred"
msgstr ""
#: index.php:195 classes/rpc.php:644
msgid "Published"
msgstr ""
#: index.php:196 js/Headlines.js:664
msgid "Unread"
msgstr ""
#: index.php:197
msgid "With Note"
msgstr ""
#: index.php:200
msgid "Sort articles"
msgstr ""
#: index.php:204
msgid "Default"
msgstr ""
#: index.php:205
msgid "Newest first"
msgstr ""
#: index.php:206
msgid "Oldest first"
msgstr ""
#: index.php:207 js/CommonFilters.js:435
msgid "Title"
msgstr ""
#: index.php:220 index.php:271 classes/rpc.php:630 js/FeedTree.js:92
#: js/FeedTree.js:131 js/Headlines.js:1573 js/Headlines.js:672
msgid "Mark as read"
msgstr ""
#: index.php:221
msgid "Older than one day"
msgstr ""
#: index.php:222
msgid "Older than one week"
msgstr ""
#: index.php:223
msgid "Older than two weeks"
msgstr ""
#: index.php:238
msgid "Actions..."
msgstr ""
#: index.php:264
msgid "Preferences..."
msgstr ""
#: index.php:265 js/PrefHelpers.js:614
msgid "Search..."
msgstr ""
#: index.php:266
msgid "Feed actions:"
msgstr ""
#: index.php:267 plugins/bookmarklets/init.php:40
#: plugins/bookmarklets/init.php:74
msgid "Subscribe to feed..."
msgstr ""
#: index.php:268
msgid "Edit this feed..."
msgstr ""
#: index.php:269 classes/pref/feeds.php:939 js/CommonDialogs.js:609
#: js/PrefFeedTree.js:109
msgid "Unsubscribe"
msgstr ""
#: index.php:270
msgid "All feeds:"
msgstr ""
#: index.php:272
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:273
msgid "UI layout:"
msgstr ""
#: index.php:274 classes/rpc.php:639
msgid "Toggle combined mode"
msgstr ""
#: index.php:276 classes/rpc.php:616
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:278
msgid "Toggle expand all articles"
msgstr ""
#: index.php:279
msgid "Other actions:"
msgstr ""
#: index.php:280
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:289
msgid "Logout"
msgstr ""
#: prefs.php:20 prefs.php:139 classes/pref/prefs.php:942 classes/rpc.php:646
msgid "Preferences"
msgstr ""
#: prefs.php:132
msgid "Exit preferences"
msgstr ""
#: prefs.php:142 classes/pref/feeds.php:128 classes/pref/feeds.php:928
#: classes/pref/prefs.php:48
msgid "Feeds"
msgstr ""
#: prefs.php:146 classes/pref/filters.php:241
msgid "Filters"
msgstr ""
#: prefs.php:150 classes/pref/labels.php:23 classes/feeds.php:1395
msgid "Labels"
msgstr ""
#: prefs.php:155
msgid "Users"
msgstr ""
#: prefs.php:158
msgid "System"
msgstr ""
#: classes/handler/public.php:287 classes/pref/prefs.php:1463
#: include/login_form.php:132
msgid "Default profile"
msgstr ""
#: classes/handler/public.php:416
msgid "Incorrect username or password"
msgstr ""
#: classes/handler/public.php:468
msgid "Password recovery"
msgstr ""
#: classes/handler/public.php:505 classes/handler/public.php:535
#: classes/handler/public.php:595 classes/handler/public.php:712
#: classes/handler/public.php:719 classes/handler/public.php:742
#: plugins/bookmarklets/init.php:93 plugins/bookmarklets/init.php:138
#: plugins/bookmarklets/init.php:156 plugins/bookmarklets/init.php:161
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: classes/handler/public.php:508
msgid ""
"You will need to provide valid account name and email. Password reset link "
"will be sent to your email address."
msgstr ""
#: classes/handler/public.php:515 classes/pref/feeds.php:658
#: plugins/bookmarklets/init.php:304 include/login_form.php:103
#: js/CommonDialogs.js:567 js/PrefUsers.js:64
msgid "Login:"
msgstr ""
#: classes/handler/public.php:520
msgid "Email:"
msgstr ""
#: classes/handler/public.php:528
#, php-format
msgid "How much is %d + %d:"
msgstr ""
#: classes/handler/public.php:534 classes/pref/users.php:240
msgid "Reset password"
msgstr ""
#: classes/handler/public.php:545
msgid "Some of the required form parameters are missing or incorrect."
msgstr ""
#: classes/handler/public.php:549 classes/handler/public.php:601
msgid "Go back"
msgstr ""
#: classes/handler/public.php:587
msgid "[tt-rss] Password reset request"
msgstr ""
#: classes/handler/public.php:597
msgid "Sorry, login and email combination not found."
msgstr ""
#: classes/handler/public.php:617
msgid "Your access level is insufficient to run this script."
msgstr ""
#: classes/handler/public.php:679
msgid "Database Updater"
msgstr ""
#: classes/handler/public.php:692
#, php-format
msgid "Performing updates to version %d"
msgstr ""
#: classes/handler/public.php:707 classes/handler/public.php:734
#: js/PrefHelpers.js:418 js/PrefHelpers.js:764
msgid "Update"
msgstr ""
#: classes/handler/public.php:727
#, php-format
msgid "Database schema needs update to the latest version (%d to %d)."
msgstr ""
#: classes/pref/feeds.php:77 classes/pref/feeds.php:236
#: classes/pref/feeds.php:285 classes/pref/feeds.php:291
#: classes/pref/feeds.php:321
#, php-format
msgid "(%d feed)"
msgid_plural "(%d feeds)"
msgstr[0] ""
msgstr[1] ""
#: classes/pref/feeds.php:249 classes/pref/filters.php:934
#: classes/digest.php:119 classes/feeds.php:1391 classes/opml.php:568
#: include/controls.php:217
msgid "Uncategorized"
msgstr ""
#: classes/pref/feeds.php:545
#, php-format
msgid "(%d day)"
msgid_plural "(%d days)"
msgstr[0] ""
msgstr[1] ""
#: classes/pref/feeds.php:551
#, php-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#: classes/pref/feeds.php:582
msgid "Check to enable field"
msgstr ""
#: classes/pref/feeds.php:598
#, php-format
msgid "(%d days)"
msgstr ""
#: classes/pref/feeds.php:603 js/CommonDialogs.js:482
msgid "Include in e-mail digest"
msgstr ""
#: classes/pref/feeds.php:604 js/CommonDialogs.js:483
msgid "Always display image attachments"
msgstr ""
#: classes/pref/feeds.php:605 classes/pref/prefs.php:123
#: js/CommonDialogs.js:484
msgid "Do not embed media"
msgstr ""
#: classes/pref/feeds.php:606 js/CommonDialogs.js:485
msgid "Cache media"
msgstr ""
#: classes/pref/feeds.php:607 js/CommonDialogs.js:486
msgid "Mark updated articles as unread"
msgstr ""
#: classes/pref/feeds.php:618 classes/pref/prefs.php:40 js/CommonDialogs.js:493
msgid "General"
msgstr ""
#: classes/pref/feeds.php:622 js/CommonDialogs.js:61 js/CommonDialogs.js:522
#: js/PrefFeedTree.js:436
msgid "Place in category:"
msgstr ""
#: classes/pref/feeds.php:630 js/Feeds.js:619 js/CommonDialogs.js:538
msgid "Language:"
msgstr ""
#: classes/pref/feeds.php:641 js/CommonDialogs.js:548
msgid "Update interval:"
msgstr ""
#: classes/pref/feeds.php:648 js/CommonDialogs.js:554
msgid "Article purging:"
msgstr ""
#: classes/pref/feeds.php:655 plugins/auth_internal/init.php:81
#: js/PrefFeedTree.js:444 js/CommonDialogs.js:564
msgid "Authentication"
msgstr ""
#: classes/pref/feeds.php:664 plugins/bookmarklets/init.php:311
#: include/login_form.php:112 js/CommonDialogs.js:573
msgid "Password:"
msgstr ""
#: classes/pref/feeds.php:671 js/CommonDialogs.js:580
msgid "Options"
msgstr ""
#: classes/pref/feeds.php:687 classes/pref/prefs.php:317
#: plugins/af_psql_trgm/init.php:199 plugins/af_readability/init.php:92
#: plugins/af_redditimgur/init.php:124 plugins/note/init.php:49
#: plugins/nsfw/init.php:105 js/CommonDialogs.js:610 js/CommonFilters.js:237
#: js/CommonFilters.js:321 js/CommonFilters.js:523 js/Article.js:358
#: js/PrefLabelTree.js:170 js/PrefUsers.js:119
msgid "Save"
msgstr ""
#: classes/pref/feeds.php:688 plugins/bookmarklets/init.php:284
#: plugins/note/init.php:50 js/CommonDialogs.js:611 js/CommonFilters.js:238
#: js/CommonFilters.js:322 js/CommonFilters.js:524 js/CommonFilters.js:528
#: js/Article.js:361 js/CommonDialogs.js:111 js/Feeds.js:633
#: js/PrefFeedTree.js:464 js/PrefHelpers.js:232 js/PrefHelpers.js:306
#: js/PrefLabelTree.js:173 js/PrefUsers.js:122
msgid "Cancel"
msgstr ""
#: classes/pref/feeds.php:890
msgid "Feeds with errors"
msgstr ""
#: classes/pref/feeds.php:896
msgid "Inactive feeds"
msgstr ""
#: classes/pref/feeds.php:914 classes/pref/filters.php:670
#: classes/pref/prefs.php:844 classes/pref/users.php:217 js/Feeds.js:637
#: js/Feeds.js:632
msgid "Search"
msgstr ""
#: classes/pref/feeds.php:918 classes/pref/filters.php:674
#: classes/pref/labels.php:179 classes/pref/prefs.php:849
#: classes/pref/prefs.php:1502 classes/pref/users.php:222
#: js/CommonFilters.js:443 js/CommonFilters.js:476 js/CommonDialogs.js:257
#: js/PrefFeedTree.js:513 js/PrefHelpers.js:184
msgid "Select"
msgstr ""
#: classes/pref/feeds.php:921 classes/pref/filters.php:677
#: classes/pref/prefs.php:852 classes/pref/prefs.php:1505
#: classes/pref/users.php:225 js/CommonFilters.js:447 js/CommonFilters.js:479
#: js/CommonDialogs.js:260 js/Headlines.js:663 js/PrefFeedTree.js:516
#: js/PrefHelpers.js:187
msgid "All"
msgstr ""
#: classes/pref/feeds.php:923 classes/pref/filters.php:679
#: classes/pref/prefs.php:854 classes/pref/prefs.php:1507
#: classes/pref/users.php:227 js/CommonFilters.js:449 js/CommonFilters.js:481
#: js/CommonDialogs.js:262 js/Headlines.js:666 js/PrefFeedTree.js:518
#: js/PrefHelpers.js:189
msgid "None"
msgstr ""
#: classes/pref/feeds.php:931 classes/rpc.php:628 js/CommonDialogs.js:34
msgid "Subscribe to feed"
msgstr ""
#: classes/pref/feeds.php:933
msgid "Edit selected feeds"
msgstr ""
#: classes/pref/feeds.php:935 classes/pref/feeds.php:950
#: classes/pref/filters.php:690
msgid "Reset sort order"
msgstr ""
#: classes/pref/feeds.php:937 js/PrefFeedTree.js:406
msgid "Batch subscribe"
msgstr ""
#: classes/pref/feeds.php:945
msgid "Categories"
msgstr ""
#: classes/pref/feeds.php:948
msgid "Add category"
msgstr ""
#: classes/pref/feeds.php:952 classes/pref/prefs.php:416 js/PrefHelpers.js:227
msgid "Remove selected"
msgstr ""
#: classes/pref/feeds.php:997
msgid "Choose file..."
msgstr ""
#: classes/pref/feeds.php:1005
msgid "Import OPML"
msgstr ""
#: classes/pref/feeds.php:1016
msgid "Export OPML"
msgstr ""
#: classes/pref/feeds.php:1021
msgid "Include tt-rss settings"
msgstr ""
#: classes/pref/feeds.php:1037
msgid "Display URL"
msgstr ""
#: classes/pref/feeds.php:1042
msgid "Clear all generated URLs"
msgstr ""
#: classes/pref/feeds.php:1054
msgid "My feeds"
msgstr ""
#: classes/pref/feeds.php:1059
msgid "OPML"
msgstr ""
#: classes/pref/feeds.php:1064
msgid "Sharing"
msgstr ""
#: classes/pref/feeds.php:1077 classes/pref/prefs.php:945
#: js/CommonDialogs.js:604
msgid "Plugins"
msgstr ""
#: classes/pref/filters.php:210 classes/pref/filters.php:221
#: classes/pref/filters.php:441 classes/pref/filters.php:881
msgid "All feeds"
msgstr ""
#: classes/pref/filters.php:232 classes/pref/filters.php:461
msgid "(inverse)"
msgstr ""
#: classes/pref/filters.php:228 classes/pref/filters.php:460
#, php-format
msgid "%s on %s in %s %s"
msgstr ""
#: classes/pref/filters.php:684 classes/rpc.php:649
msgid "Create filter"
msgstr ""
#: classes/pref/filters.php:686
msgid "Combine"
msgstr ""
#: classes/pref/filters.php:688 classes/pref/users.php:236
#: js/CommonDialogs.js:602 js/CommonFilters.js:521
msgid "Remove"
msgstr ""
#: classes/pref/filters.php:692
msgid "Toggle rule display"
msgstr ""
#: classes/pref/filters.php:751
msgid "[No caption]"
msgstr ""
#: classes/pref/filters.php:753
#, php-format
msgid "%s (%d rule)"
msgid_plural "%s (%d rules)"
msgstr[0] ""
msgstr[1] ""
#: classes/pref/filters.php:767
msgid "matches any rule"
msgstr ""
#: classes/pref/filters.php:768
msgid "inverse"
msgstr ""
#: classes/pref/filters.php:771
#, php-format
msgid "%s (+%d action)"
msgid_plural "%s (+%d actions)"
msgstr[0] ""
msgstr[1] ""
#: classes/pref/labels.php:167
#, php-format
msgid "Created label <b>%s</b>"
msgstr ""
#: classes/pref/prefs.php:61
msgid "Articles"
msgstr ""
#: classes/pref/prefs.php:75
msgid "Digest"
msgstr ""
#: classes/pref/prefs.php:80
msgid "Advanced"
msgstr ""
#: classes/pref/prefs.php:91
msgid "Debugging"
msgstr ""
#: classes/pref/prefs.php:97
msgid "Never apply these tags automatically (comma-separated list)."
msgstr ""
#: classes/pref/prefs.php:101
msgid "Blacklisted tags"
msgstr ""
#: classes/pref/prefs.php:102
msgid "Default language"
msgstr ""
#: classes/pref/prefs.php:102
msgid "Used for full-text search"
msgstr ""
#: classes/pref/prefs.php:103
msgid "Mark read on scroll"
msgstr ""
#: classes/pref/prefs.php:103
msgid "Mark articles as read as you scroll past them"
msgstr ""
#: classes/pref/prefs.php:104
msgid "Always expand articles"
msgstr ""
#: classes/pref/prefs.php:105
msgid "Combined mode"
msgstr ""
#: classes/pref/prefs.php:105
msgid "Show flat list of articles instead of separate panels"
msgstr ""
#: classes/pref/prefs.php:106
msgid "Confirm marking feeds as read"
msgstr ""
#: classes/pref/prefs.php:107
msgid "Default update interval"
msgstr ""
#: classes/pref/prefs.php:108
msgid "Mark sent articles as read"
msgstr ""
#: classes/pref/prefs.php:109
msgid "Enable digest"
msgstr ""
#: classes/pref/prefs.php:109
msgid "Send daily digest of new (and unread) headlines to your e-mail address"
msgstr ""
#: classes/pref/prefs.php:110
msgid "Try to send around this time"
msgstr ""
#: classes/pref/prefs.php:110
msgid "Time in UTC"
msgstr ""
#: classes/pref/prefs.php:111
msgid "Enable API"
msgstr ""
#: classes/pref/prefs.php:111
msgid "Allows accessing this account through the API"
msgstr ""
#: classes/pref/prefs.php:112
msgid "Enable categories"
msgstr ""
#: classes/pref/prefs.php:113
msgid "Maximum age of fresh articles"
msgstr ""
#: classes/pref/prefs.php:113
msgid "hours"
msgstr ""
#: classes/pref/prefs.php:114
msgid "Hide read feeds"
msgstr ""
#: classes/pref/prefs.php:115
msgid "Always show special feeds"
msgstr ""
#: classes/pref/prefs.php:115
msgid "While hiding read feeds"
msgstr ""
#: classes/pref/prefs.php:116
msgid "Long date format"
msgstr ""
#: classes/pref/prefs.php:116
msgid ""
"Syntax is identical to PHP <a href='http://php.net/manual/function.date."
"php'>date()</a> function."
msgstr ""
#: classes/pref/prefs.php:117
msgid "Automatically show next feed"
msgstr ""
#: classes/pref/prefs.php:117
msgid "After marking one as read"
msgstr ""
#: classes/pref/prefs.php:118
msgid "Purge articles older than"
msgstr ""
#: classes/pref/prefs.php:118
msgid "<strong>days</strong> (0 disables)"
msgstr ""
#: classes/pref/prefs.php:119
msgid "Purge unread articles"
msgstr ""
#: classes/pref/prefs.php:120
msgid "Short date format"
msgstr ""
#: classes/pref/prefs.php:121
msgid "Show content preview in headlines"
msgstr ""
#: classes/pref/prefs.php:122
msgid "SSL client certificate"
msgstr ""
#: classes/pref/prefs.php:124
msgid "Time zone"
msgstr ""
#: classes/pref/prefs.php:125
msgid "Group by feed"
msgstr ""
#: classes/pref/prefs.php:125
msgid "Group multiple-feed output by originating feed"
msgstr ""
#: classes/pref/prefs.php:126
msgid "Language"
msgstr ""
#: classes/pref/prefs.php:127
msgid "Theme"
msgstr ""
#: classes/pref/prefs.php:128
msgid "Don't enforce DISTINCT headlines"
msgstr ""
#: classes/pref/prefs.php:128
msgid "May produce duplicate entries"
msgstr ""
#: classes/pref/prefs.php:129
msgid "Show article and feed IDs"
msgstr ""
#: classes/pref/prefs.php:129
msgid "In the headlines buffer"
msgstr ""
#: classes/pref/prefs.php:130
msgid "Disable conditional counter updates"
msgstr ""
#: classes/pref/prefs.php:130
msgid "May increase server load"
msgstr ""
#: classes/pref/prefs.php:131
msgid "Grid view"
msgstr ""
#: classes/pref/prefs.php:131
msgid "On wider screens, if always expanded"
msgstr ""
#: classes/pref/prefs.php:232
msgid "The configuration was saved."
msgstr ""
#: classes/pref/prefs.php:274
msgid "Your personal data has been saved."
msgstr ""
#: classes/pref/prefs.php:304
msgid "Full name:"
msgstr ""
#: classes/pref/prefs.php:309 js/PrefUsers.js:98
msgid "E-mail:"
msgstr ""
#: classes/pref/prefs.php:368
msgid "Old password:"
msgstr ""
#: classes/pref/prefs.php:373 js/PrefUsers.js:84
msgid "New password:"
msgstr ""
#: classes/pref/prefs.php:378
msgid "Confirm password:"
msgstr ""
#: classes/pref/prefs.php:386 js/PrefUsers.js:86
msgid "Change password"
msgstr ""
#: classes/pref/prefs.php:393
#, php-format
msgid ""
"Authentication module used for this session (<b>%s</b>) does not provide an "
"ability to set passwords."
msgstr ""
#: classes/pref/prefs.php:410
msgid "Generate password"
msgstr ""
#: classes/pref/prefs.php:452 classes/pref/prefs.php:504
msgid "Your password:"
msgstr ""
#: classes/pref/prefs.php:460
msgid "Disable OTP"
msgstr ""
#: classes/pref/prefs.php:482
msgid "OTP secret:"
msgstr ""
#: classes/pref/prefs.php:509
msgid "Verification code:"
msgstr ""
#: classes/pref/prefs.php:517
msgid "Enable OTP"
msgstr ""
#: classes/pref/prefs.php:531
msgid "Personal data"
msgstr ""
#: classes/pref/prefs.php:534 js/CommonDialogs.js:89 js/PrefFeedTree.js:447
msgid "Password"
msgstr ""
#: classes/pref/prefs.php:537
msgid "App passwords"
msgstr ""
#: classes/pref/prefs.php:540
msgid "Authenticator (OTP)"
msgstr ""
#: classes/pref/prefs.php:551
msgid "Some preferences are only available in default profile."
msgstr ""
#: classes/pref/prefs.php:643
msgid "default"
msgstr ""
#: classes/pref/prefs.php:651
msgid "Customize"
msgstr ""
#: classes/pref/prefs.php:653
msgid "More themes..."
msgstr ""
#: classes/pref/prefs.php:684
msgid "Preview"
msgstr ""
#: classes/pref/prefs.php:710
msgid "Register"
msgstr ""
#: classes/pref/prefs.php:714 classes/pref/system.php:100
msgid "Clear"
msgstr ""
#: classes/pref/prefs.php:718 classes/pref/prefs.php:884
#: plugins/bookmarklets/init.php:365 js/CommonDialogs.js:665
msgid "More info..."
msgstr ""
#: classes/pref/prefs.php:726
#, php-format
msgid "Current server time: %s"
msgstr ""
#: classes/pref/prefs.php:774
msgid "Save configuration"
msgstr ""
#: classes/pref/prefs.php:777
msgid "Save and exit"
msgstr ""
#: classes/pref/prefs.php:784 js/PrefHelpers.js:127
msgid "Manage profiles"
msgstr ""
#: classes/pref/prefs.php:789
msgid "Reset to defaults"
msgstr ""
#: classes/pref/prefs.php:882
#, php-format