From 67c98187b6ca85b92328b31a10755292a553a92e Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 31 Jan 2015 22:46:10 +0000 Subject: [PATCH] Fixed utf8 issue in Windows installer git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7897 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Windows/lang/ca_ES.nsh | 2 +- build_scripts/Windows/lang/de.nsh | 2 +- build_scripts/Windows/lang/en.nsh | 2 +- build_scripts/Windows/lang/es.nsh | 2 +- build_scripts/Windows/lang/fr.nsh | 2 +- build_scripts/Windows/lang/pl.nsh | 2 +- build_scripts/Windows/lang/ru.nsh | 2 +- build_scripts/Windows/lang/tr.nsh | 2 +- build_scripts/Windows/lang/zh_CN.nsh | 2 +- build_scripts/Windows/retroshare.nsi | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build_scripts/Windows/lang/ca_ES.nsh b/build_scripts/Windows/lang/ca_ES.nsh index 806e3fc35..66d19c194 100644 --- a/build_scripts/Windows/lang/ca_ES.nsh +++ b/build_scripts/Windows/lang/ca_ES.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Instal·la ${APPNAME} i els components necessaris." !insertmacro LANG_STRING Section_Data "Pells" !insertmacro LANG_STRING Section_Data_Desc "Instal·la pells." diff --git a/build_scripts/Windows/lang/de.nsh b/build_scripts/Windows/lang/de.nsh index 2a54fa52a..5313026e7 100644 --- a/build_scripts/Windows/lang/de.nsh +++ b/build_scripts/Windows/lang/de.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installiert ${APPNAME} und die benötigten Komponenten." !insertmacro LANG_STRING Section_Data "Skins" !insertmacro LANG_STRING Section_Data_Desc "Skins installieren." diff --git a/build_scripts/Windows/lang/en.nsh b/build_scripts/Windows/lang/en.nsh index 12813eb6a..b01f43baa 100644 --- a/build_scripts/Windows/lang/en.nsh +++ b/build_scripts/Windows/lang/en.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components." !insertmacro LANG_STRING Section_Data "Skins" !insertmacro LANG_STRING Section_Data_Desc "Installs skins." diff --git a/build_scripts/Windows/lang/es.nsh b/build_scripts/Windows/lang/es.nsh index 6a8f4c0d3..3c40180db 100644 --- a/build_scripts/Windows/lang/es.nsh +++ b/build_scripts/Windows/lang/es.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Instala ${APPNAME} y los componentes requeridos." !insertmacro LANG_STRING Section_Data "Coberturas (skins)" !insertmacro LANG_STRING Section_Data_Desc "Instalar coberturas" diff --git a/build_scripts/Windows/lang/fr.nsh b/build_scripts/Windows/lang/fr.nsh index de54fe429..f11dc1c23 100644 --- a/build_scripts/Windows/lang/fr.nsh +++ b/build_scripts/Windows/lang/fr.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installe ${APPNAME} et les composants requis." !insertmacro LANG_STRING Section_Data "Skins" !insertmacro LANG_STRING Section_Data_Desc "Installe des skins." diff --git a/build_scripts/Windows/lang/pl.nsh b/build_scripts/Windows/lang/pl.nsh index 070f2c7e0..a4ad1aab9 100644 --- a/build_scripts/Windows/lang/pl.nsh +++ b/build_scripts/Windows/lang/pl.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components." !insertmacro LANG_STRING Section_Data "Skórki" !insertmacro LANG_STRING Section_Data_Desc "Installs skins." diff --git a/build_scripts/Windows/lang/ru.nsh b/build_scripts/Windows/lang/ru.nsh index 691996f02..fd7d1e66d 100644 --- a/build_scripts/Windows/lang/ru.nsh +++ b/build_scripts/Windows/lang/ru.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Установка ${APPNAME} и необходимых компонентов." !insertmacro LANG_STRING Section_Data "Оболочки" !insertmacro LANG_STRING Section_Data_Desc "Установка оболочек." diff --git a/build_scripts/Windows/lang/tr.nsh b/build_scripts/Windows/lang/tr.nsh index 016d2a08a..73b82ec69 100644 --- a/build_scripts/Windows/lang/tr.nsh +++ b/build_scripts/Windows/lang/tr.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components." !insertmacro LANG_STRING Section_Data "Skins" !insertmacro LANG_STRING Section_Data_Desc "Installs skins." diff --git a/build_scripts/Windows/lang/zh_CN.nsh b/build_scripts/Windows/lang/zh_CN.nsh index 18b1c36fc..d7f59542d 100644 --- a/build_scripts/Windows/lang/zh_CN.nsh +++ b/build_scripts/Windows/lang/zh_CN.nsh @@ -1,4 +1,4 @@ -!insertmacro LANG_STRING Section_Main "${APPNAME}" +!insertmacro LANG_STRING Section_Main "${APPNAME}" !insertmacro LANG_STRING Section_Main_Desc "Installs ${APPNAME} and required components." !insertmacro LANG_STRING Section_Data "皮肤" !insertmacro LANG_STRING Section_Data_Desc "安装皮肤" diff --git a/build_scripts/Windows/retroshare.nsi b/build_scripts/Windows/retroshare.nsi index 3dc86181e..9dd174f4b 100644 --- a/build_scripts/Windows/retroshare.nsi +++ b/build_scripts/Windows/retroshare.nsi @@ -1,4 +1,4 @@ -; Script generated with the Venis Install Wizard & modified by defnax +; Script generated with the Venis Install Wizard & modified by defnax ; Reworked by Thunder # Needed defines