root / nsis / english.nsh @ 3168
History | View | Annotate | Download (4.5 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 associations"
|
| 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 sylfilter_description ${LANG_ENGLISH} "SylFilter bayesian spam filter"
|
| 14 | LangString bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
|
| 15 | LangString desktop_shortcut_description ${LANG_ENGLISH} "Create shortcut for Desktop (current user only)"
|
| 16 | LangString quick_shortcut_description ${LANG_ENGLISH} "Create shortcut for Quick Launch (current user only)"
|
| 17 | LangString handler_description ${LANG_ENGLISH} "Start Sylpheed when a mailto: link \
|
| 18 | is clicked on Web browser etc., or an eml file is opened" |
| 19 | LangString un_sylpheed_description ${LANG_ENGLISH} "Sylpheed itself"
|
| 20 | LangString un_plugins_description ${LANG_ENGLISH} "Plug-ins for Sylpheed"
|
| 21 | LangString un_sylpheed_pro_description ${LANG_ENGLISH} "Sylpheed Pro Full-text Search Plug-in"
|
| 22 | LangString un_attachment_tool_plugin_description ${LANG_ENGLISH} "attachment_tool plugin"
|
| 23 | LangString un_sylfilter_description ${LANG_ENGLISH} "SylFilter bayesian spam filter"
|
| 24 | LangString un_bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
|
| 25 | LangString un_desktop_shortcut_description ${LANG_ENGLISH} "Delete shortcut for Desktop (current user only)"
|
| 26 | LangString un_quick_shortcut_description ${LANG_ENGLISH} "Delete shortcut for Quick Launch (current user only)"
|
| 27 | LangString delete_caution ${LANG_ENGLISH} "Sylpheed is already installed. $\n$\nClick `OK` to remove the \
|
| 28 | previous version or `Cancel` to cancel this upgrade." |
| 29 | LangString app_running ${LANG_ENGLISH} "Sylpheed is running. Please quit Sylpheed before installing."
|
| 30 | LangString app_running_uninst ${LANG_ENGLISH} "Sylpheed is running. Please quit Sylpheed before uninstalling."
|
| 31 | LangString downloading ${LANG_ENGLISH} "Downloading %s"
|
| 32 | LangString connecting ${LANG_ENGLISH} "Connecting ..."
|
| 33 | LangString second ${LANG_ENGLISH} " (1 second remaining)"
|
| 34 | LangString minute ${LANG_ENGLISH} " (1 minute remaining)"
|
| 35 | LangString hour ${LANG_ENGLISH} " (1 hour remaining)"
|
| 36 | LangString seconds ${LANG_ENGLISH} " (%u seconds remaining)"
|
| 37 | LangString minutes ${LANG_ENGLISH} " (%u minutes remaining)"
|
| 38 | LangString hours ${LANG_ENGLISH} " (%u hours remaining)"
|
| 39 | LangString progress ${LANG_ENGLISH} "%skB (%d%%) of %skB @ %u.%01ukB/s"
|
| 40 | LangString download_failed ${LANG_ENGLISH} "Download Failed:"
|
| 41 | LangString update_confirm ${LANG_ENGLISH} "Update $(^NameDA)?"
|
| 42 | LangString kill_and_update_confirm ${LANG_ENGLISH} "Quit Sylpheed, and update $(^NameDA)?"
|
| 43 | 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."
|
| 44 | ;-------------------------------- |
| 45 | ; Localized strings for use with nsisunz |
| 46 | ; The '%f' in the string is replaced with the filename on run-time. |
| 47 | ; "%c" and "%u" is replaced with compressed size and uncompressed size |
| 48 | ; respectively. |
| 49 | LangString plugin_updater_nsisunz_text ${LANG_ENGLISH} "Extract: %f (%c -> %u)"
|
| 50 | LangString plugin_updater_completed_text ${LANG_ENGLISH} "Plugin update completed!"
|
| 51 | LangString plugin_updater_header ${LANG_ENGLISH} "Plugin Updater"
|
| 52 | LangString plugin_updater_header_description ${LANG_ENGLISH} "Select plugins to update"
|
| 53 | LangString plugin_updater_must_select ${LANG_ENGLISH} "You must select at least one plugin!"
|
| 54 | LangString plugin_updater_extracting ${LANG_ENGLISH} "Extracting"
|
| 55 | LangString plugin_updater_extracting_files ${LANG_ENGLISH} "Extracting files"
|
| 56 | LangString plugin_updater_extracted ${LANG_ENGLISH} "Extracted"
|
| 57 | LangString plugin_updater_extracted_description ${LANG_ENGLISH} "Thes files has been extracted"
|
| 58 | LangString plugin_updater_extraction_aborted ${LANG_ENGLISH} "Extraction aborted"
|
| 59 | LangString plugin_updater_extraction_aborted_description ${LANG_ENGLISH} "The extraction process was aborted"
|