]> git.wh0rd.org - tt-rss.git/blame - localized_schema.php
update_daemon2: fix locking
[tt-rss.git] / localized_schema.php
CommitLineData
89cb787e
AD
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
14 __("Filter article");
15 __("Mark as read");
16 __("Set starred");
17 __("Publish article");
18 __("Assign tags");
19
836537f7
AD
20 # prefs
21
22 __("General");
23
24 __("Allow duplicate posts");
25 __("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.");
26 __("Default interval between feed updates (in minutes)");
27 __("Enable e-mail digest");
28 __("This option enables sending daily digest of new (and unread) headlines on your configured e-mail address");
29 __("Purge old posts after this number of days (0 - disables)");
30 __("Update post on checksum change");
31
32 __("Interface");
33
34 __("Combined feed display");
35 __("Display expanded list of feed articles, instead of separate displays for headlines and article content");
36 __("Default article limit");
8c0edbc3 37 __("Default limit for articles to display, any custom number you like (0 - disables).");
836537f7 38 __("Enable feed categories");
e400230e 39 __("Enable search toolbar");
836537f7
AD
40 __("Hide feeds with no unread messages");
41 __("Mark articles as read automatically");
42 __("This option enables marking articles as read automatically in combined mode while you scroll article list.");
43 __("On catchup show next feed");
44 __("When \"Mark as read\" button is clicked in toolbar, automatically open next feed with unread articles.");
45 __("Open article links in new browser window");
46 __("Reverse headline order (oldest first)");
47 __("Show content preview in headlines list");
48 __("Sort feeds by unread articles count");
49 __("User stylesheet URL");
50 __("Link to user stylesheet to override default style, disabled if empty.");
9ff29d0c
AD
51 __("Maximum age of fresh articles (in hours)");
52
836537f7
AD
53 __("Advanced");
54
55 __("Blacklisted tags");
56 __("When auto-detecting tags in articles these tags will not be applied (comma-separated list).");
57 __("Confirm marking feed as read");
58 __("Enable icons in feedlist");
59 __("Enable labels");
60 __("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.");
61 __("Long date format");
62 __("Set articles as unread on update");
63 __("Short date format");
64 __("Show additional information in feedlist");
65 __("Strip unsafe tags from articles");
66 __("Strip all but most common HTML tags when reading articles.");
67 __("Use more accessible date/time format for headlines");
ebb87f43 68 __("Automatically expand articles in combined mode");
e553f0a6 69 __("Purge unread articles");
d4761137 70 __("Show special feeds when hiding read feeds");
89cb787e
AD
71
72?>