From 73c6f0fd32f7203ba238751b74005c31dad01576 Mon Sep 17 00:00:00 2001 From: Dmitry Naumov-Socolov Date: Wed, 7 Sep 2016 08:47:46 -0400 Subject: [PATCH] translated cron helper headers --- web/inc/i18n/ru.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/inc/i18n/ru.php b/web/inc/i18n/ru.php index 0616477a..6f971e38 100644 --- a/web/inc/i18n/ru.php +++ b/web/inc/i18n/ru.php @@ -701,9 +701,9 @@ $LANG['ru'] = array( 'This is a commercial module, you would need to purchace license key to enable it.' => 'Это коммерческий модуль, чтобы включить его, вам необходимо приобрести лицензию.', 'Minutes' => 'по минутам', - 'Daily' => 'Dayly', - 'Weekly' => 'Weekly', - 'Monthly' => 'Monthly', + 'Daily' => 'ежедневно', + 'Weekly' => 'еженедельно', + 'Monthly' => 'ежемесячно', 'Hourly' => 'по часам', 'Run Command' => 'Выполнять', 'every month' => 'каждый месяц',