Fixed a condition. Also some white space cleanup.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index af55936..76ab676 100644 (file)
@@ -26,7 +26,7 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// 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 = 'Русский';
@@ -60,8 +60,10 @@ $i18n_key_words = array(
 
 // Footer - strings on the bottom of most pages.
 'footer.mobile_phones' => 'Time Tracker доступен на мобильных телефонах.',
+'footer.contribute_msg' => 'Вы можете улучшить Time Tracker разными способами.',
 'footer.credits' => 'Авторы',
 'footer.license' => 'Лицензия',
+'footer.improve' => 'Улучшить',
 
 // Error messages.
 'error.access_denied' => 'Доступ запрещён.',
@@ -182,6 +184,7 @@ $i18n_key_words = array(
 'label.role_manager' => '(менеджер)',
 'label.role_comanager' => '(ассистент менеджера)',
 'label.role_admin' => '(администратор)',
+'label.page' => 'Стр',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Дополнительные поля',
 'label.type' => 'Тип',
@@ -392,4 +395,3 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Отчёт отправлен.',
 'form.mail.invoice_sent' => 'Счёт отправлен.',
 );
-?>
\ No newline at end of file