The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++++ nsis_include/ru.nsi | 31 +++++++++++++++---------------- nsis_template.py | 4 ++++ 3 files changed, 23 insertions(+), 16 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a35347e..89f760c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,6 +70,10 @@ pyhoca-gui (0.2.1.0-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.2.1.0): - Update Spanish translation file. + [ Nable 80 ] + * New upstream version (0.2.1.0): + - Add Russian translation for NSIS installer. + [ 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_template.py b/nsis_template.py index cd495e2..89115d1 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -154,6 +154,10 @@ Function .onInit StrCpy $LC_MESSAGES "es" !include "nsis_include\\es.nsi" ${{Break}} + ${{Case}} 1049 + StrCpy $LC_MESSAGES "ru" + !include "nsis_include\\ru.nsi" + ${{Break}} ${{EndSwitch}} StrCmp $LANGUAGE "cancel" 0 +2 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)).