summaryrefslogtreecommitdiff
path: root/localized_schema.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 17:36:17 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 17:36:17 +0100
commit836537f72414b3c18a1a7fd5422db47096ac787e (patch)
tree661e1c930ea3a04e9928626c24f023ab0c9abac0 /localized_schema.php
parent65174234661aff2c3ab025095a84401ea38574c8 (diff)
more localization work (mostly on schema)
Diffstat (limited to 'localized_schema.php')
-rw-r--r--localized_schema.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/localized_schema.php b/localized_schema.php
index fbae9b14f..aac03712c 100644
--- a/localized_schema.php
+++ b/localized_schema.php
@@ -17,5 +17,50 @@
__("Publish article");
__("Assign tags");
+ # prefs
+
+ __("General");
+
+ __("Allow duplicate posts");
+ __("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.");
+ __("Default interval between feed updates (in minutes)");
+ __("Enable e-mail digest");
+ __("This option enables sending daily digest of new (and unread) headlines on your configured e-mail address");
+ __("Purge old posts after this number of days (0 - disables)");
+ __("Update post on checksum change");
+
+ __("Interface");
+
+ __("Combined feed display");
+ __("Display expanded list of feed articles, instead of separate displays for headlines and article content");
+ __("Default article limit");
+ __("Enable feed categories");
+ __("Hide feeds with no unread messages");
+ __("Mark articles as read automatically");
+ __("This option enables marking articles as read automatically in combined mode while you scroll article list.");
+ __("On catchup show next feed");
+ __("When \"Mark as read\" button is clicked in toolbar, automatically open next feed with unread articles.");
+ __("Open article links in new browser window");
+ __("Reverse headline order (oldest first)");
+ __("Show content preview in headlines list");
+ __("Sort feeds by unread articles count");
+ __("User stylesheet URL");
+ __("Link to user stylesheet to override default style, disabled if empty.");
+
+ __("Advanced");
+
+ __("Blacklisted tags");
+ __("When auto-detecting tags in articles these tags will not be applied (comma-separated list).");
+ __("Confirm marking feed as read");
+ __("Enable icons in feedlist");
+ __("Enable labels");
+ __("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.");
+ __("Long date format");
+ __("Set articles as unread on update");
+ __("Short date format");
+ __("Show additional information in feedlist");
+ __("Strip unsafe tags from articles");
+ __("Strip all but most common HTML tags when reading articles.");
+ __("Use more accessible date/time format for headlines");
?>