diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-20 14:33:02 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2015-10-30 20:45:55 +1100 |
commit | 4ed950841e36b72fc9054a949461721d136f4b3b (patch) | |
tree | 01c9806eb8c14e601b6fa9c3a083cd1aef350cf5 /po/ja.po | |
parent | gitk: l10n: Update Catalan translation (diff) | |
download | tgif-4ed950841e36b72fc9054a949461721d136f4b3b.tar.xz |
gitk: Update msgid's for menu items with accelerator
The commit d99b4b0de27a ("gitk: Accelerators for the main menu")
modified the menu item strings with the accelerator, but the
translations didn't follow, thus the menus are shown without
translations.
This patch systematically update the msgid keys just to follow this
change. The contents aren't changed, so the accelerator won't work in
these locales for now. Each locale translator needs to add proper
acceleration keys appropriately.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -90,71 +90,71 @@ msgid "Cancel" msgstr "キャンセル" #: gitk:2069 -msgid "Update" +msgid "&Update" msgstr "更新" #: gitk:2070 -msgid "Reload" +msgid "&Reload" msgstr "リロード" #: gitk:2071 -msgid "Reread references" +msgid "Reread re&ferences" msgstr "リファレンスを再読み込み" #: gitk:2072 -msgid "List references" +msgid "&List references" msgstr "リファレンスリストを表示" #: gitk:2074 -msgid "Start git gui" +msgid "Start git &gui" msgstr "git gui の開始" #: gitk:2076 -msgid "Quit" +msgid "&Quit" msgstr "終了" #: gitk:2068 -msgid "File" +msgid "&File" msgstr "ファイル" #: gitk:2080 -msgid "Preferences" +msgid "&Preferences" msgstr "設定" #: gitk:2079 -msgid "Edit" +msgid "&Edit" msgstr "編集" #: gitk:2084 -msgid "New view..." +msgid "&New view..." msgstr "新規ビュー..." #: gitk:2085 -msgid "Edit view..." +msgid "&Edit view..." msgstr "ビュー編集..." #: gitk:2086 -msgid "Delete view" +msgid "&Delete view" msgstr "ビュー削除" #: gitk:2088 gitk:4043 -msgid "All files" +msgid "&All files" msgstr "全てのファイル" #: gitk:2083 gitk:4067 -msgid "View" +msgid "&View" msgstr "ビュー" #: gitk:2093 gitk:2103 gitk:3012 -msgid "About gitk" +msgid "&About gitk" msgstr "gitk について" #: gitk:2094 gitk:2108 -msgid "Key bindings" +msgid "&Key bindings" msgstr "キーバインディング" #: gitk:2092 gitk:2107 -msgid "Help" +msgid "&Help" msgstr "ヘルプ" #: gitk:2185 gitk:8652 |