1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

rework feed dialog layouts

This commit is contained in:
Andrew Dolgov
2008-08-06 08:51:28 +01:00
parent 10fa661549
commit ecace165c1
7 changed files with 139 additions and 111 deletions

View File

@@ -114,7 +114,7 @@
90 => __("3 months old"));
$update_intervals = array(
0 => __("Use default"),
0 => __("Default interval"),
-1 => __("Disable updates"),
15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
@@ -125,7 +125,7 @@
10080 => __("Weekly"));
$update_methods = array(
0 => __("Use default"),
0 => __("Default"),
1 => __("Magpie"),
2 => __("SimplePie"));