tradchinese.nsi 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. # vi:set ts=8 sts=4 sw=4 et fdm=marker:
  2. #
  3. # tradchinese.nsi: Traditional Chinese language strings for gvim NSIS
  4. # installer.
  5. #
  6. # Locale ID : 1028
  7. # fileencoding : UTF-8
  8. # Author : Guopeng Wen
  9. !insertmacro MUI_LANGUAGE "TradChinese"
  10. # Overwrite the default translation.
  11. # These strings should be always English. Otherwise dosinst.c fails.
  12. LangString ^SetupCaption ${LANG_TRADCHINESE} \
  13. "$(^Name) Setup"
  14. LangString ^UninstallCaption ${LANG_TRADCHINESE} \
  15. "$(^Name) Uninstall"
  16. ##############################################################################
  17. # MUI Configuration Strings {{{1
  18. ##############################################################################
  19. #LangString str_dest_folder ${LANG_TRADCHINESE} \
  20. # "安裝資料夾 (必須以 vim 結尾)"
  21. LangString str_show_readme ${LANG_TRADCHINESE} \
  22. "安裝完成後顯示 README 檔案"
  23. # Install types:
  24. LangString str_type_typical ${LANG_TRADCHINESE} \
  25. "典型安裝"
  26. LangString str_type_minimal ${LANG_TRADCHINESE} \
  27. "最小安裝"
  28. LangString str_type_full ${LANG_TRADCHINESE} \
  29. "完全安裝"
  30. ##############################################################################
  31. # Section Titles & Description {{{1
  32. ##############################################################################
  33. LangString str_section_old_ver ${LANG_TRADCHINESE} \
  34. "移除舊版本"
  35. LangString str_desc_old_ver ${LANG_TRADCHINESE} \
  36. "移除閣下電腦上舊版本的 Vim。"
  37. LangString str_section_exe ${LANG_TRADCHINESE} \
  38. "安裝 Vim 圖形界面程式"
  39. LangString str_desc_exe ${LANG_TRADCHINESE} \
  40. "安裝 Vim 圖形界面程式及腳本。此為必選安裝。"
  41. LangString str_section_console ${LANG_TRADCHINESE} \
  42. "安裝 Vim 命令行程式"
  43. LangString str_desc_console ${LANG_TRADCHINESE} \
  44. "安裝 Vim 命令行程式 (vim.exe)。該程式在控制臺窗口中運行。"
  45. LangString str_section_batch ${LANG_TRADCHINESE} \
  46. "安裝批次檔案"
  47. LangString str_desc_batch ${LANG_TRADCHINESE} \
  48. "為 Vim 的各種變體創建批次檔,以便在命令行下啟動 Vim。"
  49. LangString str_group_icons ${LANG_TRADCHINESE} \
  50. "建立 Vim 圖示"
  51. LangString str_desc_icons ${LANG_TRADCHINESE} \
  52. "建立若干 Vim 圖示,以便于使用 Vim。"
  53. LangString str_section_desktop ${LANG_TRADCHINESE} \
  54. "於桌面"
  55. LangString str_desc_desktop ${LANG_TRADCHINESE} \
  56. "建立若干 Vim 圖示於桌面上,以方便啟動 Vim。"
  57. LangString str_section_start_menu ${LANG_TRADCHINESE} \
  58. "於「開始」功能表的「程式」集"
  59. LangString str_desc_start_menu ${LANG_TRADCHINESE} \
  60. "在「開始」功能表的「程式」集中建立 Vim 啟動組。\
  61. 適用于 Windows 95 及以上版本。"
  62. #LangString str_section_quick_launch ${LANG_TRADCHINESE} \
  63. # "於快速啟動列"
  64. #LangString str_desc_quick_launch ${LANG_TRADCHINESE} \
  65. # "在快速啟動列中建立 Vim 圖示。"
  66. LangString str_section_edit_with ${LANG_TRADCHINESE} \
  67. "安裝快捷選單"
  68. LangString str_desc_edit_with ${LANG_TRADCHINESE} \
  69. "在「打開方式」快捷選單中添加 Vim 項。"
  70. #LangString str_section_edit_with32 ${LANG_TRADCHINESE} \
  71. # "32 位元版本"
  72. #LangString str_desc_edit_with32 ${LANG_TRADCHINESE} \
  73. # "在 32 位元程式的「打開方式」快捷選單中添加 Vim 項。"
  74. #LangString str_section_edit_with64 ${LANG_TRADCHINESE} \
  75. # "64 位元版本"
  76. #LangString str_desc_edit_with64 ${LANG_TRADCHINESE} \
  77. # "在 64 位元程式的「打開方式」快捷選單中添加 Vim 項。"
  78. LangString str_section_vim_rc ${LANG_TRADCHINESE} \
  79. "建立默認設定檔"
  80. LangString str_desc_vim_rc ${LANG_TRADCHINESE} \
  81. "在安裝資料夾下建立默認的 Vim 設定檔(_vimrc)。\
  82. 若該設定檔已經存在,則略過此項。"
  83. LangString str_group_plugin ${LANG_TRADCHINESE} \
  84. "建立插件資料夾"
  85. LangString str_desc_plugin ${LANG_TRADCHINESE} \
  86. "建立(空的)插件資料夾結構。插件資料夾用于安裝 Vim 的擴展插件,\
  87. 只要將檔案復制到相關的子資料夾中即可。"
  88. LangString str_section_plugin_home ${LANG_TRADCHINESE} \
  89. "建立插件資料夾"
  90. LangString str_desc_plugin_home ${LANG_TRADCHINESE} \
  91. "Create plugin directories in HOME directory."
  92. LangString str_section_plugin_vim ${LANG_TRADCHINESE} \
  93. "建立共享插件資料夾"
  94. LangString str_desc_plugin_vim ${LANG_TRADCHINESE} \
  95. "在 Vim 安裝資料夾下建立(空的)插件資料夾結構,電腦上所有用戶都能使用安裝\
  96. 在該資料夾里的擴展插件。"
  97. LangString str_section_nls ${LANG_TRADCHINESE} \
  98. "安裝本地語言支持"
  99. LangString str_desc_nls ${LANG_TRADCHINESE} \
  100. "安裝用于支持本地語言的檔案。"
  101. LangString str_unsection_register ${LANG_TRADCHINESE} \
  102. "移除 Vim 系統設定"
  103. LangString str_desc_unregister ${LANG_TRADCHINESE} \
  104. "移除與 Vim 相關的系統設定。"
  105. LangString str_unsection_exe ${LANG_TRADCHINESE} \
  106. "移除 Vim 程式及腳本"
  107. LangString str_desc_rm_exe ${LANG_TRADCHINESE} \
  108. "移除所有的 Vim 程式及腳本。"
  109. LangString str_ungroup_plugin ${LANG_TRADCHINESE} \
  110. "Remove plugin directories"
  111. LangString str_desc_rm_plugin ${LANG_TRADCHINESE} \
  112. "Remove the plugin directories if they are empty."
  113. LangString str_unsection_plugin_home ${LANG_TRADCHINESE} \
  114. "Private"
  115. LangString str_desc_rm_plugin_home ${LANG_TRADCHINESE} \
  116. "Remove the vimfiles directory in HOME directory."
  117. LangString str_unsection_plugin_vim ${LANG_TRADCHINESE} \
  118. "Shared"
  119. LangString str_desc_rm_plugin_vim ${LANG_TRADCHINESE} \
  120. "Remove the vimfiles directory in Vim install directory."
  121. LangString str_unsection_rootdir ${LANG_TRADCHINESE} \
  122. "Remove the Vim root directory"
  123. LangString str_desc_rm_rootdir ${LANG_TRADCHINESE} \
  124. "Remove the Vim root directory. It contains your Vim configuration files!"
  125. ##############################################################################
  126. # Messages {{{1
  127. ##############################################################################
  128. #LangString str_msg_too_many_ver ${LANG_TRADCHINESE} \
  129. # "閣下的電腦上安裝了 $vim_old_ver_count 個不同版本的 Vim,$\r$\n\
  130. # 但是本安裝程式最多只能處理 ${VIM_MAX_OLD_VER} 個版本。$\r$\n\
  131. # 煩請閣下手工移除一些版本以后再運行本安裝程式。"
  132. #LangString str_msg_invalid_root ${LANG_TRADCHINESE} \
  133. # "安裝資料夾「$vim_install_root」無效!$\r$\n\
  134. # 該資料夾必須以「vim」結尾。"
  135. #LangString str_msg_bin_mismatch ${LANG_TRADCHINESE} \
  136. # "Vim 執行程式安裝路徑異常!$\r$\n$\r$\n\
  137. # 該版本 Vim 的執行程式安裝路徑應該是「$vim_bin_path」,$\r$\n\
  138. # 而系統卻指示該路徑為「$INSTDIR」。"
  139. #LangString str_msg_vim_running ${LANG_TRADCHINESE} \
  140. # "閣下的電腦上尚有正在運行之 Vim,$\r$\n\
  141. # 煩請閣下在執行后續步驟前將其全部退出。"
  142. #LangString str_msg_register_ole ${LANG_TRADCHINESE} \
  143. # "試圖注冊 Vim OLE 伺服程式。請注意不論成功與否都不再顯示進一步的信息。"
  144. #LangString str_msg_unreg_ole ${LANG_TRADCHINESE} \
  145. # "試圖注銷 Vim OLE 伺服程式。請注意不論成功與否都不再顯示進一步的信息。"
  146. #LangString str_msg_rm_start ${LANG_TRADCHINESE} \
  147. # "正移除如下版本:"
  148. #LangString str_msg_rm_fail ${LANG_TRADCHINESE} \
  149. # "以下版本移除失敗:"
  150. #LangString str_msg_no_rm_key ${LANG_TRADCHINESE} \
  151. # "找不到反安裝程式的登錄檔入口。"
  152. #LangString str_msg_no_rm_reg ${LANG_TRADCHINESE} \
  153. # "在登錄檔中未找到反安裝程式路徑。"
  154. #LangString str_msg_no_rm_exe ${LANG_TRADCHINESE} \
  155. # "找不到反安裝程式。"
  156. #LangString str_msg_rm_copy_fail ${LANG_TRADCHINESE} \
  157. # "無法將法將反安裝程式复制到臨時目錄。"
  158. #LangString str_msg_rm_run_fail ${LANG_TRADCHINESE} \
  159. # "執行反安裝程式失敗。"
  160. #LangString str_msg_abort_install ${LANG_TRADCHINESE} \
  161. # "安裝程式將退出。"
  162. LangString str_msg_install_fail ${LANG_TRADCHINESE} \
  163. "安裝失敗。預祝下次好運。"
  164. LangString str_msg_rm_exe_fail ${LANG_TRADCHINESE} \
  165. "資料夾「$0」下有部分檔案未能移除!$\r$\n\
  166. 閣下只能手工移除該資料夾。"
  167. #LangString str_msg_rm_root_fail ${LANG_TRADCHINESE} \
  168. # "警告:無法刪除 Vim 安裝資料夾「$vim_install_root」,\
  169. # 該資料夾下仍有其他檔案。"
  170. LangString str_msg_uninstalling ${LANG_TRADCHINESE} \
  171. "Uninstalling the old version..."
  172. LangString str_msg_registering ${LANG_TRADCHINESE} \
  173. "Registering..."
  174. LangString str_msg_unregistering ${LANG_TRADCHINESE} \
  175. "Unregistering..."
  176. ##############################################################################
  177. # Dialog Box {{{1
  178. ##############################################################################
  179. LangString str_vimrc_page_title ${LANG_TRADCHINESE} \
  180. "Choose _vimrc settings"
  181. LangString str_vimrc_page_subtitle ${LANG_TRADCHINESE} \
  182. "Choose the settings for enhancement, keyboard and mouse."
  183. LangString str_msg_compat_title ${LANG_TRADCHINESE} \
  184. " Vi / Vim behavior "
  185. LangString str_msg_compat_desc ${LANG_TRADCHINESE} \
  186. "&Compatibility and enhancements"
  187. LangString str_msg_compat_vi ${LANG_TRADCHINESE} \
  188. "Vi compatible"
  189. LangString str_msg_compat_vim ${LANG_TRADCHINESE} \
  190. "Vim original"
  191. LangString str_msg_compat_defaults ${LANG_TRADCHINESE} \
  192. "Vim with some enhancements (load defaults.vim)"
  193. LangString str_msg_compat_all ${LANG_TRADCHINESE} \
  194. "Vim with all enhancements (load vimrc_example.vim) (Default)"
  195. LangString str_msg_keymap_title ${LANG_TRADCHINESE} \
  196. " Mappings "
  197. LangString str_msg_keymap_desc ${LANG_TRADCHINESE} \
  198. "&Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)"
  199. LangString str_msg_keymap_default ${LANG_TRADCHINESE} \
  200. "Do not remap keys (Default)"
  201. LangString str_msg_keymap_windows ${LANG_TRADCHINESE} \
  202. "Remap a few keys"
  203. LangString str_msg_mouse_title ${LANG_TRADCHINESE} \
  204. " Mouse "
  205. LangString str_msg_mouse_desc ${LANG_TRADCHINESE} \
  206. "&Behavior of right and left buttons"
  207. LangString str_msg_mouse_default ${LANG_TRADCHINESE} \
  208. "Right: popup menu, Left: visual mode (Default)"
  209. LangString str_msg_mouse_windows ${LANG_TRADCHINESE} \
  210. "Right: popup menu, Left: select mode (Windows)"
  211. LangString str_msg_mouse_unix ${LANG_TRADCHINESE} \
  212. "Right: extends selection, Left: visual mode (Unix)"