The branch, master has been updated via a6554a3d361ebb8cecadc36844ef8ec220a29928 (commit) from 435d2f1d276bb3042f12ee44e0f606ba7d56833c (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 a6554a3d361ebb8cecadc36844ef8ec220a29928 Author: Daniel Lindgren <dali.spam@gmail.com> Date: Sat Nov 10 13:07:36 2012 +0100 Add Swedish translation for NSIS installer. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + nsis_include/sv.nsi | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1049c84..a35347e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,7 @@ pyhoca-gui (0.2.1.0-0~x2go1) UNRELEASED; urgency=low [ Daniel Lindgren ] * New upstream version (0.2.1.0): - Update Swedish translation file. + - Add Swedish translation for NSIS installer. [ Dick Kniep ] * New upstream version (0.2.1.0): diff --git a/nsis_include/sv.nsi b/nsis_include/sv.nsi index 533f282..6b38e81 100644 --- a/nsis_include/sv.nsi +++ b/nsis_include/sv.nsi @@ -5,12 +5,12 @@ ;-------------------------------- ; from "required" -StrCpy $REQUIRED "required" +StrCpy $REQUIRED "obligatorisk" ; from "Desktop Icon" -StrCpy $DESKTOP_LINKS "Desktop Icon" +StrCpy $DESKTOP_LINKS "Skrivbordsikon" ; from "Start Menu Entries" -StrCpy $STARTMENU_LINKS "Start Menu Entries" +StrCpy $STARTMENU_LINKS "Länkar i Startmeny" ; from "no PulseAudio" -StrCpy $WITHOUT_PULSEAUDIO "no PulseAudio" +StrCpy $WITHOUT_PULSEAUDIO "Utan PulseAudio" ; from "Direct Printing Support" -StrCpy $GSPRINT "Direct Printing Support" +StrCpy $GSPRINT "Stöd för direktutskrift" 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)).