mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +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
|
SetCompressor /SOLID LZMA
|
||||||
|
|
||||||
# Registry keys
|
# Registry keys
|
||||||
@@ -31,14 +31,24 @@ SetCompressor /SOLID LZMA
|
|||||||
# Translator note: see CONTRIBUTING for more info on how to
|
# Translator note: see CONTRIBUTING for more info on how to
|
||||||
# translate NSIS installer strings.
|
# translate NSIS installer strings.
|
||||||
!insertmacro MUI_LANGUAGE "English"
|
!insertmacro MUI_LANGUAGE "English"
|
||||||
|
!insertmacro MUI_LANGUAGE "Spanish"
|
||||||
|
|
||||||
|
# lang:en
|
||||||
LangString MSG__INSTALL_BONJOUR ${LANG_ENGLISH} \
|
LangString MSG__INSTALL_BONJOUR ${LANG_ENGLISH} \
|
||||||
"Install Bonjour dependency?"
|
"Install Bonjour dependency?"
|
||||||
LangString MSG__FIREFOX_OPEN ${LANG_ENGLISH} \
|
LangString MSG__FIREFOX_OPEN ${LANG_ENGLISH} \
|
||||||
"Firefox must be closed during uninstallation if the extension \
|
"Firefox must be closed during uninstallation if the extension is \
|
||||||
is installed. Close Firefox and click $\"Retry$\", click \
|
installed. Close Firefox and click $\"Retry$\", click $\"Ignore$\" \
|
||||||
$\"Ignore$\" to force close or $\"Abort$\" to cancel \
|
to force close or $\"Abort$\" to cancel uninstallation."
|
||||||
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
|
# Application name
|
||||||
|
|||||||
Reference in New Issue
Block a user