X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1954fb7aba2f6547e1e278887ab1fe7ed808dab7..c360da4bcfd113a87bc156e0f009e968d8a8bf07:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 179d4455..07e1c619 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -449,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' => 'пользователь',