Sun, 25 Aug 2019 15:37:21 +0200
Updated Russian translations.
--- a/ChangeLog Sun Jan 20 16:11:37 2019 +0100 +++ b/ChangeLog Sun Aug 25 15:37:21 2019 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.0.10: +- updated Russian translations + Version 2.0.9: - bug fixes
--- a/PluginTimeTracker.py Sun Jan 20 16:11:37 2019 +0100 +++ b/PluginTimeTracker.py Sun Aug 25 15:37:21 2019 +0200 @@ -24,7 +24,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.9" +version = "2.0.10" className = "TimeTrackerPlugin" packageName = "TimeTracker" shortDescription = "Time Tracker to keep track of the project time."
--- a/TimeTracker/i18n/timetracker_ru.ts Sun Jan 20 16:11:37 2019 +0100 +++ b/TimeTracker/i18n/timetracker_ru.ts Sun Aug 25 15:37:21 2019 +0200 @@ -3,37 +3,37 @@ <context> <name>TimeTracker</name> <message> - <location filename="../TimeTracker.py" line="73"/> + <location filename="../TimeTracker.py" line="75"/> <source>Time Tracker</source> <translation>Time Tracker</translation> </message> <message> - <location filename="../TimeTracker.py" line="162"/> + <location filename="../TimeTracker.py" line="164"/> <source>Read Time Tracker File</source> <translation>Чтение файла Time Tracker</translation> </message> <message> - <location filename="../TimeTracker.py" line="210"/> + <location filename="../TimeTracker.py" line="212"/> <source><p>The time tracker file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Файл трекера <b>{0}</b> не может быть прочитан.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../TimeTracker.py" line="192"/> + <location filename="../TimeTracker.py" line="194"/> <source>Save Time Tracker File</source> <translation>Сохранение файла Time Tracker</translation> </message> <message> - <location filename="../TimeTracker.py" line="192"/> + <location filename="../TimeTracker.py" line="194"/> <source><p>The time tracker file <b>{0}</b> could not be saved.</p><p>Reason: {1}</p></source> <translation><p>Файл трекера <b>{0}</b>не может быть сохранен.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../TimeTracker.py" line="273"/> + <location filename="../TimeTracker.py" line="275"/> <source>Import Time Tracker File</source> <translation>Импорт файла Time Tracker</translation> </message> <message numerus="yes"> - <location filename="../TimeTracker.py" line="266"/> + <location filename="../TimeTracker.py" line="268"/> <source><p>The time tracker file <b>{0}</b> contained %n invalid entries.</source> <translation> <numerusform><p>Файл трекера <b>{0}</b> содержит %n недействительную запись.</numerusform> @@ -42,7 +42,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../TimeTracker.py" line="261"/> + <location filename="../TimeTracker.py" line="263"/> <source><p>The time tracker file <b>{0}</b> contained %n duplicate entries.</source> <translation> <numerusform><p>Файл трекера <b>{0}</b> содержит %n дублирующую запись.</numerusform> @@ -51,7 +51,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../TimeTracker.py" line="162"/> + <location filename="../TimeTracker.py" line="164"/> <source><p>The time tracker file <b>{0}</b> contained %n invalid entries. These have been discarded.</p></source> <translation> <numerusform><p>Файл трекера <b>{0}</b> содержит %n недействительную запись. Она была отброшена.</p></numerusform> @@ -60,7 +60,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../TimeTracker.py" line="257"/> + <location filename="../TimeTracker.py" line="259"/> <source> %n duplicate entries were detected.</source> <translation> <numerusform> Была определена %n дублирующая запись.</numerusform> @@ -69,7 +69,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../TimeTracker.py" line="270"/> + <location filename="../TimeTracker.py" line="272"/> <source> %n entries have been ignored.</p></source> <translation> <numerusform> Была проигнорирована %n запись.</p></numerusform> @@ -78,22 +78,22 @@ </translation> </message> <message> - <location filename="../TimeTracker.py" line="73"/> + <location filename="../TimeTracker.py" line="75"/> <source>T&ime Tracker</source> <translation>T&ime Tracker</translation> </message> <message> - <location filename="../TimeTracker.py" line="73"/> + <location filename="../TimeTracker.py" line="75"/> <source>Alt+Shift+I</source> <translation>Alt+Shift+I</translation> </message> <message> - <location filename="../TimeTracker.py" line="79"/> + <location filename="../TimeTracker.py" line="81"/> <source>Switch the input focus to the Time Tracker window.</source> - <translation>Переключить фокус ввода на окно Time Tracker.</translation> + <translation>Переключить фокус ввода в окно Time Tracker.</translation> </message> <message> - <location filename="../TimeTracker.py" line="81"/> + <location filename="../TimeTracker.py" line="83"/> <source><b>Activate Time Tracker</b><p>This switches the input focus to the Time Tracker window.</p></source> <translation><b>Активация Time Tracker</b><p>Переключение фокуса ввода в окно Time Tracker.</p></translation> </message> @@ -207,15 +207,10 @@ <context> <name>TimeTrackerPlugin</name> <message> - <location filename="../../PluginTimeTracker.py" line="68"/> + <location filename="../../PluginTimeTracker.py" line="66"/> <source>Time Tracker</source> <translation>Time Tracker</translation> </message> - <message> - <location filename="../../PluginTimeTracker.py" line="129"/> - <source>eric6 version is too old, {0}, {1} or newer needed.</source> - <translation>слишком старая версия eric6, требуется {0}, {1} или более поздняя.</translation> - </message> </context> <context> <name>TimeTrackerWidget</name>