Sun, 08 Mar 2015 18:17:42 +0100
Added Russian translations provided by Alexander Barkoff.
ChangeLog | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.py | file | annotate | diff | comparison | revisions | |
PluginPySide2PyQt.zip | file | annotate | diff | comparison | revisions | |
PySide2PyQt.e4p | file | annotate | diff | comparison | revisions | |
PySide2PyQt/i18n/pyside2pyqt_ru.qm | file | annotate | diff | comparison | revisions | |
PySide2PyQt/i18n/pyside2pyqt_ru.ts | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sun Feb 22 12:39:31 2015 +0100 +++ b/ChangeLog Sun Mar 08 18:17:42 2015 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.0.3: +- added Russian translations provided by Alexander Barkoff + Version 2.0.2: - added Portugese translations provided by Cândido Lopes Fontes
--- a/PKGLIST Sun Feb 22 12:39:31 2015 +0100 +++ b/PKGLIST Sun Mar 08 18:17:42 2015 +0100 @@ -5,3 +5,4 @@ PySide2PyQt/i18n/pyside2pyqt_en.qm PySide2PyQt/i18n/pyside2pyqt_es.qm PySide2PyQt/i18n/pyside2pyqt_pt.qm +PySide2PyQt/i18n/pyside2pyqt_ru.qm
--- a/PluginPySide2PyQt.py Sun Feb 22 12:39:31 2015 +0100 +++ b/PluginPySide2PyQt.py Sun Mar 08 18:17:42 2015 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.2" +version = "2.0.3" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt and vice versa"
--- a/PySide2PyQt.e4p Sun Feb 22 12:39:31 2015 +0100 +++ b/PySide2PyQt.e4p Sun Mar 08 18:17:42 2015 +0100 @@ -28,6 +28,8 @@ <Translation>PySide2PyQt/i18n/pyside2pyqt_es.qm</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_pt.ts</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_pt.qm</Translation> + <Translation>PySide2PyQt/i18n/pyside2pyqt_ru.ts</Translation> + <Translation>PySide2PyQt/i18n/pyside2pyqt_ru.qm</Translation> </Translations> <Resources/> <Interfaces/>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PySide2PyQt/i18n/pyside2pyqt_ru.ts Sun Mar 08 18:17:42 2015 +0100 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0" language="ru_RU" sourcelanguage=""> +<context> + <name>PySide2PyQtPlugin</name> + <message> + <location filename="../../PluginPySide2PyQt.py" line="126"/> + <source>PySide to PyQt4</source> + <translation>PySide в PyQt4</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="130"/> + <source>PyQt4 to PySide</source> + <translation>PyQt4 в PySide</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="125"/> + <source>PySide to/from PyQt</source> + <translation>PySide в/из PyQt</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="128"/> + <source>PySide to PyQt5</source> + <translation>PySide в PyQt5</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="132"/> + <source>PyQt5 to PySide</source> + <translation>PyQt5 в PySide</translation> + </message> +</context> +</TS>