1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-04-10 02:02:21 +02: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:
osnwt 2011-01-30 14:39:16 +00:00 committed by osnwt
parent 89df836c23
commit f1116356f5
2 changed files with 12 additions and 12 deletions

View File

@ -27,7 +27,7 @@
!insertmacro MUI_LANGUAGE "French" !insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "German" !insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "Russian"
; !insertmacro MUI_LANGUAGE "Spanish" !insertmacro MUI_LANGUAGE "Spanish"
!insertmacro MUI_LANGUAGE "TradChinese" !insertmacro MUI_LANGUAGE "TradChinese"
;-------------------------------- ;--------------------------------
@ -37,7 +37,7 @@
LicenseLangString LicenseFile ${LANG_FRENCH} "licenses\GPLv3_fr.rtf" LicenseLangString LicenseFile ${LANG_FRENCH} "licenses\GPLv3_fr.rtf"
LicenseLangString LicenseFile ${LANG_GERMAN} "licenses\GPLv3_de.rtf" LicenseLangString LicenseFile ${LANG_GERMAN} "licenses\GPLv3_de.rtf"
LicenseLangString LicenseFile ${LANG_RUSSIAN} "licenses\GPLv3_ru.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" LicenseLangString LicenseFile ${LANG_TRADCHINESE} "licenses\GPLv3_zh_CN.rtf"
;-------------------------------- ;--------------------------------
@ -47,5 +47,5 @@
!include "translations\strings_fr.nsh" !include "translations\strings_fr.nsh"
!include "translations\strings_de.nsh" !include "translations\strings_de.nsh"
!include "translations\strings_ru.nsh" !include "translations\strings_ru.nsh"
; !include "translations\strings_es.nsh" !include "translations\strings_es.nsh"
!include "translations\strings_zh_CN.nsh" !include "translations\strings_zh_CN.nsh"

View File

@ -25,16 +25,16 @@
;-------------------------------- ;--------------------------------
; Installer section descriptions ; Installer section descriptions
LangString DESC_InSecCore ${LANG_SPANISH} "TRANSLATE THIS: Core GCS components (executable and libraries)." LangString DESC_InSecCore ${LANG_SPANISH} "Componentes principales del GCS (librerías y ejecutables)."
LangString DESC_InSecPlugins ${LANG_SPANISH} "TRANSLATE THIS: GCS plugins (provide most of GCS functionality)." LangString DESC_InSecPlugins ${LANG_SPANISH} "Plugins del GCS (funcionalidades del GCS)."
LangString DESC_InSecResources ${LANG_SPANISH} "TRANSLATE THIS: GCS resources (diagrams, dials, mapicons, 3d-models, PFD)." LangString DESC_InSecResources ${LANG_SPANISH} "Recursos del GCS (diagramas, marcadores, iconos del mapa, modelos, PFD)."
LangString DESC_InSecSounds ${LANG_SPANISH} "TRANSLATE THIS: GCS sound files (used for audible event notifications)." LangString DESC_InSecSounds ${LANG_SPANISH} "Archivos de sonido del GCS (usados para los eventos y notificaciones audibles)."
LangString DESC_InSecLocalization ${LANG_SPANISH} "TRANSLATE THIS: GCS localization (for supported languages)." LangString DESC_InSecLocalization ${LANG_SPANISH} "Localización GCS (idiomas soportados)."
LangString DESC_InSecShortcuts ${LANG_SPANISH} "TRANSLATE THIS: Install application start menu shortcuts." LangString DESC_InSecShortcuts ${LANG_SPANISH} "Instalar accesos directos de la aplicación (menú inicio y escritorio)."
;-------------------------------- ;--------------------------------
; Uninstaller section descriptions ; Uninstaller section descriptions
LangString DESC_UnSecProgram ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS application and all components." LangString DESC_UnSecProgram ${LANG_SPANISH} "Aplicación OpenPilot GCS y todos sus componentes."
LangString DESC_UnSecCache ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS cached maps data." LangString DESC_UnSecCache ${LANG_SPANISH} "Datos de mapas en caché del OpenPilot GCS."
LangString DESC_UnSecConfig ${LANG_SPANISH} "TRANSLATE THIS: OpenPilot GCS configuration files." LangString DESC_UnSecConfig ${LANG_SPANISH} "Archivos de configuración del OpenPilot GCS."