diff --git a/UI/GameScreen.cpp b/UI/GameScreen.cpp index 18db02a92b..2c060bf317 100644 --- a/UI/GameScreen.cpp +++ b/UI/GameScreen.cpp @@ -334,9 +334,8 @@ void GameScreen::CallbackDeleteConfig(bool yes) { UI::EventReturn GameScreen::OnDeleteConfig(UI::EventParams &e) { auto di = GetI18NCategory(I18NCat::DIALOG); - auto ga = GetI18NCategory(I18NCat::GAME); screenManager()->push( - new PromptScreen(gamePath_, di->T("DeleteConfirmGameConfig", "Do you really want to delete the settings for this game?"), ga->T("ConfirmDelete"), di->T("Cancel"), + new PromptScreen(gamePath_, di->T("DeleteConfirmGameConfig", "Do you really want to delete the settings for this game?"), di->T("Delete"), di->T("Cancel"), std::bind(&GameScreen::CallbackDeleteConfig, this, std::placeholders::_1))); return UI::EVENT_DONE; @@ -537,9 +536,8 @@ UI::EventReturn GameScreen::OnDeleteSaveData(UI::EventParams &e) { // Check that there's any savedata to delete if (info->saveDataSize) { auto di = GetI18NCategory(I18NCat::DIALOG); - auto ga = GetI18NCategory(I18NCat::GAME); screenManager()->push( - new PromptScreen(gamePath_, di->T("DeleteConfirmAll", "Do you really want to delete all\nyour save data for this game?"), ga->T("ConfirmDelete"), di->T("Cancel"), + new PromptScreen(gamePath_, di->T("DeleteConfirmAll", "Do you really want to delete all\nyour save data for this game?"), di->T("Delete"), di->T("Cancel"), std::bind(&GameScreen::CallbackDeleteSaveData, this, std::placeholders::_1))); } } @@ -560,12 +558,11 @@ UI::EventReturn GameScreen::OnDeleteGame(UI::EventParams &e) { std::shared_ptr info = g_gameInfoCache->GetInfo(NULL, gamePath_, GameInfoFlags::PARAM_SFO); if (info->Ready(GameInfoFlags::PARAM_SFO)) { auto di = GetI18NCategory(I18NCat::DIALOG); - auto ga = GetI18NCategory(I18NCat::GAME); std::string prompt; prompt = di->T("DeleteConfirmGame", "Do you really want to delete this game\nfrom your device? You can't undo this."); prompt += "\n\n" + gamePath_.ToVisualString(g_Config.memStickDirectory.c_str()); screenManager()->push( - new PromptScreen(gamePath_, prompt, ga->T("ConfirmDelete"), di->T("Cancel"), + new PromptScreen(gamePath_, prompt, di->T("Delete"), di->T("Cancel"), std::bind(&GameScreen::CallbackDeleteGame, this, std::placeholders::_1))); } return UI::EVENT_DONE; diff --git a/UI/PauseScreen.cpp b/UI/PauseScreen.cpp index 87d58a4e6d..fea0d3cd92 100644 --- a/UI/PauseScreen.cpp +++ b/UI/PauseScreen.cpp @@ -700,9 +700,8 @@ UI::EventReturn GamePauseScreen::OnCreateConfig(UI::EventParams &e) { UI::EventReturn GamePauseScreen::OnDeleteConfig(UI::EventParams &e) { auto di = GetI18NCategory(I18NCat::DIALOG); - auto ga = GetI18NCategory(I18NCat::GAME); screenManager()->push( - new PromptScreen(gamePath_, di->T("DeleteConfirmGameConfig", "Do you really want to delete the settings for this game?"), ga->T("ConfirmDelete"), di->T("Cancel"), + new PromptScreen(gamePath_, di->T("DeleteConfirmGameConfig", "Do you really want to delete the settings for this game?"), di->T("Delete"), di->T("Cancel"), std::bind(&GamePauseScreen::CallbackDeleteConfig, this, std::placeholders::_1))); return UI::EVENT_DONE; } diff --git a/assets/lang/ar_AE.ini b/assets/lang/ar_AE.ini index 40a4bc0629..c2dd1b3f4e 100644 --- a/assets/lang/ar_AE.ini +++ b/assets/lang/ar_AE.ini @@ -543,7 +543,6 @@ ZIP file detected (Require WINRAR) = ‎الملف مضغوط (ZIP).\nمن فض Asia = ‎أسيا Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = ‎مسح CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = ‎أنشاء إعدادت للعبة Create Shortcut = ‎إصنع إختصار diff --git a/assets/lang/az_AZ.ini b/assets/lang/az_AZ.ini index 8f77de0d13..7445c0ed69 100644 --- a/assets/lang/az_AZ.ini +++ b/assets/lang/az_AZ.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Create shortcut diff --git a/assets/lang/bg_BG.ini b/assets/lang/bg_BG.ini index 33f96bf06d..31f66296a2 100644 --- a/assets/lang/bg_BG.ini +++ b/assets/lang/bg_BG.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Файла е архивиран (ZIP).\nМ Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Изтрий CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Създай пряк път diff --git a/assets/lang/ca_ES.ini b/assets/lang/ca_ES.ini index 0985c3324f..24313a0ca1 100644 --- a/assets/lang/ca_ES.ini +++ b/assets/lang/ca_ES.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Àsia Calculate CRC = Calcular valor CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Confirmar esborrat CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Crear config. del joc Create Shortcut = Crear accés directe diff --git a/assets/lang/cz_CZ.ini b/assets/lang/cz_CZ.ini index ac8cbbf14b..cfbeb67222 100644 --- a/assets/lang/cz_CZ.ini +++ b/assets/lang/cz_CZ.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Soubor je komprimován (ZIP).\nNejdříve h Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Smazat CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Vytvořit nastavení hry Create Shortcut = Vytvořit zkratku diff --git a/assets/lang/da_DK.ini b/assets/lang/da_DK.ini index 1374677a0e..8373ce0c7a 100644 --- a/assets/lang/da_DK.ini +++ b/assets/lang/da_DK.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Fil er pakket (ZIP).\nPak venligst ud førs Asia = Asien Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Slet CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Opret data konfiguration Create Shortcut = Opret genvej diff --git a/assets/lang/de_DE.ini b/assets/lang/de_DE.ini index 651d333949..504eef5779 100644 --- a/assets/lang/de_DE.ini +++ b/assets/lang/de_DE.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Datei ist komprimiert (ZIP).\nBitte zuerst Asia = Asien Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Löschen CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Erstelle Spielkonfig. Create Shortcut = Verknüpfung erstellen diff --git a/assets/lang/dr_ID.ini b/assets/lang/dr_ID.ini index a3c734cdb7..dc6fb8ebda 100644 --- a/assets/lang/dr_ID.ini +++ b/assets/lang/dr_ID.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Garaganni shortcut diff --git a/assets/lang/en_US.ini b/assets/lang/en_US.ini index bf5460f0fe..3bd85cdf50 100644 --- a/assets/lang/en_US.ini +++ b/assets/lang/en_US.ini @@ -559,7 +559,6 @@ ZIP file detected (Require WINRAR) = File is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Create shortcut diff --git a/assets/lang/es_ES.ini b/assets/lang/es_ES.ini index 9e4939c170..4d79cb7d32 100644 --- a/assets/lang/es_ES.ini +++ b/assets/lang/es_ES.ini @@ -536,7 +536,6 @@ ZIP file detected (Require WINRAR) = El archivo está comprimido (ZIP).\nDescomp Asia = Asia Calculate CRC = Calcular CRC Click "Calculate CRC" to verify ISO = Haz clic en "Calcular CRC" para comprobar la ISO -ConfirmDelete = Confirmar CRC checksum does not match, bad or modified ISO = La suma de verificaión CRC no coincide, ISO incorrecta o modificada Create Game Config = Crear configuración de juego Create Shortcut = Crear acceso directo diff --git a/assets/lang/es_LA.ini b/assets/lang/es_LA.ini index ecff4e5189..8647cac8ea 100644 --- a/assets/lang/es_LA.ini +++ b/assets/lang/es_LA.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Se ha detectado un archivo ZIP.\nUtiliza co Asia = Asia Calculate CRC = Calcular valor CRC Click "Calculate CRC" to verify ISO = Click en "Calcular CRC" para verificar ISO -ConfirmDelete = Borrar CRC checksum does not match, bad or modified ISO = La suma de comprobación CRC no coincide, la ISO es mala o está modificada Create Game Config = Crear config. del juego Create Shortcut = Crear acceso directo diff --git a/assets/lang/fa_IR.ini b/assets/lang/fa_IR.ini index 1a67c5675f..94f4975378 100644 --- a/assets/lang/fa_IR.ini +++ b/assets/lang/fa_IR.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = ‎\n.فشرده سازی شده است ZIP Asia = اسیا Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = حذف CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = ایجاد کانفیگ بازی Create Shortcut = ‎ساخت میانبر diff --git a/assets/lang/fi_FI.ini b/assets/lang/fi_FI.ini index 6a97930f4c..09c88d129a 100644 --- a/assets/lang/fi_FI.ini +++ b/assets/lang/fi_FI.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Aasia Calculate CRC = Laske CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Create shortcut diff --git a/assets/lang/fr_FR.ini b/assets/lang/fr_FR.ini index 85b57f720a..ac94c32eda 100644 --- a/assets/lang/fr_FR.ini +++ b/assets/lang/fr_FR.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Le fichier est compressé (.zip).\nVeuillez Asia = Asie Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Confirmer CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Créer config. de jeu Create Shortcut = Créer un raccourci diff --git a/assets/lang/gl_ES.ini b/assets/lang/gl_ES.ini index 815d2ad9ed..c44898213e 100644 --- a/assets/lang/gl_ES.ini +++ b/assets/lang/gl_ES.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Arquivo comprimido (ZIP).\nNecesita ser des Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Confirmar CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Crear config. do xogo Create Shortcut = Crear acceso directo diff --git a/assets/lang/gr_EL.ini b/assets/lang/gr_EL.ini index bd785b387c..ae95b8ab4d 100644 --- a/assets/lang/gr_EL.ini +++ b/assets/lang/gr_EL.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Το αρχείο είναι συμπισμ Asia = Ασία Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Διαγραφή CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Δημιουργία ρυθμίσεων παιχνιδιού Create Shortcut = Δημιουργία Συντόμευσης diff --git a/assets/lang/he_IL.ini b/assets/lang/he_IL.ini index a91b18429a..bccb2e121b 100644 --- a/assets/lang/he_IL.ini +++ b/assets/lang/he_IL.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = צור קיצור דרך diff --git a/assets/lang/he_IL_invert.ini b/assets/lang/he_IL_invert.ini index ba4053d291..2560ce2131 100644 --- a/assets/lang/he_IL_invert.ini +++ b/assets/lang/he_IL_invert.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Create shortcut diff --git a/assets/lang/hr_HR.ini b/assets/lang/hr_HR.ini index 9c4ed21f91..b0304200eb 100644 --- a/assets/lang/hr_HR.ini +++ b/assets/lang/hr_HR.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Datoteka je pakirana (ZIP).\nPrvo raspakira Asia = Azija Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Izbriši CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Kreiraj postavke igre Create Shortcut = Kreiraj prečac diff --git a/assets/lang/hu_HU.ini b/assets/lang/hu_HU.ini index 37dfd4b3b9..ef63bbed26 100644 --- a/assets/lang/hu_HU.ini +++ b/assets/lang/hu_HU.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = A fájl tömörített (ZIP).\nElőbb csomag Asia = Ázsia Calculate CRC = CRC kiszámítása Click "Calculate CRC" to verify ISO = Kattints a "CRC kiszámítására" az ISO hitelesítéséhez -ConfirmDelete = Törlés CRC checksum does not match, bad or modified ISO = CRC ellenőrzőösszeg nem egyezik - hibás vagy módosított ISO Create Game Config = Új játékbeállítás Create Shortcut = Parancsikon létrehozása diff --git a/assets/lang/id_ID.ini b/assets/lang/id_ID.ini index 627c3759d4..17397a739c 100644 --- a/assets/lang/id_ID.ini +++ b/assets/lang/id_ID.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Berkas terkompresi (ZIP).\nSilakan ekstrak Asia = Asia Calculate CRC = Kalkulasi CRC Click "Calculate CRC" to verify ISO = Klik "Hitung CRC" untuk memverifikasi ISO -ConfirmDelete = Hapus CRC checksum does not match, bad or modified ISO = Checksum CRC tidak cocok, ISO buruk atau dimodifikasi Create Game Config = Buat konfigurasi permainan Create Shortcut = Buat jalan pintas diff --git a/assets/lang/it_IT.ini b/assets/lang/it_IT.ini index 3fb6418312..98c73d3248 100644 --- a/assets/lang/it_IT.ini +++ b/assets/lang/it_IT.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Il file è compresso (ZIP).\nPrima si deve Asia = Asia Calculate CRC = Calcola CRC Click "Calculate CRC" to verify ISO = Clicca su "Calcola CRC" per verificare l'ISO -ConfirmDelete = Elimina CRC checksum does not match, bad or modified ISO = Il checksum CRC non corrisponde, l'ISO è errata o modificata Create Game Config = Crea Configurazione di Gioco Create Shortcut = Crea Scorciatoia diff --git a/assets/lang/ja_JP.ini b/assets/lang/ja_JP.ini index 3dbd61a37c..a772192696 100644 --- a/assets/lang/ja_JP.ini +++ b/assets/lang/ja_JP.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = ファイルが圧縮されています (ZI Asia = アジア Calculate CRC = CRCを算出 Click "Calculate CRC" to verify ISO = "CRCを算出" をクリックしてISOを検証します -ConfirmDelete = 削除 CRC checksum does not match, bad or modified ISO = CRCチェックサムが一致しません。不良であるか変更されたISOです Create Game Config = ゲームの設定を作成する Create Shortcut = ショートカットを作成する diff --git a/assets/lang/jv_ID.ini b/assets/lang/jv_ID.ini index c9ef6981d9..be38841176 100644 --- a/assets/lang/jv_ID.ini +++ b/assets/lang/jv_ID.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = berkas iki terkompres (ZIP).\nMohon bongkar Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Mbusek CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Nggawe Setelan Dolanan Create Shortcut = Nggawe Trobosan diff --git a/assets/lang/ko_KR.ini b/assets/lang/ko_KR.ini index 71437eac0f..f60ca24f41 100644 --- a/assets/lang/ko_KR.ini +++ b/assets/lang/ko_KR.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = 파일은 (ZIP으로) 압축되어 있습 Asia = 아시아 Calculate CRC = CRC 계산 Click "Calculate CRC" to verify ISO = ISO를 확인하려면 "CRC 계산"을 클릭 -ConfirmDelete = 삭제 CRC checksum does not match, bad or modified ISO = CRC 체크섬이 일치하지 않거나, ISO가 잘못되었거나 수정 Create Game Config = 게임 구성 생성 Create Shortcut = 단축 키 생성 diff --git a/assets/lang/ku_SO.ini b/assets/lang/ku_SO.ini index 6b6ba98930..015dd26c0a 100644 --- a/assets/lang/ku_SO.ini +++ b/assets/lang/ku_SO.ini @@ -549,7 +549,6 @@ ZIP file detected (Require WINRAR) = File is compressed (ZIP).\nPlease decompres Asia = ئاسیا Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = سڕینەوە CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = درووستکردنی سێتینگی تایبەت بە یاریەکە Create Shortcut = Create shortcut diff --git a/assets/lang/lo_LA.ini b/assets/lang/lo_LA.ini index 906becd9d2..5f3e6928ef 100644 --- a/assets/lang/lo_LA.ini +++ b/assets/lang/lo_LA.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = ໄຟລ໌ຖືກບີບອັດ (ZI Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = ຢືນຢັນການລຶບ CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = ສ້າງການຕັ້ງຄ່າເກມ Create Shortcut = ຈາກຫຼ້າສຸດ diff --git a/assets/lang/lt-LT.ini b/assets/lang/lt-LT.ini index e743cebcef..7cab716e77 100644 --- a/assets/lang/lt-LT.ini +++ b/assets/lang/lt-LT.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Failas yra suspaustas (ZIP formato).\nReiki Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Ištrinti CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Kurti nuorodą diff --git a/assets/lang/ms_MY.ini b/assets/lang/ms_MY.ini index e1ee69fd77..504dbc8af9 100644 --- a/assets/lang/ms_MY.ini +++ b/assets/lang/ms_MY.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Fail dimampatkan (ZIP).\nSila nyah-mampatka Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Padam CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Buat pintasan diff --git a/assets/lang/nl_NL.ini b/assets/lang/nl_NL.ini index b967e743d5..e31472b24d 100644 --- a/assets/lang/nl_NL.ini +++ b/assets/lang/nl_NL.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = het bestand is verkleind (ZIP).\nPak het be Asia = Azië Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Verwijderen CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Gameopties aanmaken Create Shortcut = Snelkoppeling maken diff --git a/assets/lang/no_NO.ini b/assets/lang/no_NO.ini index 96791555da..ce0bc2a1bd 100644 --- a/assets/lang/no_NO.ini +++ b/assets/lang/no_NO.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = file is compressed (ZIP).\nPlease decompres Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Delete CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Create game config Create Shortcut = Create shortcut diff --git a/assets/lang/pl_PL.ini b/assets/lang/pl_PL.ini index dbd918e384..d47b59197e 100644 --- a/assets/lang/pl_PL.ini +++ b/assets/lang/pl_PL.ini @@ -539,7 +539,6 @@ ZIP file detected (Require WINRAR) = Wykryto plik ZIP.\nRozpakuj go przed użyci Asia = Azja Calculate CRC = Oblicz CRC Click "Calculate CRC" to verify ISO = Kliknij "Oblicz CRC" aby zweryfikować plik ISO -ConfirmDelete = Usuń CRC checksum does not match, bad or modified ISO = Niezgodna suma kontrolna CRC, plik ISO jest zły lub zmodyfikowany Create Game Config = Utwórz konfigurację gry Create Shortcut = Utwórz skrót diff --git a/assets/lang/pt_BR.ini b/assets/lang/pt_BR.ini index 3d4b40234c..6f58e64a5c 100644 --- a/assets/lang/pt_BR.ini +++ b/assets/lang/pt_BR.ini @@ -559,7 +559,6 @@ ZIP file detected (Require WINRAR) = O arquivo está comprimido (ZIP).\nPor favo Asia = Ásia Calculate CRC = Calcular CRC Click "Calculate CRC" to verify ISO = Clique em "Calcular CRC" pra verificar a ISO -ConfirmDelete = Apagar CRC checksum does not match, bad or modified ISO = O checksum do CRC não combina, ISO ruim ou modificada Create Game Config = Criar configuração do jogo Create Shortcut = Criar atalho diff --git a/assets/lang/pt_PT.ini b/assets/lang/pt_PT.ini index 568c980e45..1dc4894221 100644 --- a/assets/lang/pt_PT.ini +++ b/assets/lang/pt_PT.ini @@ -559,7 +559,6 @@ ZIP file detected (Require WINRAR) = O ficheiro está comprimido (.zip).\nPor fa Asia = Ásia Calculate CRC = Calcular CRC Click "Calculate CRC" to verify ISO = Clica em "Calcular CRC" para verificar a ISO -ConfirmDelete = Eliminar CRC checksum does not match, bad or modified ISO = A checksum da CRC não corresponde, esta ISO provavelmente é uma copia de má qualidade ou está modificada Create Game Config = Criar definições do jogo Create Shortcut = Criar atalho diff --git a/assets/lang/ro_RO.ini b/assets/lang/ro_RO.ini index 690e37aa98..b1c378243e 100644 --- a/assets/lang/ro_RO.ini +++ b/assets/lang/ro_RO.ini @@ -536,7 +536,6 @@ ZIP file detected (Require WINRAR) = Fișierul e compresat(ZIP).\nVă rog decomp Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Ștergere CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Creează configurare joc Create Shortcut = Creează scurtătură diff --git a/assets/lang/ru_RU.ini b/assets/lang/ru_RU.ini index a7579cd284..2a7a2563f4 100644 --- a/assets/lang/ru_RU.ini +++ b/assets/lang/ru_RU.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = файл сжат (ZIP).\nПожалуйс Asia = Азия Calculate CRC = Вычислить CRC Click "Calculate CRC" to verify ISO = Нажмите "Вычислить CRC" для проверки подлинности ISO -ConfirmDelete = Удалить CRC checksum does not match, bad or modified ISO = Контрольная сумма CRC не совпадает, ISO испорчен или изменен Create Game Config = Создать конфиг Create Shortcut = Создать ярлык diff --git a/assets/lang/sv_SE.ini b/assets/lang/sv_SE.ini index cbf44a7376..cdb637d811 100644 --- a/assets/lang/sv_SE.ini +++ b/assets/lang/sv_SE.ini @@ -536,7 +536,6 @@ ZIP file detected (Require WINRAR) = filen är komprimerad (ZIP).\nPacka upp fil Asia = Asia Calculate CRC = Beräkna CRC Click "Calculate CRC" to verify ISO = Klicka på "Beräkna CRC" för att verifiera ISO -ConfirmDelete = Ta bort CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Skapa spelconfig Create Shortcut = Skapa genväg diff --git a/assets/lang/tg_PH.ini b/assets/lang/tg_PH.ini index 980515320e..a55db62528 100644 --- a/assets/lang/tg_PH.ini +++ b/assets/lang/tg_PH.ini @@ -536,7 +536,6 @@ ZIP file detected (Require WINRAR) = Ang File ay na Compress (ZIP).\nPaki-decomp Asia = Asia Calculate CRC = Kalkulahin ang CRC Click "Calculate CRC" to verify ISO = I-click ang "Kalkulahin ang CRC" para i-verify ang ISO -ConfirmDelete = Kumpirmahin ang pag bura CRC checksum does not match, bad or modified ISO = Hindi tugma ang CRC checksum, maaring binago/dinaya ang ISO Create Game Config = Gumawa ng game config Create Shortcut = Gumawa ng shortcut diff --git a/assets/lang/th_TH.ini b/assets/lang/th_TH.ini index d8970e0fdb..389dad9421 100644 --- a/assets/lang/th_TH.ini +++ b/assets/lang/th_TH.ini @@ -545,7 +545,6 @@ ZIP file detected (Require WINRAR) = ไฟล์นี้ถูกบีบอ Asia = AS (โซนเอเชีย) Calculate CRC = คำนวณค่า CRC Click "Calculate CRC" to verify ISO = กดที่ "คำนวณค่า CRC" เพื่อตรวจสอบไฟล์เกม ISO -ConfirmDelete = ยืนยันการลบ CRC checksum does not match, bad or modified ISO = ค่า CRC ไม่ตรงกัน ไฟล์เกม ISO นี้ อาจจะไม่ดีหรือถูกดัดแปลงมา Create Game Config = สร้างการตั้งค่าเฉพาะเกม Create Shortcut = สร้างทางลัด diff --git a/assets/lang/tr_TR.ini b/assets/lang/tr_TR.ini index 1c29923833..fb47e6ac8a 100644 --- a/assets/lang/tr_TR.ini +++ b/assets/lang/tr_TR.ini @@ -537,7 +537,6 @@ ZIP file detected (Require WINRAR) = Dosya sıkıştırlmış (ZIP).\nLütfen il Asia = Asya Calculate CRC = CRC'yi Hesapla Click "Calculate CRC" to verify ISO = ISO'yu doğrulamak için "CRC'yi Hesapla"ya tıklayın -ConfirmDelete = Sil CRC checksum does not match, bad or modified ISO = CRC sağlama toplamı eşleşmiyor, ISO hatalı veya değiştirilmiş olabilir. Create Game Config = Oyun için yapılandırma dosyası oluştur Create Shortcut = Kısayol oluştur diff --git a/assets/lang/uk_UA.ini b/assets/lang/uk_UA.ini index 9679f5df72..c4e932605f 100644 --- a/assets/lang/uk_UA.ini +++ b/assets/lang/uk_UA.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = Файл стиснуто (ZIP).\nБудь Asia = Азія Calculate CRC = Обчислити CRC Click "Calculate CRC" to verify ISO = Натисніть "Обчислити CRC" для перевірки ISO -ConfirmDelete = Видалити CRC checksum does not match, bad or modified ISO = CRC контрольна сума не збігається, поганий або змінений ISO Create Game Config = Створити конфіг Create Shortcut = Створити ярлик diff --git a/assets/lang/vi_VN.ini b/assets/lang/vi_VN.ini index fabd663af6..e14955eb64 100644 --- a/assets/lang/vi_VN.ini +++ b/assets/lang/vi_VN.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = đây là file nén (ZIP).\nXin hãy giải Asia = Asia Calculate CRC = Calculate CRC Click "Calculate CRC" to verify ISO = Click "Calculate CRC" to verify ISO -ConfirmDelete = Xóa CRC checksum does not match, bad or modified ISO = CRC checksum does not match, bad or modified ISO Create Game Config = Tạo thiết lập cho game Create Shortcut = Tạo lối tắt diff --git a/assets/lang/zh_CN.ini b/assets/lang/zh_CN.ini index c3c3cfa116..ace567d8e6 100644 --- a/assets/lang/zh_CN.ini +++ b/assets/lang/zh_CN.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = 这是ZIP压缩文件。\n请尝试使用Wi Asia = 亚洲 Calculate CRC = 计算CRC码 Click "Calculate CRC" to verify ISO = 点击"计算CRC码"可校验ISO镜像 -ConfirmDelete = 确认删除 CRC checksum does not match, bad or modified ISO = CRC校验与原版不符, 此ISO镜像有修改或损坏 Create Game Config = 建立游戏配置 Create Shortcut = 创建快捷方式 diff --git a/assets/lang/zh_TW.ini b/assets/lang/zh_TW.ini index 3ee2839d26..e37ca1d7bc 100644 --- a/assets/lang/zh_TW.ini +++ b/assets/lang/zh_TW.ini @@ -535,7 +535,6 @@ ZIP file detected (Require WINRAR) = 檔案已壓縮 (ZIP)\n請先解壓縮 (嘗 Asia = 亞州 Calculate CRC = 計算 CRC Click "Calculate CRC" to verify ISO = 按一下「計算 CRC」以驗證 ISO -ConfirmDelete = 刪除 CRC checksum does not match, bad or modified ISO = CRC 總和檢查碼不相符,ISO 檔案錯誤或經過修改 Create Game Config = 建立遊戲組態 Create Shortcut = 建立捷徑