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/it_IT.po | |
| parent | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (diff) | |
Handle translation correctly for the warning about wiping a drive (#2415).
Diffstat (limited to 'src/wx/po/it_IT.po')
| -rw-r--r-- | src/wx/po/it_IT.po | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/wx/po/it_IT.po b/src/wx/po/it_IT.po index 2c818ff1e..d9370ba4c 100644 --- a/src/wx/po/it_IT.po +++ b/src/wx/po/it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: IT 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: 2018-09-30 18:21+0200\n" "Last-Translator: William Fanelli <william.f@impronte.com>\n" "Language-Team: \n" @@ -1588,7 +1588,7 @@ msgstr "Indirizzo IP / nome host" msgid "Identifiers" msgstr "" -#: 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" @@ -1606,7 +1606,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 "" @@ -4160,6 +4160,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 "" + #~ msgid "Default container" #~ msgstr "Contenitore predefinito" |
