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/es_ES.po | |
| parent | 4e98996a5fc0b4594f832abe8f2e122f6532c0b1 (diff) | |
Handle translation correctly for the initial "beta-grade" warning in the disk writer (#2415).
Diffstat (limited to 'src/wx/po/es_ES.po')
| -rw-r--r-- | src/wx/po/es_ES.po | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/wx/po/es_ES.po b/src/wx/po/es_ES.po index 066075649..6601df67f 100644 --- a/src/wx/po/es_ES.po +++ b/src/wx/po/es_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libdcpomatic-wx\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: 2018-02-25 14:45-0600\n" "Last-Translator: Manuel AC <manuel.acevedo@civantos.>\n" "Language-Team: Manuel AC <manuel.acevedo@civantos.com>\n" @@ -1573,6 +1573,12 @@ msgstr "Host" msgid "Host name or IP address" msgstr "Nombre o dirección IP" +#. / 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 "Quiero reproducir con el fader a" @@ -3016,7 +3022,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" @@ -3030,7 +3037,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 "" |
