• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: 提交

NVDA with Japanese branch


Commit MetaInfo

修訂886ccbee525e5c18f610ce65bf373e34cd65a2ef (tree)
時間2014-02-11 22:45:33
作者Takuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Log Message

removed menu items regarding nvdajp website

Change Summary

差異

--- a/source/gui/__init__.py
+++ b/source/gui/__init__.py
@@ -444,15 +444,9 @@ class SysTrayIcon(wx.TaskBarIcon):
444444
445445 menu_help = self.helpMenu = wx.Menu()
446446 #nvdajp begin
447- subMenu_jp = wx.Menu()
448447 if not globalVars.appArgs.secure:
449- item = subMenu_jp.Append(wx.ID_ANY, _("&Readme (nvdajp)"))
448+ item = menu_help.Append(wx.ID_ANY, _("&Readme (nvdajp)"))
450449 self.Bind(wx.EVT_MENU, lambda evt: openDocFileAsHTA("readmejp"), item)
451- item = subMenu_jp.Append(wx.ID_ANY, _("NVDA web site") + " (nvdajp)")
452- self.Bind(wx.EVT_MENU, lambda evt: os.startfile("http://www.nvda.jp/"), item)
453- item = subMenu_jp.Append(wx.ID_ANY, _("C&ontributors") + " (nvdajp)")
454- self.Bind(wx.EVT_MENU, lambda evt: os.startfile("http://sourceforge.jp/projects/nvdajp/wiki/contributors_ja"), item)
455- menu_help.AppendMenu(wx.ID_ANY,_("Help for Japanese version"),subMenu_jp)
456450 #nvdajp end
457451 if not globalVars.appArgs.secure:
458452 item = menu_help.Append(wx.ID_ANY, _("User Guide"))
--- a/source/locale/ja/LC_MESSAGES/nvda.po
+++ b/source/locale/ja/LC_MESSAGES/nvda.po
@@ -6,7 +6,7 @@ msgstr ""
66 "Project-Id-Version: NVDA bzr main:5884\n"
77 "Report-Msgid-Bugs-To: \n"
88 "POT-Creation-Date: 2014-02-07 18:54+1000\n"
9-"PO-Revision-Date: 2014-02-06 21:50+0900\n"
9+"PO-Revision-Date: 2014-02-11 22:41+0900\n"
1010 "Last-Translator: Takuya Nishimoto <nishimotz@gmail.com>\n"
1111 "Language-Team: NVDA Japanese Team <nishimotz@gmail.com>\n"
1212 "Language: ja\n"
@@ -90,10 +90,6 @@ msgstr "KGS BrailleMemo シリーズ"
9090 msgid "Language settings..."
9191 msgstr "日本語設定(&L)..."
9292
93-#: gui\__init.py:378
94-msgid "Help for Japanese version"
95-msgstr "日本語版ヘルプ(&J)"
96-
9793 #: settingDialogs.py:637
9894 msgid "Language Settings"
9995 msgstr "日本語設定"
Show on old repository browser