]> git.wh0rd.org - tt-rss.git/blame - localized_schema.php
reenable piggie (refs #42)
[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");
df43d1fd 13 __("Article Date");
89cb787e
AD
14
15 __("Filter article");
16 __("Mark as read");
17 __("Set starred");
18 __("Publish article");
19 __("Assign tags");
269e4c0e 20 __("Assign label");
89cb787e 21
836537f7
AD
22 # prefs
23
24 __("General");
25
26 __("Allow duplicate posts");
27 __("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.");
28 __("Default interval between feed updates (in minutes)");
29 __("Enable e-mail digest");
30 __("This option enables sending daily digest of new (and unread) headlines on your configured e-mail address");
31 __("Purge old posts after this number of days (0 - disables)");
32 __("Update post on checksum change");
e3d410c0 33 __("Mark articles in e-mail digest as read");
af163b85
AD
34 __("Enable offline reading");
35 __("Synchronize new articles for offline reading using Google Gears.");
836537f7
AD
36
37 __("Interface");
38
39 __("Combined feed display");
40 __("Display expanded list of feed articles, instead of separate displays for headlines and article content");
41 __("Default article limit");
8c0edbc3 42 __("Default limit for articles to display, any custom number you like (0 - disables).");
836537f7 43 __("Enable feed categories");
e400230e 44 __("Enable search toolbar");
836537f7
AD
45 __("Hide feeds with no unread messages");
46 __("Mark articles as read automatically");
a969b30b 47 __("This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.");
836537f7
AD
48 __("On catchup show next feed");
49 __("When \"Mark as read\" button is clicked in toolbar, automatically open next feed with unread articles.");
50 __("Open article links in new browser window");
51 __("Reverse headline order (oldest first)");
52 __("Show content preview in headlines list");
53 __("Sort feeds by unread articles count");
54 __("User stylesheet URL");
55 __("Link to user stylesheet to override default style, disabled if empty.");
9ff29d0c 56 __("Maximum age of fresh articles (in hours)");
b16754c3
AD
57 __("Hide feedlist");
58 __("This option hides feedlist and allows it to be toggled on the fly, useful for small screens.");
f52e9524
AD
59 __("Group headlines in virtual feeds");
60 __("When this option is enabled, headlines in Special feeds and Labels are grouped by feeds");
9ff29d0c 61
836537f7
AD
62 __("Advanced");
63
64 __("Blacklisted tags");
65 __("When auto-detecting tags in articles these tags will not be applied (comma-separated list).");
66 __("Confirm marking feed as read");
2dcb7e80 67 __("Enable feed icons");
836537f7
AD
68 __("Enable labels");
69 __("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.");
70 __("Long date format");
71 __("Set articles as unread on update");
72 __("Short date format");
73 __("Show additional information in feedlist");
74 __("Strip unsafe tags from articles");
75 __("Strip all but most common HTML tags when reading articles.");
76 __("Use more accessible date/time format for headlines");
ebb87f43 77 __("Automatically expand articles in combined mode");
e553f0a6 78 __("Purge unread articles");
d4761137 79 __("Show special feeds when hiding read feeds");
d234a2e3 80 __("Prefer more accurate feedlist counters to UI speed");
1ab5fe9e
AD
81 __("Enable inline MP3 player");
82 __("Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.");
83 __("Do not show images in articles");
3a216db4 84 __("Enable external API");
89cb787e
AD
85
86?>