diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-20 14:33:02 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2015-10-30 10:45:55 +0100 |
commit | 4ed950841e36b72fc9054a949461721d136f4b3b (patch) | |
tree | 01c9806eb8c14e601b6fa9c3a083cd1aef350cf5 /po/vi.po | |
parent | gitk: l10n: Update Catalan translation (diff) | |
download | git-4ed950841e36b72fc9054a949461721d136f4b3b.tar.xz git-4ed950841e36b72fc9054a949461721d136f4b3b.zip |
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 '')
-rw-r--r-- | po/vi.po | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -88,71 +88,71 @@ msgid "Cancel" msgstr "Thôi" #: gitk:2069 -msgid "Update" +msgid "&Update" msgstr "Cập nhật" #: gitk:2070 -msgid "Reload" +msgid "&Reload" msgstr "Tải lại" #: gitk:2071 -msgid "Reread references" +msgid "Reread re&ferences" msgstr "Đọc lại tham chiếu" #: gitk:2072 -msgid "List references" +msgid "&List references" msgstr "Liệt kê các tham chiếu" #: gitk:2074 -msgid "Start git gui" +msgid "Start git &gui" msgstr "Khởi chạy git gui" #: gitk:2076 -msgid "Quit" +msgid "&Quit" msgstr "Thoát" #: gitk:2068 -msgid "File" +msgid "&File" msgstr "Chính" #: gitk:2080 -msgid "Preferences" +msgid "&Preferences" msgstr "Cá nhân hóa" #: gitk:2079 -msgid "Edit" +msgid "&Edit" msgstr "Chỉnh sửa" #: gitk:2084 -msgid "New view..." +msgid "&New view..." msgstr "Thêm trình bày mới..." #: gitk:2085 -msgid "Edit view..." +msgid "&Edit view..." msgstr "Sửa cách trình bày..." #: gitk:2086 -msgid "Delete view" +msgid "&Delete view" msgstr "Xóa cách trình bày" #: gitk:2088 gitk:4043 -msgid "All files" +msgid "&All files" msgstr "Mọi tập tin" #: gitk:2083 gitk:4067 -msgid "View" +msgid "&View" msgstr "Trình bày" #: gitk:2093 gitk:2103 gitk:3012 -msgid "About gitk" +msgid "&About gitk" msgstr "Giới thiệu về gitk" #: gitk:2094 gitk:2108 -msgid "Key bindings" +msgid "&Key bindings" msgstr "Tổ hợp phím" #: gitk:2092 gitk:2107 -msgid "Help" +msgid "&Help" msgstr "Trợ giúp" #: gitk:2185 gitk:8652 |