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/pl_PL.po | |
| parent | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (diff) | |
Handle translation correctly for the warning about wiping a drive (#2415).
Diffstat (limited to 'src/wx/po/pl_PL.po')
| -rw-r--r-- | src/wx/po/pl_PL.po | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/wx/po/pl_PL.po b/src/wx/po/pl_PL.po index 1812ab514..ea6e6c621 100644 --- a/src/wx/po/pl_PL.po +++ b/src/wx/po/pl_PL.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-05-10 18:14+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -1570,7 +1570,7 @@ msgstr "Adres IP / Nazwa serwera" msgid "Identifiers" msgstr "Identyfikatory" -#: 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" @@ -1588,7 +1588,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 "" @@ -1608,7 +1608,7 @@ msgstr "" "\n" "Jeśli jesteś pewien, że chcesz kontynuować, proszę wpisz\n" "\n" -"<tt>yes</tt>\n" +"<tt>%s</tt>\n" "\n" "w pole poniżej i kliknij OK." @@ -4201,6 +4201,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 "Domyślny kontener" |
