diff options
Diffstat (limited to 'nsis/spanish.nsh')
| -rw-r--r-- | nsis/spanish.nsh | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/nsis/spanish.nsh b/nsis/spanish.nsh new file mode 100644 index 0000000..9a1b6af --- /dev/null +++ b/nsis/spanish.nsh | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | LicenseLangString license ${LANG_SPANISH} "COPYING.txt" | ||
| 2 | LangString readme ${LANG_SPANISH} "Ver README" | ||
| 3 | LangString jump ${LANG_SPANISH} "Ver la página web de ${INST_NAME}" | ||
| 4 | LangString plugins ${LANG_SPANISH} "Sylpheed Plug-ins" | ||
| 5 | LangString attachment_tool_plugin ${LANG_SPANISH} "attachment_tool" | ||
| 6 | LangString autoenc_plugin ${LANG_SPANISH} "autoenc plugin" | ||
| 7 | LangString desktop_shortcut ${LANG_SPANISH} "Acceso directo en el escritorio" | ||
| 8 | LangString quick_shortcut ${LANG_SPANISH} "Acceso directo en la barra rápida" | ||
| 9 | LangString handler ${LANG_SPANISH} "Mantener asociado al protocolo mailto:" | ||
| 10 | LangString sylpheed_description ${LANG_SPANISH} "el propio Sylpheed" | ||
| 11 | LangString plugins_description ${LANG_SPANISH} "Plug-ins for Sylpheed" | ||
| 12 | LangString sylpheed_pro_description ${LANG_SPANISH} "Sylpheed Pro Full-text Search Plug-in" | ||
| 13 | LangString attachment_tool_plugin_description ${LANG_SPANISH} "attachment_tool Plug-in" | ||
| 14 | LangString autoenc_plugin_description ${LANG_SPANISH} "autoenc Plug-in" | ||
| 15 | LangString sylfilter_description ${LANG_SPANISH} "SylFilter bayesian spam filter" | ||
| 16 | LangString bsfilter_description ${LANG_SPANISH} "bsfilter bayesian spam filter" | ||
| 17 | LangString desktop_shortcut_description ${LANG_SPANISH} "Se realizó el acceso directo al escritorio." | ||
| 18 | LangString quick_shortcut_description ${LANG_SPANISH} "Se realizó el acceso directo a la barra rápida. " | ||
| 19 | LangString handler_description ${LANG_SPANISH} "Se iniciará Sylpheed cuando se haga clic en \ | ||
| 20 | los enlaces mailto: del navegador web y similares." | ||
| 21 | LangString un_sylpheed_description ${LANG_SPANISH} "el propio Sylpheed" | ||
| 22 | LangString un_plugins_description ${LANG_SPANISH} "Plug-ins for Sylpheed" | ||
| 23 | LangString un_sylpheed_pro_description ${LANG_SPANISH} "Sylpheed Pro Full-text Search Plug-in" | ||
| 24 | LangString un_attachment_tool_plugin_description ${LANG_SPANISH} "attachment_tool Plug-in" | ||
| 25 | LangString un_autoenc_plugin_description ${LANG_SPANISH} "autoenc Plug-in" | ||
| 26 | LangString un_sylfilter_description ${LANG_SPANISH} "SylFilter bayesian spam filter" | ||
| 27 | LangString un_bsfilter_description ${LANG_SPANISH} "bsfilter bayesian spam filter" | ||
| 28 | LangString un_desktop_shortcut_description ${LANG_SPANISH} "Delete shortcut for Desktop (current user only)" | ||
| 29 | LangString un_quick_shortcut_description ${LANG_SPANISH} "Delete shortcut for Quick Launch (current user only)" | ||
| 30 | LangString delete_caution ${LANG_SPANISH} "${PRODUCT_NAME} ya está instalado. $\n$\nPulse «Aceptar» para \ | ||
| 31 | eliminar la versión anterior o «Cancelar» para cancelar la actualización. $\n$\n\ | ||
| 32 | Tenga en cuenta que todos los ficheros existentes en $INSTDIR serán eliminados. " | ||
| 33 | LangString app_running ${LANG_SPANISH} "Sylpheed is running. Please quit Sylpheed before installing." | ||
| 34 | LangString app_running_uninst ${LANG_SPANISH} "Sylpheed is running. Please quit Sylpheed before uninstalling." | ||
| 35 | |||
| 36 | LangString sylpheed_manual_lnk ${LANG_SPANISH} "Sylpheed Manual" | ||
| 37 | LangString sylpheed_debug_mode_lnk ${LANG_SPANISH} "Sylpheed (debug mode)" | ||
| 38 | LangString sylpheed_safe_mode_lnk ${LANG_SPANISH} "Sylpheed (safe mode)" | ||
| 39 | LangString sylpheed_all_quit_lnk ${LANG_SPANISH} "Sylpheed All Quit" | ||
| 40 | LangString sylpheed_homepage_lnk ${LANG_SPANISH} "Sylpheed Homepage" | ||
| 41 | LangString uninstall_lnk ${LANG_SPANISH} "Uninstall" | ||
| 42 | |||
| 43 | LangString downloading ${LANG_SPANISH} "Downloading %s" | ||
| 44 | LangString connecting ${LANG_SPANISH} "Connecting ..." | ||
| 45 | LangString second ${LANG_SPANISH} " (1 second remaining)" | ||
| 46 | LangString minute ${LANG_SPANISH} " (1 minute remaining)" | ||
| 47 | LangString hour ${LANG_SPANISH} " (1 hour remaining)" | ||
| 48 | LangString seconds ${LANG_SPANISH} " (%u seconds remaining)" | ||
| 49 | LangString minutes ${LANG_SPANISH} " (%u minutes remaining)" | ||
| 50 | LangString hours ${LANG_SPANISH} " (%u hours remaining)" | ||
| 51 | LangString progress ${LANG_SPANISH} "%skB (%d%%) of %skB @ %u.%01ukB/s" | ||
| 52 | LangString download_failed ${LANG_SPANISH} "Download Failed:" | ||
| 53 | LangString update_confirm ${LANG_SPANISH} "Update $(^NameDA)?" | ||
| 54 | LangString kill_and_update_confirm ${LANG_SPANISH} "Quit Sylpheed, and update $(^NameDA)?" | ||
| 55 | 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." | ||
| 56 | LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_SPANISH} "$(^NameDA) ha sido desinstalado de su sistema.$\r$\n$\r$\nPresione Terminar para cerrar este asistente." | ||
| 57 | ;-------------------------------- | ||
| 58 | ; Localized strings for use with nsisunz | ||
| 59 | ; The '%f' in the string is replaced with the filename on run-time. | ||
| 60 | ; "%c" and "%u" is replaced with compressed size and uncompressed size | ||
| 61 | ; respectively. | ||
| 62 | LangString plugin_updater_nsisunz_text ${LANG_SPANISH} "Extract: %f (%c -> %u)" | ||
| 63 | LangString plugin_updater_completed_text ${LANG_SPANISH} "Plugin update completed!" | ||
| 64 | LangString plugin_updater_header ${LANG_SPANISH} "Plugin Updater" | ||
| 65 | LangString plugin_updater_header_description ${LANG_SPANISH} "Select plugins to update" | ||
| 66 | LangString plugin_updater_must_select ${LANG_SPANISH} "You must select at least one plugin!" | ||
| 67 | LangString plugin_updater_extracting ${LANG_SPANISH} "Extracting" | ||
| 68 | LangString plugin_updater_extracting_files ${LANG_SPANISH} "Extracting files" | ||
| 69 | LangString plugin_updater_extracted ${LANG_SPANISH} "Extracted" | ||
| 70 | LangString plugin_updater_extracted_description ${LANG_SPANISH} "Thes files has been extracted" | ||
| 71 | LangString plugin_updater_extraction_aborted ${LANG_SPANISH} "Extraction aborted" | ||
| 72 | LangString plugin_updater_extraction_aborted_description ${LANG_SPANISH} "The extraction process was aborted" | ||
