diff --git a/Tools/langtool/Cargo.lock b/Tools/langtool/Cargo.lock index 023b58a069..10f0ab4cb3 100644 --- a/Tools/langtool/Cargo.lock +++ b/Tools/langtool/Cargo.lock @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", diff --git a/UI/InstallZipScreen.cpp b/UI/InstallZipScreen.cpp index c7316a2b1f..83e1f99845 100644 --- a/UI/InstallZipScreen.cpp +++ b/UI/InstallZipScreen.cpp @@ -107,7 +107,10 @@ void InstallZipScreen::CreateViews() { int columnWidth = 300; LinearLayout *compareColumns = leftColumn->Add(new LinearLayout(UI::ORIENT_HORIZONTAL, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT))); - compareColumns->Add(new SavedataView(*screenManager()->getUIContext(), Path(), IdentifiedFileType::PSP_SAVEDATA_DIRECTORY, + LinearLayout *leftCompare = new LinearLayout(UI::ORIENT_VERTICAL); + leftCompare->Add(new TextView(iz->T("Data to import"))); + compareColumns->Add(leftCompare); + leftCompare->Add(new SavedataView(*screenManager()->getUIContext(), Path(), IdentifiedFileType::PSP_SAVEDATA_DIRECTORY, zipFileInfo_.gameTitle, zipFileInfo_.savedataTitle, zipFileInfo_.savedataDetails, NiceSizeFormat(zipFileInfo_.totalFileSize), zipFileInfo_.mTime, false, new LinearLayoutParams(columnWidth, WRAP_CONTENT))); // Check for potential overwrite at destination, and ask the user if it's OK to overwrite. @@ -117,6 +120,7 @@ void InstallZipScreen::CreateViews() { LinearLayout *rightCompare = new LinearLayout(UI::ORIENT_VERTICAL); rightCompare->Add(new TextView(iz->T("Existing data"))); + compareColumns->Add(rightCompare); existingSaveView_ = rightCompare->Add(new SavedataView(*screenManager()->getUIContext(), ginfo.get(), IdentifiedFileType::PSP_SAVEDATA_DIRECTORY, false, new LinearLayoutParams(columnWidth, WRAP_CONTENT))); if (System_GetPropertyBool(SYSPROP_CAN_SHOW_FILE)) { diff --git a/assets/lang/ar_AE.ini b/assets/lang/ar_AE.ini index 283379aa4b..313104ecce 100644 --- a/assets/lang/ar_AE.ini +++ b/assets/lang/ar_AE.ini @@ -709,7 +709,9 @@ Window Size = ‎حجم النافذة xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ‎مسح الملف المضغوط +Existing data = Existing data Install = ‎تثبيت Install game from ZIP file? = ‎تثبيت اللعبة من الملف المضغوط ? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/az_AZ.ini b/assets/lang/az_AZ.ini index 797e2ce62a..79f47ec2cb 100644 --- a/assets/lang/az_AZ.ini +++ b/assets/lang/az_AZ.ini @@ -701,7 +701,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/bg_BG.ini b/assets/lang/bg_BG.ini index 381bdd1db8..a5cc89d860 100644 --- a/assets/lang/bg_BG.ini +++ b/assets/lang/bg_BG.ini @@ -701,7 +701,9 @@ Window Size = Размер на прозореца xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Изтрий ZIP архива +Existing data = Existing data Install = Инсталирай Install game from ZIP file? = Инсталирай игра от ZIP архив? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/ca_ES.ini b/assets/lang/ca_ES.ini index 033c70bb3c..92ab4b1213 100644 --- a/assets/lang/ca_ES.ini +++ b/assets/lang/ca_ES.ini @@ -701,7 +701,9 @@ Window Size = Mida de la finestra xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/cz_CZ.ini b/assets/lang/cz_CZ.ini index 9771c207d1..3d27e6fcaa 100644 --- a/assets/lang/cz_CZ.ini +++ b/assets/lang/cz_CZ.ini @@ -701,7 +701,9 @@ Window Size = Velikost okna xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Smazat soubor ZIP +Existing data = Existing data Install = Nainstalovat Install game from ZIP file? = Instalovat hru ze souboru ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/da_DK.ini b/assets/lang/da_DK.ini index 46e7c60097..1cc2ffdcf2 100644 --- a/assets/lang/da_DK.ini +++ b/assets/lang/da_DK.ini @@ -701,7 +701,9 @@ Window Size = Vinduesstørrelse xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Slet ZIP fil +Existing data = Existing data Install = Installer Install game from ZIP file? = Installer spil fra ZIP fil? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/de_DE.ini b/assets/lang/de_DE.ini index 10a37868a9..9b7ae5b0b2 100644 --- a/assets/lang/de_DE.ini +++ b/assets/lang/de_DE.ini @@ -701,7 +701,9 @@ Window Size = Fenstergröße xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIP Datei löschen +Existing data = Existing data Install = Installieren Install game from ZIP file? = Spiel aus ZIP Datei installieren? Install textures from ZIP file? = Texturen von ZIP Datei installieren? diff --git a/assets/lang/dr_ID.ini b/assets/lang/dr_ID.ini index 9bc1a36abf..0c702ae8b9 100644 --- a/assets/lang/dr_ID.ini +++ b/assets/lang/dr_ID.ini @@ -701,7 +701,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/en_US.ini b/assets/lang/en_US.ini index 46040c70cf..46bcbbb44f 100644 --- a/assets/lang/en_US.ini +++ b/assets/lang/en_US.ini @@ -725,7 +725,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/es_ES.ini b/assets/lang/es_ES.ini index 03e7dcee83..09cdf7c5bd 100644 --- a/assets/lang/es_ES.ini +++ b/assets/lang/es_ES.ini @@ -701,7 +701,9 @@ Window Size = Tamaño de ventana xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Borrar archivo ZIP +Existing data = Existing data Install = Instalar Install game from ZIP file? = ¿Instalar juego desde archivo ZIP? Install textures from ZIP file? = ¿Instalar texturas desde archivo ZIP? diff --git a/assets/lang/es_LA.ini b/assets/lang/es_LA.ini index 30010bcc4f..49106ee515 100644 --- a/assets/lang/es_LA.ini +++ b/assets/lang/es_LA.ini @@ -701,7 +701,9 @@ Window Size = Tamaño de ventana xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Borrar archivo ZIP +Existing data = Existing data Install = Instalar Install game from ZIP file? = ¿Instalar juego desde un archivo ZIP? Install textures from ZIP file? = ¿Instalar texturas desde un archivo ZIP? diff --git a/assets/lang/fa_IR.ini b/assets/lang/fa_IR.ini index 33d0f06862..493be1c02c 100644 --- a/assets/lang/fa_IR.ini +++ b/assets/lang/fa_IR.ini @@ -701,7 +701,9 @@ Window Size = ‎سایز پنجره xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/fi_FI.ini b/assets/lang/fi_FI.ini index 73440874c9..28975b0ae3 100644 --- a/assets/lang/fi_FI.ini +++ b/assets/lang/fi_FI.ini @@ -701,7 +701,9 @@ Window Size = Ikkunan koko xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Poista ZIP-tiedosto +Existing data = Existing data Install = Asenna Install game from ZIP file? = Asenna peli ZIP-tiedostosta? Install textures from ZIP file? = Asenna tekstuureja ZIP-tiedostosta? diff --git a/assets/lang/fr_FR.ini b/assets/lang/fr_FR.ini index 388ac75253..6bd5ab79e3 100644 --- a/assets/lang/fr_FR.ini +++ b/assets/lang/fr_FR.ini @@ -701,7 +701,9 @@ Window Size = Taille de la fenêtre xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Supprimer le fichier ZIP +Existing data = Existing data Install = Installer Install game from ZIP file? = Installer le jeu depuis le fichier ZIP ? Install textures from ZIP file? = Installer les textures depuis le fichier ZIP ? diff --git a/assets/lang/gl_ES.ini b/assets/lang/gl_ES.ini index f4030c5e22..ef6c1dc308 100644 --- a/assets/lang/gl_ES.ini +++ b/assets/lang/gl_ES.ini @@ -701,7 +701,9 @@ Window Size = Tamaño de ventana xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Borrar arquivo ZIP +Existing data = Existing data Install = Instalar Install game from ZIP file? = Instalar xogo dende un arquivo ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/gr_EL.ini b/assets/lang/gr_EL.ini index 9b179d31e7..88e335afae 100644 --- a/assets/lang/gr_EL.ini +++ b/assets/lang/gr_EL.ini @@ -701,7 +701,9 @@ Window Size = Μέγεθος Παραθύρου xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Διαγραφή αρχείου ZIP +Existing data = Existing data Install = Εγκατάσταση Install game from ZIP file? = Εγκατάσταση παιχνιδιού από το αρχείο ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/he_IL.ini b/assets/lang/he_IL.ini index 7f7108c7d1..234c799b70 100644 --- a/assets/lang/he_IL.ini +++ b/assets/lang/he_IL.ini @@ -701,7 +701,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/he_IL_invert.ini b/assets/lang/he_IL_invert.ini index 736d624478..724e01745f 100644 --- a/assets/lang/he_IL_invert.ini +++ b/assets/lang/he_IL_invert.ini @@ -701,7 +701,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/hr_HR.ini b/assets/lang/hr_HR.ini index dab94600bc..6bb59eb3b8 100644 --- a/assets/lang/hr_HR.ini +++ b/assets/lang/hr_HR.ini @@ -701,7 +701,9 @@ Window Size = Veličina prozora xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Izbriši ZIP datoteku +Existing data = Existing data Install = Instaliraj Install game from ZIP file? = Instaliraj igru iz ZIP datoteke? Install textures from ZIP file? = Instaliraj teksture iz ZIP datoteke? diff --git a/assets/lang/hu_HU.ini b/assets/lang/hu_HU.ini index f195cd5cd4..1841fb3cb8 100644 --- a/assets/lang/hu_HU.ini +++ b/assets/lang/hu_HU.ini @@ -701,7 +701,9 @@ Window Size = Ablak méret xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIP fájl törlése +Existing data = Existing data Install = Telepítés Install game from ZIP file? = Játék telepítése ZIP fájlból? Install textures from ZIP file? = Textúrák telepítése ZIP fájlból? diff --git a/assets/lang/id_ID.ini b/assets/lang/id_ID.ini index 172aa34f8f..b92c0c3439 100644 --- a/assets/lang/id_ID.ini +++ b/assets/lang/id_ID.ini @@ -701,7 +701,9 @@ Window Size = Ukuran Window xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Hapus berkas ZIP +Existing data = Existing data Install = Pasang Install game from ZIP file? = Pasang permainan dari berkas ZIP? Install textures from ZIP file? = Pasang tekstur dari file ZIP? diff --git a/assets/lang/it_IT.ini b/assets/lang/it_IT.ini index 574e1b4741..00286a0fca 100644 --- a/assets/lang/it_IT.ini +++ b/assets/lang/it_IT.ini @@ -702,7 +702,9 @@ Window Size = Dimensioni Finestra xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Elimina file ZIP +Existing data = Existing data Install = Installa Install game from ZIP file? = Installare il gioco dal file ZIP? Install textures from ZIP file? = Installare le texture dal file ZIP? diff --git a/assets/lang/ja_JP.ini b/assets/lang/ja_JP.ini index 0f55bbc089..380cc520d4 100644 --- a/assets/lang/ja_JP.ini +++ b/assets/lang/ja_JP.ini @@ -701,7 +701,9 @@ Window Size = ウィンドウサイズ xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIPファイルを削除 +Existing data = Existing data Install = インストールする Install game from ZIP file? = ZIPファイルからゲームをインストールしますか? Install textures from ZIP file? = ZIPファイルからテクスチャをインストールしますか? diff --git a/assets/lang/jv_ID.ini b/assets/lang/jv_ID.ini index fa6442f7bc..9e75b0fb5c 100644 --- a/assets/lang/jv_ID.ini +++ b/assets/lang/jv_ID.ini @@ -701,7 +701,9 @@ Window Size = Ukuran window xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Mbusek berkas ZIP +Existing data = Existing data Install = Nginstal Install game from ZIP file? = Nginstal dolanan saka berkas ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/ko_KR.ini b/assets/lang/ko_KR.ini index f52a7c4e25..12ad29c829 100644 --- a/assets/lang/ko_KR.ini +++ b/assets/lang/ko_KR.ini @@ -701,7 +701,9 @@ Window Size = 창 크기 xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIP 파일 삭제 +Existing data = Existing data Install = 설치 Install game from ZIP file? = ZIP 파일에서 게임을 설치하겠습니까? Install textures from ZIP file? = ZIP 파일에서 텍스처를 설치하겠습니까? diff --git a/assets/lang/ku_SO.ini b/assets/lang/ku_SO.ini index 16c5e29718..56a5813447 100644 --- a/assets/lang/ku_SO.ini +++ b/assets/lang/ku_SO.ini @@ -715,7 +715,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/lo_LA.ini b/assets/lang/lo_LA.ini index 8e774b5b52..e2fb3c39bb 100644 --- a/assets/lang/lo_LA.ini +++ b/assets/lang/lo_LA.ini @@ -701,7 +701,9 @@ Window Size = ຂະໜາດໜ້າຈໍ xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ລຶບໄຟລ໌ ZIP +Existing data = Existing data Install = ຕິດຕັ້ງ Install game from ZIP file? = ຕິດຕັ້ງເກມຈາກໄຟລ໌ ZIP ຫຼືບໍ່? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/lt-LT.ini b/assets/lang/lt-LT.ini index 298ae415c7..9d68ebc99b 100644 --- a/assets/lang/lt-LT.ini +++ b/assets/lang/lt-LT.ini @@ -701,7 +701,9 @@ Window Size = Lango dydis xBRZ = "xBRZ" [InstallZip] +Data to import = Data to import Delete ZIP file = Ištrinti ZIP failą +Existing data = Existing data Install = Instaliuoti Install game from ZIP file? = Instaliuoti žaidimą iš ZIP failo? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/ms_MY.ini b/assets/lang/ms_MY.ini index 9638520713..b5b49f7981 100644 --- a/assets/lang/ms_MY.ini +++ b/assets/lang/ms_MY.ini @@ -701,7 +701,9 @@ Window Size = Saiz tetingkap xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Padam fail ZIP +Existing data = Existing data Install = Pasang Install game from ZIP file? = Pasang permainan dari fail ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/nl_NL.ini b/assets/lang/nl_NL.ini index 3423fa0d34..4ce17bdc0b 100644 --- a/assets/lang/nl_NL.ini +++ b/assets/lang/nl_NL.ini @@ -701,7 +701,9 @@ Window Size = Venstergrootte xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIP-bestand wissen +Existing data = Existing data Install = Installeren Install game from ZIP file? = Game installeren vanuit het ZIP-bestand? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/no_NO.ini b/assets/lang/no_NO.ini index db0bccc5f0..314d195d45 100644 --- a/assets/lang/no_NO.ini +++ b/assets/lang/no_NO.ini @@ -701,7 +701,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Delete ZIP file +Existing data = Existing data Install = Install Install game from ZIP file? = Install game from ZIP file? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/pl_PL.ini b/assets/lang/pl_PL.ini index bcd7ee36da..a2677fbf3d 100644 --- a/assets/lang/pl_PL.ini +++ b/assets/lang/pl_PL.ini @@ -705,7 +705,9 @@ Window Size = Rozmiar okna xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Usuń plik ZIP +Existing data = Existing data Install = Zainstaluj Install game from ZIP file? = Zainstalować grę z pliku ZIP? Install textures from ZIP file? = Czy zainstalować teksturę z archiwum ZIP? diff --git a/assets/lang/pt_BR.ini b/assets/lang/pt_BR.ini index 16441c386e..8024a5b91b 100644 --- a/assets/lang/pt_BR.ini +++ b/assets/lang/pt_BR.ini @@ -725,7 +725,9 @@ Window Size = Tamanho da janela xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Apagar arquivo ZIP +Existing data = Existing data Install = Instalar Install game from ZIP file? = Instalar o jogo do arquivo ZIP? Install textures from ZIP file? = Instalar as texturas do arquivo ZIP? diff --git a/assets/lang/pt_PT.ini b/assets/lang/pt_PT.ini index 4eea2af927..ba633ef0d2 100644 --- a/assets/lang/pt_PT.ini +++ b/assets/lang/pt_PT.ini @@ -725,7 +725,9 @@ Window Size = Tamanho da janela xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Eliminar ficheiro .zip +Existing data = Existing data Install = Instalar Install game from ZIP file? = Instalar o jogo do ficheiro .zip? Install textures from ZIP file? = Instalar as texturas do ficheiro .zip? diff --git a/assets/lang/ro_RO.ini b/assets/lang/ro_RO.ini index d41fc376a8..50e349f87a 100644 --- a/assets/lang/ro_RO.ini +++ b/assets/lang/ro_RO.ini @@ -702,7 +702,9 @@ Window Size = Mărime ecran xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Șterge fișier ZIP +Existing data = Existing data Install = Instalează Install game from ZIP file? = Instalează joc din fișier ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/ru_RU.ini b/assets/lang/ru_RU.ini index 0dbfb19817..6bd404ebc5 100644 --- a/assets/lang/ru_RU.ini +++ b/assets/lang/ru_RU.ini @@ -701,7 +701,9 @@ Window Size = Размер окна xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Удалить файл ZIP +Existing data = Existing data Install = Установить Install game from ZIP file? = Установить игру из файла ZIP? Install textures from ZIP file? = Установить текстуры из файла ZIP? diff --git a/assets/lang/sv_SE.ini b/assets/lang/sv_SE.ini index bb02d42758..fc43a79f48 100644 --- a/assets/lang/sv_SE.ini +++ b/assets/lang/sv_SE.ini @@ -702,33 +702,35 @@ Window Size = Fönsterstorlek xBRZ = xBRZ [InstallZip] +Data to import = Data att importera Delete ZIP file = Ta bort ZIP-fil +Existing data = Existerande data Install = Installera Install game from ZIP file? = Installera spel från ZIP-fil? -Install textures from ZIP file? = Install textures from ZIP file? -Installation failed = Installation failed +Install textures from ZIP file? = Installera texturer från ZIP-fil? +Installation failed = Installation misslyckades Installed! = Installerad! -Texture pack doesn't support install = Texture pack doesn't support install -Zip archive corrupt = ZIP archive corrupt -Zip file does not contain PSP software = ZIP file does not contain PSP software +Texture pack doesn't support install = Texturpaketet stöder ej installation +Zip archive corrupt = ZIP-filen är korrupt +Zip file does not contain PSP software = ZIP-filen innehåller inte PSP-mjukvara [KeyMapping] -Allow combo mappings = Allow combo mappings +Allow combo mappings = Tillåt combo mappings Autoconfigure = Autokonfiguration Autoconfigure for device = Autokonfigurera för enhet Bind All = Bind All Clear All = Rensa Combo mappings are not enabled = Combo mappings are not enabled -Control modifiers = Control modifiers +Control modifiers = Kontroll-modifiers Default All = Återställ allt -Emulator controls = Emulator controls +Emulator controls = Emulator-kontroller Extended PSP controls = Extended PSP controls Map a new key for = Mappa ny knapp för Map Key = Mappa tangent Map Mouse = Mappa mus -Replace = Replace -Show PSP = Show PSP -Standard PSP controls = Standard PSP controls +Replace = Ersätt +Show PSP = Visa PSP +Standard PSP controls = Standard PSP-kontroller Strict combo input order = Strict combo input order You can press ESC to cancel. = Tryck ESC för att avbryta. @@ -746,7 +748,7 @@ Homebrew & Demos = Homebrew & Demos How to get games = Hur man skaffar spel How to get homebrew & demos = Hur man skaffar Homebrew & Demos Load = Ladda... -Loading... = Loading... +Loading... = Laddar... PinPath = Fäst PPSSPP can't load games or save right now = PPSSPP can't load games or save right now Recent = Senast spelat @@ -754,7 +756,7 @@ SavesAreTemporary = PPSSPP is saving in temporary storage SavesAreTemporaryGuidance = Extract PPSSPP somewhere to save permanently SavesAreTemporaryIgnore = Ignorera varning UnpinPath = Lossa -UseBrowseOrLoad = Use Browse to choose a folder, or Load to choose a file. +UseBrowseOrLoad = Använd Bläddra för att välja en mapp, eller Ladda för att välja en fil. www.ppsspp.org = www.ppsspp.org [MainSettings] @@ -969,7 +971,7 @@ Vignette = Vignett [PSPCredits] all the forum mods = all the forum mods -build server = build server +build server = bygg-server Buy Gold = Köp Guld check = Kolla också in Dolphin, den bästa Wii/GC-emulatorn CheckOutPPSSPP = Check out PPSSPP, the awesome PSP emulator: https://www.ppsspp.org/ diff --git a/assets/lang/tg_PH.ini b/assets/lang/tg_PH.ini index 20f6d86d89..8ffc26bc2e 100644 --- a/assets/lang/tg_PH.ini +++ b/assets/lang/tg_PH.ini @@ -702,7 +702,9 @@ Window Size = Window size xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Burahin ang ZIP File +Existing data = Existing data Install = Install Install game from ZIP file? = I-install ang laro mula sa ZIP file? Install textures from ZIP file? = I-install ang texture mula sa ZIP file? diff --git a/assets/lang/th_TH.ini b/assets/lang/th_TH.ini index 4a26dd438e..d1d6f70d36 100644 --- a/assets/lang/th_TH.ini +++ b/assets/lang/th_TH.ini @@ -708,7 +708,9 @@ Window Size = ขนาดของหน้าจอ xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ลบไฟล์ ZIP +Existing data = Existing data Install = ติดตั้ง Install game from ZIP file? = ต้องการติดตั้งเกมจากไฟล์ ZIP เลยหรือไม่? Install textures from ZIP file? = ต้องการติดตั้งเท็คเจอร์จากไฟล์ ZIP เลยหรือไม่? diff --git a/assets/lang/tr_TR.ini b/assets/lang/tr_TR.ini index d704b98a1b..f1d8a52d01 100644 --- a/assets/lang/tr_TR.ini +++ b/assets/lang/tr_TR.ini @@ -703,7 +703,9 @@ Window Size = Pencere boyutu xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = ZIP dosyasını sil +Existing data = Existing data Install = Yükle Install game from ZIP file? = ZIP dosyasından oyun yüklensin mi? Install textures from ZIP file? = ZIP dosyasından dokular yüklensin mi? diff --git a/assets/lang/uk_UA.ini b/assets/lang/uk_UA.ini index 482301e818..58d4610730 100644 --- a/assets/lang/uk_UA.ini +++ b/assets/lang/uk_UA.ini @@ -701,7 +701,9 @@ Window Size = Розмір вікна xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Видалити ZIP файл +Existing data = Existing data Install = Встановити Install game from ZIP file? = Встановити гру з ZIP-файлу? Install textures from ZIP file? = Встановити текстури з ZIP-файлу? diff --git a/assets/lang/vi_VN.ini b/assets/lang/vi_VN.ini index 384048bd4c..c93d3db9e2 100644 --- a/assets/lang/vi_VN.ini +++ b/assets/lang/vi_VN.ini @@ -701,7 +701,9 @@ Window Size = Kích cỡ cửa sổ xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = Xóa file ZIP +Existing data = Existing data Install = Cài đặt Install game from ZIP file? = Cài đặt trò chơi từ file ZIP? Install textures from ZIP file? = Install textures from ZIP file? diff --git a/assets/lang/zh_CN.ini b/assets/lang/zh_CN.ini index ac504a03ce..969bfe77c5 100644 --- a/assets/lang/zh_CN.ini +++ b/assets/lang/zh_CN.ini @@ -701,7 +701,9 @@ Window Size = 窗口大小 xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = 删除ZIP文件 +Existing data = Existing data Install = 安装 Install game from ZIP file? = 从ZIP文件安装游戏? Install textures from ZIP file? = 从ZIP文件安装纹理包? diff --git a/assets/lang/zh_TW.ini b/assets/lang/zh_TW.ini index 6a8c42ffac..9f45854ebb 100644 --- a/assets/lang/zh_TW.ini +++ b/assets/lang/zh_TW.ini @@ -701,7 +701,9 @@ Window Size = 視窗大小 xBRZ = xBRZ [InstallZip] +Data to import = Data to import Delete ZIP file = 刪除 ZIP 檔案 +Existing data = Existing data Install = 安裝 Install game from ZIP file? = 從 ZIP 檔案安裝遊戲? Install textures from ZIP file? = 從 ZIP 檔案安裝紋理?