Added title.swap_roles to translation files.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index e9add94..179d445 100644 (file)
@@ -29,7 +29,7 @@
 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
-$i18n_language = 'Русский';
+$i18n_language = 'Russian (Русский)';
 $i18n_months = array('Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь');
 $i18n_weekdays = array('Воскресенье', 'Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота');
 $i18n_weekdays_short = array('Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
@@ -153,6 +153,7 @@ $i18n_key_words = array(
 'label.notes' => 'Комментарии',
 'label.item' => 'Предмет',
 'label.cost' => 'Стоимость',
+'label.ip' => 'IP адрес',
 'label.day_total' => 'Итог за день',
 'label.week_total' => 'Итог за неделю',
 'label.month_total' => 'Итог за месяц',
@@ -198,7 +199,7 @@ $i18n_key_words = array(
 'label.type_text' => 'текст',
 'label.required' => 'Обязательное',
 'label.fav_report' => 'Стандартный отчёт',
-'label.cron_schedule' => 'Расписание cron',
+'label.schedule' => 'Расписание',
 'label.what_is_it' => 'Что это?',
 'label.expense' => 'Расход',
 'label.quantity' => 'Количество',
@@ -275,6 +276,7 @@ $i18n_key_words = array(
 'title.cf_delete_dropdown_option' => 'Удаление опции',
 'title.locking' => 'Блокировка',
 'title.week_view' => 'Неделя',
+'title.swap_roles' => 'Обмен ролей',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.