1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

add update method names array

This commit is contained in:
Andrew Dolgov
2008-01-25 17:42:09 +01:00
parent 5b8534ef6c
commit 0dd9c0cf0b

View File

@@ -119,7 +119,11 @@
1440 => __("Daily"),
10080 => __("Weekly"));
$update_method = array(
0 => __("Use default"),
1 => __("Magpie"),
2 => __("SimplePie"));
$access_level_names = array(
0 => __("User"),
10 => __("Administrator"));