mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Add Spanish NSIS installer localization (fixes #126)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Unicode True
|
||||
Unicode True
|
||||
SetCompressor /SOLID LZMA
|
||||
|
||||
# Registry keys
|
||||
@@ -31,14 +31,24 @@ SetCompressor /SOLID LZMA
|
||||
# Translator note: see CONTRIBUTING for more info on how to
|
||||
# translate NSIS installer strings.
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
!insertmacro MUI_LANGUAGE "Spanish"
|
||||
|
||||
# lang:en
|
||||
LangString MSG__INSTALL_BONJOUR ${LANG_ENGLISH} \
|
||||
"Install Bonjour dependency?"
|
||||
LangString MSG__FIREFOX_OPEN ${LANG_ENGLISH} \
|
||||
"Firefox must be closed during uninstallation if the extension \
|
||||
is installed. Close Firefox and click $\"Retry$\", click \
|
||||
$\"Ignore$\" to force close or $\"Abort$\" to cancel \
|
||||
uninstallation."
|
||||
"Firefox must be closed during uninstallation if the extension is \
|
||||
installed. Close Firefox and click $\"Retry$\", click $\"Ignore$\" \
|
||||
to force close or $\"Abort$\" to cancel uninstallation."
|
||||
|
||||
# lang:es
|
||||
LangString MSG__INSTALL_BONJOUR ${LANG_SPANISH} \
|
||||
"¿Instalar dependencia Bonjour?"
|
||||
LangString MSG__FIREFOX_OPEN ${LANG_SPANISH} \
|
||||
"Firefox debe estar cerrado durante la desinstalación si la extensión \
|
||||
está instalada. Cierra Firefox y aprieta $\"Reintentar$\", aprieta \
|
||||
$\"Ignorar$\" para forzar el cierre o $\"Abortar$\" para cancelar la \
|
||||
desinstalación."
|
||||
|
||||
|
||||
# Application name
|
||||
|
||||
Reference in New Issue
Block a user