Update translation

This commit is contained in:
Martin 2017-02-05 16:30:14 +01:00
parent 1a008ff695
commit 15f50c1046
3 changed files with 801 additions and 535 deletions

View File

@ -1,3 +1,3 @@
xgettext gui\GUI.h gui\GUI.cpp *.cpp *.h --keyword="_" --keyword="wxPLURAL:1,2" --from-code=utf-8
xgettext gui\*.h gui\*.cpp *.cpp *.h --keyword="_" --keyword="wxPLURAL:1,2" --from-code=utf-8
tx pull -l en
msgmerge -N translations\urbackup.frontend\en.po messages.po > translations\urbackup.frontend\en_new.po

View File

@ -81,7 +81,7 @@ GUISetupWizard::GUISetupWizard( wxWindow* parent, wxWindowID id, const wxString&
m_staticText3->Wrap( -1 );
bSizer4->Add( m_staticText3, 0, wxALL, 5 );
m_textCtrl1 = new wxTextCtrl( setupBackupPaths, wxID_ANY, _("C;D"), wxDefaultPosition, wxDefaultSize, 0 );
m_textCtrl1 = new wxTextCtrl( setupBackupPaths, wxID_ANY, wxT("C;D"), wxDefaultPosition, wxDefaultSize, 0 );
m_textCtrl1->Enable( false );
bSizer4->Add( m_textCtrl1, 0, wxALL, 5 );

File diff suppressed because it is too large Load Diff