update intervals: use less broken english for a change

This commit is contained in:
Andrew Dolgov 2015-07-15 16:39:16 +03:00
parent e6257c31ce
commit c43f3e469e
1 changed files with 8 additions and 8 deletions

View File

@ -81,21 +81,21 @@
$update_intervals = array(
0 => __("Default interval"),
-1 => __("Disable updates"),
15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
15 => __("15 minutes"),
30 => __("30 minutes"),
60 => __("Hourly"),
240 => __("Each 4 hours"),
720 => __("Each 12 hours"),
240 => __("4 hours"),
720 => __("12 hours"),
1440 => __("Daily"),
10080 => __("Weekly"));
$update_intervals_nodefault = array(
-1 => __("Disable updates"),
15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
15 => __("15 minutes"),
30 => __("30 minutes"),
60 => __("Hourly"),
240 => __("Each 4 hours"),
720 => __("Each 12 hours"),
240 => __("4 hours"),
720 => __("12 hours"),
1440 => __("Daily"),
10080 => __("Weekly"));