root / nsis / english.nsh @ 3033
History | View | Annotate | Download (4.4 kB)
| 1 | LicenseLangString license ${LANG_ENGLISH} "COPYING.txt"
|
|---|---|
| 2 | LangString readme ${LANG_ENGLISH} "Show README"
|
| 3 | LangString jump ${LANG_ENGLISH} "Show ${INST_NAME}'s Website"
|
| 4 | LangString plugins ${LANG_ENGLISH} "Sylpheed Plug-ins"
|
| 5 | LangString attachment_tool_plugin ${LANG_ENGLISH} "attachment_tool"
|
| 6 | LangString desktop_shortcut ${LANG_ENGLISH} "Shortcut for Desktop"
|
| 7 | LangString quick_shortcut ${LANG_ENGLISH} "Shortcut for Quick Launch"
|
| 8 | LangString handler ${LANG_ENGLISH} "Register as mailto: protocol handler"
|
| 9 | LangString sylpheed_description ${LANG_ENGLISH} "Sylpheed itself"
|
| 10 | LangString plugins_description ${LANG_ENGLISH} "Plug-ins for Sylpheed"
|
| 11 | LangString sylpheed_pro_description ${LANG_ENGLISH} "Sylpheed Pro Full-text Search Plug-in"
|
| 12 | LangString attachment_tool_plugin_description ${LANG_ENGLISH} "attachment_tool plugin"
|
| 13 | LangString bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
|
| 14 | LangString desktop_shortcut_description ${LANG_ENGLISH} "Create shortcut for Desktop (current user only)"
|
| 15 | LangString quick_shortcut_description ${LANG_ENGLISH} "Create shortcut for Quick Launch (current user only)"
|
| 16 | LangString handler_description ${LANG_ENGLISH} "Start Sylpheed when the link of mailto: \
|
| 17 | is clicked by an Web browser etc." |
| 18 | LangString un_sylpheed_description ${LANG_ENGLISH} "Sylpheed itself"
|
| 19 | LangString un_plugins_description ${LANG_ENGLISH} "Plug-ins for Sylpheed"
|
| 20 | LangString un_sylpheed_pro_description ${LANG_ENGLISH} "Sylpheed Pro Full-text Search Plug-in"
|
| 21 | LangString un_attachment_tool_plugin_description ${LANG_ENGLISH} "attachment_tool plugin"
|
| 22 | LangString un_bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
|
| 23 | LangString un_desktop_shortcut_description ${LANG_ENGLISH} "Delete shortcut for Desktop (current user only)"
|
| 24 | LangString un_quick_shortcut_description ${LANG_ENGLISH} "Delete shortcut for Quick Launch (current user only)"
|
| 25 | LangString delete_caution ${LANG_ENGLISH} "Sylpheed is already installed. $\n$\nClick `OK` to remove the \
|
| 26 | previous version or `Cancel` to cancel this upgrade." |
| 27 | LangString app_running ${LANG_ENGLISH} "Sylpheed is running. Please quit Sylpheed before installing."
|
| 28 | LangString app_running_uninst ${LANG_ENGLISH} "Sylpheed is running. Please quit Sylpheed before uninstalling."
|
| 29 | LangString downloading ${LANG_ENGLISH} "Downloading %s"
|
| 30 | LangString connecting ${LANG_ENGLISH} "Connecting ..."
|
| 31 | LangString second ${LANG_ENGLISH} " (1 second remaining)"
|
| 32 | LangString minute ${LANG_ENGLISH} " (1 minute remaining)"
|
| 33 | LangString hour ${LANG_ENGLISH} " (1 hour remaining)"
|
| 34 | LangString seconds ${LANG_ENGLISH} " (%u seconds remaining)"
|
| 35 | LangString minutes ${LANG_ENGLISH} " (%u minutes remaining)"
|
| 36 | LangString hours ${LANG_ENGLISH} " (%u hours remaining)"
|
| 37 | LangString progress ${LANG_ENGLISH} "%skB (%d%%) of %skB @ %u.%01ukB/s"
|
| 38 | LangString download_failed ${LANG_ENGLISH} "Download Failed:"
|
| 39 | LangString update_confirm ${LANG_ENGLISH} "Update $(^NameDA)?"
|
| 40 | LangString kill_and_update_confirm ${LANG_ENGLISH} "Quit Sylpheed, and update $(^NameDA)?"
|
| 41 | LangString MUI_UNTEXT_FINISH_INFO_TEXT ${LANG_ENGLISH} "$(^NameDA) has been uninstalled from your computer.$\r$\n$\r$\nBut the user data which exists in $APPDATA\Sylpheed has not been deleted.$\r$\n$\r$\nClick Finish to close this wizard."
|
| 42 | ;-------------------------------- |
| 43 | ; Localized strings for use with nsisunz |
| 44 | ; The '%f' in the string is replaced with the filename on run-time. |
| 45 | ; "%c" and "%u" is replaced with compressed size and uncompressed size |
| 46 | ; respectively. |
| 47 | LangString plugin_updater_nsisunz_text ${LANG_ENGLISH} "Extract: %f (%c -> %u)"
|
| 48 | LangString plugin_updater_completed_text ${LANG_ENGLISH} "Plugin update completed!"
|
| 49 | LangString plugin_updater_header ${LANG_ENGLISH} "Plugin Updater"
|
| 50 | LangString plugin_updater_header_description ${LANG_ENGLISH} "Select plugins to update"
|
| 51 | LangString plugin_updater_must_select ${LANG_ENGLISH} "You must select at least one plugin!"
|
| 52 | LangString plugin_updater_extracting ${LANG_ENGLISH} "Extracting"
|
| 53 | LangString plugin_updater_extracting_files ${LANG_ENGLISH} "Extracting files"
|
| 54 | LangString plugin_updater_extracted ${LANG_ENGLISH} "Extracted"
|
| 55 | LangString plugin_updater_extracted_description ${LANG_ENGLISH} "Thes files has been extracted"
|
| 56 | LangString plugin_updater_extraction_aborted ${LANG_ENGLISH} "Extraction aborted"
|
| 57 | LangString plugin_updater_extraction_aborted_description ${LANG_ENGLISH} "The extraction process was aborted"
|