diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 19:57:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-15 19:57:15 +0100 |
| commit | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (patch) | |
| tree | 8234a5288adc594c25e06d958999ddd8490df83a /src/wx/po/tr_TR.po | |
| parent | 4e98996a5fc0b4594f832abe8f2e122f6532c0b1 (diff) | |
Handle translation correctly for the initial "beta-grade" warning in the disk writer (#2415).
Diffstat (limited to 'src/wx/po/tr_TR.po')
| -rw-r--r-- | src/wx/po/tr_TR.po | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/wx/po/tr_TR.po b/src/wx/po/tr_TR.po index e1749b8ad..5f7499b2f 100644 --- a/src/wx/po/tr_TR.po +++ b/src/wx/po/tr_TR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-15 19:29+0100\n" +"POT-Creation-Date: 2023-01-15 19:42+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1494,6 +1494,12 @@ msgstr "" msgid "Host name or IP address" msgstr "" +#. / TRANSLATORS: the user will be asked to type this phrase into a text entry to confirm that they have read +#. / the warning about using the disk writer. +#: src/wx/disk_warning_dialog.cc:45 src/wx/disk_warning_dialog.cc:57 +msgid "I am sure" +msgstr "" + #: src/wx/gain_calculator_dialog.cc:35 msgid "I want to play this back at fader" msgstr "" @@ -2872,7 +2878,8 @@ msgid "" "an asset." msgstr "" -#: src/wx/disk_warning_dialog.cc:44 +#: src/wx/disk_warning_dialog.cc:48 +#, c-format msgid "" "The <b>DCP-o-matic Disk Writer</b> is\n" "\n" @@ -2886,7 +2893,7 @@ msgid "" "\n" "If you are sure you want to continue please type\n" "\n" -"<tt>I am sure</tt>\n" +"<tt>%s</tt>\n" "\n" "into the box below, then click OK." msgstr "" |
