aboutsummaryrefslogtreecommitdiff
path: root/nsis/english.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'nsis/english.nsh')
-rw-r--r--nsis/english.nsh6
1 files changed, 5 insertions, 1 deletions
diff --git a/nsis/english.nsh b/nsis/english.nsh
index f4bbd3c1..a715ca8d 100644
--- a/nsis/english.nsh
+++ b/nsis/english.nsh
@@ -3,6 +3,7 @@ LangString readme ${LANG_ENGLISH} "Show README"
LangString jump ${LANG_ENGLISH} "Show ${INST_NAME}'s Website"
LangString plugins ${LANG_ENGLISH} "Sylpheed Plug-ins"
LangString attachment_tool_plugin ${LANG_ENGLISH} "attachment_tool"
+LangString autoenc_plugin ${LANG_ENGLISH} "autoenc plugin"
LangString desktop_shortcut ${LANG_ENGLISH} "Shortcut for Desktop"
LangString quick_shortcut ${LANG_ENGLISH} "Shortcut for Quick Launch"
LangString handler ${LANG_ENGLISH} "Register associations"
@@ -10,6 +11,7 @@ LangString sylpheed_description ${LANG_ENGLISH} "Sylpheed itself"
LangString plugins_description ${LANG_ENGLISH} "Plug-ins for Sylpheed"
LangString sylpheed_pro_description ${LANG_ENGLISH} "Sylpheed Pro Full-text Search Plug-in"
LangString attachment_tool_plugin_description ${LANG_ENGLISH} "attachment_tool plugin"
+LangString autoenc_plugin_description ${LANG_ENGLISH} "autoenc plugin"
LangString sylfilter_description ${LANG_ENGLISH} "SylFilter bayesian spam filter"
LangString bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
LangString desktop_shortcut_description ${LANG_ENGLISH} "Create shortcut for Desktop (current user only)"
@@ -20,6 +22,7 @@ LangString un_sylpheed_description ${LANG_ENGLISH} "Sylpheed itself"
LangString un_plugins_description ${LANG_ENGLISH} "Plug-ins for Sylpheed"
LangString un_sylpheed_pro_description ${LANG_ENGLISH} "Sylpheed Pro Full-text Search Plug-in"
LangString un_attachment_tool_plugin_description ${LANG_ENGLISH} "attachment_tool plugin"
+LangString un_autoenc_plugin_description ${LANG_ENGLISH} "autoenc plugin"
LangString un_sylfilter_description ${LANG_ENGLISH} "SylFilter bayesian spam filter"
LangString un_bsfilter_description ${LANG_ENGLISH} "bsfilter bayesian spam filter"
LangString un_desktop_shortcut_description ${LANG_ENGLISH} "Delete shortcut for Desktop (current user only)"
@@ -48,7 +51,8 @@ LangString progress ${LANG_ENGLISH} "%skB (%d%%) of %skB @ %u.%01ukB/s"
LangString download_failed ${LANG_ENGLISH} "Download Failed:"
LangString update_confirm ${LANG_ENGLISH} "Update $(^NameDA)?"
LangString kill_and_update_confirm ${LANG_ENGLISH} "Quit Sylpheed, and update $(^NameDA)?"
-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."
+LangString un_confirmpage_text_top ${LANG_ENGLISH} "$(^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_ENGLISH} "$(^NameDA) has been uninstalled from your computer.$\r$\n$\r$\nClick Finish to close this wizard."
;--------------------------------
; Localized strings for use with nsisunz
; The '%f' in the string is replaced with the filename on run-time.