blob: 58f4dccc1bf136669c32f207c2d51486e62bf664 [file] [log] [blame]
Bram Moolenaaraf610b82018-12-21 16:22:50 +01001# vi:set ts=8 sts=4 sw=4 et fdm=marker:
2#
3# japanese.nsi: Japanese language strings for gvim NSIS installer.
4#
5# Locale ID : 1041
6# fileencoding : UTF-8
7# Author : Ken Takata
8
9!insertmacro MUI_LANGUAGE "Japanese"
10
11
12# Overwrite the default translation.
Bram Moolenaard09091d2019-01-17 16:07:22 +010013# These strings should be always English. Otherwise dosinst.c fails.
Bram Moolenaaraf610b82018-12-21 16:22:50 +010014LangString ^SetupCaption ${LANG_JAPANESE} \
15 "$(^Name) Setup"
16LangString ^UninstallCaption ${LANG_JAPANESE} \
17 "$(^Name) Uninstall"
18
19# Workarounds for NSIS Japanese translation. The messages are too long.
20# These should be better to be fixed by the NSIS upstream.
21LangString ^SpaceAvailable ${LANG_JAPANESE} \
22 "利用可能なディスク容量:"
23LangString ^SpaceRequired ${LANG_JAPANESE} \
24 "必要なディスク容量:"
25# Fix another NSIS Japanese translation. The access key was missing.
26LangString ^InstallBtn ${LANG_JAPANESE} \
27 "インストール(&I)"
28
29##############################################################################
30# MUI Configuration Strings {{{1
31##############################################################################
32
33#LangString str_dest_folder ${LANG_JAPANESE} \
34# "Destination Folder (Must end with $\"vim$\")"
35
36LangString str_show_readme ${LANG_JAPANESE} \
37 "インストール完了後に README を表示する"
38
39# Install types:
40LangString str_type_typical ${LANG_JAPANESE} \
41 "通常"
42
43LangString str_type_minimal ${LANG_JAPANESE} \
44 "最小"
45
46LangString str_type_full ${LANG_JAPANESE} \
47 "全て"
48
49
50##############################################################################
51# Section Titles & Description {{{1
52##############################################################################
53
54LangString str_section_old_ver ${LANG_JAPANESE} \
55 "既存のバージョンをアンインストール"
56LangString str_desc_old_ver ${LANG_JAPANESE} \
57 "すでにインストールされている Vim をシステムから削除します。"
58
59LangString str_section_exe ${LANG_JAPANESE} \
60 "Vim GUI とランタイムファイル"
61LangString str_desc_exe ${LANG_JAPANESE} \
62 "Vim GUI 実行ファイルとラインタイムファイル。このコンポーネントは必須です。"
63
64LangString str_section_console ${LANG_JAPANESE} \
65 "Vim コンソールプログラム"
66LangString str_desc_console ${LANG_JAPANESE} \
67 "コンソール版の Vim (vim.exe)。"
68
69LangString str_section_batch ${LANG_JAPANESE} \
70 ".bat ファイルを作成"
71LangString str_desc_batch ${LANG_JAPANESE} \
72 "コマンドラインから Vim と関連コマンドを実行できるように、.bat ファイルを Windows ディレクトリに作成します。"
73
74LangString str_group_icons ${LANG_JAPANESE} \
75 "Vim のアイコンを作成"
76LangString str_desc_icons ${LANG_JAPANESE} \
77 "Vim を簡単に実行できるように、いくつかの場所にアイコンを作成します。"
78
79LangString str_section_desktop ${LANG_JAPANESE} \
80 "デスクトップ上"
81LangString str_desc_desktop ${LANG_JAPANESE} \
82 "gVim 実行ファイルのアイコンをデスクトップ上に作成します。"
83
84LangString str_section_start_menu ${LANG_JAPANESE} \
85 "スタートメニューのプログラムフォルダー上"
86LangString str_desc_start_menu ${LANG_JAPANESE} \
87 "Vim のアイコンをスタートメニューのプログラムフォルダー上に作成します。"
88
89#LangString str_section_quick_launch ${LANG_JAPANESE} \
90# "In the Quick Launch Bar"
91#LangString str_desc_quick_launch ${LANG_JAPANESE} \
92# "Add Vim shortcut in the quick launch bar."
93
94LangString str_section_edit_with ${LANG_JAPANESE} \
95 "Vim のコンテキストメニューを追加"
96LangString str_desc_edit_with ${LANG_JAPANESE} \
97 "$\"Vimで編集する$\" をコンテキストメニューに追加します。"
98
99#LangString str_section_edit_with32 ${LANG_JAPANESE} \
100# "32-bit Version"
101#LangString str_desc_edit_with32 ${LANG_JAPANESE} \
102# "Add Vim to the $\"Open With...$\" context menu list \
103# for 32-bit applications."
104
105#LangString str_section_edit_with64 ${LANG_JAPANESE} \
106# "64-bit Version"
107#LangString str_desc_edit_with64 ${LANG_JAPANESE} \
108# "Add Vim to the $\"Open With...$\" context menu list \
109# for 64-bit applications."
110
111LangString str_section_vim_rc ${LANG_JAPANESE} \
112 "既定のコンフィグを作成"
113LangString str_desc_vim_rc ${LANG_JAPANESE} \
114 "もし無ければ、既定のコンフィグファイル (_vimrc) を作成します。"
115
116LangString str_group_plugin ${LANG_JAPANESE} \
117 "プラグインディレクトリを作成"
118LangString str_desc_plugin ${LANG_JAPANESE} \
119 "プラグインディレクトリを作成します。そこにプラグインファイルを置くことで Vim を拡張することができます。"
120
121LangString str_section_plugin_home ${LANG_JAPANESE} \
122 "個人用"
123LangString str_desc_plugin_home ${LANG_JAPANESE} \
124 "プラグインディレクトリをホームディレクトリに作成します。"
125
126LangString str_section_plugin_vim ${LANG_JAPANESE} \
127 "共用"
128LangString str_desc_plugin_vim ${LANG_JAPANESE} \
129 "プラグインディレクトリを Vim のインストールディレクトリに作成します。システムの全員で共有されます。"
130
Bram Moolenaaraf610b82018-12-21 16:22:50 +0100131LangString str_section_nls ${LANG_JAPANESE} \
132 "多言語サポート"
133LangString str_desc_nls ${LANG_JAPANESE} \
134 "多言語サポート用のファイルをインストールします。"
135
136LangString str_unsection_register ${LANG_JAPANESE} \
137 "Vim を登録解除"
138LangString str_desc_unregister ${LANG_JAPANESE} \
139 "Vim をシステムから登録解除します。"
140
141LangString str_unsection_exe ${LANG_JAPANESE} \
142 "Vim の実行ファイル/ランタイムファイルを削除"
143LangString str_desc_rm_exe ${LANG_JAPANESE} \
144 "全ての Vim の実行ファイルとランタイムファイルを削除します。"
145
146LangString str_ungroup_plugin ${LANG_JAPANESE} \
147 "プラグインディレクトリを削除"
148LangString str_desc_rm_plugin ${LANG_JAPANESE} \
149 "プラグインディレクトリが空であればそれを削除します。"
150
151LangString str_unsection_plugin_home ${LANG_JAPANESE} \
152 "個人用"
153LangString str_desc_rm_plugin_home ${LANG_JAPANESE} \
154 "プラグインディレクトリをホームディレクトリから削除します。"
155
156LangString str_unsection_plugin_vim ${LANG_JAPANESE} \
157 "共用"
158LangString str_desc_rm_plugin_vim ${LANG_JAPANESE} \
159 "プラグインディレクトリを Vim のインストールディレクトリから削除します。"
160
161LangString str_unsection_rootdir ${LANG_JAPANESE} \
162 "Vim のトップディレクトリを削除"
163LangString str_desc_rm_rootdir ${LANG_JAPANESE} \
164 "Vim のトップディレクトリを削除します。あなたの Vim の設定ファイルも含まれていることに注意してください!"
165
166
167##############################################################################
168# Messages {{{1
169##############################################################################
170
171#LangString str_msg_too_many_ver ${LANG_JAPANESE} \
172# "Found $vim_old_ver_count Vim versions on your system.$\r$\n\
173# This installer can only handle ${VIM_MAX_OLD_VER} versions \
174# at most.$\r$\n\
175# Please remove some versions and start again."
176
177#LangString str_msg_invalid_root ${LANG_JAPANESE} \
178# "Invalid install path: $vim_install_root!$\r$\n\
179# It should end with $\"vim$\"."
180
181#LangString str_msg_bin_mismatch ${LANG_JAPANESE} \
182# "Binary path mismatch!$\r$\n$\r$\n\
183# Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
184# but system indicates the binary path is $\"$INSTDIR$\"."
185
186#LangString str_msg_vim_running ${LANG_JAPANESE} \
187# "Vim is still running on your system.$\r$\n\
188# Please close all instances of Vim before you continue."
189
190#LangString str_msg_register_ole ${LANG_JAPANESE} \
191# "Attempting to register Vim with OLE. \
192# There is no message indicates whether this works or not."
193
194#LangString str_msg_unreg_ole ${LANG_JAPANESE} \
195# "Attempting to unregister Vim with OLE. \
196# There is no message indicates whether this works or not."
197
198#LangString str_msg_rm_start ${LANG_JAPANESE} \
199# "Uninstalling the following version:"
200
201#LangString str_msg_rm_fail ${LANG_JAPANESE} \
202# "Fail to uninstall the following version:"
203
204#LangString str_msg_no_rm_key ${LANG_JAPANESE} \
205# "Cannot find uninstaller registry key."
206
207#LangString str_msg_no_rm_reg ${LANG_JAPANESE} \
208# "Cannot find uninstaller from registry."
209
210#LangString str_msg_no_rm_exe ${LANG_JAPANESE} \
211# "Cannot access uninstaller."
212
213#LangString str_msg_rm_copy_fail ${LANG_JAPANESE} \
214# "Fail to copy uninstaller to temporary directory."
215
216#LangString str_msg_rm_run_fail ${LANG_JAPANESE} \
217# "Fail to run uninstaller."
218
219#LangString str_msg_abort_install ${LANG_JAPANESE} \
220# "Installer will abort."
221
222LangString str_msg_install_fail ${LANG_JAPANESE} \
223 "インストールに失敗しました。次はうまくいくことを祈ります。"
224
225LangString str_msg_rm_exe_fail ${LANG_JAPANESE} \
226 "$0 内の一部のファイルは削除できませんでした!$\r$\n\
227 手動で削除する必要があります。"
228
229#LangString str_msg_rm_root_fail ${LANG_JAPANESE} \
230# "WARNING: Cannot remove $\"$vim_install_root$\", it is not empty!"
231
232LangString str_msg_uninstalling ${LANG_JAPANESE} \
233 "古いバージョンをアンインストールしています..."
234
235LangString str_msg_registering ${LANG_JAPANESE} \
236 "登録中..."
237
238LangString str_msg_unregistering ${LANG_JAPANESE} \
239 "登録解除中..."
240
241
242##############################################################################
243# Dialog Box {{{1
244##############################################################################
245
246LangString str_vimrc_page_title ${LANG_JAPANESE} \
247 "_vimrc の設定を選んでください"
248LangString str_vimrc_page_subtitle ${LANG_JAPANESE} \
249 "拡張やキーボード、マウスの設定を選んでください。"
250
251LangString str_msg_compat_title ${LANG_JAPANESE} \
252 " Vi / Vim の動作 "
253LangString str_msg_compat_desc ${LANG_JAPANESE} \
254 "互換性と拡張(&C)"
255LangString str_msg_compat_vi ${LANG_JAPANESE} \
256 "Vi 互換"
257LangString str_msg_compat_vim ${LANG_JAPANESE} \
258 "Vim 独自"
259LangString str_msg_compat_defaults ${LANG_JAPANESE} \
260 "Vim 独自と多少の拡張 (defaults.vim を読み込み)"
261LangString str_msg_compat_all ${LANG_JAPANESE} \
262 "Vim 独自と全ての拡張 (vimrc_example.vim を読み込み) (既定)"
263
264LangString str_msg_keymap_title ${LANG_JAPANESE} \
265 " マッピング "
266LangString str_msg_keymap_desc ${LANG_JAPANESE} \
267 "Windows用に一部のキーをリマップする(&R) (例: Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F など)"
268LangString str_msg_keymap_default ${LANG_JAPANESE} \
269 "リマップしない (既定)"
270LangString str_msg_keymap_windows ${LANG_JAPANESE} \
271 "リマップする"
272
273LangString str_msg_mouse_title ${LANG_JAPANESE} \
274 " マウス "
275LangString str_msg_mouse_desc ${LANG_JAPANESE} \
276 "右ボタンと左ボタンの動作(&B)"
277LangString str_msg_mouse_default ${LANG_JAPANESE} \
278 "右:ポップアップメニュー、左:ビジュアルモード (既定)"
279LangString str_msg_mouse_windows ${LANG_JAPANESE} \
280 "右:ポップアップメニュー、左:選択モード (Windows)"
281LangString str_msg_mouse_unix ${LANG_JAPANESE} \
282 "右:選択を拡張、左:ビジュアルモード (Unix)"