Sun, 10 Jul 2016 12:23:23 +0200
Updated Russian translations provided by Alexander Barkoff.
ChangeLog | file | annotate | diff | comparison | revisions | |
CxFreeze/i18n/cxfreeze_ru.qm | file | annotate | diff | comparison | revisions | |
CxFreeze/i18n/cxfreeze_ru.ts | file | annotate | diff | comparison | revisions | |
PluginCxFreeze.py | file | annotate | diff | comparison | revisions | |
PluginCxFreeze.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sat Jul 09 12:41:39 2016 +0200 +++ b/ChangeLog Sun Jul 10 12:23:23 2016 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 6.0.3: +- updated Russian translations + Version 6.0.2: - updated Russian translations
--- a/CxFreeze/i18n/cxfreeze_ru.ts Sat Jul 09 12:41:39 2016 +0200 +++ b/CxFreeze/i18n/cxfreeze_ru.ts Sun Jul 10 12:23:23 2016 +0200 @@ -70,7 +70,7 @@ <message> <location filename="../../PluginCxFreeze.py" line="210"/> <source>The cxfreeze.bat executable could not be found.Did you run the cxfreeze-postinstall script?</source> - <translation type="unfinished"></translation> + <translation>Невозможно найти исполняемый файл cxfreeze.bat. Может быть вы запустите сценарий cxfreeze-postinstall?</translation> </message> </context> <context> @@ -122,7 +122,7 @@ <message> <location filename="../CxfreezeConfigDialog.ui" line="208"/> <source>Select to optimize the generated bytecode</source> - <translation>Оптимизировать генерируемый байт-код</translation> + <translation>Разрешить оптимизировать генерируемый байт-код</translation> </message> <message> <location filename="../CxfreezeConfigDialog.ui" line="211"/> @@ -137,7 +137,7 @@ <message> <location filename="../CxfreezeConfigDialog.ui" line="221"/> <source>Optimize (with docstring removal)</source> - <translation>Оптимизировать (с удалением строк документации)</translation> + <translation>Оптимизировать (с удалением docstring)</translation> </message> <message> <location filename="../CxfreezeConfigDialog.ui" line="78"/> @@ -361,7 +361,7 @@ <message> <location filename="../CxfreezeConfigDialog.ui" line="430"/> <source>Press to add the entered file or directory to the list</source> - <translation>Добавьте выбранные файлы или каталоги в список</translation> + <translation>Добавьте выбранные файлы или директории в список</translation> </message> <message> <location filename="../CxfreezeConfigDialog.ui" line="433"/>
--- a/PluginCxFreeze.py Sat Jul 09 12:41:39 2016 +0200 +++ b/PluginCxFreeze.py Sun Jul 10 12:23:23 2016 +0200 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.2" +version = "6.0.3" className = "CxFreezePlugin" packageName = "CxFreeze" shortDescription = "Show the CxFreeze dialogs."