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/de_DE.po | |
| parent | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (diff) | |
Handle translation correctly for the warning about wiping a drive (#2415).
Diffstat (limited to 'src/wx/po/de_DE.po')
| -rw-r--r-- | src/wx/po/de_DE.po | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/wx/po/de_DE.po b/src/wx/po/de_DE.po index 33c29970d..e0e1eef02 100644 --- a/src/wx/po/de_DE.po +++ b/src/wx/po/de_DE.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: 2021-08-20 21:46+0200\n" "Last-Translator: Carsten Kurz\n" "Language-Team: DCP-o-matic translators\n" @@ -1623,7 +1623,7 @@ msgstr "IP Adresse / Host Name" msgid "Identifiers" msgstr "Identifier" -#: 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" @@ -1641,7 +1641,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 "" @@ -1659,7 +1659,7 @@ msgstr "" "\n" "Wenn Sie sich sicher sind, mit dem Vorgang fortzufahren, dann geben Sie\n" "\n" -"<tt>Ja</tt>\n" +"<tt>%s</tt>\n" "\n" "in das Eingabefenster ein. Bestätigen Sie anschließend die Eingabe, indem " "Sie auf die OK-Drucktaste drücken." @@ -4247,6 +4247,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 "Ja" + #~ msgid "Default container" #~ msgstr "Standard Container" |
