This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from daf633e pinentry-x2go.spec: use Qt5 across all platforms. Will fail on SLE 12.0, but work after upgrading to SLE 12.1+. new 64411e1 README.i18n: mention Qt5 Linguist instead of the Qt4 version. new 9106f67 README.i18n: typo fixes, formatting updates, drop X2Go Client references. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: README.i18n | 22 +++++++++++----------- debian/changelog | 3 +++ 2 files changed, 14 insertions(+), 11 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 64411e19903c73bf39d266137eafd3ad84e8d889 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 24 04:54:49 2018 +0100 README.i18n: mention Qt5 Linguist instead of the Qt4 version. --- README.i18n | 6 +++--- debian/changelog | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.i18n b/README.i18n index 0c29897..8cdfd22 100644 --- a/README.i18n +++ b/README.i18n @@ -56,12 +56,12 @@ Now, the file is ready for editing to your desired language. Editing Your Language File -------------------------- -The tool needed for editing qt translation files is ,,linguist-qt4'' +The tool needed for editing qt translation files is ,,linguist-qt5'' (nowadays also called just linguist). - $ open Ubuntu Software Center, search for ,,Qt 4 Linguist'' and install it from there # <--for ubuntu + $ open Ubuntu Software Center, search for ,,Qt Linguist'' and install it from there # <--for ubuntu Now open your language file in <current_dir>/pinentry-x2go/pinentry-x2go_<lang>.ts and edit it with -linguist-qt4. +linguist-qt5. NOTE: Make sure you translate all boldly marked items: non-translated as well as fuzzy (i.e., inaccurate) items. diff --git a/debian/changelog b/debian/changelog index 0ab4f09..7744ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low * New upstream version (0.7.5.10): - configure.ac: change mailing list address. - pinentry-x2go/main.cpp: use PlastiqueStyle with Qt4, Fusion with Qt5. + - README.i18n: mention Qt5 Linguist instead of the Qt4 version. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 9106f670d6ee9ffbbbba0a463f9174913562b7f9 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Nov 24 04:58:30 2018 +0100 README.i18n: typo fixes, formatting updates, drop X2Go Client references. --- README.i18n | 16 ++++++++-------- debian/changelog | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.i18n b/README.i18n index 8cdfd22..99d7ce4 100644 --- a/README.i18n +++ b/README.i18n @@ -1,15 +1,15 @@ Translating PinEntry X2Go -====================== +========================= -Translating with Qt-Linguist ------------------------- +Translating with Qt Linguist +---------------------------- PinEntry X2Go uses Quick Translation mechanism (.qm, .ts files). -The translation files can be found in the main folder of X2Go Client of this source project. +The translation files can be found in the pinentry-x2go folder of this source project. -New team member --- new language for PinEntry X2Go ------------------------------------------------ +New team member -- new language for PinEntry X2Go +------------------------------------------------- If you are a new member in the x2go-i18n team, the first we say is: WELCOME!!! and THANKS!!! for the time you give to the X2Go project. @@ -49,7 +49,7 @@ You can do this by running the following commands: 1. cd pinentry-x2go/ -2. cp pinentry-x2go_de.ts "pinentry-x2go_da.ts <or what language your going to translate it into>". +2. cp pinentry-x2go_de.ts "pinentry-x2go_da.ts <or what language you're going to translate it into>". Now, the file is ready for editing to your desired language. @@ -74,7 +74,7 @@ When done, please send the complete translation file <current_dir>/pinentry-x2go/pinentry-x2go_<lang>.ts -to x2go-i18n@lists.x2go.org and remove your working copy of X2Go Client from +to x2go-i18n@lists.x2go.org and remove your working copy of PinEntry X2Go from your system (or read how to use Git and keep the folder.) diff --git a/debian/changelog b/debian/changelog index 7744ece..c51174f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low - configure.ac: change mailing list address. - pinentry-x2go/main.cpp: use PlastiqueStyle with Qt4, Fusion with Qt5. - README.i18n: mention Qt5 Linguist instead of the Qt4 version. + - README.i18n: typo fixes, formatting updates, drop X2Go Client + references. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git