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

View File

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

View File

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