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/sl_SI.po | |
| parent | cb6948e0b23fba98d30052c4e4ca939bd3a6b8a7 (diff) | |
Handle translation correctly for the warning about wiping a drive (#2415).
Diffstat (limited to 'src/wx/po/sl_SI.po')
| -rw-r--r-- | src/wx/po/sl_SI.po | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/wx/po/sl_SI.po b/src/wx/po/sl_SI.po index f6ed63bb5..cca5affe6 100644 --- a/src/wx/po/sl_SI.po +++ b/src/wx/po/sl_SI.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-09-03 23:27+0200\n" "Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n" "Language-Team: \n" @@ -1540,7 +1540,7 @@ msgstr "IP-naslov / ime gostitelja" msgid "Identifiers" msgstr "Identifikatorji" -#: 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" @@ -1558,7 +1558,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 "" @@ -1577,7 +1577,7 @@ msgstr "" "\n" "Če ste prepričani, da želite nadaljevati, vnesite\n" "\n" -"<tt>da</tt> (yes)\n" +"<tt>%s</tt> (yes)\n" "\n" "v spodnje polje in kliknite V redu." @@ -4154,6 +4154,13 @@ msgstr "y" msgid "years" msgstr "let" +#. / 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 "da" + #~ msgid "Default container" #~ msgstr "Privzeti vsebnik" |
