Added a Transifex link in the Help menu.

http://www.transifex.com/projects/p/vba-m/
This commit is contained in:
skidau 2015-05-12 14:24:17 +00:00
parent bb3353a491
commit f0568f9945
3 changed files with 19 additions and 6 deletions

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-12 21:52+1000\n"
"POT-Creation-Date: 2015-05-13 00:20+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -365,18 +365,18 @@ msgstr ""
msgid "Waiting for GDB..."
msgstr ""
#: ../src/wx/cmdevents.cpp:2161
#: ../src/wx/cmdevents.cpp:2166
msgid "Nintendo GameBoy (+Color+Advance) emulator."
msgstr ""
#: ../src/wx/cmdevents.cpp:2162
#: ../src/wx/cmdevents.cpp:2167
msgid ""
"Copyright (C) 1999-2003 Forgotten\n"
"Copyright (C) 2004-2006 VBA development team\n"
"Copyright (C) 2007-2015 VBA-M development team"
msgstr ""
#: ../src/wx/cmdevents.cpp:2163
#: ../src/wx/cmdevents.cpp:2168
msgid ""
"This program is free software: you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
@ -392,11 +392,11 @@ msgid ""
"along with this program. If not, see http://www.gnu.org/licenses ."
msgstr ""
#: ../src/wx/cmdevents.cpp:2386
#: ../src/wx/cmdevents.cpp:2391
msgid "LAN link is already active. Disable link mode to disconnect."
msgstr ""
#: ../src/wx/cmdevents.cpp:2391
#: ../src/wx/cmdevents.cpp:2396
msgid "Network is not supported in local mode."
msgstr ""
@ -3155,6 +3155,10 @@ msgstr ""
msgid "VBA-M Support &Forum"
msgstr ""
#: ../src/wx/xrc/MainMenu.xrc:611
msgid "Translations"
msgstr ""
#: ../src/wx/xrc/MapViewer.xrc:15
msgid "Frame 0"
msgstr ""

View File

@ -2148,6 +2148,11 @@ EVT_HANDLER(FAQ, "VBA-M support forum")
wxLaunchDefaultBrowser(wxT("http://vba-m.com/forum/"));
}
EVT_HANDLER(Translate, "Translations")
{
wxLaunchDefaultBrowser(wxT("http://www.transifex.com/projects/p/vba-m"));
}
// was About
EVT_HANDLER(wxID_ABOUT, "About...")
{

View File

@ -607,6 +607,10 @@
<object class="wxMenuItem" name="FAQ">
<label>VBA-M Support _Forum</label>
</object>
<object class="wxMenuItem" name="Translate">
<label>Translations</label>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="wxID_ABOUT"/>
</object>
</object>