X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=07e1c619bcf3a6a9675643a7e0d781591c19d260;hb=73bd55c5aaa9459806ef9fa899cc5a24513727bc;hp=ddff58227704fc8f907ad2d29b97547640859866;hpb=7993ce63bc6a4249ab508c3bbf4fb7ec5be1b9a3;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index ddff5822..07e1c619 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -276,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. @@ -448,13 +449,16 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Отчёт отправлен.', 'form.mail.invoice_sent' => 'Счёт отправлен.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Год', 'form.quota.month' => 'Месяц', 'form.quota.quota' => 'Квота', 'form.quota.workday_hours' => 'Количество часов в рабочем дне', 'form.quota.hint' => 'При пустых значениях квоты автоматически определяются из длительности рабочего дня и праздников.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +'form.swap.swap_with' => 'Обменять роль с', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. 'role.user.label' => 'Пользователь', 'role.user.low_case_label' => 'пользователь',