From 8a3a9c57a02c4f7bfec2a8197c534c546a8b0f41 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 12 Sep 2016 11:23:21 +0200 Subject: [PATCH] =?UTF-8?q?Copy=20command=20in=20menu=20no=20longer=20uses?= =?UTF-8?q?=20stock=20label,=20as=20some=20G=C3=89ANTLink=20languages=20do?= =?UTF-8?q?es=20not=20have=20wxWidgets=20translated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EventMonitor/Frame.cpp | 2 +- EventMonitor/locale/EventMonitor.pot | 17 +++++++++++------ EventMonitor/locale/sl_SI.po | 20 ++++++++++++-------- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/EventMonitor/Frame.cpp b/EventMonitor/Frame.cpp index 8d531a9..a9e05d6 100644 --- a/EventMonitor/Frame.cpp +++ b/EventMonitor/Frame.cpp @@ -70,7 +70,7 @@ wxEventMonitorFrame::wxEventMonitorFrame(wxWindow* parent, wxWindowID id, const m_menuEdit = new wxMenu(); wxMenuItem* m_menuEditCopy; - m_menuEditCopy = new wxMenuItem(m_menuEdit, wxID_COPY, wxEmptyString , wxEmptyString, wxITEM_NORMAL); + m_menuEditCopy = new wxMenuItem(m_menuEdit, wxID_COPY, _("&Copy") + wxT('\t') + wxT("Ctrl+C"), _("Copies selected records to clipboard"), wxITEM_NORMAL); m_menuEditCopy->SetBitmaps(wxLoadIconFromResource(lib_shell32, MAKEINTRESOURCE(243), size_menu)); m_menuEdit->Append(m_menuEditCopy); diff --git a/EventMonitor/locale/EventMonitor.pot b/EventMonitor/locale/EventMonitor.pot index 2136bfc..8e89a3d 100644 --- a/EventMonitor/locale/EventMonitor.pot +++ b/EventMonitor/locale/EventMonitor.pot @@ -1,7 +1,8 @@ +#, fuzzy msgid "" msgstr "" "Project-Id-Version: EventMonitor\n" -"POT-Creation-Date: 2016-08-27 14:20+0200\n" +"POT-Creation-Date: 2016-09-12 11:18+0200\n" "PO-Revision-Date: 2016-06-02 12:27+0200\n" "Last-Translator: Simon Rozman \n" "Language-Team: Amebis, d. o. o., Kamnik \n" @@ -16,7 +17,7 @@ msgstr "" "X-Poedit-KeywordsList: _\n" "X-Poedit-SearchPath-0: .\n" -#: App.cpp:69 Frame.h:67 MSIBuild/En.Win32.Release.Feature-2.idtx:4 +#: App.cpp:61 Frame.h:67 MSIBuild/En.Win32.Release.Feature-2.idtx:4 #: MSIBuild/En.x64.Release.Feature-2.idtx:4 msgid "Event Monitor" msgstr "" @@ -82,6 +83,14 @@ msgstr "" msgid "&Program" msgstr "" +#: Frame.cpp:73 +msgid "&Copy" +msgstr "" + +#: Frame.cpp:73 Frame.cpp:154 +msgid "Copies selected records to clipboard" +msgstr "" + #: Frame.cpp:78 msgid "Copy A&ll" msgstr "" @@ -180,10 +189,6 @@ msgstr "" msgid "Copy" msgstr "" -#: Frame.cpp:154 -msgid "Copies selected records to clipboard" -msgstr "" - #: Frame.cpp:156 msgid "Copy All" msgstr "" diff --git a/EventMonitor/locale/sl_SI.po b/EventMonitor/locale/sl_SI.po index 0e4b279..2759ca2 100644 --- a/EventMonitor/locale/sl_SI.po +++ b/EventMonitor/locale/sl_SI.po @@ -1,9 +1,9 @@ -# Translators: -# Simon Rozman , 2016 +# +#, fuzzy msgid "" msgstr "" "Project-Id-Version: EventMonitor\n" -"POT-Creation-Date: 2016-08-27 14:20+0200\n" +"POT-Creation-Date: 2016-09-12 11:18+0200\n" "PO-Revision-Date: 2016-06-02 12:27+0200\n" "Last-Translator: Simon Rozman , 2016\n" "Language-Team: Slovenian (Slovenia) (https://www.transifex.com/eduroam_devel/teams/11799/sl_SI/)\n" @@ -18,7 +18,7 @@ msgstr "" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SourceCharset: UTF-8\n" -#: App.cpp:69 Frame.h:67 MSIBuild/En.Win32.Release.Feature-2.idtx:4 +#: App.cpp:61 Frame.h:67 MSIBuild/En.Win32.Release.Feature-2.idtx:4 #: MSIBuild/En.x64.Release.Feature-2.idtx:4 msgid "Event Monitor" msgstr "Nadzornik dogodkov" @@ -90,6 +90,14 @@ msgstr "Konča ta program" msgid "&Program" msgstr "&Program" +#: Frame.cpp:73 +msgid "&Copy" +msgstr "&Kopiraj" + +#: Frame.cpp:73 Frame.cpp:154 +msgid "Copies selected records to clipboard" +msgstr "Kopira izbrane zapise na odložišče" + #: Frame.cpp:78 msgid "Copy A&ll" msgstr "Kopiraj &vse" @@ -188,10 +196,6 @@ msgstr "Po&gled" msgid "Copy" msgstr "Kopiraj" -#: Frame.cpp:154 -msgid "Copies selected records to clipboard" -msgstr "Kopira izbrane zapise na odložišče" - #: Frame.cpp:156 msgid "Copy All" msgstr "Kopiraj vse"