]> git.wh0rd.org Git - tt-rss.git/blob - localized_schema.php
move scriptaculous to lib/
[tt-rss.git] / localized_schema.php
1 <?
2         /* 
3          * This is a dummy plug for gettext to know we have some translatable strings in the schema.
4          *      This file is not otherwise used.         
5          */
6
7         # filters
8
9         __("Title");
10         __("Title or Content");
11         __("Link");
12         __("Content");
13         __("Article Date");
14
15         __("Filter article");
16         __("Mark as read");
17         __("Set starred");
18         __("Publish article");
19         __("Assign tags");
20
21         # prefs
22
23         __("General");
24
25         __("Allow duplicate posts");
26         __("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.");
27         __("Default interval between feed updates (in minutes)");
28         __("Enable e-mail digest");
29         __("This option enables sending daily digest of new (and unread) headlines on your configured e-mail address");
30         __("Purge old posts after this number of days (0 - disables)");
31         __("Update post on checksum change");
32         __("Mark articles in e-mail digest as read");
33
34         __("Interface");
35
36         __("Combined feed display");
37         __("Display expanded list of feed articles, instead of separate displays for headlines and article content");
38         __("Default article limit");
39         __("Default limit for articles to display, any custom number you like (0 - disables).");
40         __("Enable feed categories");
41         __("Enable search toolbar");
42         __("Hide feeds with no unread messages");
43         __("Mark articles as read automatically");
44         __("This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.");
45         __("On catchup show next feed");
46         __("When \"Mark as read\" button is clicked in toolbar, automatically open next feed with unread articles.");
47         __("Open article links in new browser window");
48         __("Reverse headline order (oldest first)");
49         __("Show content preview in headlines list");
50         __("Sort feeds by unread articles count");
51         __("User stylesheet URL");
52         __("Link to user stylesheet to override default style, disabled if empty.");
53         __("Maximum age of fresh articles (in hours)");
54         __("Hide feedlist");
55         __("This option hides feedlist and allows it to be toggled on the fly, useful for small screens.");
56         __("Group headlines in virtual feeds");
57         __("When this option is enabled, headlines in Special feeds and Labels are grouped by feeds");
58
59         __("Advanced");
60
61         __("Blacklisted tags");
62         __("When auto-detecting tags in articles these tags will not be applied (comma-separated list).");
63         __("Confirm marking feed as read");
64         __("Enable feed icons");
65         __("Enable labels");
66         __("Experimental support for virtual feeds based on user crafted SQL queries. This feature is highly experimental and at this point not user friendly. Use with caution.");
67         __("Long date format");
68         __("Set articles as unread on update");
69         __("Short date format");
70         __("Show additional information in feedlist");
71         __("Strip unsafe tags from articles");
72         __("Strip all but most common HTML tags when reading articles.");
73         __("Use more accessible date/time format for headlines");
74         __("Automatically expand articles in combined mode");
75         __("Purge unread articles");
76         __("Show special feeds when hiding read feeds");
77         __("Prefer more accurate feedlist counters to UI speed");
78         __("Enable inline MP3 player");
79         __("Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.");
80         __("Do not show images in articles");
81
82 ?>