-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
2871 lines (2206 loc) · 54.2 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: 2021-06-18 13:34+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/system.php:124
msgid "User"
msgstr ""
#: backend.php:91
msgid "Power User"
msgstr ""
#: backend.php:92
msgid "Administrator"
msgstr ""
#: index.php:134 index.php:148 index.php:272 prefs.php:119
#: classes/pref/prefs.php:877 classes/pref/prefs.php:927
#: classes/pref/system.php:219 js/Feeds.js:475 js/PrefFeedTree.js:165
#: js/PrefFeedTree.js:172 js/PrefFeedTree.js:296 js/PrefFeedTree.js:373
#: js/CommonDialogs.js:289 js/CommonDialogs.js:446 js/CommonDialogs.js:598
#: 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:438 js/PrefHelpers.js:449 js/Headlines.js:354
#: js/Headlines.js:539 js/PrefFilterTree.js:100 js/Article.js:290
#: js/Article.js:352 js/PrefUsers.js:112 js/CommonFilters.js:277
#: js/CommonFilters.js:405 plugins/af_psql_trgm/init.js:7
#: plugins/note/note.js:28 plugins/af_readability/init.js:19
#: plugins/share/share.js:56 js/CommonFilters.js:181
msgid "Loading, please wait..."
msgstr ""
#: index.php:163 prefs.php:128 js/App.js:460
msgid "Communication problem with server."
msgstr ""
#: index.php:166 prefs.php:130
msgid "Recent entries found in event log."
msgstr ""
#: index.php:169
msgid "Updates are available from Git."
msgstr ""
#: index.php:184
msgid "Show articles"
msgstr ""
#: index.php:187
msgid "Adaptive"
msgstr ""
#: index.php:188
msgid "All Articles"
msgstr ""
#: index.php:189 classes/rpc.php:623
msgid "Starred"
msgstr ""
#: index.php:190 classes/rpc.php:624
msgid "Published"
msgstr ""
#: index.php:191
msgid "Unread"
msgstr ""
#: index.php:192
msgid "With Note"
msgstr ""
#: index.php:195
msgid "Sort articles"
msgstr ""
#: index.php:199
msgid "Default"
msgstr ""
#: index.php:200
msgid "Newest first"
msgstr ""
#: index.php:201
msgid "Oldest first"
msgstr ""
#: index.php:202
msgid "Title"
msgstr ""
#: index.php:214 index.php:248 classes/rpc.php:610 js/FeedTree.js:92
#: js/FeedTree.js:122
msgid "Mark as read"
msgstr ""
#: index.php:217
msgid "Older than one day"
msgstr ""
#: index.php:220
msgid "Older than one week"
msgstr ""
#: index.php:223
msgid "Older than two weeks"
msgstr ""
#: index.php:238
msgid "Actions..."
msgstr ""
#: index.php:241
msgid "Preferences..."
msgstr ""
#: index.php:242
msgid "Search..."
msgstr ""
#: index.php:243
msgid "Feed actions:"
msgstr ""
#: index.php:244 plugins/bookmarklets/init.php:38
#: plugins/bookmarklets/init.php:72
msgid "Subscribe to feed..."
msgstr ""
#: index.php:245
msgid "Edit this feed..."
msgstr ""
#: index.php:246 classes/pref/feeds.php:925 js/PrefFeedTree.js:99
#: js/CommonDialogs.js:585
msgid "Unsubscribe"
msgstr ""
#: index.php:247
msgid "All feeds:"
msgstr ""
#: index.php:249
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:250
msgid "Other actions:"
msgstr ""
#: index.php:251 classes/rpc.php:596
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:252
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:261
msgid "Logout"
msgstr ""
#: prefs.php:20 prefs.php:139 classes/rpc.php:626 classes/pref/prefs.php:929
msgid "Preferences"
msgstr ""
#: prefs.php:132
msgid "Exit preferences"
msgstr ""
#: prefs.php:142 classes/pref/prefs.php:38 classes/pref/feeds.php:127
#: classes/pref/feeds.php:914
msgid "Feeds"
msgstr ""
#: prefs.php:146 classes/pref/filters.php:228
msgid "Filters"
msgstr ""
#: prefs.php:150 classes/pref/labels.php:23 classes/feeds.php:1254
msgid "Labels"
msgstr ""
#: prefs.php:155
msgid "Users"
msgstr ""
#: prefs.php:158
msgid "System"
msgstr ""
#: classes/rpc.php:565
msgid "Navigation"
msgstr ""
#: classes/rpc.php:566
msgid "Open next feed"
msgstr ""
#: classes/rpc.php:567
msgid "Open next unread feed"
msgstr ""
#: classes/rpc.php:568
msgid "Open previous feed"
msgstr ""
#: classes/rpc.php:569
msgid "Open previous unread feed"
msgstr ""
#: classes/rpc.php:570
msgid "Open next article (in combined mode, scroll down)"
msgstr ""
#: classes/rpc.php:571
msgid "Open previous article (in combined mode, scroll up)"
msgstr ""
#: classes/rpc.php:572
msgid "Scroll headlines by one page down"
msgstr ""
#: classes/rpc.php:573
msgid "Scroll headlines by one page up"
msgstr ""
#: classes/rpc.php:574
msgid "Open next article"
msgstr ""
#: classes/rpc.php:575
msgid "Open previous article"
msgstr ""
#: classes/rpc.php:576
msgid "Move to next article (don't expand)"
msgstr ""
#: classes/rpc.php:577
msgid "Move to previous article (don't expand)"
msgstr ""
#: classes/rpc.php:578
msgid "Show search dialog"
msgstr ""
#: classes/rpc.php:579
msgid "Cancel active search"
msgstr ""
#: classes/rpc.php:580
msgid "Article"
msgstr ""
#: classes/rpc.php:581 js/Headlines.js:1388 js/Headlines.js:658
msgid "Toggle starred"
msgstr ""
#: classes/rpc.php:582 js/Headlines.js:1400
msgid "Toggle published"
msgstr ""
#: classes/rpc.php:583 js/Headlines.js:1375
msgid "Toggle unread"
msgstr ""
#: classes/rpc.php:584
msgid "Edit tags"
msgstr ""
#: classes/rpc.php:585
msgid "Open in new window"
msgstr ""
#: classes/rpc.php:586 js/Headlines.js:1421
msgid "Mark below as read"
msgstr ""
#: classes/rpc.php:587 js/Headlines.js:1414
msgid "Mark above as read"
msgstr ""
#: classes/rpc.php:588
msgid "Scroll down"
msgstr ""
#: classes/rpc.php:589
msgid "Scroll up"
msgstr ""
#: classes/rpc.php:590
msgid "Scroll down page"
msgstr ""
#: classes/rpc.php:591
msgid "Scroll up page"
msgstr ""
#: classes/rpc.php:592
msgid "Select article under cursor"
msgstr ""
#: classes/rpc.php:593
msgid "Email article"
msgstr ""
#: classes/rpc.php:594
msgid "Close/collapse article"
msgstr ""
#: classes/rpc.php:595
msgid "Toggle article expansion (combined mode)"
msgstr ""
#: classes/rpc.php:597
msgid "Toggle full article text via Readability"
msgstr ""
#: classes/rpc.php:598
msgid "Article selection"
msgstr ""
#: classes/rpc.php:599
msgid "Select all articles"
msgstr ""
#: classes/rpc.php:600
msgid "Select unread"
msgstr ""
#: classes/rpc.php:601
msgid "Select starred"
msgstr ""
#: classes/rpc.php:602
msgid "Select published"
msgstr ""
#: classes/rpc.php:603
msgid "Invert selection"
msgstr ""
#: classes/rpc.php:604
msgid "Deselect everything"
msgstr ""
#: classes/rpc.php:605
msgid "Feed"
msgstr ""
#: classes/rpc.php:606
msgid "Refresh current feed"
msgstr ""
#: classes/rpc.php:607
msgid "Un/hide read feeds"
msgstr ""
#: classes/rpc.php:608 classes/pref/feeds.php:917 js/CommonDialogs.js:19
msgid "Subscribe to feed"
msgstr ""
#: classes/rpc.php:609 js/PrefFeedTree.js:93 js/CommonDialogs.js:336
#: js/Headlines.js:1544 js/FeedTree.js:99
msgid "Edit feed"
msgstr ""
#: classes/rpc.php:611
msgid "Reverse headlines"
msgstr ""
#: classes/rpc.php:612
msgid "Toggle headline grouping"
msgstr ""
#: classes/rpc.php:613
msgid "Toggle grid view"
msgstr ""
#: classes/rpc.php:614
msgid "Debug feed update"
msgstr ""
#: classes/rpc.php:615
msgid "Debug viewfeed()"
msgstr ""
#: classes/rpc.php:616 js/FeedTree.js:155
msgid "Mark all feeds as read"
msgstr ""
#: classes/rpc.php:617
msgid "Un/collapse current category"
msgstr ""
#: classes/rpc.php:618
msgid "Toggle auto expand in combined mode"
msgstr ""
#: classes/rpc.php:619
msgid "Toggle combined mode"
msgstr ""
#: classes/rpc.php:620
msgid "Go to"
msgstr ""
#: classes/rpc.php:621 classes/feeds.php:1120
msgid "All articles"
msgstr ""
#: classes/rpc.php:622
msgid "Fresh"
msgstr ""
#: classes/rpc.php:625 classes/feeds.php:1124
msgid "Recently read"
msgstr ""
#: classes/rpc.php:627
msgid "Other"
msgstr ""
#: classes/rpc.php:628
msgid "Create label"
msgstr ""
#: classes/rpc.php:629 classes/pref/filters.php:659
msgid "Create filter"
msgstr ""
#: classes/rpc.php:630
msgid "Un/collapse sidebar"
msgstr ""
#: classes/rpc.php:631
msgid "Show help dialog"
msgstr ""
#: classes/rpc.php:766
msgid "Shift"
msgstr ""
#: classes/rpc.php:769
msgid "Ctrl"
msgstr ""
#: classes/rpc.php:794 plugins/af_psql_trgm/init.php:112
#: plugins/share/init.php:274 js/PrefHelpers.js:491 js/Feeds.js:272
#: js/CommonDialogs.js:273 js/PrefHelpers.js:66 js/PrefHelpers.js:814
#: js/CommonFilters.js:101
msgid "Close this window"
msgstr ""
#: classes/handler/public.php:277 classes/pref/prefs.php:1424
#: include/login_form.php:132
msgid "Default profile"
msgstr ""
#: classes/handler/public.php:389
msgid "Incorrect username or password"
msgstr ""
#: classes/handler/public.php:441
msgid "Password recovery"
msgstr ""
#: classes/handler/public.php:478 classes/handler/public.php:508
#: classes/handler/public.php:568 classes/handler/public.php:685
#: classes/handler/public.php:692 classes/handler/public.php:715
#: plugins/bookmarklets/init.php:91 plugins/bookmarklets/init.php:136
#: plugins/bookmarklets/init.php:154 plugins/bookmarklets/init.php:159
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: classes/handler/public.php:481
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:488 classes/pref/feeds.php:641
#: plugins/bookmarklets/init.php:302 include/login_form.php:103
#: js/CommonDialogs.js:543 js/PrefUsers.js:64
msgid "Login:"
msgstr ""
#: classes/handler/public.php:493
msgid "Email:"
msgstr ""
#: classes/handler/public.php:501
#, php-format
msgid "How much is %d + %d:"
msgstr ""
#: classes/handler/public.php:507 classes/pref/users.php:240
msgid "Reset password"
msgstr ""
#: classes/handler/public.php:518
msgid "Some of the required form parameters are missing or incorrect."
msgstr ""
#: classes/handler/public.php:522 classes/handler/public.php:574
msgid "Go back"
msgstr ""
#: classes/handler/public.php:560
msgid "[tt-rss] Password reset request"
msgstr ""
#: classes/handler/public.php:570
msgid "Sorry, login and email combination not found."
msgstr ""
#: classes/handler/public.php:590
msgid "Your access level is insufficient to run this script."
msgstr ""
#: classes/handler/public.php:652
msgid "Database Updater"
msgstr ""
#: classes/handler/public.php:665
#, php-format
msgid "Performing updates to version %d"
msgstr ""
#: classes/handler/public.php:680 classes/handler/public.php:707
#: js/PrefHelpers.js:411 js/PrefHelpers.js:757
msgid "Update"
msgstr ""
#: classes/handler/public.php:700
#, php-format
msgid "Database schema needs update to the latest version (%d to %d)."
msgstr ""
#: classes/pref/labels.php:168
#, php-format
msgid "Created label <b>%s</b>"
msgstr ""
#: classes/pref/labels.php:180 classes/pref/prefs.php:836
#: classes/pref/prefs.php:1463 classes/pref/filters.php:649
#: classes/pref/users.php:222 classes/pref/feeds.php:904
#: js/CommonFilters.js:440 js/CommonFilters.js:473 js/CommonDialogs.js:236
msgid "Select"
msgstr ""
#: classes/pref/prefs.php:30 classes/pref/feeds.php:601
msgid "General"
msgstr ""
#: classes/pref/prefs.php:51
msgid "Articles"
msgstr ""
#: classes/pref/prefs.php:65
msgid "Digest"
msgstr ""
#: classes/pref/prefs.php:70
msgid "Advanced"
msgstr ""
#: classes/pref/prefs.php:81
msgid "Debugging"
msgstr ""
#: classes/pref/prefs.php:87
msgid "Never apply these tags automatically (comma-separated list)."
msgstr ""
#: classes/pref/prefs.php:91
msgid "Blacklisted tags"
msgstr ""
#: classes/pref/prefs.php:92
msgid "Default language"
msgstr ""
#: classes/pref/prefs.php:92
msgid "Used for full-text search"
msgstr ""
#: classes/pref/prefs.php:93
msgid "Mark read on scroll"
msgstr ""
#: classes/pref/prefs.php:93
msgid "Mark articles as read as you scroll past them"
msgstr ""
#: classes/pref/prefs.php:94
msgid "Always expand articles"
msgstr ""
#: classes/pref/prefs.php:95
msgid "Combined mode"
msgstr ""
#: classes/pref/prefs.php:95
msgid "Show flat list of articles instead of separate panels"
msgstr ""
#: classes/pref/prefs.php:96
msgid "Confirm marking feeds as read"
msgstr ""
#: classes/pref/prefs.php:97
msgid "Default update interval"
msgstr ""
#: classes/pref/prefs.php:98
msgid "Mark sent articles as read"
msgstr ""
#: classes/pref/prefs.php:99
msgid "Enable digest"
msgstr ""
#: classes/pref/prefs.php:99
msgid "Send daily digest of new (and unread) headlines to your e-mail address"
msgstr ""
#: classes/pref/prefs.php:100
msgid "Try to send around this time"
msgstr ""
#: classes/pref/prefs.php:100
msgid "Time in UTC"
msgstr ""
#: classes/pref/prefs.php:101
msgid "Enable API"
msgstr ""
#: classes/pref/prefs.php:101
msgid "Allows accessing this account through the API"
msgstr ""
#: classes/pref/prefs.php:102
msgid "Enable categories"
msgstr ""
#: classes/pref/prefs.php:103
msgid "Maximum age of fresh articles"
msgstr ""
#: classes/pref/prefs.php:103
msgid "hours"
msgstr ""
#: classes/pref/prefs.php:104
msgid "Hide read feeds"
msgstr ""
#: classes/pref/prefs.php:105
msgid "Always show special feeds"
msgstr ""
#: classes/pref/prefs.php:105
msgid "While hiding read feeds"
msgstr ""
#: classes/pref/prefs.php:106
msgid "Long date format"
msgstr ""
#: classes/pref/prefs.php:106
msgid ""
"Syntax is identical to PHP <a href='http://php.net/manual/function.date."
"php'>date()</a> function."
msgstr ""
#: classes/pref/prefs.php:107
msgid "Automatically show next feed"
msgstr ""
#: classes/pref/prefs.php:107
msgid "After marking one as read"
msgstr ""
#: classes/pref/prefs.php:108
msgid "Purge articles older than"
msgstr ""
#: classes/pref/prefs.php:108
msgid "<strong>days</strong> (0 disables)"
msgstr ""
#: classes/pref/prefs.php:109
msgid "Purge unread articles"
msgstr ""
#: classes/pref/prefs.php:110
msgid "Short date format"
msgstr ""
#: classes/pref/prefs.php:111
msgid "Show content preview in headlines"
msgstr ""
#: classes/pref/prefs.php:112
msgid "SSL client certificate"
msgstr ""
#: classes/pref/prefs.php:113 classes/pref/feeds.php:588
#: js/CommonDialogs.js:462
msgid "Do not embed media"
msgstr ""
#: classes/pref/prefs.php:114
msgid "Time zone"
msgstr ""
#: classes/pref/prefs.php:115
msgid "Group by feed"
msgstr ""
#: classes/pref/prefs.php:115
msgid "Group multiple-feed output by originating feed"
msgstr ""
#: classes/pref/prefs.php:116
msgid "Language"
msgstr ""
#: classes/pref/prefs.php:117
msgid "Theme"
msgstr ""
#: classes/pref/prefs.php:118
msgid "Don't enforce DISTINCT headlines"
msgstr ""
#: classes/pref/prefs.php:118
msgid "May produce duplicate entries"
msgstr ""
#: classes/pref/prefs.php:119
msgid "Show article and feed IDs"
msgstr ""
#: classes/pref/prefs.php:119
msgid "In the headlines buffer"
msgstr ""
#: classes/pref/prefs.php:120
msgid "Disable conditional counter updates"
msgstr ""
#: classes/pref/prefs.php:120
msgid "May increase server load"
msgstr ""
#: classes/pref/prefs.php:121
msgid "Grid view"
msgstr ""
#: classes/pref/prefs.php:121
msgid "On wider screens, if always expanded"
msgstr ""
#: classes/pref/prefs.php:222
msgid "The configuration was saved."
msgstr ""
#: classes/pref/prefs.php:264
msgid "Your personal data has been saved."
msgstr ""
#: classes/pref/prefs.php:294
msgid "Full name:"
msgstr ""
#: classes/pref/prefs.php:299 js/PrefUsers.js:98
msgid "E-mail:"
msgstr ""
#: classes/pref/prefs.php:307 classes/pref/feeds.php:670
#: plugins/af_psql_trgm/init.php:193 plugins/note/init.php:51
#: plugins/af_readability/init.php:91 plugins/nsfw/init.php:98
#: plugins/af_redditimgur/init.php:101 js/CommonDialogs.js:586
#: js/CommonFilters.js:236 js/CommonFilters.js:320 js/CommonFilters.js:520
#: js/PrefLabelTree.js:170 js/Article.js:358 js/PrefUsers.js:119
msgid "Save"
msgstr ""
#: classes/pref/prefs.php:358
msgid "Old password:"
msgstr ""
#: classes/pref/prefs.php:363 js/PrefUsers.js:84
msgid "New password:"
msgstr ""
#: classes/pref/prefs.php:368
msgid "Confirm password:"
msgstr ""
#: classes/pref/prefs.php:376
msgid "Change password"
msgstr ""
#: classes/pref/prefs.php:383
#, 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:400
msgid "Generate password"
msgstr ""
#: classes/pref/prefs.php:406 classes/pref/feeds.php:938 js/PrefHelpers.js:227
msgid "Remove selected"
msgstr ""
#: classes/pref/prefs.php:442 classes/pref/prefs.php:494
msgid "Your password:"
msgstr ""
#: classes/pref/prefs.php:450
msgid "Disable OTP"
msgstr ""
#: classes/pref/prefs.php:472
msgid "OTP secret:"
msgstr ""
#: classes/pref/prefs.php:499
msgid "Verification code:"
msgstr ""
#: classes/pref/prefs.php:507
msgid "Enable OTP"
msgstr ""
#: classes/pref/prefs.php:521
msgid "Personal data"
msgstr ""
#: classes/pref/prefs.php:524
msgid "Password"
msgstr ""
#: classes/pref/prefs.php:527
msgid "App passwords"
msgstr ""
#: classes/pref/prefs.php:530
msgid "Authenticator (OTP)"
msgstr ""
#: classes/pref/prefs.php:541
msgid "Some preferences are only available in default profile."
msgstr ""
#: classes/pref/prefs.php:630
msgid "default"
msgstr ""
#: classes/pref/prefs.php:638
msgid "Customize"
msgstr ""
#: classes/pref/prefs.php:640
msgid "More themes..."
msgstr ""
#: classes/pref/prefs.php:671
msgid "Preview"
msgstr ""
#: classes/pref/prefs.php:697
msgid "Register"
msgstr ""
#: classes/pref/prefs.php:701 classes/pref/system.php:101
msgid "Clear"
msgstr ""
#: classes/pref/prefs.php:705 classes/pref/prefs.php:871
#: plugins/bookmarklets/init.php:364 js/CommonDialogs.js:641
msgid "More info..."
msgstr ""
#: classes/pref/prefs.php:713
#, php-format
msgid "Current server time: %s"
msgstr ""
#: classes/pref/prefs.php:761
msgid "Save configuration"
msgstr ""
#: classes/pref/prefs.php:764
msgid "Save and exit"
msgstr ""
#: classes/pref/prefs.php:771 js/PrefHelpers.js:127
msgid "Manage profiles"
msgstr ""
#: classes/pref/prefs.php:776
msgid "Reset to defaults"
msgstr ""
#: classes/pref/prefs.php:831 classes/pref/filters.php:645
#: classes/pref/users.php:217 classes/pref/feeds.php:900 js/Feeds.js:644
#: js/Feeds.js:639
msgid "Search"
msgstr ""