The branch, master has been updated via 62f5f2483a0cc43ba2aa1f1766f9b010dd344288 (commit) from 18cad97c9f3fa91d600df1588dc8042a1091ce1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62f5f2483a0cc43ba2aa1f1766f9b010dd344288 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 10:44:45 2012 +0100 add ru and sv translation for NSIS installer (PyHoca-GUI installer for MS Windows) ----------------------------------------------------------------------- Summary of changes: nsis_include/{en.nsi => ru.nsi} | 2 +- nsis_include/{en.nsi => sv.nsi} | 2 +- nsis_template.py | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) copy nsis_include/{en.nsi => ru.nsi} (93%) copy nsis_include/{en.nsi => sv.nsi} (93%) The diff of changes is: diff --git a/nsis_include/en.nsi b/nsis_include/ru.nsi similarity index 93% copy from nsis_include/en.nsi copy to nsis_include/ru.nsi index d5aae76..90e7950 100644 --- a/nsis_include/en.nsi +++ b/nsis_include/ru.nsi @@ -1,5 +1,5 @@ -; en.nsi +; ru.nsi ; ;-------------------------------- diff --git a/nsis_include/en.nsi b/nsis_include/sv.nsi similarity index 93% copy from nsis_include/en.nsi copy to nsis_include/sv.nsi index d5aae76..533f282 100644 --- a/nsis_include/en.nsi +++ b/nsis_include/sv.nsi @@ -1,5 +1,5 @@ -; en.nsi +; sv.nsi ; ;-------------------------------- diff --git a/nsis_template.py b/nsis_template.py index f3de719..cd495e2 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -82,9 +82,9 @@ LicenseLangString myLicenseData ${{LANG_DUTCH}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_FRENCH}} "LICENSE.txt" LicenseLangString myLicenseData ${{LANG_GERMAN}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_KOREAN}} "LICENSE.txt" -;LicenseLangString myLicenseData ${{LANG_RUSSIAN}} "LICENSE.txt" +LicenseLangString myLicenseData ${{LANG_RUSSIAN}} "LICENSE.txt" LicenseLangString myLicenseData ${{LANG_SPANISH}} "LICENSE.txt" -;LicenseLangString myLicenseData ${{LANG_SWEDISH}} "LICENSE.txt" +LicenseLangString myLicenseData ${{LANG_SWEDISH}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_TRADCHINESE}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_SIMPCHINESE}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_SLOVAK}} "LICENSE.txt" @@ -119,12 +119,12 @@ Function .onInit Push German ; Push ${{LANG_KOREAN}} ; Push Korean -; Push ${{LANG_RUSSIAN}} -; Push Russian + Push ${{LANG_RUSSIAN}} + Push Russian Push ${{LANG_SPANISH}} Push Spanish -; Push ${{LANG_SWEDISH}} -; Push Swedish + Push ${{LANG_SWEDISH}} + Push Swedish ; Push ${{LANG_TRADCHINESE}} ; Push "Traditional Chinese" ; Push ${{LANG_SIMPCHINESE}} hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).