mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
Windows installer: Spanish translation. Now we have all GCS-supported languages in the installer too.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2628 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
89df836c23
commit
f1116356f5
@ -27,7 +27,7 @@
|
||||
!insertmacro MUI_LANGUAGE "French"
|
||||
!insertmacro MUI_LANGUAGE "German"
|
||||
!insertmacro MUI_LANGUAGE "Russian"
|
||||
; !insertmacro MUI_LANGUAGE "Spanish"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
!insertmacro MUI_LANGUAGE "TradChinese"
|
||||
|
||||
;--------------------------------
|
||||
@ -37,7 +37,7 @@
|
||||
LicenseLangString LicenseFile ${LANG_FRENCH} "licenses\GPLv3_fr.rtf"
|
||||
LicenseLangString LicenseFile ${LANG_GERMAN} "licenses\GPLv3_de.rtf"
|
||||
LicenseLangString LicenseFile ${LANG_RUSSIAN} "licenses\GPLv3_ru.rtf"
|
||||
; LicenseLangString LicenseFile ${LANG_SPANISH} "licenses\GPLv3_es.rtf"
|
||||
LicenseLangString LicenseFile ${LANG_SPANISH} "licenses\GPLv3_es.rtf"
|
||||
LicenseLangString LicenseFile ${LANG_TRADCHINESE} "licenses\GPLv3_zh_CN.rtf"
|
||||
|
||||
;--------------------------------
|
||||
@ -47,5 +47,5 @@
|
||||
!include "translations\strings_fr.nsh"
|
||||
!include "translations\strings_de.nsh"
|
||||
!include "translations\strings_ru.nsh"
|
||||
; !include "translations\strings_es.nsh"
|
||||
!include "translations\strings_es.nsh"
|
||||
!include "translations\strings_zh_CN.nsh"
|
||||
|
@ -25,16 +25,16 @@
|
||||
;--------------------------------
|
||||
; Installer section descriptions
|
||||
|
||||
LangString DESC_InSecCore ${LANG_SPANISH} "TRANSLATE THIS: Core GCS components (executable and libraries)."
|
||||
LangString DESC_InSecPlugins ${LANG_SPANISH} "TRANSLATE THIS: GCS plugins (provide most of GCS functionality)."
|
||||
LangString DESC_InSecResources ${LANG_SPANISH} "TRANSLATE THIS: GCS resources (diagrams, dials, mapicons, 3d-models, PFD)."
|
||||
LangString DESC_InSecSounds ${LANG_SPANISH} "TRANSLATE THIS: GCS sound files (used for audible event notifications)."
|
||||
LangString DESC_InSecLocalization ${LANG_SPANISH} "TRANSLATE THIS: GCS localization (for supported languages)."
|
||||
LangString DESC_InSecShortcuts ${LANG_SPANISH} "TRANSLATE THIS: Install application start menu shortcuts."
|
||||
LangString DESC_InSecCore ${LANG_SPANISH} "Componentes principales del GCS (librerías y ejecutables)."
|
||||
LangString DESC_InSecPlugins ${LANG_SPANISH} "Plugins del GCS (funcionalidades del GCS)."
|
||||
LangString DESC_InSecResources ${LANG_SPANISH} "Recursos del GCS (diagramas, marcadores, iconos del mapa, modelos, PFD)."
|
||||
LangString DESC_InSecSounds ${LANG_SPANISH} "Archivos de sonido del GCS (usados para los eventos y notificaciones audibles)."
|
||||
LangString DESC_InSecLocalization ${LANG_SPANISH} "Localización GCS (idiomas soportados)."
|
||||
LangString DESC_InSecShortcuts ${LANG_SPANISH} "Instalar accesos directos de la aplicación (menú inicio y escritorio)."
|
||||
|
||||
;--------------------------------
|
||||
; Uninstaller section descriptions
|
||||
|
||||
LangString DESC_UnSecProgram ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS application and all components."
|
||||
LangString DESC_UnSecCache ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS cached maps data."
|
||||
LangString DESC_UnSecConfig ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS configuration files."
|
||||
LangString DESC_UnSecProgram ${LANG_SPANISH} "Aplicación OpenPilot GCS y todos sus componentes."
|
||||
LangString DESC_UnSecCache ${LANG_SPANISH} "Datos de mapas en caché del OpenPilot GCS."
|
||||
LangString DESC_UnSecConfig ${LANG_SPANISH} "Archivos de configuración del OpenPilot GCS."
|
||||
|
Loading…
Reference in New Issue
Block a user