UI text updated
This commit is contained in:
parent
f64dbacdbd
commit
6f5bbeffa2
@ -139,11 +139,11 @@ wxEventMonitorFrame::wxEventMonitorFrame(wxWindow* parent, wxWindowID id, const
|
|||||||
m_menuView->AppendSeparator();
|
m_menuView->AppendSeparator();
|
||||||
|
|
||||||
wxMenuItem* m_menuViewToolbarEdit;
|
wxMenuItem* m_menuViewToolbarEdit;
|
||||||
m_menuViewToolbarEdit = new wxMenuItem(m_menuView, wxID_VIEW_TOOLBAR_EDIT, _("&Edit toolbar"), _("Toggles display of Edit toolbar"), wxITEM_CHECK);
|
m_menuViewToolbarEdit = new wxMenuItem(m_menuView, wxID_VIEW_TOOLBAR_EDIT, wxString::Format(_("%s toolbar"), _("&Edit")), wxString::Format(_("Toggles display of %s toolbar"), _("View")), wxITEM_CHECK);
|
||||||
m_menuView->Append(m_menuViewToolbarEdit);
|
m_menuView->Append(m_menuViewToolbarEdit);
|
||||||
|
|
||||||
wxMenuItem* m_menuViewToolbarView;
|
wxMenuItem* m_menuViewToolbarView;
|
||||||
m_menuViewToolbarView = new wxMenuItem(m_menuView, wxID_VIEW_TOOLBAR_VIEW, _("&View toolbar"), _("Toggles display of View toolbar"), wxITEM_CHECK);
|
m_menuViewToolbarView = new wxMenuItem(m_menuView, wxID_VIEW_TOOLBAR_VIEW, wxString::Format(_("%s toolbar"), _("&View")), wxString::Format(_("Toggles display of %s toolbar"), _("View")), wxITEM_CHECK);
|
||||||
m_menuView->Append(m_menuViewToolbarView);
|
m_menuView->Append(m_menuViewToolbarView);
|
||||||
|
|
||||||
m_menubar->Append(m_menuView, _("&View"));
|
m_menubar->Append(m_menuView, _("&View"));
|
||||||
@ -186,7 +186,7 @@ wxEventMonitorFrame::wxEventMonitorFrame(wxWindow* parent, wxWindowID id, const
|
|||||||
|
|
||||||
m_panel = new wxEventMonitorLogPanel(this);
|
m_panel = new wxEventMonitorLogPanel(this);
|
||||||
|
|
||||||
m_mgr.AddPane(m_panel, wxAuiPaneInfo() .Name(wxT("LogPanel")).Center() .Caption(_("Log Trace")).CaptionVisible(false).CloseButton(false).PaneBorder(false).Dock().Resizable().FloatingSize(wxDefaultSize).Floatable(false));
|
m_mgr.AddPane(m_panel, wxAuiPaneInfo() .Name(wxT("LogPanel")).Center() .Caption(_("Trace Log")).CaptionVisible(false).CloseButton(false).PaneBorder(false).Dock().Resizable().FloatingSize(wxDefaultSize).Floatable(false));
|
||||||
|
|
||||||
m_statusBar = this->CreateStatusBar(1, wxST_SIZEGRIP, wxID_ANY);
|
m_statusBar = this->CreateStatusBar(1, wxST_SIZEGRIP, wxID_ANY);
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: EventMonitor\n"
|
"Project-Id-Version: EventMonitor\n"
|
||||||
"POT-Creation-Date: 2016-08-27 07:52+0200\n"
|
"POT-Creation-Date: 2016-08-27 14:20+0200\n"
|
||||||
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
"PO-Revision-Date: 2016-06-02 12:27+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
@ -27,41 +26,41 @@ msgstr ""
|
|||||||
msgid "Error opening event trace (error %u)."
|
msgid "Error opening event trace (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:171
|
#: ETWLog.cpp:167
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:172
|
#: ETWLog.cpp:168
|
||||||
msgid "PID"
|
msgid "PID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:173
|
#: ETWLog.cpp:169
|
||||||
msgid "TID"
|
msgid "TID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:174
|
#: ETWLog.cpp:170
|
||||||
msgid "Source"
|
msgid "Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:175
|
#: ETWLog.cpp:171
|
||||||
msgid "Event"
|
msgid "Event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:232
|
#: ETWLog.cpp:228
|
||||||
msgid "Access denied creating event session: you need administrative privileges (Run As Administrator) or be a member of Performance Log Users group to start event tracing session."
|
msgid "Access denied creating event session: you need administrative privileges (Run As Administrator) or be a member of Performance Log Users group to start event tracing session."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:235
|
#: ETWLog.cpp:231
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "The %s event session already exists."
|
msgid "The %s event session already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:239
|
#: ETWLog.cpp:235
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error creating event session (error %u)."
|
msgid "Error creating event session (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ETWLog.cpp:255 ETWLog.cpp:270 ETWLog.cpp:284
|
#: ETWLog.cpp:251 ETWLog.cpp:267 ETWLog.cpp:281
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Error enabling %s event provider (error %u)."
|
msgid "Error enabling %s event provider (error %u)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -80,9 +79,8 @@ msgid "Quits this program"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:69
|
#: Frame.cpp:69
|
||||||
#, fuzzy
|
|
||||||
msgid "&Program"
|
msgid "&Program"
|
||||||
msgstr "You don't have %s subscription yet."
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:78
|
#: Frame.cpp:78
|
||||||
msgid "Copy A&ll"
|
msgid "Copy A&ll"
|
||||||
@ -116,7 +114,7 @@ msgstr ""
|
|||||||
msgid "Clears record selection"
|
msgid "Clears record selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:97
|
#: Frame.cpp:97 Frame.cpp:142
|
||||||
msgid "&Edit"
|
msgid "&Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -153,31 +151,28 @@ msgid "Displays all records up to warning level"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:135 Frame.cpp:182
|
#: Frame.cpp:135 Frame.cpp:182
|
||||||
#, fuzzy
|
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Napaka pri nalaganju knjižnice MSI.DLL (%1!ld!)."
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:135 Frame.cpp:182
|
#: Frame.cpp:135 Frame.cpp:182
|
||||||
msgid "Displays error level records only"
|
msgid "Displays error level records only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:142
|
#: Frame.cpp:142 Frame.cpp:146
|
||||||
msgid "&Edit toolbar"
|
#, c-format
|
||||||
|
msgid "%s toolbar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:142
|
#: Frame.cpp:142 Frame.cpp:146
|
||||||
msgid "Toggles display of Edit toolbar"
|
#, c-format
|
||||||
|
msgid "Toggles display of %s toolbar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:146
|
#: Frame.cpp:142 Frame.cpp:146 Frame.cpp:185
|
||||||
msgid "&View toolbar"
|
msgid "View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:146
|
#: Frame.cpp:146 Frame.cpp:149
|
||||||
msgid "Toggles display of View toolbar"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Frame.cpp:149
|
|
||||||
msgid "&View"
|
msgid "&View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -201,21 +196,16 @@ msgstr ""
|
|||||||
msgid "Auto Scroll"
|
msgid "Auto Scroll"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: Frame.cpp:185
|
|
||||||
msgid "View"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Frame.cpp:189
|
#: Frame.cpp:189
|
||||||
msgid "Log Trace"
|
msgid "Trace Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: MSIBuild/En.Win32.Release.Feature-2.idtx:3
|
#: MSIBuild/En.Win32.Release.Feature-2.idtx:3
|
||||||
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:3
|
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:3
|
||||||
#: MSIBuild/En.x64.Release.Feature-2.idtx:3
|
#: MSIBuild/En.x64.Release.Feature-2.idtx:3
|
||||||
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:3
|
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:3
|
||||||
#, fuzzy
|
|
||||||
msgid "1252"
|
msgid "1252"
|
||||||
msgstr "1250"
|
msgstr ""
|
||||||
|
|
||||||
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:4
|
#: MSIBuild/En.Win32.Release.Shortcut-2.idtx:4
|
||||||
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:4
|
#: MSIBuild/En.x64.Release.Shortcut-2.idtx:4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user