From 26c8724bf0d435520d969291ba92beb29bb553ae Mon Sep 17 00:00:00 2001 From: MoNTE48 Date: Wed, 17 Nov 2021 03:22:17 +0200 Subject: [PATCH] Improve delete world dialog --- builtin/mainmenu/dlg_delete_world.lua | 23 ++++------------------- po/MultiCraft.pot | 2 +- po/be/MultiCraft.po | 4 ++-- po/ca/MultiCraft.po | 4 ++-- po/cs/MultiCraft.po | 4 ++-- po/da/MultiCraft.po | 6 +++--- po/de/MultiCraft.po | 4 ++-- po/dv/MultiCraft.po | 2 +- po/eo/MultiCraft.po | 4 ++-- po/es/MultiCraft.po | 4 ++-- po/et/MultiCraft.po | 4 ++-- po/fr/MultiCraft.po | 4 ++-- po/he/MultiCraft.po | 4 ++-- po/hu/MultiCraft.po | 4 ++-- po/id/MultiCraft.po | 4 ++-- po/it/MultiCraft.po | 4 ++-- po/ja/MultiCraft.po | 4 ++-- po/jbo/MultiCraft.po | 6 +++--- po/ko/MultiCraft.po | 4 ++-- po/ky/MultiCraft.po | 4 ++-- po/lt/MultiCraft.po | 4 ++-- po/ms/MultiCraft.po | 4 ++-- po/nb/MultiCraft.po | 2 +- po/nl/MultiCraft.po | 4 ++-- po/pl/MultiCraft.po | 4 ++-- po/pt/MultiCraft.po | 4 ++-- po/pt_BR/MultiCraft.po | 4 ++-- po/ro/MultiCraft.po | 4 ++-- po/ru/MultiCraft.po | 5 ++--- po/sl/MultiCraft.po | 4 ++-- po/sr_Cyrl/MultiCraft.po | 4 ++-- po/sv/MultiCraft.po | 4 ++-- po/sw/MultiCraft.po | 4 ++-- po/tr/MultiCraft.po | 4 ++-- po/uk/MultiCraft.po | 6 +++--- po/zh_CN/MultiCraft.po | 4 ++-- po/zh_TW/MultiCraft.po | 4 ++-- 37 files changed, 76 insertions(+), 92 deletions(-) diff --git a/builtin/mainmenu/dlg_delete_world.lua b/builtin/mainmenu/dlg_delete_world.lua index 407a7503..d35ad774 100644 --- a/builtin/mainmenu/dlg_delete_world.lua +++ b/builtin/mainmenu/dlg_delete_world.lua @@ -21,9 +21,10 @@ local function delete_world_formspec(dialogdata) "size[12,6,false]" .. "bgcolor[#00000000]" .. "background[0,0;0,0;" .. core.formspec_escape(defaulttexturedir .. - "bg_dialog.png") .. ";true]" .. - "label[5,2.4;" .. fgettext("Delete World") .. "]" .. - "label[5,2.8;" .. fgettext("\"$1\"?", dialogdata.delete_name) .. "]" .. + "bg_dialog.png") .. ";true]" .. + "image_button[2,2;8,2;" .. core.formspec_escape(defaulttexturedir .. + "blank.png") .. ";;" .. fgettext("Delete World \"$1\"?", dialogdata.delete_name) .. + ";true;false;]" .. "button[3.5,4.8;2.5,0.5;world_delete_confirm;" .. mt_red_button .. fgettext("Delete") .. "]" .. "button[6,4.8;2.5,0.5;world_delete_cancel;" .. fgettext("Cancel") .. "]" return retval @@ -31,12 +32,6 @@ end local function delete_world_buttonhandler(this, fields) if fields["world_delete_confirm"] then - if this.data.callback then - this:delete() - this.data.callback() - return true - end - if this.data.delete_index > 0 and this.data.delete_index <= #menudata.worldlist:get_raw_list() then core.delete_world(this.data.delete_index) @@ -68,13 +63,3 @@ function create_delete_world_dlg(name_to_del, index_to_del) return retval end - -function create_custom_delete_dlg(name_to_del, callback) - assert(name_to_del ~= nil and type(name_to_del) == "string" and name_to_del ~= "") - assert(type(callback) == "function") - - local retval = create_delete_world_dlg(name_to_del, -1, nil) - retval.data.callback = callback - - return retval -end diff --git a/po/MultiCraft.pot b/po/MultiCraft.pot index 2c141c87..ffddf5cb 100644 --- a/po/MultiCraft.pot +++ b/po/MultiCraft.pot @@ -185,7 +185,7 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" +msgid "Delete World \"$1\"?" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua builtin/mainmenu/tab_settings.lua diff --git a/po/be/MultiCraft.po b/po/be/MultiCraft.po index c1d7dc4f..52e5c124 100644 --- a/po/be/MultiCraft.po +++ b/po/be/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Менеджар модаў: некарэктны шлях да «$1»" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Выдаліць свет" +msgid "Delete World \"$1\"?" +msgstr "Выдаліць свет «$1»?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ca/MultiCraft.po b/po/ca/MultiCraft.po index 8e630def..7177e8d5 100644 --- a/po/ca/MultiCraft.po +++ b/po/ca/MultiCraft.po @@ -206,8 +206,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Ruta del mod \"$1\" invàlida" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Eliminar el món" +msgid "Delete World \"$1\"?" +msgstr "Eliminar el món \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/cs/MultiCraft.po b/po/cs/MultiCraft.po index 9bdacda6..ed88fe84 100644 --- a/po/cs/MultiCraft.po +++ b/po/cs/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Neplatná cesta k modu \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Doopravdy chcete smazat svět" +msgid "Delete World \"$1\"?" +msgstr "Doopravdy chcete smazat svět \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/da/MultiCraft.po b/po/da/MultiCraft.po index ec375d52..6c999ca1 100644 --- a/po/da/MultiCraft.po +++ b/po/da/MultiCraft.po @@ -2,7 +2,7 @@ # Copyright (C) 2011 celeron # This file is distributed under the same license as the minetest-c55 package. # Frederik Helth , 2011. -# +# msgid "" msgstr "" "Project-Id-Version: 0.0.0\n" @@ -203,8 +203,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: ugyldig mod-sti \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Slet verden" +msgid "Delete World \"$1\"?" +msgstr "Slet verden \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/de/MultiCraft.po b/po/de/MultiCraft.po index 56a88e16..f2fef928 100644 --- a/po/de/MultiCraft.po +++ b/po/de/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Unzulässiger Modpfad „$1“" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Welt löschen" +msgid "Delete World \"$1\"?" +msgstr "Welt „$1“ löschen?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/dv/MultiCraft.po b/po/dv/MultiCraft.po index 23b34444..faca3fab 100644 --- a/po/dv/MultiCraft.po +++ b/po/dv/MultiCraft.po @@ -204,7 +204,7 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" +msgid "Delete World \"$1\"?" msgstr "" #: builtin/mainmenu/dlg_rename_modpack.lua diff --git a/po/eo/MultiCraft.po b/po/eo/MultiCraft.po index be5b9ab0..5f3a5ef7 100644 --- a/po/eo/MultiCraft.po +++ b/po/eo/MultiCraft.po @@ -207,8 +207,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: malvalida modifo-dosierindiko \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Ĉu forigi mondon" +msgid "Delete World \"$1\"?" +msgstr "Ĉu forigi mondon \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/es/MultiCraft.po b/po/es/MultiCraft.po index 61dc3d91..faa762f9 100644 --- a/po/es/MultiCraft.po +++ b/po/es/MultiCraft.po @@ -204,8 +204,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Ruta del mod \"$1\" inválida" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Eliminar el mundo" +msgid "Delete World \"$1\"?" +msgstr "¿Eliminar el mundo \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/et/MultiCraft.po b/po/et/MultiCraft.po index c9c23693..e784e6aa 100644 --- a/po/et/MultiCraft.po +++ b/po/et/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Kas kustutada maailm" +msgid "Delete World \"$1\"?" +msgstr "Kas kustutada maailm \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/fr/MultiCraft.po b/po/fr/MultiCraft.po index 1ed6f818..c28b8bc6 100644 --- a/po/fr/MultiCraft.po +++ b/po/fr/MultiCraft.po @@ -200,8 +200,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Gestionnaire de mods : chemin de mod invalide \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Supprimer le monde" +msgid "Delete World \"$1\"?" +msgstr "Supprimer le monde \"$1\" ?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/he/MultiCraft.po b/po/he/MultiCraft.po index ea79bcb2..90c02f29 100644 --- a/po/he/MultiCraft.po +++ b/po/he/MultiCraft.po @@ -200,8 +200,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "למחוק עולם" +msgid "Delete World \"$1\"?" +msgstr "למחוק עולם \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/hu/MultiCraft.po b/po/hu/MultiCraft.po index 8b32056b..7a50dbb7 100644 --- a/po/hu/MultiCraft.po +++ b/po/hu/MultiCraft.po @@ -203,8 +203,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: érvénytelen mod útvonal: \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Világ törlése" +msgid "Delete World \"$1\"?" +msgstr "\"$1\" világ törlése?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/id/MultiCraft.po b/po/id/MultiCraft.po index 2bf6a7ad..01cfff12 100644 --- a/po/id/MultiCraft.po +++ b/po/id/MultiCraft.po @@ -200,8 +200,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Pengelola mod: jalur mod tidak sah \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Hapus Dunia" +msgid "Delete World \"$1\"?" +msgstr "Hapus Dunia \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/it/MultiCraft.po b/po/it/MultiCraft.po index 88d1b761..b7831bf9 100644 --- a/po/it/MultiCraft.po +++ b/po/it/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: percorso mod \"$1\" non valido" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Eliminare il mondo" +msgid "Delete World \"$1\"?" +msgstr "Eliminare il mondo \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ja/MultiCraft.po b/po/ja/MultiCraft.po index 54c3f43c..d21d78ce 100644 --- a/po/ja/MultiCraft.po +++ b/po/ja/MultiCraft.po @@ -194,8 +194,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modマネージャ: Mod「$1」の場所が無効です" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "ワールドを削除しますか?" +msgid "Delete World \"$1\"?" +msgstr "ワールド「$1」を削除しますか?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/jbo/MultiCraft.po b/po/jbo/MultiCraft.po index 65685a18..230afd06 100644 --- a/po/jbo/MultiCraft.po +++ b/po/jbo/MultiCraft.po @@ -168,7 +168,7 @@ msgstr "" #: builtin/mainmenu/dlg_create_world.lua msgid "Seed" -msgstr "le munje ke cunso namcu:" +msgstr "le munje ke cunso namcu" #: builtin/mainmenu/dlg_create_world.lua msgid "Warning: The minimal development test is meant for developers." @@ -200,8 +200,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "i xu do djica lo nu vimcu lo munje be me'e zoi" +msgid "Delete World \"$1\"?" +msgstr ".i xu do djica lo nu vimcu lo munje be me'e zoi gy.$1.gy." #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ko/MultiCraft.po b/po/ko/MultiCraft.po index a8cc76f5..4cf52fc7 100644 --- a/po/ko/MultiCraft.po +++ b/po/ko/MultiCraft.po @@ -198,8 +198,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: \"$1\" 를(을) 인식할 수 없습니다" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "를(을) 삭제하겠습니까" +msgid "Delete World \"$1\"?" +msgstr "\"$1\"를(을) 삭제하겠습니까?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ky/MultiCraft.po b/po/ky/MultiCraft.po index e1128dd9..0835d992 100644 --- a/po/ky/MultiCraft.po +++ b/po/ky/MultiCraft.po @@ -204,8 +204,8 @@ msgstr "" #: builtin/mainmenu/dlg_delete_world.lua #, fuzzy -msgid "Delete World" -msgstr "Дүйнөнү өчүрүү" +msgid "Delete World \"$1\"?" +msgstr "Дүйнөнү өчүрүү \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/lt/MultiCraft.po b/po/lt/MultiCraft.po index e120bbc6..88ab1f96 100644 --- a/po/lt/MultiCraft.po +++ b/po/lt/MultiCraft.po @@ -203,8 +203,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Papildtvrk: netinkamas papildinio kelias „$1“" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Ištrinti pasaulį" +msgid "Delete World \"$1\"?" +msgstr "Ištrinti pasaulį „$1“?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ms/MultiCraft.po b/po/ms/MultiCraft.po index 0cdd6867..8971c84e 100644 --- a/po/ms/MultiCraft.po +++ b/po/ms/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Pengurus mods: laluan mods tidak sah - \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Padam Dunia" +msgid "Delete World \"$1\"?" +msgstr "Padam Dunia \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/nb/MultiCraft.po b/po/nb/MultiCraft.po index 23a2c893..9f6bfda9 100644 --- a/po/nb/MultiCraft.po +++ b/po/nb/MultiCraft.po @@ -202,7 +202,7 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" +msgid "Delete World \"$1\"?" msgstr "" #: builtin/mainmenu/dlg_rename_modpack.lua diff --git a/po/nl/MultiCraft.po b/po/nl/MultiCraft.po index d50710a8..4fb04e73 100644 --- a/po/nl/MultiCraft.po +++ b/po/nl/MultiCraft.po @@ -204,8 +204,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: verkeerd pad voor mod \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Verwijder wereld" +msgid "Delete World \"$1\"?" +msgstr "Verwijder wereld \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/pl/MultiCraft.po b/po/pl/MultiCraft.po index 9ed7fdfa..c5833ee8 100644 --- a/po/pl/MultiCraft.po +++ b/po/pl/MultiCraft.po @@ -204,8 +204,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: nieprawidłowy katalog \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Usunąć świat" +msgid "Delete World \"$1\"?" +msgstr "Usunąć świat \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/pt/MultiCraft.po b/po/pt/MultiCraft.po index c4b42ad3..f5ce66cb 100644 --- a/po/pt/MultiCraft.po +++ b/po/pt/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: caminho para o mod inválido \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Eliminar mundo" +msgid "Delete World \"$1\"?" +msgstr "Eliminar mundo \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/pt_BR/MultiCraft.po b/po/pt_BR/MultiCraft.po index fec84670..1a2e89e5 100644 --- a/po/pt_BR/MultiCraft.po +++ b/po/pt_BR/MultiCraft.po @@ -205,8 +205,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: caminho inválido do módulo \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Excluir o mundo" +msgid "Delete World \"$1\"?" +msgstr "Excluir o mundo \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ro/MultiCraft.po b/po/ro/MultiCraft.po index d8dec30c..d804ac46 100644 --- a/po/ro/MultiCraft.po +++ b/po/ro/MultiCraft.po @@ -202,8 +202,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Pacht de mod invalid \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Ștergi lumea" +msgid "Delete World \"$1\"?" +msgstr "Ștergi lumea \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/ru/MultiCraft.po b/po/ru/MultiCraft.po index f1f876a0..6ade2f31 100644 --- a/po/ru/MultiCraft.po +++ b/po/ru/MultiCraft.po @@ -196,9 +196,8 @@ msgstr "Modmgr: невозможно удалить \"$1\"" msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: неправильный путь к \"$1\"" -#: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Удалить мир" +msgid "Delete World \"$1\"?" +msgstr "Удалить мир \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/sl/MultiCraft.po b/po/sl/MultiCraft.po index ccb6b36f..6bc8f54f 100644 --- a/po/sl/MultiCraft.po +++ b/po/sl/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: napačna pot do \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Zbriši Svet" +msgid "Delete World \"$1\"?" +msgstr "Zbriši Svet \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Rename Modpack:" diff --git a/po/sr_Cyrl/MultiCraft.po b/po/sr_Cyrl/MultiCraft.po index 8986f99f..a8ce772b 100644 --- a/po/sr_Cyrl/MultiCraft.po +++ b/po/sr_Cyrl/MultiCraft.po @@ -203,8 +203,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: локација мода \"$1\" није валидна" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Обриши свет" +msgid "Delete World \"$1\"?" +msgstr "Обриши свет \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/sv/MultiCraft.po b/po/sv/MultiCraft.po index 3ac77ab3..2eff25c5 100644 --- a/po/sv/MultiCraft.po +++ b/po/sv/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modhanterare: ogiltig modsökväg \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Radera värld" +msgid "Delete World \"$1\"?" +msgstr "Radera värld \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/sw/MultiCraft.po b/po/sw/MultiCraft.po index 593eba20..d350d6e7 100644 --- a/po/sw/MultiCraft.po +++ b/po/sw/MultiCraft.po @@ -195,8 +195,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: batili modpath \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Futa ulimwengu" +msgid "Delete World \"$1\"?" +msgstr "Futa ulimwengu \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/tr/MultiCraft.po b/po/tr/MultiCraft.po index 2e785358..80f4a57c 100644 --- a/po/tr/MultiCraft.po +++ b/po/tr/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: \"$1\" mod konumu geçersiz" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Dünyasını sil" +msgid "Delete World \"$1\"?" +msgstr "\"$1\" dünyasını sil?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/uk/MultiCraft.po b/po/uk/MultiCraft.po index 00cbb651..eeca2a0c 100644 --- a/po/uk/MultiCraft.po +++ b/po/uk/MultiCraft.po @@ -201,8 +201,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: недійсний шлях модифікації \"$1\"" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "Видалити світ" +msgid "Delete World \"$1\"?" +msgstr "Видалити світ \"$1\"?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" @@ -4833,4 +4833,4 @@ msgstr "" #, fuzzy #~ msgid "Preload inventory textures" -#~ msgstr "Завантаження текстур..." \ No newline at end of file +#~ msgstr "Завантаження текстур..." diff --git a/po/zh_CN/MultiCraft.po b/po/zh_CN/MultiCraft.po index 41209bae..11ac544a 100644 --- a/po/zh_CN/MultiCraft.po +++ b/po/zh_CN/MultiCraft.po @@ -197,8 +197,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "MOD管理器:MOD“$1“路径非法" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "删除世界" +msgid "Delete World \"$1\"?" +msgstr "删除世界“$1”?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept" diff --git a/po/zh_TW/MultiCraft.po b/po/zh_TW/MultiCraft.po index 2e37522e..4f637297 100644 --- a/po/zh_TW/MultiCraft.po +++ b/po/zh_TW/MultiCraft.po @@ -200,8 +200,8 @@ msgid "Modmgr: invalid modpath \"$1\"" msgstr "Mod 管理員:無效的 mod 路徑「$1」" #: builtin/mainmenu/dlg_delete_world.lua -msgid "Delete World" -msgstr "刪除世界" +msgid "Delete World \"$1\"?" +msgstr "刪除世界「$1」?" #: builtin/mainmenu/dlg_rename_modpack.lua msgid "Accept"