Removed ellipsis from "About..." occurrences.
MS and Apple guidelines mention ellipses should generally be used when a command needs additional information from the user before the operation can execute. This is not the case for showing an about dialog so the ellipses have been removed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ecc8721a0a
commit
2d143b6689
@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -177,7 +177,7 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos
|
||||
|
||||
wxMenu* helpMenu = new wxMenu;
|
||||
helpMenu->Append(wxID_HELP_CONTENTS, wxT("&Help Contents"), wxT("Displays information about playing the game"));
|
||||
helpMenu->Append(wxID_ABOUT, wxT("&About..."), wxT("About Forty Thieves"));
|
||||
helpMenu->Append(wxID_ABOUT, wxT("&About"), wxT("About Forty Thieves"));
|
||||
|
||||
m_menuBar = new wxMenuBar;
|
||||
m_menuBar->Append(gameMenu, wxT("&Game"));
|
||||
|
@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -19,7 +19,7 @@ Also note that you can retrieve stock bitmaps using wxArtProvider.
|
||||
|
||||
@beginDefList
|
||||
@row3col{<b>Stock ID</b>, <b>GTK icon</b>, <b>Stock label</b>}
|
||||
@stock{wxID_ABOUT,about,&About...}
|
||||
@stock{wxID_ABOUT,about,&About}
|
||||
@stock{wxID_ADD,add,Add}
|
||||
@stock{wxID_APPLY,apply,&Apply}
|
||||
@stock{wxID_BACKWARD,go-back-ltr,&Back}
|
||||
|
@ -132,8 +132,8 @@ msgstr "%s lêers (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Aangaande..."
|
||||
msgid "&About"
|
||||
msgstr "&Aangaande"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1248,8 +1248,8 @@ msgstr "&Aangaande..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Aangaande..."
|
||||
msgid "About"
|
||||
msgstr "&Aangaande"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -138,8 +138,8 @@ msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&عن..."
|
||||
msgid "&About"
|
||||
msgstr "&عن"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1193,8 +1193,8 @@ msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&عن..."
|
||||
msgid "About"
|
||||
msgstr "&عن"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -132,7 +132,7 @@ msgstr "Fitxers (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1247,7 +1247,7 @@ msgid "About %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
|
@ -132,7 +132,7 @@ msgstr "Fitxers (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1247,7 +1247,7 @@ msgid "About %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
|
@ -141,8 +141,8 @@ msgstr "%s souborů (%s)|%s"
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#: ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "O &aplikaci..."
|
||||
msgid "&About"
|
||||
msgstr "O &aplikaci"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1221,8 +1221,8 @@ msgid "About %s"
|
||||
msgstr "O %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "O..."
|
||||
msgid "About"
|
||||
msgstr "O"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -136,8 +136,8 @@ msgstr "%s filer (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Om..."
|
||||
msgid "&About"
|
||||
msgstr "&Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1236,8 +1236,8 @@ msgstr "&Om..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Om..."
|
||||
msgid "About"
|
||||
msgstr "&Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -136,8 +136,8 @@ msgstr "%s Dateien (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "Übe&r..."
|
||||
msgid "&About"
|
||||
msgstr "Übe&r"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1202,8 +1202,8 @@ msgstr "Über "
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "Übe&r..."
|
||||
msgid "About"
|
||||
msgstr "Übe&r"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -133,8 +133,8 @@ msgstr "%s αρχεία (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Περί..."
|
||||
msgid "&About"
|
||||
msgstr "&Περί"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1233,8 +1233,8 @@ msgstr "&Περί..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Περί..."
|
||||
msgid "About"
|
||||
msgstr "&Περί"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -134,8 +134,8 @@ msgstr "archivos %s (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Acerca de..."
|
||||
msgid "&About"
|
||||
msgstr "&Acerca de"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1206,8 +1206,8 @@ msgstr "Acerca de"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Acerca de..."
|
||||
msgid "About"
|
||||
msgstr "&Acerca de"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -137,8 +137,8 @@ msgstr "%s agiri (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Honi buruz..."
|
||||
msgid "&About"
|
||||
msgstr "&Honi buruz"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1182,8 +1182,8 @@ msgstr "%s-ri buruz"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Honi buruz..."
|
||||
msgid "About"
|
||||
msgstr "&Honi buruz"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -140,8 +140,8 @@ msgstr "%s-tiedostot (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Tietoja..."
|
||||
msgid "&About"
|
||||
msgstr "&Tietoja"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1215,8 +1215,8 @@ msgstr "Tietoja %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Tietoja..."
|
||||
msgid "About"
|
||||
msgstr "&Tietoja"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -134,8 +134,8 @@ msgstr "%s fichiers (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "À &propos..."
|
||||
msgid "&About"
|
||||
msgstr "À &propos"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1206,8 +1206,8 @@ msgstr "À propos"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "À &propos..."
|
||||
msgid "About"
|
||||
msgstr "À &propos"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -146,8 +146,8 @@ msgstr "%s ficheiros (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Acerca de..."
|
||||
msgid "&About"
|
||||
msgstr "&Acerca de"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1259,8 +1259,8 @@ msgstr "&Acerca de..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Acerca de..."
|
||||
msgid "About"
|
||||
msgstr "&Acerca de"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -140,8 +140,8 @@ msgstr "%s फ़ाइलें (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "के बारे में (&A)..."
|
||||
msgid "&About"
|
||||
msgstr "के बारे में (&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1217,8 +1217,8 @@ msgstr "के बारे में"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "के बारे में (&A)..."
|
||||
msgid "About"
|
||||
msgstr "के बारे में (&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -134,8 +134,8 @@ msgstr "%s fájl (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Névjegy..."
|
||||
msgid "&About"
|
||||
msgstr "&Névjegy"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1219,8 +1219,8 @@ msgstr "&Névjegy..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Névjegy..."
|
||||
msgid "About"
|
||||
msgstr "&Névjegy"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -137,8 +137,8 @@ msgstr "%s File-file (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Tentang..."
|
||||
msgid "&About"
|
||||
msgstr "&Tentang"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1237,8 +1237,8 @@ msgstr "&Tentang..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Tentang..."
|
||||
msgid "About"
|
||||
msgstr "&Tentang"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
10
locale/it.po
10
locale/it.po
@ -1,6 +1,6 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $Id: it.po 69691 2011-11-06 12:07:35Z VZ $\n"
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-11-06 12:55+0100\n"
|
||||
"PO-Revision-Date: 2011-11-23 15:23+0100\n"
|
||||
@ -139,8 +139,8 @@ msgstr "%s file (%s)|%s"
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#: ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "Inform&azioni su..."
|
||||
msgid "&About"
|
||||
msgstr "Inform&azioni su"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1219,8 +1219,8 @@ msgid "About %s"
|
||||
msgstr "Informazioni su %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "Informazioni su..."
|
||||
msgid "About"
|
||||
msgstr "Informazioni su"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -133,8 +133,8 @@ msgstr "%s 形式 (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "詳細 (&A) ..."
|
||||
msgid "&About"
|
||||
msgstr "詳細 (&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1178,8 +1178,8 @@ msgstr "%s について"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "詳細 (&A) ..."
|
||||
msgid "About"
|
||||
msgstr "詳細 (&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -134,8 +134,8 @@ msgstr "%s 파일 (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "이 프로그램은...(&A)"
|
||||
msgid "&About"
|
||||
msgstr "이 프로그램은(&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1201,8 +1201,8 @@ msgstr "%s 정보"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "이 프로그램은...(&A)"
|
||||
msgid "About"
|
||||
msgstr "이 프로그램은(&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
12
locale/lt.po
12
locale/lt.po
@ -139,8 +139,8 @@ msgstr "%s files (%s)|%s"
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#: ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&About..."
|
||||
msgid "&About"
|
||||
msgstr "&About"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -270,8 +270,8 @@ msgid "&Copy URL"
|
||||
msgstr "&Copy URL"
|
||||
|
||||
#: ../src/common/headerctrlcmn.cpp:314
|
||||
msgid "&Customize..."
|
||||
msgstr "&Pritaikyti..."
|
||||
msgid "&Customize"
|
||||
msgstr "&Pritaikyti"
|
||||
|
||||
#: ../src/generic/dbgrptg.cpp:331
|
||||
msgid "&Debug report preview:"
|
||||
@ -1219,8 +1219,8 @@ msgid "About %s"
|
||||
msgstr "About %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "Apie..."
|
||||
msgid "About"
|
||||
msgstr "Apie"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -136,8 +136,8 @@ msgstr "%s failus (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "P&ar..."
|
||||
msgid "&About"
|
||||
msgstr "P&ar"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
@ -1222,8 +1222,8 @@ msgstr "P&ar..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "P&ar..."
|
||||
msgid "About"
|
||||
msgstr "P&ar"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -138,8 +138,8 @@ msgstr "fail %s (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "Perih&al..."
|
||||
msgid "&About"
|
||||
msgstr "Perih&al"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1210,8 +1210,8 @@ msgstr "Perihal"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "Perih&al..."
|
||||
msgid "About"
|
||||
msgstr "Perih&al"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -138,7 +138,7 @@ msgstr "%s filer (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr "%Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1238,7 +1238,7 @@ msgstr "%Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgid "About"
|
||||
msgstr "%Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
|
@ -135,8 +135,8 @@ msgstr "%s bestanden (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "In&fo..."
|
||||
msgid "&About"
|
||||
msgstr "In&fo"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1202,8 +1202,8 @@ msgstr "Over %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "In&fo..."
|
||||
msgid "About"
|
||||
msgstr "In&fo"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -134,8 +134,8 @@ msgstr "%s pliki (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "Inform&acje..."
|
||||
msgid "&About"
|
||||
msgstr "Inform&acje"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1201,8 +1201,8 @@ msgstr "O %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "Inform&acje..."
|
||||
msgid "About"
|
||||
msgstr "Inform&acje"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -140,8 +140,8 @@ msgstr "%s ficheiros (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Sobre..."
|
||||
msgid "&About"
|
||||
msgstr "&Sobre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1211,8 +1211,8 @@ msgstr "Sobre "
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Sobre..."
|
||||
msgid "About"
|
||||
msgstr "&Sobre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -144,8 +144,8 @@ msgstr "Arquivos %s (%s)|%s"
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#: ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Sobre..."
|
||||
msgid "&About"
|
||||
msgstr "&Sobre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1224,8 +1224,8 @@ msgid "About %s"
|
||||
msgstr "Sobre o %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "Sobre..."
|
||||
msgid "About"
|
||||
msgstr "Sobre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -140,8 +140,8 @@ msgstr "fișiere %s (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Despre..."
|
||||
msgid "&About"
|
||||
msgstr "&Despre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1185,8 +1185,8 @@ msgstr "Despre %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Despre..."
|
||||
msgid "About"
|
||||
msgstr "&Despre"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -136,7 +136,7 @@ msgstr "%s файлы (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr "О &программе"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1236,7 +1236,7 @@ msgstr "О &программе"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgid "About"
|
||||
msgstr "О &программе"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
|
@ -136,8 +136,8 @@ msgstr "%s súborov (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&O aplikácii..."
|
||||
msgid "&About"
|
||||
msgstr "&O aplikácii"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1207,8 +1207,8 @@ msgstr "O aplikácii"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&O aplikácii..."
|
||||
msgid "About"
|
||||
msgstr "&O aplikácii"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -162,8 +162,8 @@ msgstr "datoteke %s (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&O programu ..."
|
||||
msgid "&About"
|
||||
msgstr "&O programu"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1387,8 +1387,8 @@ msgstr "O programu %s ..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&O programu ..."
|
||||
msgid "About"
|
||||
msgstr "&O programu"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -135,8 +135,8 @@ msgstr "%s kartela (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Rreth..."
|
||||
msgid "&About"
|
||||
msgstr "&Rreth"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1220,8 +1220,8 @@ msgstr "&Rreth..."
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Rreth..."
|
||||
msgid "About"
|
||||
msgstr "&Rreth"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -132,8 +132,8 @@ msgstr "%s filer (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Om..."
|
||||
msgid "&About"
|
||||
msgstr "&Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1204,8 +1204,8 @@ msgstr "Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Om..."
|
||||
msgid "About"
|
||||
msgstr "&Om"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -133,8 +133,8 @@ msgstr "%s dosyaları (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Hakkında..."
|
||||
msgid "&About"
|
||||
msgstr "&Hakkında"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1200,8 +1200,8 @@ msgstr "%s Hakkında "
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Hakkında..."
|
||||
msgid "About"
|
||||
msgstr "&Hakkında"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -138,8 +138,8 @@ msgstr "%s файлів (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Про програму…"
|
||||
msgid "&About"
|
||||
msgstr "&Про програму"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1166,8 +1166,8 @@ msgid "About %s"
|
||||
msgstr "Про %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "Про програму…"
|
||||
msgid "About"
|
||||
msgstr "Про програму"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -140,8 +140,8 @@ msgstr "%s tệp tin (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "&Thông tin thêm..."
|
||||
msgid "&About"
|
||||
msgstr "&Thông tin thêm"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1185,8 +1185,8 @@ msgstr "Giới thiệu %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#, fuzzy
|
||||
msgid "About..."
|
||||
msgstr "&Thông tin thêm..."
|
||||
msgid "About"
|
||||
msgstr "&Thông tin thêm"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
#, fuzzy
|
||||
|
@ -136,7 +136,7 @@ msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1164,7 +1164,7 @@ msgid "About %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
|
@ -142,7 +142,7 @@ msgstr "%s 文件 (%s)|%s"
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
#: ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr "关于(&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
@ -1227,8 +1227,8 @@ msgid "About %s"
|
||||
msgstr "关于 %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "关于..."
|
||||
msgid "About"
|
||||
msgstr "关于"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -140,8 +140,8 @@ msgstr "%s 檔 (%s)|%s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140 ../src/html/helpfrm.cpp:143
|
||||
#: ../src/html/helpfrm.cpp:145
|
||||
msgid "&About..."
|
||||
msgstr "關於(&A)..."
|
||||
msgid "&About"
|
||||
msgstr "關於(&A)"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "&Actual Size"
|
||||
@ -1168,8 +1168,8 @@ msgid "About %s"
|
||||
msgstr "關於 %s"
|
||||
|
||||
#: ../src/common/stockitem.cpp:140
|
||||
msgid "About..."
|
||||
msgstr "關於..."
|
||||
msgid "About"
|
||||
msgstr "關於"
|
||||
|
||||
#: ../src/common/stockitem.cpp:208
|
||||
msgid "Actual Size"
|
||||
|
@ -337,7 +337,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(AccessTest_About, wxT("&About..."), wxT("Show about dialog"));
|
||||
helpMenu->Append(AccessTest_About, wxT("&About"), wxT("Show about dialog"));
|
||||
|
||||
menuFile->Append(AccessTest_Query, wxT("Query"), wxT("Query the window hierarchy"));
|
||||
menuFile->AppendSeparator();
|
||||
|
@ -157,7 +157,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(wxID_ABOUT, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(wxID_ABOUT, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
menuFile->AppendCheckItem(ID_PlugProvider, wxT("&Plug-in art provider"), wxT("Enable custom art provider"));
|
||||
menuFile->AppendSeparator();
|
||||
|
@ -386,7 +386,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
wxMenuBar *menuBar = new wxMenuBar;
|
||||
|
||||
wxMenu *menuFile = new wxMenu;
|
||||
menuFile->Append(Calendar_File_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(Calendar_File_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Calendar_File_ClearLog, wxT("&Clear log\tCtrl-L"));
|
||||
menuFile->AppendSeparator();
|
||||
|
@ -216,7 +216,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
menuFile->Append(Caret_SetFontSize, wxT("&Font size...\tCtrl-S"));
|
||||
menuFile->Append(Caret_Move, wxT("&Move caret\tCtrl-C"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Caret_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(Caret_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Caret_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -115,7 +115,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(ID_About, "&About...\tF1", "Show about dialog");
|
||||
helpMenu->Append(ID_About, "&About\tF1", "Show about dialog");
|
||||
|
||||
fileMenu->Append(ID_Quit, "E&xit\tAlt-X", "Quit this program");
|
||||
|
||||
|
@ -624,7 +624,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(ComboCtrl_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(ComboCtrl_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
fileMenu->Append(ComboCtrl_Compare, wxT("&Compare against wxComboBox..."),
|
||||
wxT("Show some wxOwnerDrawnComboBoxes side-by-side with native wxComboBoxes."));
|
||||
|
@ -251,7 +251,7 @@ MyFrame::MyFrame()
|
||||
wxT("You need to configure a web server accepting debug report uploads to use this function"));
|
||||
|
||||
wxMenu *menuHelp = new wxMenu;
|
||||
menuHelp->Append(DebugRpt_About, wxT("&About...\tF1"));
|
||||
menuHelp->Append(DebugRpt_About, wxT("&About\tF1"));
|
||||
|
||||
wxMenuBar *mbar = new wxMenuBar();
|
||||
mbar->Append(menuFile, wxT("&File"));
|
||||
|
@ -670,7 +670,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
// satisfy this condition and need to define and connect a separate id.
|
||||
static const int DIALOGS_SYSTEM_ABOUT = 0x4010;
|
||||
|
||||
menu->Append(DIALOGS_SYSTEM_ABOUT, "&About...");
|
||||
menu->Append(DIALOGS_SYSTEM_ABOUT, "&About");
|
||||
Connect(DIALOGS_SYSTEM_ABOUT, wxEVT_COMMAND_MENU_SELECTED,
|
||||
wxCommandEventHandler(MyFrame::ShowSimpleAboutDialog));
|
||||
}
|
||||
|
@ -234,7 +234,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
menuFile->Append(NetTest_EnumISP, wxT("&Enumerate ISPs...\tCtrl-E"));
|
||||
menuFile->Append(NetTest_Check, wxT("&Check connection status...\tCtrl-C"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(NetTest_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(NetTest_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(NetTest_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -213,7 +213,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Display_About, _("&About...\tF1"), _("Show about dialog"));
|
||||
helpMenu->Append(Display_About, _("&About\tF1"), _("Show about dialog"));
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -318,7 +318,7 @@ MyFrame::MyFrame()
|
||||
wxPoint(20,20), wxSize(470,360) )
|
||||
{
|
||||
wxMenu *file_menu = new wxMenu();
|
||||
file_menu->Append( wxID_ABOUT, wxT("&About..."));
|
||||
file_menu->Append( wxID_ABOUT, wxT("&About"));
|
||||
file_menu->AppendCheckItem( TEST_USE_SCREEN, wxT("&Use whole screen for dragging"), wxT("Use whole screen"));
|
||||
file_menu->Append( wxID_EXIT, wxT("E&xit"));
|
||||
|
||||
|
@ -1772,7 +1772,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
#endif
|
||||
menuFile->Append(File_Save, wxT("&Save...\tCtrl-S"), wxT("Save drawing to file"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(File_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(File_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(File_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -249,7 +249,7 @@ MyFrame::MyFrame()
|
||||
|
||||
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Erase_Menu_About, "&About...\tCtrl-A", "Show about dialog");
|
||||
helpMenu->Append(Erase_Menu_About, "&About\tCtrl-A", "Show about dialog");
|
||||
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
menuBar->Append(menuFile, "&File");
|
||||
|
@ -365,7 +365,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
// create a menu bar
|
||||
wxMenu *menuFile = new wxMenu;
|
||||
|
||||
menuFile->Append(Event_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(Event_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Event_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -367,7 +367,7 @@ MyFrame::MyFrame()
|
||||
menuFile->Append(Except_Quit, wxT("E&xit\tCtrl-Q"), wxT("Quit this program"));
|
||||
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Except_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Except_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -496,7 +496,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
#endif
|
||||
|
||||
wxMenu *helpMenu = new wxMenu(wxEmptyString, wxMENU_TEAROFF);
|
||||
helpMenu->Append(Exec_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Exec_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -311,7 +311,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
menuFile->Append(Font_ViewMsg, wxT("&View...\tCtrl-V"),
|
||||
wxT("View an email message file"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Font_About, wxT("&About...\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->Append(Font_About, wxT("&About\tCtrl-A"), wxT("Show about dialog"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(Font_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
||||
|
@ -168,7 +168,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *menuHelp = new wxMenu;
|
||||
menuHelp->Append(wxID_ABOUT, "&About...\tF1", "Show about dialog");
|
||||
menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog");
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -281,7 +281,7 @@ MyFrame::MyFrame()
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(HtmlLbox_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(HtmlLbox_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -668,7 +668,7 @@ MyFrame::MyFrame()
|
||||
menuImage->Append( ID_SHOWTHUMBNAIL, wxT("Test &thumbnail...\tCtrl-T"),
|
||||
"Test scaling the image during load (try with JPEG)");
|
||||
menuImage->AppendSeparator();
|
||||
menuImage->Append( ID_ABOUT, wxT("&About...\tF1"));
|
||||
menuImage->Append( ID_ABOUT, wxT("&About\tF1"));
|
||||
menuImage->AppendSeparator();
|
||||
menuImage->Append( ID_QUIT, wxT("E&xit\tCtrl-Q"));
|
||||
menu_bar->Append(menuImage, wxT("&Image"));
|
||||
|
Binary file not shown.
@ -17,8 +17,8 @@ msgstr ""
|
||||
"POT-Creation-Date: \n"
|
||||
|
||||
#: ../internat.cpp:200
|
||||
msgid "&About..."
|
||||
msgstr "&عن البرنامج..."
|
||||
msgid "&About"
|
||||
msgstr "&عن البرنامج"
|
||||
|
||||
#: ../internat.cpp:202
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -17,7 +17,7 @@ msgid "International wxWindows App"
|
||||
msgstr "Интернационализирано приложение на wxWindows"
|
||||
|
||||
#: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:136
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr "&За програмата"
|
||||
|
||||
#: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:138
|
||||
|
Binary file not shown.
@ -18,8 +18,8 @@ msgstr ""
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: internat.cpp:198
|
||||
msgid "&About..."
|
||||
msgstr "&O programu..."
|
||||
msgid "&About"
|
||||
msgstr "&O programu"
|
||||
|
||||
#: internat.cpp:200
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -19,8 +19,8 @@ msgid "International wxWindows App"
|
||||
msgstr "Internationales wxWindows Programm"
|
||||
|
||||
#: ../internat.cpp:128
|
||||
msgid "&About..."
|
||||
msgstr "Ü&ber..."
|
||||
msgid "&About"
|
||||
msgstr "Ü&ber"
|
||||
|
||||
#: ../internat.cpp:130
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -19,8 +19,8 @@ msgid "International wxWindows App"
|
||||
msgstr "Application wxWindows internationale"
|
||||
|
||||
#: internat.cpp:105
|
||||
msgid "&About..."
|
||||
msgstr "&A propos..."
|
||||
msgid "&About"
|
||||
msgstr "&A propos"
|
||||
|
||||
#: internat.cpp:107
|
||||
msgid "E&xit"
|
||||
|
@ -295,7 +295,7 @@ MyFrame::MyFrame(wxLocale& locale)
|
||||
|
||||
// since wxID_ABOUT and wxID_EXIT are stock IDs they will automatically get
|
||||
// translated help strings; nice isn't it?
|
||||
file_menu->Append(wxID_ABOUT, _("&About..."));
|
||||
file_menu->Append(wxID_ABOUT, _("&About"));
|
||||
file_menu->AppendSeparator();
|
||||
file_menu->Append(wxID_EXIT, _("E&xit"));
|
||||
|
||||
|
Binary file not shown.
@ -47,8 +47,8 @@ msgid "&Test locale availability...\tCtrl-T"
|
||||
msgstr "&Verifica la disponibilità del locale...\tCtrl-T"
|
||||
|
||||
#: ../internat.cpp:261 ../internat.cpp:292
|
||||
msgid "&About..."
|
||||
msgstr "&Informazioni su..."
|
||||
msgid "&About"
|
||||
msgstr "&Informazioni su"
|
||||
|
||||
#: ../internat.cpp:263 ../internat.cpp:294
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -15,8 +15,8 @@ msgstr ""
|
||||
"X-Poedit-SourceCharset: iso-8859-1\n"
|
||||
|
||||
#: ../internat.cpp:214
|
||||
msgid "&About..."
|
||||
msgstr "このアプリケーションについて(&A)…"
|
||||
msgid "&About"
|
||||
msgstr "このアプリケーションについて(&A)"
|
||||
|
||||
#: ../internat.cpp:216
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ..\internat.cpp:180
|
||||
msgid "&About..."
|
||||
msgid "&About"
|
||||
msgstr "wxウィンドウズについて"
|
||||
|
||||
#: ..\internat.cpp:182
|
||||
|
Binary file not shown.
@ -18,8 +18,8 @@ msgid "International wxWindows App"
|
||||
msgstr "საერთაშორისო wxWindows პროგბრამა"
|
||||
|
||||
#: ../internat.cpp:128
|
||||
msgid "&About..."
|
||||
msgstr "შეს&ახებ..."
|
||||
msgid "&About"
|
||||
msgstr "შეს&ახებ"
|
||||
|
||||
#: ../internat.cpp:130
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -16,8 +16,8 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n>1 && n<5 ? 1 : 2;\n"
|
||||
|
||||
#: ../internat.cpp:200
|
||||
msgid "&About..."
|
||||
msgstr "Inform&acje..."
|
||||
msgid "&About"
|
||||
msgstr "Inform&acje"
|
||||
|
||||
#: ../internat.cpp:202
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -19,8 +19,8 @@ msgid "International wxWindows App"
|
||||
msgstr "Интернациональное приложение wxWindows"
|
||||
|
||||
#: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:136
|
||||
msgid "&About..."
|
||||
msgstr "&О программе..."
|
||||
msgid "&About"
|
||||
msgstr "&О программе"
|
||||
|
||||
#: /home/harms.user1/rolinsky/wxGTK-2.2.0/samples/internat/internat.cpp:138
|
||||
msgid "E&xit"
|
||||
|
Binary file not shown.
@ -15,8 +15,8 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#: ../internat.cpp:210
|
||||
msgid "&About..."
|
||||
msgstr "&Om..."
|
||||
msgid "&About"
|
||||
msgstr "&Om"
|
||||
|
||||
#: ../internat.cpp:212
|
||||
msgid "E&xit"
|
||||
|
@ -143,7 +143,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *menuHelp = new wxMenu;
|
||||
menuHelp->Append(wxID_ABOUT, "&About...\tF1", "Show about dialog");
|
||||
menuHelp->Append(wxID_ABOUT, "&About\tF1", "Show about dialog");
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
@ -535,7 +535,7 @@ wxMediaPlayerFrame::wxMediaPlayerFrame(const wxString& title)
|
||||
wxT("Select a backend manually"));
|
||||
|
||||
helpMenu->Append(wxID_ABOUT,
|
||||
wxT("&About...\tF1"),
|
||||
wxT("&About\tF1"),
|
||||
wxT("Show about dialog"));
|
||||
|
||||
|
||||
|
@ -154,7 +154,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Minimal_About, "&About...\tF1", "Show about dialog");
|
||||
helpMenu->Append(Minimal_About, "&About\tF1", "Show about dialog");
|
||||
|
||||
fileMenu->Append(Minimal_Quit, "E&xit\tAlt-X", "Quit this program");
|
||||
|
||||
|
@ -156,7 +156,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
|
||||
wxMenu *menuFile = new wxMenu;
|
||||
|
||||
menuFile->Append(OleAuto_Test, wxT("&Test Excel Automation..."));
|
||||
menuFile->Append(OleAuto_About, wxT("&About..."));
|
||||
menuFile->Append(OleAuto_About, wxT("&About"));
|
||||
menuFile->AppendSeparator();
|
||||
menuFile->Append(OleAuto_Quit, wxT("E&xit"));
|
||||
|
||||
|
@ -87,7 +87,7 @@ MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos,
|
||||
fileMenu->Append(wxID_EXIT, wxT("E&xit\tALT-X"));
|
||||
// Make the "Help" menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(wxID_HELP, wxT("&About..."));
|
||||
helpMenu->Append(wxID_HELP, wxT("&About"));
|
||||
|
||||
wxMenuBar *menuBar = new wxMenuBar;
|
||||
menuBar->Append(fileMenu, wxT("&File"));
|
||||
@ -124,7 +124,7 @@ void MyFrame::OnMenuFileExit( wxCommandEvent& WXUNUSED(event) )
|
||||
Close(true);
|
||||
}
|
||||
|
||||
// Help|About... command
|
||||
// Help|About command
|
||||
void MyFrame::OnMenuHelpAbout( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxMessageBox(wxT("OpenGL Penguin Sample (c) Robert Roebling, Sandro Sigala et al"));
|
||||
|
@ -332,7 +332,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Minimal_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Minimal_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
menuFile->Append(Minimal_TestDialog, wxT("&Test dialog\tAlt-T"), wxT("Test dialog"));
|
||||
menuFile->Append(Minimal_Quit, wxT("E&xit\tAlt-X"), wxT("Quit this program"));
|
||||
|
@ -2024,7 +2024,7 @@ FormMain::FormMain(const wxString& title, const wxPoint& pos, const wxSize& size
|
||||
wxMenu *menuTools2 = new wxMenu;
|
||||
wxMenu *menuHelp = new wxMenu;
|
||||
|
||||
menuHelp->Append(ID_ABOUT, wxT("&About..."), wxT("Show about dialog") );
|
||||
menuHelp->Append(ID_ABOUT, wxT("&About"), wxT("Show about dialog") );
|
||||
|
||||
menuTools1->Append(ID_APPENDPROP, wxT("Append New Property") );
|
||||
menuTools1->Append(ID_APPENDCAT, wxT("Append New Category\tCtrl-S") );
|
||||
|
@ -378,7 +378,7 @@ RegFrame::RegFrame(wxFrame *parent, const wxChar *title, int x, int y, int w, in
|
||||
wxMenu *pMenuFile = new wxMenu;
|
||||
pMenuFile->Append(Menu_Test, wxT("Te&st"), wxT("Test key creation"));
|
||||
pMenuFile->AppendSeparator();
|
||||
pMenuFile->Append(Menu_About, wxT("&About..."), wxT("Show an extraordinarly beautiful dialog"));
|
||||
pMenuFile->Append(Menu_About, wxT("&About"), wxT("Show an extraordinarly beautiful dialog"));
|
||||
pMenuFile->AppendSeparator();
|
||||
pMenuFile->Append(Menu_Quit, wxT("E&xit"), wxT("Quit this program"));
|
||||
|
||||
|
@ -597,7 +597,7 @@ MyFrame::MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos,
|
||||
|
||||
// the "About" item should be in the help menu
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(ID_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(ID_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
fileMenu->Append(wxID_OPEN, wxT("&Open\tCtrl+O"), wxT("Open a file"));
|
||||
fileMenu->Append(wxID_SAVE, wxT("&Save\tCtrl+S"), wxT("Save a file"));
|
||||
|
@ -211,7 +211,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY,
|
||||
|
||||
// Make menus
|
||||
m_menuFile = new wxMenu();
|
||||
m_menuFile->Append(CLIENT_ABOUT, _("&About...\tCtrl-A"), _("Show about dialog"));
|
||||
m_menuFile->Append(CLIENT_ABOUT, _("&About\tCtrl-A"), _("Show about dialog"));
|
||||
m_menuFile->AppendSeparator();
|
||||
m_menuFile->Append(CLIENT_QUIT, _("E&xit\tAlt-X"), _("Quit client"));
|
||||
|
||||
|
@ -187,7 +187,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY,
|
||||
m_menuFile->Append(SERVER_WAITFORACCEPT, "&Wait for connection\tCtrl-W");
|
||||
m_menuFile->Append(SERVER_UDPTEST, "&UDP test\tCtrl-U");
|
||||
m_menuFile->AppendSeparator();
|
||||
m_menuFile->Append(SERVER_ABOUT, _("&About...\tCtrl-A"), _("Show about dialog"));
|
||||
m_menuFile->Append(SERVER_ABOUT, _("&About\tCtrl-A"), _("Show about dialog"));
|
||||
m_menuFile->AppendSeparator();
|
||||
m_menuFile->Append(SERVER_QUIT, _("E&xit\tAlt-X"), _("Quit server"));
|
||||
|
||||
|
@ -213,7 +213,7 @@ MyFrame::MyFrame(const wxString& title)
|
||||
playMenu->Append(Sound_PlayBell, wxT("Play system bell"));
|
||||
|
||||
wxMenu *helpMenu = new wxMenu;
|
||||
helpMenu->Append(Sound_About, wxT("&About...\tF1"), wxT("Show about dialog"));
|
||||
helpMenu->Append(Sound_About, wxT("&About\tF1"), wxT("Show about dialog"));
|
||||
|
||||
// now append the freshly created menu to the menu bar...
|
||||
wxMenuBar *menuBar = new wxMenuBar();
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user