diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-15 20:09:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-15 20:09:23 +0100 |
| commit | e2eb94df38159c32c2d943a241510900f2ad1964 (patch) | |
| tree | 2e75de48a13e69e43f14c3d14da07ad5b47a471a /src/wx/po/cs_CZ.po | |
| parent | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (diff) | |
Handle translation correctly for the warning about wiping a drive (#2415).
Diffstat (limited to 'src/wx/po/cs_CZ.po')
| -rw-r--r-- | src/wx/po/cs_CZ.po | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/wx/po/cs_CZ.po b/src/wx/po/cs_CZ.po index 895425fb7..826fa3d48 100644 --- a/src/wx/po/cs_CZ.po +++ b/src/wx/po/cs_CZ.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-15 19:42+0100\n" +"POT-Creation-Date: 2023-01-15 19:59+0100\n" "PO-Revision-Date: 2022-07-07 10:22+0200\n" "Last-Translator: Tomáš Begeni <begeni@razdva.cz>\n" "Language-Team: DCP-o-matic translators\n" @@ -1551,7 +1551,7 @@ msgstr "IP adresa / host name" msgid "Identifiers" msgstr "Identifikátory" -#: src/wx/drive_wipe_warning_dialog.cc:47 +#: src/wx/drive_wipe_warning_dialog.cc:51 #, c-format msgid "" "If you continue with this operation\n" @@ -1569,7 +1569,7 @@ msgid "" "\n" "If you are sure you want to continue please type\n" "\n" -"<tt>yes</tt>\n" +"<tt>%s</tt>\n" "\n" "into the box below, then click OK." msgstr "" @@ -1587,7 +1587,7 @@ msgstr "" "\n" "Pokud jste si jisti, že chcete pokračovat, zadejte prosím\n" "\n" -"<tt>ano</tt>\n" +"<tt>%s</tt>\n" "\n" "do pole níže a klikněte na OK." @@ -4169,6 +4169,13 @@ msgstr "y" msgid "years" msgstr "" +#. / TRANSLATORS: the user will be asked to type this phrase into a text entry to confirm that they have read +#. / the warning about a disk being wiped +#: src/wx/drive_wipe_warning_dialog.cc:47 +#: src/wx/drive_wipe_warning_dialog.cc:61 +msgid "yes" +msgstr "ano" + #~ msgid "Default container" #~ msgstr "Předvolený kontejner" |
