Sun, 22 Feb 2015 12:39:20 +0100
Added Portugese translations provided by Cândido Lopes Fontes.
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_pt.qm | file | annotate | diff | comparison | revisions | |
PySide2PyQt/i18n/pyside2pyqt_pt.ts | file | annotate | diff | comparison | revisions |
diff -r b8fa1416837c -r 0a7b90517f9e ChangeLog --- a/ChangeLog Mon Jan 05 20:18:42 2015 +0100 +++ b/ChangeLog Sun Feb 22 12:39:20 2015 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.0.2: +- added Portugese translations provided by Cândido Lopes Fontes + Version 2.0.1: - bug fixes
diff -r b8fa1416837c -r 0a7b90517f9e PKGLIST --- a/PKGLIST Mon Jan 05 20:18:42 2015 +0100 +++ b/PKGLIST Sun Feb 22 12:39:20 2015 +0100 @@ -4,3 +4,4 @@ PySide2PyQt/i18n/pyside2pyqt_de.qm PySide2PyQt/i18n/pyside2pyqt_en.qm PySide2PyQt/i18n/pyside2pyqt_es.qm +PySide2PyQt/i18n/pyside2pyqt_pt.qm
diff -r b8fa1416837c -r 0a7b90517f9e PluginPySide2PyQt.py --- a/PluginPySide2PyQt.py Mon Jan 05 20:18:42 2015 +0100 +++ b/PluginPySide2PyQt.py Sun Feb 22 12:39:20 2015 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.1" +version = "2.0.2" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt and vice versa"
diff -r b8fa1416837c -r 0a7b90517f9e PluginPySide2PyQt.zip Binary file PluginPySide2PyQt.zip has changed
diff -r b8fa1416837c -r 0a7b90517f9e PySide2PyQt.e4p --- a/PySide2PyQt.e4p Mon Jan 05 20:18:42 2015 +0100 +++ b/PySide2PyQt.e4p Sun Feb 22 12:39:20 2015 +0100 @@ -26,6 +26,8 @@ <Translation>PySide2PyQt/i18n/pyside2pyqt_de.qm</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_en.qm</Translation> <Translation>PySide2PyQt/i18n/pyside2pyqt_es.qm</Translation> + <Translation>PySide2PyQt/i18n/pyside2pyqt_pt.ts</Translation> + <Translation>PySide2PyQt/i18n/pyside2pyqt_pt.qm</Translation> </Translations> <Resources/> <Interfaces/>
diff -r b8fa1416837c -r 0a7b90517f9e PySide2PyQt/i18n/pyside2pyqt_pt.qm Binary file PySide2PyQt/i18n/pyside2pyqt_pt.qm has changed
diff -r b8fa1416837c -r 0a7b90517f9e PySide2PyQt/i18n/pyside2pyqt_pt.ts --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PySide2PyQt/i18n/pyside2pyqt_pt.ts Sun Feb 22 12:39:20 2015 +0100 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS><TS version="2.0" language="en_US" sourcelanguage=""> +<context> + <name>PySide2PyQtPlugin</name> + <message> + <location filename="../../PluginPySide2PyQt.py" line="126"/> + <source>PySide to PyQt4</source> + <translation>PySide a PyQt4</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="130"/> + <source>PyQt4 to PySide</source> + <translation>PyQt4 a PySide</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="125"/> + <source>PySide to/from PyQt</source> + <translation>PySide de/a PyQt</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="128"/> + <source>PySide to PyQt5</source> + <translation>PySide a PyQt5</translation> + </message> + <message> + <location filename="../../PluginPySide2PyQt.py" line="132"/> + <source>PyQt5 to PySide</source> + <translation>PyQt5 a PySide</translation> + </message> +</context> +</TS>