forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.pot
More file actions
2513 lines (1929 loc) · 47.9 KB
/
messages.pot
File metadata and controls
2513 lines (1929 loc) · 47.9 KB
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: 2011-03-21 12:01+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: backend.php:72
msgid "Use default"
msgstr ""
#: backend.php:73
msgid "Never purge"
msgstr ""
#: backend.php:74
msgid "1 week old"
msgstr ""
#: backend.php:75
msgid "2 weeks old"
msgstr ""
#: backend.php:76
msgid "1 month old"
msgstr ""
#: backend.php:77
msgid "2 months old"
msgstr ""
#: backend.php:78
msgid "3 months old"
msgstr ""
#: backend.php:81
msgid "Default interval"
msgstr ""
#: backend.php:82 backend.php:92
msgid "Disable updates"
msgstr ""
#: backend.php:83 backend.php:93
msgid "Each 15 minutes"
msgstr ""
#: backend.php:84 backend.php:94
msgid "Each 30 minutes"
msgstr ""
#: backend.php:85 backend.php:95
msgid "Hourly"
msgstr ""
#: backend.php:86 backend.php:96
msgid "Each 4 hours"
msgstr ""
#: backend.php:87 backend.php:97
msgid "Each 12 hours"
msgstr ""
#: backend.php:88 backend.php:98
msgid "Daily"
msgstr ""
#: backend.php:89 backend.php:99
msgid "Weekly"
msgstr ""
#: backend.php:102 tt-rss.php:147 modules/pref-prefs.php:347
msgid "Default"
msgstr ""
#: backend.php:103
msgid "Magpie"
msgstr ""
#: backend.php:104
msgid "SimplePie"
msgstr ""
#: backend.php:105
msgid "Twitter OAuth"
msgstr ""
#: backend.php:114 modules/pref-users.php:131
msgid "User"
msgstr ""
#: backend.php:115
msgid "Power User"
msgstr ""
#: backend.php:116
msgid "Administrator"
msgstr ""
#: backend.php:167 prefs.php:103 modules/pref-feeds.php:41
#: modules/pref-feeds.php:1176 modules/pref-feeds.php:1213
msgid "Feeds"
msgstr ""
#: backend.php:194
msgid "Article not found."
msgstr ""
#: backend.php:273 functions.php:4756
msgid "Feed not found."
msgstr ""
#: backend.php:499 digest.php:61 prefs.php:66 tt-rss.php:62 tt-rss.php:111
#: tt-rss.php:196 modules/pref-feeds.php:1262 modules/pref-filters.php:424
#: modules/pref-labels.php:293 digest.js:129 viewfeed.js:1459
msgid "Loading, please wait..."
msgstr ""
#: backend.php:512 login_form.php:151 modules/backend-rpc.php:66
#: modules/popup-dialog.php:109
msgid "Default profile"
msgstr ""
#: db-updater.php:16
msgid "Your access level is insufficient to run this script."
msgstr ""
#: db-updater.php:41
msgid "Database Updater"
msgstr ""
#: db-updater.php:82
msgid "Could not update database"
msgstr ""
#: db-updater.php:85
msgid "Could not find necessary schema file, need version:"
msgstr ""
#: db-updater.php:86
msgid ", found: "
msgstr ""
#: db-updater.php:89
msgid "Tiny Tiny RSS database is up to date."
msgstr ""
#: db-updater.php:91 db-updater.php:159 register.php:152 register.php:197
#: register.php:210 register.php:225 register.php:243 register.php:328
#: register.php:338 register.php:350 twitter.php:108 twitter.php:120
#: modules/pref-feeds.php:994
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: db-updater.php:99
msgid "Please backup your database before proceeding."
msgstr ""
#: db-updater.php:101
#, 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:115
msgid "Perform updates"
msgstr ""
#: db-updater.php:120
msgid "Performing updates..."
msgstr ""
#: db-updater.php:126
#, php-format
msgid "Updating to version %d..."
msgstr ""
#: db-updater.php:139
msgid "Checking version... "
msgstr ""
#: db-updater.php:145
msgid "OK!"
msgstr ""
#: db-updater.php:147
msgid "ERROR!"
msgstr ""
#: db-updater.php:155
#, php-format
msgid ""
"Finished. Performed <b>%d</b> update(s) up to schema\n"
"\t\t\tversion <b>%d</b>."
msgstr ""
#: digest.php:55
msgid ""
"Your browser doesn't support Javascript, which is required\n"
"\t\t\tfor this application to function properly. Please check your\n"
"\t\t\tbrowser settings."
msgstr ""
#: digest.php:70 prefs.php:88 tt-rss.php:75
msgid "Hello,"
msgstr ""
#: digest.php:74 prefs.php:93 tt-rss.php:85 mobile/functions.php:59
#: mobile/functions.php:234
msgid "Logout"
msgstr ""
#: digest.php:100
msgid "feeds"
msgstr ""
#: digest.php:106
msgid "headlines"
msgstr ""
#: digest.php:128
msgid "You are viewing the digest page. Click to open full version."
msgstr ""
#: errors.php:6
msgid ""
"This program requires XmlHttpRequest to function properly. Your browser "
"doesn't seem to support it."
msgstr ""
#: errors.php:9
msgid ""
"This program requires cookies to function properly. Your browser doesn't "
"seem to support them."
msgstr ""
#: errors.php:12
msgid "Backend sanity check failed"
msgstr ""
#: errors.php:14
msgid "Frontend sanity check failed."
msgstr ""
#: errors.php:16
msgid ""
"Incorrect database schema version. <a href='db-updater.php'>Please "
"update</a>."
msgstr ""
#: errors.php:18
msgid "Request not authorized."
msgstr ""
#: errors.php:20
msgid "No operation to perform."
msgstr ""
#: errors.php:22
msgid ""
"Could not display feed: query failed. Please check label match syntax or "
"local configuration."
msgstr ""
#: errors.php:24
msgid "Denied. Your access level is insufficient to access this page."
msgstr ""
#: errors.php:26
msgid "Configuration check failed"
msgstr ""
#: errors.php:28
msgid ""
"Your version of MySQL is not currently supported. Please see\n"
"\t\tofficial site for more information."
msgstr ""
#: errors.php:33
msgid "SQL escaping test failed, check your database and PHP configuration"
msgstr ""
#: functions.php:1879
msgid "Session failed to validate (incorrect IP)"
msgstr ""
#: functions.php:1951
msgid "Incorrect username or password"
msgstr ""
#: functions.php:2929 modules/popup-dialog.php:394
msgid "All feeds"
msgstr ""
#: functions.php:2961 functions.php:3004 functions.php:4252 functions.php:4261
#: modules/pref-feeds.php:86
msgid "Uncategorized"
msgstr ""
#: functions.php:2994 functions.php:3596 mobile/functions.php:168
msgid "Special"
msgstr ""
#: functions.php:2996 functions.php:3598 prefs.php:109
#: modules/pref-labels.php:89 help/4.php:12 mobile/functions.php:195
msgid "Labels"
msgstr ""
#: functions.php:3042 help/3.php:61
msgid "Starred articles"
msgstr ""
#: functions.php:3044 help/3.php:62
msgid "Published articles"
msgstr ""
#: functions.php:3046 help/3.php:60
msgid "Fresh articles"
msgstr ""
#: functions.php:3048 help/3.php:59
msgid "All articles"
msgstr ""
#: functions.php:3050
msgid "Archived articles"
msgstr ""
#: functions.php:4018
msgid "Select:"
msgstr ""
#: functions.php:4019 modules/pref-feeds.php:1207 modules/pref-filters.php:399
#: modules/pref-labels.php:272 modules/pref-users.php:382
msgid "All"
msgstr ""
#: functions.php:4020 functions.php:4032 tt-rss.php:139
msgid "Unread"
msgstr ""
#: functions.php:4021
msgid "Invert"
msgstr ""
#: functions.php:4022 modules/pref-feeds.php:1209 modules/pref-filters.php:401
#: modules/pref-labels.php:274 modules/pref-users.php:384
msgid "None"
msgstr ""
#: functions.php:4028 tt-rss.php:165
msgid "Actions..."
msgstr ""
#: functions.php:4030
msgid "Selection toggle:"
msgstr ""
#: functions.php:4033 tt-rss.php:137
msgid "Starred"
msgstr ""
#: functions.php:4034 tt-rss.php:138
msgid "Published"
msgstr ""
#: functions.php:4036
msgid "Selection:"
msgstr ""
#: functions.php:4038 functions.php:4056 localized_schema.php:10
#: tt-rss.php:159 tt-rss.php:174 digest.js:365 digest.js:436 digest.js:592
msgid "Mark as read"
msgstr ""
#: functions.php:4041
msgid "Archive"
msgstr ""
#: functions.php:4043
msgid "Move back"
msgstr ""
#: functions.php:4044
msgid "Delete"
msgstr ""
#: functions.php:4048 functions.php:4614 functions.php:5216
msgid "Forward by email"
msgstr ""
#: functions.php:4054 PrefFilterTree.js:29
msgid "Feed:"
msgstr ""
#: functions.php:4058 modules/popup-dialog.php:737
msgid "View as RSS"
msgstr ""
#: functions.php:4068 functions.php:4666
msgid "Visit the website"
msgstr ""
#: functions.php:4114
msgid "View as RSS feed"
msgstr ""
#: functions.php:4439 viewfeed.js:2243
msgid "Click to play"
msgstr ""
#: functions.php:4440 viewfeed.js:2242
msgid "Play"
msgstr ""
#: functions.php:4566
msgid " - "
msgstr ""
#: functions.php:4595 functions.php:5194
msgid "Edit tags for this article"
msgstr ""
#: functions.php:4601 functions.php:5203
msgid "Open article in new tab"
msgstr ""
#: functions.php:4608 functions.php:5210 viewfeed.js:2187
msgid "Edit article note"
msgstr ""
#: functions.php:4621 functions.php:5223 digest.js:435
msgid "Share on Twitter"
msgstr ""
#: functions.php:4627
msgid "Close this panel"
msgstr ""
#: functions.php:4644 functions.php:5125
msgid "Originally from:"
msgstr ""
#: functions.php:4657 functions.php:5138 modules/popup-dialog.php:251
#: modules/pref-feeds.php:298
msgid "Feed URL"
msgstr ""
#: functions.php:4696 modules/help.php:21 modules/popup-dialog.php:53
#: modules/popup-dialog.php:172 modules/popup-dialog.php:196
#: modules/popup-dialog.php:234 modules/popup-dialog.php:563
#: modules/popup-dialog.php:622 modules/popup-dialog.php:760
#: modules/popup-dialog.php:790 modules/pref-feeds.php:1167
#: modules/pref-users.php:99
msgid "Close this window"
msgstr ""
#: functions.php:4962 functions.php:5041
msgid "mark as read"
msgstr ""
#: functions.php:5229
msgid "Dismiss article"
msgstr ""
#: functions.php:5248
msgid "No unread articles found to display."
msgstr ""
#: functions.php:5251
msgid "No updated articles found to display."
msgstr ""
#: functions.php:5254
msgid "No starred articles found to display."
msgstr ""
#: functions.php:5258
msgid ""
"No articles found to display. You can assign articles to labels manually "
"(see the Actions menu above) or use a filter."
msgstr ""
#: functions.php:5260
msgid "No articles found to display."
msgstr ""
#: functions.php:5275 functions.php:6600
#, php-format
msgid "Feeds last updated at %s"
msgstr ""
#: functions.php:5285 functions.php:6610
msgid "Some feeds have update errors (click for details)"
msgstr ""
#: functions.php:6092 tt-rss.php:179
msgid "Create label..."
msgstr ""
#: functions.php:6106
msgid "Remove:"
msgstr ""
#: functions.php:6110
msgid "Assign:"
msgstr ""
#: functions.php:6158
msgid "no tags"
msgstr ""
#: functions.php:6181
msgid "edit note"
msgstr ""
#: functions.php:6590
msgid "No feed selected."
msgstr ""
#: functions.php:6774
msgid "unknown type"
msgstr ""
#: functions.php:6814
msgid "Attachment:"
msgstr ""
#: functions.php:6816
msgid "Attachments:"
msgstr ""
#: localized_schema.php:3 tt-rss.php:149 modules/popup-dialog.php:378
msgid "Title"
msgstr ""
#: localized_schema.php:4
msgid "Title or Content"
msgstr ""
#: localized_schema.php:5
msgid "Link"
msgstr ""
#: localized_schema.php:6 modules/popup-dialog.php:379
msgid "Content"
msgstr ""
#: localized_schema.php:7
msgid "Article Date"
msgstr ""
#: localized_schema.php:9
msgid "Delete article"
msgstr ""
#: localized_schema.php:11
msgid "Set starred"
msgstr ""
#: localized_schema.php:12 digest.js:412 digest.js:694 viewfeed.js:401
msgid "Publish article"
msgstr ""
#: localized_schema.php:13
msgid "Assign tags"
msgstr ""
#: localized_schema.php:14 viewfeed.js:2128
msgid "Assign label"
msgstr ""
#: localized_schema.php:16
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 ""
#: localized_schema.php:17
msgid ""
"Display expanded list of feed articles, instead of separate displays for "
"headlines and article content"
msgstr ""
#: localized_schema.php:18
msgid ""
"When \"Mark as read\" button is clicked in toolbar, automatically open next "
"feed with unread articles."
msgstr ""
#: localized_schema.php:19
msgid ""
"This option enables sending daily digest of new (and unread) headlines on "
"your configured e-mail address"
msgstr ""
#: localized_schema.php:20
msgid ""
"This option enables marking articles as read automatically while you scroll "
"article list."
msgstr ""
#: localized_schema.php:21
msgid "Strip all but most common HTML tags when reading articles."
msgstr ""
#: localized_schema.php:22
msgid ""
"When auto-detecting tags in articles these tags will not be applied (comma-"
"separated list)."
msgstr ""
#: localized_schema.php:23
msgid ""
"When this option is enabled, headlines in Special feeds and Labels are "
"grouped by feeds"
msgstr ""
#: localized_schema.php:24
msgid "Use feed-specified date to sort headlines instead of local import date."
msgstr ""
#: localized_schema.php:25
msgid "Customize CSS stylesheet to your liking"
msgstr ""
#: localized_schema.php:26
msgid "Purge old posts after this number of days (0 - disables)"
msgstr ""
#: localized_schema.php:27
msgid "Update post on checksum change"
msgstr ""
#: localized_schema.php:28
msgid "Default interval between feed updates"
msgstr ""
#: localized_schema.php:29
msgid "Amount of articles to display at once"
msgstr ""
#: localized_schema.php:30
msgid "Allow duplicate posts"
msgstr ""
#: localized_schema.php:31
msgid "Enable feed categories"
msgstr ""
#: localized_schema.php:32
msgid "Show content preview in headlines list"
msgstr ""
#: localized_schema.php:33
msgid "Short date format"
msgstr ""
#: localized_schema.php:34
msgid "Long date format"
msgstr ""
#: localized_schema.php:35
msgid "Use more accessible date/time format for headlines"
msgstr ""
#: localized_schema.php:36
msgid "Combined feed display"
msgstr ""
#: localized_schema.php:37
msgid "Hide feeds with no unread messages"
msgstr ""
#: localized_schema.php:38
msgid "On catchup show next feed"
msgstr ""
#: localized_schema.php:39
msgid "Sort feeds by unread articles count"
msgstr ""
#: localized_schema.php:40
msgid "Set articles as unread on update"
msgstr ""
#: localized_schema.php:41
msgid "Reverse headline order (oldest first)"
msgstr ""
#: localized_schema.php:42
msgid "Enable e-mail digest"
msgstr ""
#: localized_schema.php:43
msgid "Confirm marking feed as read"
msgstr ""
#: localized_schema.php:44
msgid "Automatically mark articles as read"
msgstr ""
#: localized_schema.php:45
msgid "Strip unsafe tags from articles"
msgstr ""
#: localized_schema.php:46
msgid "Blacklisted tags"
msgstr ""
#: localized_schema.php:47
msgid "Maximum age of fresh articles (in hours)"
msgstr ""
#: localized_schema.php:48
msgid "Mark articles in e-mail digest as read"
msgstr ""
#: localized_schema.php:49
msgid "Automatically expand articles in combined mode"
msgstr ""
#: localized_schema.php:50
msgid "Purge unread articles"
msgstr ""
#: localized_schema.php:51
msgid "Show special feeds when hiding read feeds"
msgstr ""
#: localized_schema.php:52
msgid "Group headlines in virtual feeds"
msgstr ""
#: localized_schema.php:53
msgid "Do not show images in articles"
msgstr ""
#: localized_schema.php:54
msgid "Enable external API"
msgstr ""
#: localized_schema.php:55
msgid "User timezone"
msgstr ""
#: localized_schema.php:56
msgid "Sort headlines by feed date"
msgstr ""
#: localized_schema.php:57 prefs.js:1676
msgid "Customize stylesheet"
msgstr ""
#: login_form.php:131 mobile/login_form.php:38
msgid "Login:"
msgstr ""
#: login_form.php:135 mobile/login_form.php:43
msgid "Password:"
msgstr ""
#: login_form.php:139
msgid "Language:"
msgstr ""
#: login_form.php:148
msgid "Profile:"
msgstr ""
#: login_form.php:161 mobile/login_form.php:28
msgid "Log in"
msgstr ""
#: login_form.php:164 register.php:145
msgid "Create new account"
msgstr ""
#: login_form.php:178
msgid "Use less traffic"
msgstr ""
#: opml.php:157 opml.php:162
msgid "OPML Utility"
msgstr ""
#: opml.php:183
msgid "Importing OPML (using DOMXML extension)..."
msgstr ""
#: opml.php:187
msgid "Importing OPML (using DOMDocument extension)..."
msgstr ""
#: opml.php:191 modules/popup-dialog.php:45
msgid "DOMXML extension is not found. It is required for PHP versions below 5."
msgstr ""
#: opml.php:195
msgid "Return to preferences"
msgstr ""
#: prefs.php:90 help/4.php:14
msgid "Exit preferences"
msgstr ""
#: prefs.php:91
msgid "Keyboard shortcuts"
msgstr ""
#: prefs.php:100 tt-rss.php:77 modules/pref-prefs.php:267 help/3.php:64
#: help/4.php:8
msgid "Preferences"
msgstr ""
#: prefs.php:106 modules/pref-filters.php:9 help/4.php:11
msgid "Filters"
msgstr ""
#: prefs.php:113 help/4.php:13
msgid "Users"
msgstr ""
#: register.php:149
msgid "New user registrations are administratively disabled."
msgstr ""
#: register.php:173
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:179
msgid "Desired login:"
msgstr ""
#: register.php:182
msgid "Check availability"
msgstr ""
#: register.php:184
msgid "Email:"
msgstr ""
#: register.php:187
msgid "How much is two plus two:"
msgstr ""
#: register.php:190
msgid "Submit registration"
msgstr ""
#: register.php:208
msgid "Your registration information is incomplete."
msgstr ""
#: register.php:223
msgid "Sorry, this username is already taken."
msgstr ""
#: register.php:241
msgid "Registration failed."
msgstr ""
#: register.php:325
msgid "Account created successfully."
msgstr ""
#: register.php:347
msgid "New user registrations are currently closed."
msgstr ""
#: tt-rss.php:81
msgid "Comments?"
msgstr ""
#: tt-rss.php:91
msgid "New version of Tiny Tiny RSS is available!"
msgstr ""
#: tt-rss.php:120
msgid "News"
msgstr ""
#: tt-rss.php:129
msgid "Collapse feedlist"
msgstr ""
#: tt-rss.php:132
msgid "Show articles"
msgstr ""
#: tt-rss.php:135
msgid "Adaptive"
msgstr ""
#: tt-rss.php:136
msgid "All Articles"
msgstr ""
#: tt-rss.php:140
msgid "Ignore Scoring"
msgstr ""
#: tt-rss.php:141
msgid "Updated"
msgstr ""
#: tt-rss.php:144
msgid "Sort articles"
msgstr ""
#: tt-rss.php:148 modules/pref-filters.php:147
msgid "Date"
msgstr ""
#: tt-rss.php:150
msgid "Score"
msgstr ""
#: tt-rss.php:155 modules/pref-feeds.php:318 modules/pref-feeds.php:540
msgid "Update"
msgstr ""
#: tt-rss.php:167
msgid "Search..."
msgstr ""
#: tt-rss.php:168
msgid "Feed actions:"
msgstr ""
#: tt-rss.php:169
msgid "Subscribe to feed..."
msgstr ""
#: tt-rss.php:170
msgid "Edit this feed..."
msgstr ""
#: tt-rss.php:171
msgid "Rescore feed"
msgstr ""
#: tt-rss.php:172 modules/pref-feeds.php:484 modules/pref-feeds.php:1238
msgid "Unsubscribe"
msgstr ""
#: tt-rss.php:173
msgid "All feeds:"
msgstr ""
#: tt-rss.php:175 help/3.php:46
msgid "(Un)hide read feeds"
msgstr ""
#: tt-rss.php:176
msgid "Other actions:"
msgstr ""
#: tt-rss.php:177
msgid "Switch to digest..."
msgstr ""
#: tt-rss.php:178
msgid "Show tag cloud..."
msgstr ""
#: tt-rss.php:180
msgid "Create filter..."
msgstr ""
#: tt-rss.php:181
msgid "Keyboard shortcuts help"
msgstr ""
#: twitter.php:95
msgid "Register with Twitter"
msgstr ""
#: twitter.php:99
msgid "Could not connect to Twitter. Refresh the page or try again later."
msgstr ""