Sun, 22 Mar 2015 19:14:57 +0100
Added Russian translations provided by Alexander Barkoff.
ChangeLog | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginKivy.e4p | file | annotate | diff | comparison | revisions | |
PluginProjectKivy.py | file | annotate | diff | comparison | revisions | |
PluginProjectKivy.zip | file | annotate | diff | comparison | revisions | |
ProjectKivy/i18n/kivy_ru.qm | file | annotate | diff | comparison | revisions | |
ProjectKivy/i18n/kivy_ru.ts | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Thu Jan 01 13:25:21 2015 +0100 +++ b/ChangeLog Sun Mar 22 19:14:57 2015 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.0.1: +- added Russian translations provided by Alexander Barkoff + Version 2.0.0: - ported for eric6 using PyQt5
--- a/PKGLIST Thu Jan 01 13:25:21 2015 +0100 +++ b/PKGLIST Sun Mar 22 19:14:57 2015 +0100 @@ -7,3 +7,4 @@ ProjectKivy/i18n/kivy_de.qm ProjectKivy/i18n/kivy_en.qm ProjectKivy/i18n/kivy_es.qm +ProjectKivy/i18n/kivy_ru.qm
--- a/PluginKivy.e4p Thu Jan 01 13:25:21 2015 +0100 +++ b/PluginKivy.e4p Sun Mar 22 19:14:57 2015 +0100 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> -<!-- eric6 project file for project PluginKivy --> -<!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de --> +<!-- eric project file for project PluginKivy --> +<!-- Copyright (C) 2015 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en_US</Language> <Hash>edc66a361a68c8b839b94476f35c5809077c7a5d</Hash> @@ -14,32 +14,34 @@ <TranslationPattern>ProjectKivy/i18n/kivy_%language%.ts</TranslationPattern> <Eol index="1"/> <Sources> + <Source>PluginProjectKivy.py</Source> + <Source>ProjectKivy/KivyLexer.py</Source> + <Source>ProjectKivy/__init__.py</Source> <Source>__init__.py</Source> - <Source>PluginProjectKivy.py</Source> - <Source>ProjectKivy/__init__.py</Source> - <Source>ProjectKivy/KivyLexer.py</Source> </Sources> <Forms/> <Translations> + <Translation>ProjectKivy/i18n/kivy_de.qm</Translation> <Translation>ProjectKivy/i18n/kivy_de.ts</Translation> - <Translation>ProjectKivy/i18n/kivy_es.ts</Translation> + <Translation>ProjectKivy/i18n/kivy_en.qm</Translation> <Translation>ProjectKivy/i18n/kivy_en.ts</Translation> - <Translation>ProjectKivy/i18n/kivy_de.qm</Translation> - <Translation>ProjectKivy/i18n/kivy_en.qm</Translation> <Translation>ProjectKivy/i18n/kivy_es.qm</Translation> + <Translation>ProjectKivy/i18n/kivy_es.ts</Translation> + <Translation>ProjectKivy/i18n/kivy_ru.qm</Translation> + <Translation>ProjectKivy/i18n/kivy_ru.ts</Translation> </Translations> <Resources/> <Interfaces/> <Others> <Other>.hgignore</Other> + <Other>ChangeLog</Other> + <Other>PKGLIST</Other> <Other>PluginKivy.e4p</Other> + <Other>PluginProjectKivy.zip</Other> <Other>ProjectKivy/APIs/kivy.api</Other> <Other>ProjectKivy/APIs/kivy.bas</Other> - <Other>ChangeLog</Other> <Other>ProjectKivy/Documentation/LICENSE.GPL</Other> <Other>ProjectKivy/Documentation/source</Other> - <Other>PKGLIST</Other> - <Other>PluginProjectKivy.zip</Other> </Others> <MainScript>PluginProjectKivy.py</MainScript> <Vcs>
--- a/PluginProjectKivy.py Thu Jan 01 13:25:21 2015 +0100 +++ b/PluginProjectKivy.py Sun Mar 22 19:14:57 2015 +0100 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.0" +version = "2.0.1" className = "ProjectKivyPlugin" packageName = "ProjectKivy" shortDescription = "Project support for Kivy projects."
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectKivy/i18n/kivy_ru.ts Sun Mar 22 19:14:57 2015 +0100 @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru_RU"> +<context> + <name>ProjectKivyPlugin</name> + <message> + <location filename="../../PluginProjectKivy.py" line="136"/> + <source>Kivy</source> + <translation>Kivy</translation> + </message> + <message> + <location filename="../../PluginProjectKivy.py" line="136"/> + <source>Kivy Files (*.kv)</source> + <translation>Файлы Kivy (*.kv)</translation> + </message> + <message> + <location filename="../../PluginProjectKivy.py" line="136"/> + <source>Kivy Files (*.kv *.kivy)</source> + <translation>Файлы Kivy (*.kv *.kivy)</translation> + </message> +</context> +</TS>