forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
2851 lines (2191 loc) · 53.8 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-08 19:06+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:123 index.php:138 index.php:261 prefs.php:108
#: classes/pref/prefs.php:875 classes/pref/prefs.php:925
#: classes/pref/system.php:219 js/Feeds.js:401 js/Feeds.js:471
#: 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:222
#: js/PrefHelpers.js:273 js/PrefHelpers.js:416 js/PrefHelpers.js:427
#: js/PrefHelpers.js:813 js/Headlines.js:344 js/PrefFilterTree.js:100
#: js/Article.js:337 js/PrefUsers.js:112 js/CommonFilters.js:273
#: js/CommonFilters.js:401 plugins/af_psql_trgm/init.js:7
#: plugins/note/note.js:28 plugins/af_readability/init.js:19
#: plugins/share/share.js:56
msgid "Loading, please wait..."
msgstr ""
#: index.php:152 prefs.php:118 js/App.js:460
msgid "Communication problem with server."
msgstr ""
#: index.php:155 prefs.php:120
msgid "Recent entries found in event log."
msgstr ""
#: index.php:158
msgid "Updates are available from Git."
msgstr ""
#: index.php:173
msgid "Show articles"
msgstr ""
#: index.php:176
msgid "Adaptive"
msgstr ""
#: index.php:177
msgid "All Articles"
msgstr ""
#: index.php:178 classes/rpc.php:615
msgid "Starred"
msgstr ""
#: index.php:179 classes/rpc.php:616
msgid "Published"
msgstr ""
#: index.php:180
msgid "Unread"
msgstr ""
#: index.php:181
msgid "With Note"
msgstr ""
#: index.php:184
msgid "Sort articles"
msgstr ""
#: index.php:188
msgid "Default"
msgstr ""
#: index.php:189
msgid "Newest first"
msgstr ""
#: index.php:190
msgid "Oldest first"
msgstr ""
#: index.php:191
msgid "Title"
msgstr ""
#: index.php:203 index.php:237 classes/rpc.php:603 js/FeedTree.js:89
#: js/FeedTree.js:119
msgid "Mark as read"
msgstr ""
#: index.php:206
msgid "Older than one day"
msgstr ""
#: index.php:209
msgid "Older than one week"
msgstr ""
#: index.php:212
msgid "Older than two weeks"
msgstr ""
#: index.php:227
msgid "Actions..."
msgstr ""
#: index.php:230
msgid "Preferences..."
msgstr ""
#: index.php:231
msgid "Search..."
msgstr ""
#: index.php:232
msgid "Feed actions:"
msgstr ""
#: index.php:233 plugins/bookmarklets/init.php:38
#: plugins/bookmarklets/init.php:72
msgid "Subscribe to feed..."
msgstr ""
#: index.php:234
msgid "Edit this feed..."
msgstr ""
#: index.php:235 classes/pref/feeds.php:925 js/PrefFeedTree.js:99
#: js/CommonDialogs.js:585
msgid "Unsubscribe"
msgstr ""
#: index.php:236
msgid "All feeds:"
msgstr ""
#: index.php:238
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:239
msgid "Other actions:"
msgstr ""
#: index.php:240 classes/rpc.php:589
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:241
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:250
msgid "Logout"
msgstr ""
#: prefs.php:20 prefs.php:129 classes/rpc.php:618 classes/pref/prefs.php:927
msgid "Preferences"
msgstr ""
#: prefs.php:122
msgid "Exit preferences"
msgstr ""
#: prefs.php:132 classes/pref/prefs.php:38 classes/pref/feeds.php:127
#: classes/pref/feeds.php:914
msgid "Feeds"
msgstr ""
#: prefs.php:136 classes/pref/filters.php:228
msgid "Filters"
msgstr ""
#: prefs.php:140 classes/pref/labels.php:23 classes/feeds.php:1254
msgid "Labels"
msgstr ""
#: prefs.php:145
msgid "Users"
msgstr ""
#: prefs.php:148
msgid "System"
msgstr ""
#: classes/rpc.php:560
msgid "Navigation"
msgstr ""
#: classes/rpc.php:561
msgid "Open next feed"
msgstr ""
#: classes/rpc.php:562
msgid "Open previous feed"
msgstr ""
#: classes/rpc.php:563
msgid "Open next article (in combined mode, scroll down)"
msgstr ""
#: classes/rpc.php:564
msgid "Open previous article (in combined mode, scroll up)"
msgstr ""
#: classes/rpc.php:565
msgid "Scroll headlines by one page down"
msgstr ""
#: classes/rpc.php:566
msgid "Scroll headlines by one page up"
msgstr ""
#: classes/rpc.php:567
msgid "Open next article"
msgstr ""
#: classes/rpc.php:568
msgid "Open previous article"
msgstr ""
#: classes/rpc.php:569
msgid "Move to next article (don't expand)"
msgstr ""
#: classes/rpc.php:570
msgid "Move to previous article (don't expand)"
msgstr ""
#: classes/rpc.php:571
msgid "Show search dialog"
msgstr ""
#: classes/rpc.php:572
msgid "Cancel active search"
msgstr ""
#: classes/rpc.php:573
msgid "Article"
msgstr ""
#: classes/rpc.php:574 js/Headlines.js:1338 js/Headlines.js:626
msgid "Toggle starred"
msgstr ""
#: classes/rpc.php:575 js/Headlines.js:1350
msgid "Toggle published"
msgstr ""
#: classes/rpc.php:576 js/Headlines.js:1325
msgid "Toggle unread"
msgstr ""
#: classes/rpc.php:577
msgid "Edit tags"
msgstr ""
#: classes/rpc.php:578
msgid "Open in new window"
msgstr ""
#: classes/rpc.php:579 js/Headlines.js:1371
msgid "Mark below as read"
msgstr ""
#: classes/rpc.php:580 js/Headlines.js:1364
msgid "Mark above as read"
msgstr ""
#: classes/rpc.php:581
msgid "Scroll down"
msgstr ""
#: classes/rpc.php:582
msgid "Scroll up"
msgstr ""
#: classes/rpc.php:583
msgid "Scroll down page"
msgstr ""
#: classes/rpc.php:584
msgid "Scroll up page"
msgstr ""
#: classes/rpc.php:585
msgid "Select article under cursor"
msgstr ""
#: classes/rpc.php:586
msgid "Email article"
msgstr ""
#: classes/rpc.php:587
msgid "Close/collapse article"
msgstr ""
#: classes/rpc.php:588
msgid "Toggle article expansion (combined mode)"
msgstr ""
#: classes/rpc.php:590
msgid "Toggle full article text via Readability"
msgstr ""
#: classes/rpc.php:591
msgid "Article selection"
msgstr ""
#: classes/rpc.php:592
msgid "Select all articles"
msgstr ""
#: classes/rpc.php:593
msgid "Select unread"
msgstr ""
#: classes/rpc.php:594
msgid "Select starred"
msgstr ""
#: classes/rpc.php:595
msgid "Select published"
msgstr ""
#: classes/rpc.php:596
msgid "Invert selection"
msgstr ""
#: classes/rpc.php:597
msgid "Deselect everything"
msgstr ""
#: classes/rpc.php:598
msgid "Feed"
msgstr ""
#: classes/rpc.php:599
msgid "Refresh current feed"
msgstr ""
#: classes/rpc.php:600
msgid "Un/hide read feeds"
msgstr ""
#: classes/rpc.php:601 classes/pref/feeds.php:917 js/CommonDialogs.js:19
msgid "Subscribe to feed"
msgstr ""
#: classes/rpc.php:602 js/PrefFeedTree.js:93 js/CommonDialogs.js:336
#: js/Headlines.js:1494 js/FeedTree.js:96
msgid "Edit feed"
msgstr ""
#: classes/rpc.php:604
msgid "Reverse headlines"
msgstr ""
#: classes/rpc.php:605
msgid "Toggle headline grouping"
msgstr ""
#: classes/rpc.php:606
msgid "Debug feed update"
msgstr ""
#: classes/rpc.php:607
msgid "Debug viewfeed()"
msgstr ""
#: classes/rpc.php:608 js/FeedTree.js:144
msgid "Mark all feeds as read"
msgstr ""
#: classes/rpc.php:609
msgid "Un/collapse current category"
msgstr ""
#: classes/rpc.php:610
msgid "Toggle auto expand in combined mode"
msgstr ""
#: classes/rpc.php:611
msgid "Toggle combined mode"
msgstr ""
#: classes/rpc.php:612
msgid "Go to"
msgstr ""
#: classes/rpc.php:613 classes/feeds.php:1120
msgid "All articles"
msgstr ""
#: classes/rpc.php:614
msgid "Fresh"
msgstr ""
#: classes/rpc.php:617 classes/feeds.php:1124
msgid "Recently read"
msgstr ""
#: classes/rpc.php:619
msgid "Other"
msgstr ""
#: classes/rpc.php:620
msgid "Create label"
msgstr ""
#: classes/rpc.php:621 classes/pref/filters.php:659
msgid "Create filter"
msgstr ""
#: classes/rpc.php:622
msgid "Un/collapse sidebar"
msgstr ""
#: classes/rpc.php:623
msgid "Show help dialog"
msgstr ""
#: classes/rpc.php:754
msgid "Shift"
msgstr ""
#: classes/rpc.php:757
msgid "Ctrl"
msgstr ""
#: classes/rpc.php:782 plugins/af_psql_trgm/init.php:112
#: plugins/share/init.php:270 js/PrefHelpers.js:469 js/Feeds.js:271
#: js/CommonDialogs.js:273 js/PrefHelpers.js:66 js/PrefHelpers.js:794
msgid "Close this window"
msgstr ""
#: classes/handler/public.php:273 classes/pref/prefs.php:1393
#: include/login_form.php:134
msgid "Default profile"
msgstr ""
#: classes/handler/public.php:396
msgid "Incorrect username or password"
msgstr ""
#: classes/handler/public.php:448
msgid "Password recovery"
msgstr ""
#: classes/handler/public.php:488 classes/handler/public.php:518
#: classes/handler/public.php:591 classes/handler/public.php:714
#: classes/handler/public.php:721 classes/handler/public.php:744
#: 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:491
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:498 classes/pref/feeds.php:641
#: plugins/bookmarklets/init.php:302 include/login_form.php:105
#: js/CommonDialogs.js:543 js/PrefUsers.js:64
msgid "Login:"
msgstr ""
#: classes/handler/public.php:503
msgid "Email:"
msgstr ""
#: classes/handler/public.php:511
#, php-format
msgid "How much is %d + %d:"
msgstr ""
#: classes/handler/public.php:517 classes/pref/users.php:240
msgid "Reset password"
msgstr ""
#: classes/handler/public.php:529
msgid "Some of the required form parameters are missing or incorrect."
msgstr ""
#: classes/handler/public.php:533 classes/handler/public.php:598
msgid "Go back"
msgstr ""
#: classes/handler/public.php:574
msgid "[tt-rss] Password reset request"
msgstr ""
#: classes/handler/public.php:594
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:681
msgid "Database Updater"
msgstr ""
#: classes/handler/public.php:694
#, php-format
msgid "Performing updates to version %d"
msgstr ""
#: classes/handler/public.php:709 classes/handler/public.php:736
#: js/PrefHelpers.js:389 js/PrefHelpers.js:737
msgid "Update"
msgstr ""
#: classes/handler/public.php:729
#, 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:834
#: classes/pref/prefs.php:1424 classes/pref/filters.php:649
#: classes/pref/users.php:222 classes/pref/feeds.php:904
#: js/CommonFilters.js:436 js/CommonFilters.js:469 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:64
msgid "Digest"
msgstr ""
#: classes/pref/prefs.php:69
msgid "Advanced"
msgstr ""
#: classes/pref/prefs.php:80
msgid "Debugging"
msgstr ""
#: classes/pref/prefs.php:86
msgid "Never apply these tags automatically (comma-separated list)."
msgstr ""
#: classes/pref/prefs.php:90
msgid "Blacklisted tags"
msgstr ""
#: classes/pref/prefs.php:91
msgid "Default language"
msgstr ""
#: classes/pref/prefs.php:91
msgid "Used for full-text search"
msgstr ""
#: classes/pref/prefs.php:92
msgid "Mark read on scroll"
msgstr ""
#: classes/pref/prefs.php:92
msgid "Mark articles as read as you scroll past them"
msgstr ""
#: classes/pref/prefs.php:93
msgid "Always expand articles"
msgstr ""
#: classes/pref/prefs.php:94
msgid "Combined mode"
msgstr ""
#: classes/pref/prefs.php:94
msgid "Show flat list of articles instead of separate panels"
msgstr ""
#: classes/pref/prefs.php:95
msgid "Confirm marking feeds as read"
msgstr ""
#: classes/pref/prefs.php:96
msgid "Default update interval"
msgstr ""
#: classes/pref/prefs.php:97
msgid "Mark sent articles as read"
msgstr ""
#: classes/pref/prefs.php:98
msgid "Enable digest"
msgstr ""
#: classes/pref/prefs.php:98
msgid "Send daily digest of new (and unread) headlines to your e-mail address"
msgstr ""
#: classes/pref/prefs.php:99
msgid "Try to send around this time"
msgstr ""
#: classes/pref/prefs.php:99
msgid "Time in UTC"
msgstr ""
#: classes/pref/prefs.php:100
msgid "Enable API"
msgstr ""
#: classes/pref/prefs.php:100
msgid "Allows accessing this account through the API"
msgstr ""
#: classes/pref/prefs.php:101
msgid "Enable categories"
msgstr ""
#: classes/pref/prefs.php:102
msgid "Maximum age of fresh articles"
msgstr ""
#: classes/pref/prefs.php:102
msgid "hours"
msgstr ""
#: classes/pref/prefs.php:103
msgid "Hide read feeds"
msgstr ""
#: classes/pref/prefs.php:104
msgid "Always show special feeds"
msgstr ""
#: classes/pref/prefs.php:104
msgid "While hiding read feeds"
msgstr ""
#: classes/pref/prefs.php:105
msgid "Long date format"
msgstr ""
#: classes/pref/prefs.php:105
msgid ""
"Syntax is identical to PHP <a href='http://php.net/manual/function.date."
"php'>date()</a> function."
msgstr ""
#: classes/pref/prefs.php:106
msgid "Automatically show next feed"
msgstr ""
#: classes/pref/prefs.php:106
msgid "After marking one as read"
msgstr ""
#: classes/pref/prefs.php:107
msgid "Purge articles older than"
msgstr ""
#: classes/pref/prefs.php:107
msgid "<strong>days</strong> (0 disables)"
msgstr ""
#: classes/pref/prefs.php:108
msgid "Purge unread articles"
msgstr ""
#: classes/pref/prefs.php:109
msgid "Short date format"
msgstr ""
#: classes/pref/prefs.php:110
msgid "Show content preview in headlines"
msgstr ""
#: classes/pref/prefs.php:111
msgid "SSL client certificate"
msgstr ""
#: classes/pref/prefs.php:112 classes/pref/feeds.php:588
#: js/CommonDialogs.js:462
msgid "Do not embed media"
msgstr ""
#: classes/pref/prefs.php:113
msgid "Time zone"
msgstr ""
#: classes/pref/prefs.php:114
msgid "Group by feed"
msgstr ""
#: classes/pref/prefs.php:114
msgid "Group multiple-feed output by originating feed"
msgstr ""
#: classes/pref/prefs.php:115
msgid "Language"
msgstr ""
#: classes/pref/prefs.php:116
msgid "Theme"
msgstr ""
#: classes/pref/prefs.php:117
msgid "Don't enforce DISTINCT headlines"
msgstr ""
#: classes/pref/prefs.php:117
msgid "May produce duplicate entries"
msgstr ""
#: classes/pref/prefs.php:118
msgid "Show article and feed IDs"
msgstr ""
#: classes/pref/prefs.php:118
msgid "In the headlines buffer"
msgstr ""
#: classes/pref/prefs.php:119
msgid "Disable conditional counter updates"
msgstr ""
#: classes/pref/prefs.php:119
msgid "May increase server load"
msgstr ""
#: classes/pref/prefs.php:220
msgid "The configuration was saved."
msgstr ""
#: classes/pref/prefs.php:262
msgid "Your personal data has been saved."
msgstr ""
#: classes/pref/prefs.php:292
msgid "Full name:"
msgstr ""
#: classes/pref/prefs.php:297 js/PrefUsers.js:98
msgid "E-mail:"
msgstr ""
#: classes/pref/prefs.php:305 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:101
#: plugins/af_redditimgur/init.php:100 js/CommonDialogs.js:586
#: js/CommonFilters.js:232 js/CommonFilters.js:316 js/CommonFilters.js:516
#: js/PrefLabelTree.js:170 js/PrefUsers.js:119
msgid "Save"
msgstr ""
#: classes/pref/prefs.php:356
msgid "Old password:"
msgstr ""
#: classes/pref/prefs.php:361 js/PrefUsers.js:84
msgid "New password:"
msgstr ""
#: classes/pref/prefs.php:366
msgid "Confirm password:"
msgstr ""
#: classes/pref/prefs.php:374
msgid "Change password"
msgstr ""
#: classes/pref/prefs.php:381
#, 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:398
msgid "Generate password"
msgstr ""
#: classes/pref/prefs.php:404 classes/pref/feeds.php:938
msgid "Remove selected"
msgstr ""
#: classes/pref/prefs.php:440 classes/pref/prefs.php:492
msgid "Your password:"
msgstr ""
#: classes/pref/prefs.php:448
msgid "Disable OTP"
msgstr ""
#: classes/pref/prefs.php:470
msgid "OTP Key:"
msgstr ""
#: classes/pref/prefs.php:497
msgid "One time password:"
msgstr ""
#: classes/pref/prefs.php:505
msgid "Enable OTP"
msgstr ""
#: classes/pref/prefs.php:519
msgid "Personal data"
msgstr ""
#: classes/pref/prefs.php:522
msgid "Password"
msgstr ""
#: classes/pref/prefs.php:525
msgid "App passwords"
msgstr ""
#: classes/pref/prefs.php:528
msgid "Authenticator (OTP)"
msgstr ""
#: classes/pref/prefs.php:539
msgid "Some preferences are only available in default profile."
msgstr ""
#: classes/pref/prefs.php:628
msgid "default"
msgstr ""
#: classes/pref/prefs.php:636
msgid "Customize"
msgstr ""
#: classes/pref/prefs.php:638
msgid "More themes..."
msgstr ""
#: classes/pref/prefs.php:669
msgid "Preview"
msgstr ""
#: classes/pref/prefs.php:695
msgid "Register"
msgstr ""
#: classes/pref/prefs.php:699 classes/pref/system.php:101
msgid "Clear"
msgstr ""
#: classes/pref/prefs.php:703 classes/pref/prefs.php:869
#: plugins/bookmarklets/init.php:364 js/CommonDialogs.js:641
msgid "More info..."
msgstr ""
#: classes/pref/prefs.php:711
#, php-format
msgid "Current server time: %s"
msgstr ""
#: classes/pref/prefs.php:759
msgid "Save configuration"
msgstr ""
#: classes/pref/prefs.php:762
msgid "Save and exit"
msgstr ""
#: classes/pref/prefs.php:769 js/PrefHelpers.js:127
msgid "Manage profiles"
msgstr ""
#: classes/pref/prefs.php:774
msgid "Reset to defaults"
msgstr ""
#: classes/pref/prefs.php:829 classes/pref/filters.php:645
#: classes/pref/users.php:217 classes/pref/feeds.php:900 js/Feeds.js:626
#: js/Feeds.js:621
msgid "Search"
msgstr ""
#: classes/pref/prefs.php:837 classes/pref/prefs.php:1427
#: classes/pref/filters.php:652 classes/pref/users.php:225
#: classes/pref/feeds.php:907 js/CommonFilters.js:440 js/CommonFilters.js:472
#: js/PrefFeedTree.js:506 js/PrefHelpers.js:169 js/Headlines.js:620
msgid "All"
msgstr ""
#: classes/pref/prefs.php:839 classes/pref/prefs.php:1429
#: classes/pref/filters.php:654 classes/pref/users.php:227
#: classes/pref/feeds.php:909 js/CommonFilters.js:442 js/CommonFilters.js:474
#: js/CommonDialogs.js:241
msgid "None"
msgstr ""
#: classes/pref/prefs.php:867
#, php-format
msgid ""
"The following plugins use per-feed content hooks. This may cause excessive "
"data usage and origin server load resulting in a ban of your instance: <b>"
"%s</b>"
msgstr ""