diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-18 21:55:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-18 21:55:01 +0000 |
commit | c1e37901fc8486c9960d7290e521ba51e292e94b (patch) | |
tree | 5367e8f83d9d313dd73c0499fd310f57df5e605f /runtime/lang/menu_ja_jp.euc-jp.vim | |
parent | a93fa7ee7856b54d3778e613c7b7e4b76aaeb2af (diff) | |
download | vim-c1e37901fc8486c9960d7290e521ba51e292e94b.zip |
updated for version 7.0e02
Diffstat (limited to 'runtime/lang/menu_ja_jp.euc-jp.vim')
-rw-r--r-- | runtime/lang/menu_ja_jp.euc-jp.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/lang/menu_ja_jp.euc-jp.vim b/runtime/lang/menu_ja_jp.euc-jp.vim index e73376c6f..ee9f0e50e 100644 --- a/runtime/lang/menu_ja_jp.euc-jp.vim +++ b/runtime/lang/menu_ja_jp.euc-jp.vim @@ -2,7 +2,7 @@ " " Menu Translations: Japanese (EUC-JP) " Translated By: MURAOKA Taro <koron@tka.att.ne.jp> -" Last Change: 28-Mar-2006. +" Last Change: 18-Apr-2006. " Quit when menu translations have already been done. if exists("did_menu_trans") @@ -60,6 +60,7 @@ menutrans Find\ and\ Rep&lace<Tab>:%s 置換(&L)<Tab>:%s menutrans Find\ and\ Rep&lace<Tab>:s 置換(&L)<Tab>:s "menutrans Options\.\.\. オプション(&O)\.\.\. menutrans Settings\ &Window 設定ウィンドウ(&W) +menutrans Startup\ &Settings 起動時の設定(&S) " Edit/Global Settings menutrans &Global\ Settings 全体設定(&G) |