[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.2.0.4-72-gb82dd8e
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:56:27 CEST 2013
The branch, twofactorauth has been updated
via b82dd8e3f9073fcadef480a8b2cfb2b0894676e8 (commit)
from 64519987d9eccbd1cd6d0c6908fa0163e3b0bbfc (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
nsis_template.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/nsis_template.py b/nsis_template.py
index 781e4ee..93333d3 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -68,9 +68,9 @@ LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Dutch.nlf"
;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\French.nlf"
LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\German.nlf"
;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Korean.nlf"
-;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Russian.nlf"
+LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Russian.nlf"
LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Spanish.nlf"
-;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Swedish.nlf"
+LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Swedish.nlf"
;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\TradChinese.nlf"
;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\SimpChinese.nlf"
;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Slovak.nlf"
@@ -97,9 +97,9 @@ LangString Name ${{LANG_DUTCH}} "Dutch"
;LangString Name ${{LANG_FRENCH}} "French"
LangString Name ${{LANG_GERMAN}} "German"
;LangString Name ${{LANG_KOREAN}} "Korean"
-;LangString Name ${{LANG_RUSSIAN}} "Russian"
+LangString Name ${{LANG_RUSSIAN}} "Russian"
LangString Name ${{LANG_SPANISH}} "Spanish"
-;LangString Name ${{LANG_SWEDISH}} "Swedish"
+LangString Name ${{LANG_SWEDISH}} "Swedish"
;LangString Name ${{LANG_TRADCHINESE}} "Traditional Chinese"
;LangString Name ${{LANG_SIMPCHINESE}} "Simplified Chinese"
;LangString Name ${{LANG_SLOVAK}} "Slovak"
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)).
More information about the x2go-commits
mailing list