3 # NSIS header file for OpenPilot GCS
\r
4 # The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2011.
\r
6 # This program is free software; you can redistribute it and/or modify
\r
7 # it under the terms of the GNU General Public License as published by
\r
8 # the Free Software Foundation; either version 3 of the License, or
\r
9 # (at your option) any later version.
\r
11 # This program is distributed in the hope that it will be useful, but
\r
12 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
\r
13 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
\r
16 # You should have received a copy of the GNU General Public License along
\r
17 # with this program; if not, write to the Free Software Foundation, Inc.,
\r
18 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
\r
21 ;--------------------------------
\r
23 ; Only currently available GCS translations are included.
\r
24 ; Default language is system-dependant, or set in the Registry for this installer.
\r
26 !insertmacro MUI_LANGUAGE "English"
\r
27 !insertmacro MUI_LANGUAGE "French"
\r
28 !insertmacro MUI_LANGUAGE "German"
\r
29 !insertmacro MUI_LANGUAGE "Russian"
\r
30 !insertmacro MUI_LANGUAGE "Spanish"
\r
31 !insertmacro MUI_LANGUAGE "TradChinese"
\r
33 ;--------------------------------
\r
34 ; Translated license files
\r
36 LicenseLangString LicenseFile ${LANG_ENGLISH} "licenses\GPLv3_en.rtf"
\r
37 LicenseLangString LicenseFile ${LANG_FRENCH} "licenses\GPLv3_fr.rtf"
\r
38 LicenseLangString LicenseFile ${LANG_GERMAN} "licenses\GPLv3_de.rtf"
\r
39 LicenseLangString LicenseFile ${LANG_RUSSIAN} "licenses\GPLv3_ru.rtf"
\r
40 LicenseLangString LicenseFile ${LANG_SPANISH} "licenses\GPLv3_es.rtf"
\r
41 LicenseLangString LicenseFile ${LANG_TRADCHINESE} "licenses\GPLv3_zh_CN.rtf"
\r
43 ;--------------------------------
\r
44 ; Translated strings
\r
46 !include "translations\strings_en.nsh"
\r
47 !include "translations\strings_fr.nsh"
\r
48 !include "translations\strings_de.nsh"
\r
49 !include "translations\strings_ru.nsh"
\r
50 !include "translations\strings_es.nsh"
\r
51 !include "translations\strings_zh_CN.nsh"
\r