aboutsummaryrefslogtreecommitdiff
path: root/nsis/spanish.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'nsis/spanish.nsh')
-rw-r--r--nsis/spanish.nsh6
1 files changed, 5 insertions, 1 deletions
diff --git a/nsis/spanish.nsh b/nsis/spanish.nsh
index 351eb65e..9a1b6afe 100644
--- a/nsis/spanish.nsh
+++ b/nsis/spanish.nsh
@@ -3,6 +3,7 @@ LangString readme ${LANG_SPANISH} "Ver README"
LangString jump ${LANG_SPANISH} "Ver la página web de ${INST_NAME}"
LangString plugins ${LANG_SPANISH} "Sylpheed Plug-ins"
LangString attachment_tool_plugin ${LANG_SPANISH} "attachment_tool"
+LangString autoenc_plugin ${LANG_SPANISH} "autoenc plugin"
LangString desktop_shortcut ${LANG_SPANISH} "Acceso directo en el escritorio"
LangString quick_shortcut ${LANG_SPANISH} "Acceso directo en la barra rápida"
LangString handler ${LANG_SPANISH} "Mantener asociado al protocolo mailto:"
@@ -10,6 +11,7 @@ LangString sylpheed_description ${LANG_SPANISH} "el propio Sylpheed"
LangString plugins_description ${LANG_SPANISH} "Plug-ins for Sylpheed"
LangString sylpheed_pro_description ${LANG_SPANISH} "Sylpheed Pro Full-text Search Plug-in"
LangString attachment_tool_plugin_description ${LANG_SPANISH} "attachment_tool Plug-in"
+LangString autoenc_plugin_description ${LANG_SPANISH} "autoenc Plug-in"
LangString sylfilter_description ${LANG_SPANISH} "SylFilter bayesian spam filter"
LangString bsfilter_description ${LANG_SPANISH} "bsfilter bayesian spam filter"
LangString desktop_shortcut_description ${LANG_SPANISH} "Se realizó el acceso directo al escritorio."
@@ -20,6 +22,7 @@ LangString un_sylpheed_description ${LANG_SPANISH} "el propio Sylpheed"
LangString un_plugins_description ${LANG_SPANISH} "Plug-ins for Sylpheed"
LangString un_sylpheed_pro_description ${LANG_SPANISH} "Sylpheed Pro Full-text Search Plug-in"
LangString un_attachment_tool_plugin_description ${LANG_SPANISH} "attachment_tool Plug-in"
+LangString un_autoenc_plugin_description ${LANG_SPANISH} "autoenc Plug-in"
LangString un_sylfilter_description ${LANG_SPANISH} "SylFilter bayesian spam filter"
LangString un_bsfilter_description ${LANG_SPANISH} "bsfilter bayesian spam filter"
LangString un_desktop_shortcut_description ${LANG_SPANISH} "Delete shortcut for Desktop (current user only)"
@@ -49,7 +52,8 @@ LangString progress ${LANG_SPANISH} "%skB (%d%%) of %skB @ %u.%01ukB/s"
LangString download_failed ${LANG_SPANISH} "Download Failed:"
LangString update_confirm ${LANG_SPANISH} "Update $(^NameDA)?"
LangString kill_and_update_confirm ${LANG_SPANISH} "Quit Sylpheed, and update $(^NameDA)?"
-LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_SPANISH} "$(^NameDA) ha sido desinstalado de su sistema.$\r$\n$\r$\nPero los datos de usuario existentes en $APPDATA\${PRODUCT_NAME} no han sido eliminados. $\r$\n$\r$\nPresione Terminar para cerrar este asistente."
+LangString un_confirmpage_text_top ${LANG_SPANISH} "$(^NameDA) will be uninstalled from the following folder. $_CLICK$\r$\n* The user data which exists in $APPDATA\${PRODUCT_NAME} will not be deleted."
+LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_SPANISH} "$(^NameDA) ha sido desinstalado de su sistema.$\r$\n$\r$\nPresione Terminar para cerrar este asistente."
;--------------------------------
; Localized strings for use with nsisunz
; The '%f' in the string is replaced with the filename on run-time.