[X2go-Commits] pyhoca-gui.git - master (branch) updated: 0.2.0.4-70-g87a48d6

X2Go dev team git-admin at x2go.org
Sun Nov 11 13:43:26 CET 2012


The branch, master has been updated
       via  87a48d6179b56a29e0368816394cbfd30c10b405 (commit)
       via  33785581352c15249649db0721142da37274811e (commit)
       via  d2505bc15c1581c0c585c06f1c9fb4135101c7ad (commit)
      from  a6554a3d361ebb8cecadc36844ef8ec220a29928 (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 87a48d6179b56a29e0368816394cbfd30c10b405
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Nov 11 13:42:32 2012 +0100

    activate Swedish language in NSIS installer

commit 33785581352c15249649db0721142da37274811e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Nov 11 13:39:24 2012 +0100

    Fine-tune Russion translation.

commit d2505bc15c1581c0c585c06f1c9fb4135101c7ad
Author: Nable <Nable.MainInbox at googlemail.com>
Date:   Sun Nov 11 13:38:48 2012 +0100

    Add Russian translation for NSIS installer.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog    |    5 +++++
 nsis_include/ru.nsi |   31 +++++++++++++++----------------
 nsis_include/sv.nsi |   31 +++++++++++++++----------------
 nsis_template.py    |    8 ++++++++
 po/ru.po            |    8 ++++----
 5 files changed, 47 insertions(+), 36 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index a35347e..369ae91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,11 @@ pyhoca-gui (0.2.1.0-0~x2go1) UNRELEASED; urgency=low
   * New upstream version (0.2.1.0):
     - Update Spanish translation file.
 
+  [ Nable ]
+  * New upstream version (0.2.1.0):
+    - Add Russian translation for NSIS installer.
+    - Fine-tune Russion translation.
+
   [ Terje Andersen ]
   * New upstream version (0.2.1.0):
     - Update Bokmal (Norway) translation file.
diff --git a/nsis_include/ru.nsi b/nsis_include/ru.nsi
index 90e7950..3bf3871 100644
--- a/nsis_include/ru.nsi
+++ b/nsis_include/ru.nsi
@@ -1,16 +1,15 @@
-
-; ru.nsi
-;
-
-;--------------------------------
-
-; from "required"
-StrCpy $REQUIRED "required"
-; from "Desktop Icon"
-StrCpy $DESKTOP_LINKS "Desktop Icon"
-; from "Start Menu Entries"
-StrCpy $STARTMENU_LINKS "Start Menu Entries"
-; from "no PulseAudio"
-StrCpy $WITHOUT_PULSEAUDIO "no PulseAudio"
-; from "Direct Printing Support"
-StrCpy $GSPRINT "Direct Printing Support"
+; ru.nsi
+;
+
+;--------------------------------
+
+; from "required"
+StrCpy $REQUIRED "необходимо"
+; from "Desktop Icon"
+StrCpy $DESKTOP_LINKS "Ярлык на рабочем столе"
+; from "Start Menu Entries"
+StrCpy $STARTMENU_LINKS "Пункты меню Пуск"
+; from "no PulseAudio"
+StrCpy $WITHOUT_PULSEAUDIO "Без поддержки PulseAudio"
+; from "Direct Printing Support"
+StrCpy $GSPRINT "Поддержка прямой печати (Direct Printing)"
diff --git a/nsis_include/sv.nsi b/nsis_include/sv.nsi
index 6b38e81..99eb5ec 100644
--- a/nsis_include/sv.nsi
+++ b/nsis_include/sv.nsi
@@ -1,16 +1,15 @@
-
-; sv.nsi
-;
-
-;--------------------------------
-
-; from "required"
-StrCpy $REQUIRED "obligatorisk"
-; from "Desktop Icon"
-StrCpy $DESKTOP_LINKS "Skrivbordsikon"
-; from "Start Menu Entries"
-StrCpy $STARTMENU_LINKS "Länkar i Startmeny"
-; from "no PulseAudio"
-StrCpy $WITHOUT_PULSEAUDIO "Utan PulseAudio"
-; from "Direct Printing Support"
-StrCpy $GSPRINT "Stöd för direktutskrift"
+; sv.nsi
+;
+
+;--------------------------------
+
+; from "required"
+StrCpy $REQUIRED "obligatorisk"
+; from "Desktop Icon"
+StrCpy $DESKTOP_LINKS "Skrivbordsikon"
+; from "Start Menu Entries"
+StrCpy $STARTMENU_LINKS "Länkar i Startmeny"
+; from "no PulseAudio"
+StrCpy $WITHOUT_PULSEAUDIO "Utan PulseAudio"
+; from "Direct Printing Support"
+StrCpy $GSPRINT "Stöd för direktutskrift"
diff --git a/nsis_template.py b/nsis_template.py
index cd495e2..781e4ee 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -154,6 +154,14 @@ Function .onInit
             StrCpy $LC_MESSAGES "es"
             !include "nsis_include\\es.nsi"
             ${{Break}}
+          ${{Case}} 1053
+            StrCpy $LC_MESSAGES "sv"
+            !include "nsis_include\\sv.nsi"
+            ${{Break}}
+          ${{Case}} 1049
+            StrCpy $LC_MESSAGES "ru"
+            !include "nsis_include\\ru.nsi"
+            ${{Break}}
         ${{EndSwitch}}
 
         StrCmp $LANGUAGE "cancel" 0 +2
diff --git a/po/ru.po b/po/ru.po
index 8bdac4a..ea13d4b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -287,7 +287,7 @@ msgstr "Скорость соединения"
 
 #: ../pyhoca/wxgui/profilemanager.py:177
 msgid "Compression"
-msgstr "Компрессия"
+msgstr "Сжатие"
 
 #: ../pyhoca/wxgui/profilemanager.py:178
 msgid "Display"
@@ -599,7 +599,7 @@ msgstr "автоматически"
 #: ../pyhoca/wxgui/profilemanager.py:405
 #: ../pyhoca/wxgui/profilemanager.py:1122
 msgid "manually"
-msgstr "в ручную"
+msgstr "вручную"
 
 #: ../pyhoca/wxgui/profilemanager.py:414
 msgid "PyHoca-GUI Profile Manager - new profile"
@@ -629,7 +629,7 @@ msgstr "Соединение"
 
 #: ../pyhoca/wxgui/profilemanager.py:799
 msgid "Link Quality"
-msgstr ""
+msgstr "Качество соединения"
 
 #: ../pyhoca/wxgui/profilemanager.py:800
 msgid "Settings"
@@ -688,7 +688,7 @@ msgstr "Имя профиля не установлено!!!"
 #: ../pyhoca/wxgui/profilemanager.py:2339
 #, python-format
 msgid "Profile name %s already exists!!!"
-msgstr "Профиль с именем %s существует!!!"
+msgstr "Профиль с именем %s уже существует!!!"
 
 #: ../pyhoca/wxgui/profilemanager.py:2344
 msgid "The SSH proxy configuration is incomplete. Try again."


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