forked from torne/Tiny-Tiny-RSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
3381 lines (2610 loc) · 68.4 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-03 08:42+0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: backend.php:69
msgid "Use default"
msgstr ""
#: backend.php:70
msgid "Never purge"
msgstr ""
#: backend.php:71
msgid "1 week old"
msgstr ""
#: backend.php:72
msgid "2 weeks old"
msgstr ""
#: backend.php:73
msgid "1 month old"
msgstr ""
#: backend.php:74
msgid "2 months old"
msgstr ""
#: backend.php:75
msgid "3 months old"
msgstr ""
#: backend.php:78
msgid "Default interval"
msgstr ""
#: backend.php:79 backend.php:89
msgid "Disable updates"
msgstr ""
#: backend.php:80 backend.php:90
msgid "Each 15 minutes"
msgstr ""
#: backend.php:81 backend.php:91
msgid "Each 30 minutes"
msgstr ""
#: backend.php:82 backend.php:92
msgid "Hourly"
msgstr ""
#: backend.php:83 backend.php:93
msgid "Each 4 hours"
msgstr ""
#: backend.php:84 backend.php:94
msgid "Each 12 hours"
msgstr ""
#: backend.php:85 backend.php:95
msgid "Daily"
msgstr ""
#: backend.php:86 backend.php:96
msgid "Weekly"
msgstr ""
#: backend.php:99 classes/pref/users.php:123
msgid "User"
msgstr ""
#: backend.php:100
msgid "Power User"
msgstr ""
#: backend.php:101
msgid "Administrator"
msgstr ""
#: db-updater.php:19
msgid "Your access level is insufficient to run this script."
msgstr ""
#: db-updater.php:44
msgid "Database Updater"
msgstr ""
#: db-updater.php:87
msgid "Could not update database"
msgstr ""
#: db-updater.php:90
msgid "Could not find necessary schema file, need version:"
msgstr ""
#: db-updater.php:91
msgid ", found: "
msgstr ""
#: db-updater.php:94
msgid "Tiny Tiny RSS database is up to date."
msgstr ""
#: db-updater.php:96 db-updater.php:165 db-updater.php:178 register.php:196
#: register.php:241 register.php:254 register.php:269 register.php:288
#: register.php:336 register.php:346 register.php:358
#: classes/handler/public.php:648 classes/handler/public.php:736
#: classes/handler/public.php:818
msgid "Return to Tiny Tiny RSS"
msgstr ""
#: db-updater.php:102
msgid "Please backup your database before proceeding."
msgstr ""
#: db-updater.php:104
#, 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:118
msgid "Perform updates"
msgstr ""
#: db-updater.php:123
msgid "Performing updates..."
msgstr ""
#: db-updater.php:129
#, php-format
msgid "Updating to version %d..."
msgstr ""
#: db-updater.php:144
msgid "Checking version... "
msgstr ""
#: db-updater.php:150
msgid "OK!"
msgstr ""
#: db-updater.php:152
msgid "ERROR!"
msgstr ""
#: db-updater.php:160
#, php-format
msgid "Finished. Performed <b>%d</b> update up to schema version <b>%d</b>."
msgid_plural ""
"Finished. Performed <b>%d</b> updates up to schema version <b>%d</b>."
msgstr[0] ""
msgstr[1] ""
#: db-updater.php:170
msgid "Your database schema is from a newer version of Tiny Tiny RSS."
msgstr ""
#: db-updater.php:172
#, php-format
msgid "Found schema version: <b>%d</b>, required: <b>%d</b>."
msgstr ""
#: db-updater.php:174
msgid ""
"Schema upgrade impossible. Please update Tiny Tiny RSS files to the newer "
"version and continue."
msgstr ""
#: errors.php:9
msgid ""
"This program requires XmlHttpRequest to function properly. Your browser "
"doesn't seem to support it."
msgstr ""
#: errors.php:12
msgid ""
"This program requires cookies to function properly. Your browser doesn't "
"seem to support them."
msgstr ""
#: errors.php:15
msgid "Backend sanity check failed."
msgstr ""
#: errors.php:17
msgid "Frontend sanity check failed."
msgstr ""
#: errors.php:19
msgid ""
"Incorrect database schema version. <a href='db-updater.php'>Please "
"update</a>."
msgstr ""
#: errors.php:21
msgid "Request not authorized."
msgstr ""
#: errors.php:23
msgid "No operation to perform."
msgstr ""
#: errors.php:25
msgid ""
"Could not display feed: query failed. Please check label match syntax or "
"local configuration."
msgstr ""
#: errors.php:27
msgid "Denied. Your access level is insufficient to access this page."
msgstr ""
#: errors.php:29
msgid "Configuration check failed"
msgstr ""
#: errors.php:31
msgid ""
"Your version of MySQL is not currently supported. Please see official site "
"for more information."
msgstr ""
#: errors.php:35
msgid "SQL escaping test failed, check your database and PHP configuration"
msgstr ""
#: index.php:135 index.php:152 index.php:271 prefs.php:103
#: classes/backend.php:5 classes/pref/labels.php:296
#: classes/pref/filters.php:680 classes/pref/feeds.php:1331
#: plugins/digest/digest_body.php:63 js/feedlist.js:128 js/feedlist.js:448
#: js/functions.js:420 js/functions.js:758 js/functions.js:1194
#: js/functions.js:1329 js/functions.js:1641 js/prefs.js:86 js/prefs.js:576
#: js/prefs.js:666 js/prefs.js:858 js/prefs.js:1445 js/prefs.js:1498
#: js/prefs.js:1557 js/prefs.js:1574 js/prefs.js:1590 js/prefs.js:1606
#: js/prefs.js:1625 js/prefs.js:1798 js/prefs.js:1814 js/tt-rss.js:475
#: js/tt-rss.js:492 js/viewfeed.js:772 js/viewfeed.js:1200
#: plugins/import_export/import_export.js:17 plugins/updater/updater.js:17
msgid "Loading, please wait..."
msgstr ""
#: index.php:166
msgid "Collapse feedlist"
msgstr ""
#: index.php:169
msgid "Show articles"
msgstr ""
#: index.php:172
msgid "Adaptive"
msgstr ""
#: index.php:173
msgid "All Articles"
msgstr ""
#: index.php:174 include/functions.php:1949 classes/feeds.php:106
msgid "Starred"
msgstr ""
#: index.php:175 include/functions.php:1950 classes/feeds.php:107
msgid "Published"
msgstr ""
#: index.php:176 classes/feeds.php:93 classes/feeds.php:105
msgid "Unread"
msgstr ""
#: index.php:177
msgid "Unread First"
msgstr ""
#: index.php:178
msgid "With Note"
msgstr ""
#: index.php:179
msgid "Ignore Scoring"
msgstr ""
#: index.php:182
msgid "Sort articles"
msgstr ""
#: index.php:185
msgid "Default"
msgstr ""
#: index.php:186
msgid "Newest first"
msgstr ""
#: index.php:187
msgid "Oldest first"
msgstr ""
#: index.php:190
msgid "Mark feed as read"
msgstr ""
#: index.php:193 index.php:235 include/functions.php:1939
#: classes/feeds.php:111 classes/feeds.php:441 js/FeedTree.js:128
#: js/FeedTree.js:156 plugins/digest/digest.js:647
msgid "Mark as read"
msgstr ""
#: index.php:194 include/functions.php:1835 include/functions.php:1947
msgid "All articles"
msgstr ""
#: index.php:195
msgid "Older than one day"
msgstr ""
#: index.php:196
msgid "Older than one week"
msgstr ""
#: index.php:197
msgid "Older than two weeks"
msgstr ""
#: index.php:212
msgid "Communication problem with server."
msgstr ""
#: index.php:220
msgid "New version of Tiny Tiny RSS is available!"
msgstr ""
#: index.php:225
msgid "Actions..."
msgstr ""
#: index.php:227
msgid "Preferences..."
msgstr ""
#: index.php:228
msgid "Search..."
msgstr ""
#: index.php:229
msgid "Feed actions:"
msgstr ""
#: index.php:230 classes/handler/public.php:578
msgid "Subscribe to feed..."
msgstr ""
#: index.php:231
msgid "Edit this feed..."
msgstr ""
#: index.php:232
msgid "Rescore feed"
msgstr ""
#: index.php:233 classes/pref/feeds.php:717 classes/pref/feeds.php:1283
#: js/PrefFeedTree.js:73
msgid "Unsubscribe"
msgstr ""
#: index.php:234
msgid "All feeds:"
msgstr ""
#: index.php:236
msgid "(Un)hide read feeds"
msgstr ""
#: index.php:237
msgid "Other actions:"
msgstr ""
#: index.php:239
msgid "Switch to digest..."
msgstr ""
#: index.php:241
msgid "Show tag cloud..."
msgstr ""
#: index.php:242 include/functions.php:1925
msgid "Toggle widescreen mode"
msgstr ""
#: index.php:243
msgid "Select by tags..."
msgstr ""
#: index.php:244
msgid "Create label..."
msgstr ""
#: index.php:245
msgid "Create filter..."
msgstr ""
#: index.php:246
msgid "Keyboard shortcuts help"
msgstr ""
#: index.php:255 plugins/digest/digest_body.php:77
#: plugins/mobile/mobile-functions.php:62
#: plugins/mobile/mobile-functions.php:237
msgid "Logout"
msgstr ""
#: prefs.php:36 prefs.php:121 include/functions.php:1952
#: classes/pref/prefs.php:428
msgid "Preferences"
msgstr ""
#: prefs.php:112
msgid "Keyboard shortcuts"
msgstr ""
#: prefs.php:113
msgid "Exit preferences"
msgstr ""
#: prefs.php:124 classes/pref/feeds.php:107 classes/pref/feeds.php:1209
#: classes/pref/feeds.php:1272
msgid "Feeds"
msgstr ""
#: prefs.php:127 classes/pref/filters.php:156
msgid "Filters"
msgstr ""
#: prefs.php:130 include/functions.php:1142 include/functions.php:1778
#: classes/pref/labels.php:90 plugins/mobile/mobile-functions.php:198
msgid "Labels"
msgstr ""
#: prefs.php:134
msgid "Users"
msgstr ""
#: register.php:186 include/login_form.php:238
msgid "Create new account"
msgstr ""
#: register.php:192
msgid "New user registrations are administratively disabled."
msgstr ""
#: register.php:217
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:223
msgid "Desired login:"
msgstr ""
#: register.php:226
msgid "Check availability"
msgstr ""
#: register.php:228 classes/handler/public.php:776
msgid "Email:"
msgstr ""
#: register.php:231 classes/handler/public.php:781
msgid "How much is two plus two:"
msgstr ""
#: register.php:234
msgid "Submit registration"
msgstr ""
#: register.php:252
msgid "Your registration information is incomplete."
msgstr ""
#: register.php:267
msgid "Sorry, this username is already taken."
msgstr ""
#: register.php:286
msgid "Registration failed."
msgstr ""
#: register.php:333
msgid "Account created successfully."
msgstr ""
#: register.php:355
msgid "New user registrations are currently closed."
msgstr ""
#: update.php:55
msgid "Tiny Tiny RSS data update script."
msgstr ""
#: include/digest.php:109 include/functions.php:1151
#: include/functions.php:1679 include/functions.php:1764
#: include/functions.php:1786 classes/opml.php:416 classes/pref/feeds.php:222
msgid "Uncategorized"
msgstr ""
#: include/feedbrowser.php:83
#, php-format
msgid "%d archived article"
msgid_plural "%d archived articles"
msgstr[0] ""
msgstr[1] ""
#: include/feedbrowser.php:107
msgid "No feeds found."
msgstr ""
#: include/functions.php:1140 include/functions.php:1776
#: plugins/mobile/mobile-functions.php:171
msgid "Special"
msgstr ""
#: include/functions.php:1628 classes/feeds.php:1101
#: classes/pref/filters.php:427
msgid "All feeds"
msgstr ""
#: include/functions.php:1829
msgid "Starred articles"
msgstr ""
#: include/functions.php:1831
msgid "Published articles"
msgstr ""
#: include/functions.php:1833
msgid "Fresh articles"
msgstr ""
#: include/functions.php:1837
msgid "Archived articles"
msgstr ""
#: include/functions.php:1839
msgid "Recently read"
msgstr ""
#: include/functions.php:1902
msgid "Navigation"
msgstr ""
#: include/functions.php:1903
msgid "Open next feed"
msgstr ""
#: include/functions.php:1904
msgid "Open previous feed"
msgstr ""
#: include/functions.php:1905
msgid "Open next article"
msgstr ""
#: include/functions.php:1906
msgid "Open previous article"
msgstr ""
#: include/functions.php:1907
msgid "Open next article (don't scroll long articles)"
msgstr ""
#: include/functions.php:1908
msgid "Open previous article (don't scroll long articles)"
msgstr ""
#: include/functions.php:1909
msgid "Show search dialog"
msgstr ""
#: include/functions.php:1910
msgid "Article"
msgstr ""
#: include/functions.php:1911
msgid "Toggle starred"
msgstr ""
#: include/functions.php:1912 js/viewfeed.js:1863
msgid "Toggle published"
msgstr ""
#: include/functions.php:1913 js/viewfeed.js:1841
msgid "Toggle unread"
msgstr ""
#: include/functions.php:1914
msgid "Edit tags"
msgstr ""
#: include/functions.php:1915
msgid "Dismiss selected"
msgstr ""
#: include/functions.php:1916
msgid "Dismiss read"
msgstr ""
#: include/functions.php:1917
msgid "Open in new window"
msgstr ""
#: include/functions.php:1918 js/viewfeed.js:1882
msgid "Mark below as read"
msgstr ""
#: include/functions.php:1919 js/viewfeed.js:1876
msgid "Mark above as read"
msgstr ""
#: include/functions.php:1920
msgid "Scroll down"
msgstr ""
#: include/functions.php:1921
msgid "Scroll up"
msgstr ""
#: include/functions.php:1922
msgid "Select article under cursor"
msgstr ""
#: include/functions.php:1923
msgid "Email article"
msgstr ""
#: include/functions.php:1924
msgid "Close/collapse article"
msgstr ""
#: include/functions.php:1926 plugins/embed_original/init.php:33
msgid "Toggle embed original"
msgstr ""
#: include/functions.php:1927
msgid "Article selection"
msgstr ""
#: include/functions.php:1928
msgid "Select all articles"
msgstr ""
#: include/functions.php:1929
msgid "Select unread"
msgstr ""
#: include/functions.php:1930
msgid "Select starred"
msgstr ""
#: include/functions.php:1931
msgid "Select published"
msgstr ""
#: include/functions.php:1932
msgid "Invert selection"
msgstr ""
#: include/functions.php:1933
msgid "Deselect everything"
msgstr ""
#: include/functions.php:1934 classes/pref/feeds.php:521
#: classes/pref/feeds.php:754
msgid "Feed"
msgstr ""
#: include/functions.php:1935
msgid "Refresh current feed"
msgstr ""
#: include/functions.php:1936
msgid "Un/hide read feeds"
msgstr ""
#: include/functions.php:1937 classes/pref/feeds.php:1275
msgid "Subscribe to feed"
msgstr ""
#: include/functions.php:1938 js/FeedTree.js:135 js/PrefFeedTree.js:67
msgid "Edit feed"
msgstr ""
#: include/functions.php:1940
msgid "Reverse headlines"
msgstr ""
#: include/functions.php:1941
msgid "Debug feed update"
msgstr ""
#: include/functions.php:1942 js/FeedTree.js:178
msgid "Mark all feeds as read"
msgstr ""
#: include/functions.php:1943
msgid "Un/collapse current category"
msgstr ""
#: include/functions.php:1944
msgid "Toggle combined mode"
msgstr ""
#: include/functions.php:1945
msgid "Toggle auto expand in combined mode"
msgstr ""
#: include/functions.php:1946
msgid "Go to"
msgstr ""
#: include/functions.php:1948
msgid "Fresh"
msgstr ""
#: include/functions.php:1951 js/tt-rss.js:431 js/tt-rss.js:584
msgid "Tag cloud"
msgstr ""
#: include/functions.php:1953
msgid "Other"
msgstr ""
#: include/functions.php:1954 classes/pref/labels.php:281
msgid "Create label"
msgstr ""
#: include/functions.php:1955 classes/pref/filters.php:654
msgid "Create filter"
msgstr ""
#: include/functions.php:1956
msgid "Un/collapse sidebar"
msgstr ""
#: include/functions.php:1957
msgid "Show help dialog"
msgstr ""
#: include/functions.php:2447
#, php-format
msgid "Search results: %s"
msgstr ""
#: include/functions.php:2938 js/viewfeed.js:1969
msgid "Click to play"
msgstr ""
#: include/functions.php:2939 js/viewfeed.js:1968
msgid "Play"
msgstr ""
#: include/functions.php:3056
msgid " - "
msgstr ""
#: include/functions.php:3078 include/functions.php:3372
#: classes/article.php:281
msgid "no tags"
msgstr ""
#: include/functions.php:3088 classes/feeds.php:686
msgid "Edit tags for this article"
msgstr ""
#: include/functions.php:3117 classes/feeds.php:642
msgid "Originally from:"
msgstr ""
#: include/functions.php:3130 classes/feeds.php:655 classes/pref/feeds.php:540
msgid "Feed URL"
msgstr ""
#: include/functions.php:3161 classes/dlg.php:37 classes/dlg.php:60
#: classes/dlg.php:93 classes/dlg.php:159 classes/dlg.php:190
#: classes/dlg.php:217 classes/dlg.php:250 classes/dlg.php:262
#: classes/backend.php:105 classes/pref/users.php:99
#: classes/pref/filters.php:147 classes/pref/prefs.php:1059
#: classes/pref/feeds.php:1588 classes/pref/feeds.php:1660
#: plugins/import_export/init.php:406 plugins/import_export/init.php:429
#: plugins/googlereaderimport/init.php:168 plugins/share/init.php:67
#: plugins/updater/init.php:357
msgid "Close this window"
msgstr ""
#: include/functions.php:3397
msgid "(edit note)"
msgstr ""
#: include/functions.php:3632
msgid "unknown type"
msgstr ""
#: include/functions.php:3688
msgid "Attachments"
msgstr ""
#: include/login_form.php:183 classes/handler/public.php:483
#: classes/handler/public.php:771 plugins/mobile/login_form.php:40
msgid "Login:"
msgstr ""
#: include/login_form.php:192 classes/handler/public.php:486
#: plugins/mobile/login_form.php:45
msgid "Password:"
msgstr ""
#: include/login_form.php:197
msgid "I forgot my password"
msgstr ""
#: include/login_form.php:201 classes/handler/public.php:489
msgid "Language:"
msgstr ""
#: include/login_form.php:209
msgid "Profile:"
msgstr ""
#: include/login_form.php:213 classes/handler/public.php:233
#: classes/rpc.php:64 classes/pref/prefs.php:995
msgid "Default profile"
msgstr ""
#: include/login_form.php:221
msgid "Use less traffic"
msgstr ""
#: include/login_form.php:229
msgid "Remember me"
msgstr ""
#: include/login_form.php:235 classes/handler/public.php:499
#: plugins/mobile/login_form.php:28
msgid "Log in"
msgstr ""
#: include/sessions.php:58
msgid "Session failed to validate (incorrect IP)"
msgstr ""
#: classes/article.php:25
msgid "Article not found."
msgstr ""
#: classes/article.php:179
msgid "Tags for this article (separated by commas):"
msgstr ""
#: classes/article.php:204 classes/pref/users.php:176
#: classes/pref/labels.php:79 classes/pref/filters.php:405
#: classes/pref/prefs.php:941 classes/pref/feeds.php:733
#: classes/pref/feeds.php:881 plugins/nsfw/init.php:86
#: plugins/note/init.php:53 plugins/instances/init.php:248
msgid "Save"
msgstr ""
#: classes/article.php:206 classes/handler/public.php:460
#: classes/handler/public.php:502 classes/feeds.php:1028
#: classes/feeds.php:1080 classes/feeds.php:1140 classes/pref/users.php:178
#: classes/pref/labels.php:81 classes/pref/filters.php:408
#: classes/pref/filters.php:804 classes/pref/filters.php:880
#: classes/pref/filters.php:947 classes/pref/prefs.php:943
#: classes/pref/feeds.php:734 classes/pref/feeds.php:884
#: classes/pref/feeds.php:1797 plugins/mail/init.php:131
#: plugins/note/init.php:55 plugins/instances/init.php:251
#: plugins/instances/init.php:440
msgid "Cancel"
msgstr ""
#: classes/handler/public.php:424 plugins/bookmarklets/init.php:38
msgid "Share with Tiny Tiny RSS"
msgstr ""
#: classes/handler/public.php:432
msgid "Title:"
msgstr ""
#: classes/handler/public.php:434 classes/pref/feeds.php:538
#: classes/pref/feeds.php:769 plugins/instances/init.php:215
#: plugins/instances/init.php:405
msgid "URL:"
msgstr ""
#: classes/handler/public.php:436
msgid "Content:"
msgstr ""
#: classes/handler/public.php:438
msgid "Labels:"
msgstr ""
#: classes/handler/public.php:457
msgid "Shared article will appear in the Published feed."
msgstr ""
#: classes/handler/public.php:459
msgid "Share"
msgstr ""
#: classes/handler/public.php:481
msgid "Not logged in"
msgstr ""
#: classes/handler/public.php:548
msgid "Incorrect username or password"
msgstr ""
#: classes/handler/public.php:584 classes/handler/public.php:681
#, php-format
msgid "Already subscribed to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:587 classes/handler/public.php:672
#, php-format
msgid "Subscribed to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:590 classes/handler/public.php:675
#, php-format
msgid "Could not subscribe to <b>%s</b>."
msgstr ""
#: classes/handler/public.php:593 classes/handler/public.php:678
#, php-format
msgid "No feeds found in <b>%s</b>."
msgstr ""
#: classes/handler/public.php:596 classes/handler/public.php:684
msgid "Multiple feed URLs found."
msgstr ""
#: classes/handler/public.php:600 classes/handler/public.php:689
#, php-format
msgid "Could not subscribe to <b>%s</b>.<br>Can't download the Feed URL."
msgstr ""
#: classes/handler/public.php:618 classes/handler/public.php:707
msgid "Subscribe to selected feed"
msgstr ""
#: classes/handler/public.php:643 classes/handler/public.php:731
msgid "Edit subscription options"
msgstr ""
#: classes/handler/public.php:758
msgid "Password recovery"
msgstr ""
#: classes/handler/public.php:764
msgid ""
"You will need to provide valid account name and email. New password will be "
"sent on your email address."
msgstr ""
#: classes/handler/public.php:786 classes/pref/users.php:360
msgid "Reset password"
msgstr ""
#: classes/handler/public.php:796
msgid "Some of the required form parameters are missing or incorrect."
msgstr ""
#: classes/handler/public.php:800 classes/handler/public.php:826
#: plugins/digest/digest_body.php:69
msgid "Go back"
msgstr ""
#: classes/handler/public.php:822
msgid "Sorry, login and email combination not found."
msgstr ""
#: classes/dlg.php:16