diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-18 17:30:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-18 17:30:08 +0000 |
| commit | d0c1a424686345942bf916fd9fcfa0f399adfd11 (patch) | |
| tree | 868d1fd2b47de46bccf57afa9e096212bac5c8ea /src/wx/kdm_output_panel.cc | |
| parent | fdc416faa317106d05be8fe5226ded84d8347d99 (diff) | |
More missing translations.
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
| -rw-r--r-- | src/wx/kdm_output_panel.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index bcaad33e4..876329123 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -77,11 +77,11 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop) add_label_to_sizer (table, this, _("Filename format"), true, 0, wxALIGN_TOP | wxTOP | wxLEFT | wxRIGHT); dcp::NameFormat::Map titles; - titles['f'] = "film name"; - titles['c'] = "cinema"; - titles['s'] = "screen"; - titles['b'] = "from date/time"; - titles['e'] = "to date/time"; + titles['f'] = wx_to_std (_("film name")); + titles['c'] = wx_to_std (_("cinema")); + titles['s'] = wx_to_std (_("screen")); + titles['b'] = wx_to_std (_("from date/time")); + titles['e'] = wx_to_std (_("to date/time")); dcp::NameFormat::Map ex; ex['f'] = "Bambi"; ex['c'] = "Lumière"; |
