X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1ed162514b774ef5d2f9858efa2436b19d99d484..fc8a4455218bc71e17697f33c111b9dbc55f8047:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index e184ed66..02042912 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -290,6 +290,9 @@ $i18n_key_words = array( 'title.add_notification' => 'Добавление уведомления', 'title.edit_notification' => 'Редактирование уведомления', 'title.delete_notification' => 'Удаление уведомления', +'title.add_timesheet' => 'Добавление табеля', +'title.edit_timesheet' => 'Редактирование табеля', +'title.delete_timesheet' => 'Удаление табеля', 'title.monthly_quotas' => 'Месячные квоты', 'title.export' => 'Экспортирование данных группы', 'title.import' => 'Импортирование данных группы', @@ -397,6 +400,8 @@ $i18n_key_words = array( // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php 'form.timesheets.hint' => 'Используйте отчёты для добавления новых табелей.', +'form.timesheets.active_timesheets' => 'Активные табели', +'form.timesheets.inactive_timesheets' => 'Неактивные табели', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).