diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-10-17 21:54:26 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-10-17 21:54:26 +0000 |
| commit | c05bf4e6e04a935fde9888e469bbdfff28e9cc25 (patch) | |
| tree | 07f3af1e7de3b01fa24398aaf6ba413fcd5b5f23 /packaging/win32/languages | |
| parent | Packaging: Restore original Simplified Chinese translation from original bug ... (diff) | |
| download | inkscape-c05bf4e6e04a935fde9888e469bbdfff28e9cc25.tar.gz inkscape-c05bf4e6e04a935fde9888e469bbdfff28e9cc25.zip | |
Packaging: A whole lot of improvements for NSIS
- Make the installation components much more robust (i.e. only install what they're supposed to and do not include the same files in different components)
- As a result speed up installation times drastically
- Offer "Python", "Extensions" and "Dictionaries" as additional (optional) components
- A minimal installation can now be as small as 150 MB (compared to the full installation size of 300 MB; typical installation size is 230 MB)
- update verision check to require NSIS 3.0
(bzr r15244.1.11)
Diffstat (limited to 'packaging/win32/languages')
| -rw-r--r-- | packaging/win32/languages/English.nsh | 8 | ||||
| -rw-r--r-- | packaging/win32/languages/SimpChinese.nsh | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packaging/win32/languages/English.nsh b/packaging/win32/languages/English.nsh index 9d1a18cd2..4022e9e8b 100644 --- a/packaging/win32/languages/English.nsh +++ b/packaging/win32/languages/English.nsh @@ -30,14 +30,20 @@ ${LangFileString} ContextMenu "Context Menu" ${LangFileString} ContextMenuDesc "Add Inkscape into the Context Menu for SVG files" ${LangFileString} DeletePrefs "Delete personal preferences" ${LangFileString} DeletePrefsDesc "Delete personal preferences leftover from previous installations" +${LangFileString} Python "Python 2.7" +${LangFileString} PythonDesc "An interpreter for the Python programming language and Python modules required to run Inkscape extensions." ${LangFileString} Addfiles "Additional Files" ${LangFileString} AddfilesDesc "Additional Files" +${LangFileString} Extensions "Extensions" +${LangFileString} ExtensionsDesc "Inkscape extensions (including many import and export plugins)" ${LangFileString} Examples "Examples" ${LangFileString} ExamplesDesc "Examples using Inkscape" ${LangFileString} Tutorials "Tutorials" ${LangFileString} TutorialsDesc "Tutorials using Inkscape" +${LangFileString} Dictionaries "Dictionaries" +${LangFileString} DictionariesDesc "Dictionaries for some common languages for spell checking in Inkscape" ${LangFileString} Languages "Translations" -${LangFileString} LanguagesDesc "Install various translations for Inkscape" +${LangFileString} LanguagesDesc "Translations and localized content for Inkscape" ${LangFileString} lng_am "Amharic" ${LangFileString} lng_ar "Arabic" ${LangFileString} lng_az "Azerbaijani" diff --git a/packaging/win32/languages/SimpChinese.nsh b/packaging/win32/languages/SimpChinese.nsh index 0c6364b64..276997bb2 100644 --- a/packaging/win32/languages/SimpChinese.nsh +++ b/packaging/win32/languages/SimpChinese.nsh @@ -1,7 +1,7 @@ ;Language: Simplified Chinese (2052) ;By Liang Wang <fabienow@gmail.com> ${LangFileString} CaptionDescription "开源向量绘图软件" -${LangFileString} LICENSE_BOTTOM_TEXT "$(^Name) 以GNU通用公共许可证发行。 在些提供许可证内容以供参考。" +${LangFileString} LICENSE_BOTTOM_TEXT "$(^Name) 以GNU通用公共许可证发行。 在些提供许可证内容以供参考。 $_CLICK" ${LangFileString} DIFFERENT_USER "使用者 $0 已经安装 Inkscape。$\r$\n如果继续你可能无法成功完成!$\r$\n请以 $0 身份登入后再试一次。" ${LangFileString} WANT_UNINSTALL_BEFORE "$R1 已经安装。 $\n你要在安装 $(^Name) 之前移除上一个版本?" ${LangFileString} OK_CANCEL_DESC "$\n$\n按“确定”继续或者按“取消”中止。" |
