From 0973fea7ce2413054614a1bce13913a0f6995574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 11 Dec 2024 09:27:29 +0100 Subject: [PATCH] Add error message if compat.ini can't be found --- Core/Compatibility.cpp | 6 ++++++ Tools/langtool/{unused-euristic.sh => unused-heuristic.sh} | 0 assets/lang/ar_AE.ini | 1 + assets/lang/az_AZ.ini | 1 + assets/lang/bg_BG.ini | 1 + assets/lang/ca_ES.ini | 1 + assets/lang/cz_CZ.ini | 1 + assets/lang/da_DK.ini | 1 + assets/lang/de_DE.ini | 1 + assets/lang/dr_ID.ini | 1 + assets/lang/en_US.ini | 1 + assets/lang/es_ES.ini | 1 + assets/lang/es_LA.ini | 1 + assets/lang/fa_IR.ini | 1 + assets/lang/fi_FI.ini | 1 + assets/lang/fr_FR.ini | 1 + assets/lang/gl_ES.ini | 1 + assets/lang/gr_EL.ini | 1 + assets/lang/he_IL.ini | 1 + assets/lang/he_IL_invert.ini | 1 + assets/lang/hr_HR.ini | 1 + assets/lang/hu_HU.ini | 1 + assets/lang/id_ID.ini | 1 + assets/lang/it_IT.ini | 1 + assets/lang/ja_JP.ini | 1 + assets/lang/jv_ID.ini | 1 + assets/lang/ko_KR.ini | 1 + assets/lang/ku_SO.ini | 1 + assets/lang/lo_LA.ini | 1 + assets/lang/lt-LT.ini | 1 + assets/lang/ms_MY.ini | 1 + assets/lang/nl_NL.ini | 1 + assets/lang/no_NO.ini | 1 + assets/lang/pl_PL.ini | 1 + assets/lang/pt_BR.ini | 1 + assets/lang/pt_PT.ini | 1 + assets/lang/ro_RO.ini | 1 + assets/lang/ru_RU.ini | 1 + assets/lang/sv_SE.ini | 1 + assets/lang/tg_PH.ini | 1 + assets/lang/th_TH.ini | 1 + assets/lang/tr_TR.ini | 1 + assets/lang/uk_UA.ini | 1 + assets/lang/vi_VN.ini | 1 + assets/lang/zh_CN.ini | 1 + assets/lang/zh_TW.ini | 1 + 46 files changed, 50 insertions(+) rename Tools/langtool/{unused-euristic.sh => unused-heuristic.sh} (100%) diff --git a/Core/Compatibility.cpp b/Core/Compatibility.cpp index d651ccfd4c..3790421980 100644 --- a/Core/Compatibility.cpp +++ b/Core/Compatibility.cpp @@ -19,8 +19,10 @@ #include "Common/Log.h" #include "Common/Data/Format/IniFile.h" +#include "Common/Data/Text/I18n.h" #include "Common/File/VFS/VFS.h" #include "Common/StringUtils.h" +#include "Common/System/OSD.h" #include "Core/Compatibility.h" #include "Core/Config.h" #include "Core/System.h" @@ -41,6 +43,10 @@ void Compatibility::Load(const std::string &gameID) { // This loads from assets. if (compat.LoadFromVFS(g_VFS, "compat.ini")) { CheckSettings(compat, gameID); + } else { + auto e = GetI18NCategory(I18NCat::ERRORS); + std::string msg = ApplySafeSubstitutions(e->T("File not found: %1"), "compat.ini"); + g_OSD.Show(OSDType::MESSAGE_ERROR, msg, 3.0f); } } diff --git a/Tools/langtool/unused-euristic.sh b/Tools/langtool/unused-heuristic.sh similarity index 100% rename from Tools/langtool/unused-euristic.sh rename to Tools/langtool/unused-heuristic.sh diff --git a/assets/lang/ar_AE.ini b/assets/lang/ar_AE.ini index a0407ea601..85cf220938 100644 --- a/assets/lang/ar_AE.ini +++ b/assets/lang/ar_AE.ini @@ -487,6 +487,7 @@ Error reading file = ‎خطأ في قرأة الملف. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/az_AZ.ini b/assets/lang/az_AZ.ini index 756c6fd5bd..750a83cd5c 100644 --- a/assets/lang/az_AZ.ini +++ b/assets/lang/az_AZ.ini @@ -479,6 +479,7 @@ Error reading file = error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/bg_BG.ini b/assets/lang/bg_BG.ini index 129e226813..f775693c1b 100644 --- a/assets/lang/bg_BG.ini +++ b/assets/lang/bg_BG.ini @@ -479,6 +479,7 @@ Error reading file = Грешка при четенето на файла. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/ca_ES.ini b/assets/lang/ca_ES.ini index ecbc283bd3..da4318cb65 100644 --- a/assets/lang/ca_ES.ini +++ b/assets/lang/ca_ES.ini @@ -479,6 +479,7 @@ Error reading file = error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/cz_CZ.ini b/assets/lang/cz_CZ.ini index 948765a482..4d41866114 100644 --- a/assets/lang/cz_CZ.ini +++ b/assets/lang/cz_CZ.ini @@ -479,6 +479,7 @@ Error reading file = Chyba při čtení souboru. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/da_DK.ini b/assets/lang/da_DK.ini index a348dcd9a0..35f0add41e 100644 --- a/assets/lang/da_DK.ini +++ b/assets/lang/da_DK.ini @@ -479,6 +479,7 @@ Error reading file = Fejl ved læsning af fil. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/de_DE.ini b/assets/lang/de_DE.ini index d57ac6d84b..2b7ee9af64 100644 --- a/assets/lang/de_DE.ini +++ b/assets/lang/de_DE.ini @@ -479,6 +479,7 @@ Error reading file = Fehler beim Lesen der Datei. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Laden der Programmdatei fehlgeschlagen: File corrupt = Datei beschädigt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Fehlerhaftes einlesen der Spieldisk: ISO fehlerhaft. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/dr_ID.ini b/assets/lang/dr_ID.ini index 8a44c90b10..16ec96a361 100644 --- a/assets/lang/dr_ID.ini +++ b/assets/lang/dr_ID.ini @@ -479,6 +479,7 @@ Error reading file = erormi te' fail mane. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/en_US.ini b/assets/lang/en_US.ini index 9a18c41290..163da2dfef 100644 --- a/assets/lang/en_US.ini +++ b/assets/lang/en_US.ini @@ -503,6 +503,7 @@ Error reading file = Error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/es_ES.ini b/assets/lang/es_ES.ini index 1a46d2320e..e1f2960f87 100644 --- a/assets/lang/es_ES.ini +++ b/assets/lang/es_ES.ini @@ -479,6 +479,7 @@ Error reading file = Error al leer el archivo. Failed initializing CPU/Memory = Fallo inicializando CPU o memoria. Failed to load executable: = Fallo al cargar el ejecutable: File corrupt = Archivo corrupto. +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Error de lectura: ISO corrupta. GenericAllStartupError = Error al iniciar los gráficos. Prueba a actualizar tu controlador gráfico. GenericBackendSwitchCrash = PPSSPP falló durante la inicialización de los gráficos. Prueba a actualizar los controladores gráficos.\n\nSe ha cambiado el motor gráfico: diff --git a/assets/lang/es_LA.ini b/assets/lang/es_LA.ini index 8e34a144e7..57be2f4adf 100644 --- a/assets/lang/es_LA.ini +++ b/assets/lang/es_LA.ini @@ -479,6 +479,7 @@ Error reading file = Error al leer el archivo. Failed initializing CPU/Memory = Falló al iniciar CPU o memoria. Failed to load executable: = Falló al cargar ejecutable: File corrupt = Archivo corrupto. +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Falló al cargar disco de juego: ISO corrupta. GenericAllStartupError = Fallo al iniciar los gráficos de cualquier API. Intenta actualizar los drivers de los gráficos y de otros. GenericBackendSwitchCrash = Fallo al iniciar los gráficos. Intenta actualizar los drivers de los gráficos.\n\nLa API de los gráficos ha sido cambiado: diff --git a/assets/lang/fa_IR.ini b/assets/lang/fa_IR.ini index 4251ad6218..1356c1b6b8 100644 --- a/assets/lang/fa_IR.ini +++ b/assets/lang/fa_IR.ini @@ -479,6 +479,7 @@ Error reading file = ‎.خطا در خواندن فایل Failed initializing CPU/Memory = خطا در نصب CPU و حافظه Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/fi_FI.ini b/assets/lang/fi_FI.ini index 0163d83d12..3bd194b0f3 100644 --- a/assets/lang/fi_FI.ini +++ b/assets/lang/fi_FI.ini @@ -479,6 +479,7 @@ Error reading file = error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/fr_FR.ini b/assets/lang/fr_FR.ini index 4c57c60a66..8ede81b025 100644 --- a/assets/lang/fr_FR.ini +++ b/assets/lang/fr_FR.ini @@ -479,6 +479,7 @@ Error reading file = Erreur lors de la lecture du fichier. Failed initializing CPU/Memory = Échec d'initialisation du CPU ou de la mémoire Failed to load executable: = Le chargement de l'exécutable a échoué : File corrupt = Fichier corrompu +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Erreur de lecture du disque de jeu : ISO corrompu. GenericAllStartupError = Échec du démarrage de PPSSPP avec tous les back-ends graphiques.\n\nEssayez de mettre à jour les pilotes graphiques et autres. GenericBackendSwitchCrash = Plantage lors du démarrage de PPSSPP.\n\nC'est généralement dû à un problème de pilotes graphiques. Essayez de mettre à jour les pilotes graphiques.\n\nLe back-end graphique a été changé : diff --git a/assets/lang/gl_ES.ini b/assets/lang/gl_ES.ini index bb44ac584e..9d99465040 100644 --- a/assets/lang/gl_ES.ini +++ b/assets/lang/gl_ES.ini @@ -479,6 +479,7 @@ Error reading file = Erro o ler o arquivo Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/gr_EL.ini b/assets/lang/gr_EL.ini index d2ea776c31..076c4a3dae 100644 --- a/assets/lang/gr_EL.ini +++ b/assets/lang/gr_EL.ini @@ -479,6 +479,7 @@ Error reading file = Σφάλμα ανάγνωσης αρχείου. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Αδυναμιά φόρτωσης εκτελέσιμου αρχείου: File corrupt = Κατεστραμμένο αρχείο +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Σφάλμα ανάγνωσης δίσκου: κατεστραμμένο ISO. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/he_IL.ini b/assets/lang/he_IL.ini index ef31696eb5..604bf7fc9e 100644 --- a/assets/lang/he_IL.ini +++ b/assets/lang/he_IL.ini @@ -479,6 +479,7 @@ Error reading file = קריאת קובץ נכשלה. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/he_IL_invert.ini b/assets/lang/he_IL_invert.ini index 2b57a897c1..6945c4f453 100644 --- a/assets/lang/he_IL_invert.ini +++ b/assets/lang/he_IL_invert.ini @@ -479,6 +479,7 @@ Error reading file = .הלשכנ ץבוק תאירק Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/hr_HR.ini b/assets/lang/hr_HR.ini index 5b616d5b5e..c624c152d0 100644 --- a/assets/lang/hr_HR.ini +++ b/assets/lang/hr_HR.ini @@ -479,6 +479,7 @@ Error reading file = Greška tijekom čitanja datoteke. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Greška u čitanju slike diska: ISO korumpiran. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/hu_HU.ini b/assets/lang/hu_HU.ini index 6f59c97ddf..d0f32c87fa 100644 --- a/assets/lang/hu_HU.ini +++ b/assets/lang/hu_HU.ini @@ -479,6 +479,7 @@ Error reading file = Fájl olvasási hiba. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = A futtatható állomány betöltése sikertelen: File corrupt = A fájl sérült +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Játék lemez olvasási hiba: sérült ISO. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/id_ID.ini b/assets/lang/id_ID.ini index 7140b634d7..3d34765500 100644 --- a/assets/lang/id_ID.ini +++ b/assets/lang/id_ID.ini @@ -479,6 +479,7 @@ Error reading file = Kesalahan saat membaca berkas. Failed initializing CPU/Memory = Gagal menginisialisasi CPU atau memori Failed to load executable: = Gagal memuat yang dapat dieksekusi: File corrupt = Berkas rusak +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Kesalahan pembacaan disk permainan: ISO rusak. GenericAllStartupError = PPSSPP gagal memulai dengan penyangga grafis apa pun. Coba perbarui grafis Anda dan driver lainnya GenericBackendSwitchCrash = PPSSPP mogok saat memulai.\n\nIni biasanya berarti masalah driver grafis. Coba tingkatkan driver grafis Anda.\n\nPenyangga grafis telah dialihkan: diff --git a/assets/lang/it_IT.ini b/assets/lang/it_IT.ini index d1851a79b5..fc2fa08d23 100644 --- a/assets/lang/it_IT.ini +++ b/assets/lang/it_IT.ini @@ -479,6 +479,7 @@ Error reading file = Errore nella Lettura del File. Failed initializing CPU/Memory = Errore di inizializzazione della CPU o della memoria Failed to load executable: = Caricamento dell'eseguibile fallito: File corrupt = File corrotto +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Errore di lettura disco del gioco: ISO corrotta. GenericAllStartupError = PPSSPP non è stato in grado di avviare tutti i backend grafici. Si consiglia di provare ad aggiornare i driver della scheda grafica. GenericBackendSwitchCrash = PPSSPP ha crashato all'avvio.\n\nCiò è solitamente dovuto a un problema con i driver grafici. Prova ad aggiornare i driver della scheda grafica.\n\nI backend grafici sono stati cambiati: diff --git a/assets/lang/ja_JP.ini b/assets/lang/ja_JP.ini index 9da195bad1..9b4e545a58 100644 --- a/assets/lang/ja_JP.ini +++ b/assets/lang/ja_JP.ini @@ -479,6 +479,7 @@ Error reading file = ファイルを読み込めません。 Failed initializing CPU/Memory = CPUメモリが初期化できません。 Failed to load executable: = 実行ファイルを読み込めません: File corrupt = ファイルが壊れています +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = ゲームディスクを読み込めません: ISOが壊れています GenericAllStartupError = PPSSPPは起動時にクラッシュしました。 可能な場合はグラフィックスドライバーの更新をしてください。 GenericBackendSwitchCrash = PPSSPPは起動時にクラッシュしました。\n\n グラフィックスドライバーの問題が考えられます。 可能な場合はグラフィックスドライバーの更新をしてください。\n\n グラフィックスバックエンドを変更しました: diff --git a/assets/lang/jv_ID.ini b/assets/lang/jv_ID.ini index 8affd07807..73ab68c44d 100644 --- a/assets/lang/jv_ID.ini +++ b/assets/lang/jv_ID.ini @@ -479,6 +479,7 @@ Error reading file = Galat nalika maca berkas. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/ko_KR.ini b/assets/lang/ko_KR.ini index 710673b5bf..64a39e77a4 100644 --- a/assets/lang/ko_KR.ini +++ b/assets/lang/ko_KR.ini @@ -479,6 +479,7 @@ Error reading file = 파일 읽기 오류입니다. Failed initializing CPU/Memory = CPU 또는 메모리 초기화 실패 Failed to load executable: = 실행 파일 불러오기 실패: File corrupt = 파일 손상 +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = 게임 디스크 읽기 오류: ISO 손상되었습니다. GenericAllStartupError = PPSSPP가 그래픽 백엔드로 시작하지 못했습니다. 그래픽 및 기타 드라이버를 업그레이드해 보세요. GenericBackendSwitchCrash = 시작하는 동안 PPSSPP가 충돌했습니다.\n\n이것은 일반적으로 그래픽 드라이버 문제를 의미합니다. 그래픽 드라이버를 업그레이드해 보세요.\n\n그래픽 백엔드가 전환되었습니다: diff --git a/assets/lang/ku_SO.ini b/assets/lang/ku_SO.ini index 92dbde71dd..ccbaf9e52c 100644 --- a/assets/lang/ku_SO.ini +++ b/assets/lang/ku_SO.ini @@ -493,6 +493,7 @@ Error reading file = Error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/lo_LA.ini b/assets/lang/lo_LA.ini index ae5482fcf3..437d71652b 100644 --- a/assets/lang/lo_LA.ini +++ b/assets/lang/lo_LA.ini @@ -479,6 +479,7 @@ Error reading file = ເກີດຂໍ້ຜິດພາດໃນການອ Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/lt-LT.ini b/assets/lang/lt-LT.ini index 0c2f5200ed..c5a8a9dc46 100644 --- a/assets/lang/lt-LT.ini +++ b/assets/lang/lt-LT.ini @@ -479,6 +479,7 @@ Error reading file = Klaida skaitant failą. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/ms_MY.ini b/assets/lang/ms_MY.ini index 3234b66338..63def4a651 100644 --- a/assets/lang/ms_MY.ini +++ b/assets/lang/ms_MY.ini @@ -479,6 +479,7 @@ Error reading file = Pembacaan fail bermasalah. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/nl_NL.ini b/assets/lang/nl_NL.ini index 0937772a05..8585c951af 100644 --- a/assets/lang/nl_NL.ini +++ b/assets/lang/nl_NL.ini @@ -479,6 +479,7 @@ Error reading file = Kan het bestand niet lezen. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/no_NO.ini b/assets/lang/no_NO.ini index c1f6382bf7..818535fd90 100644 --- a/assets/lang/no_NO.ini +++ b/assets/lang/no_NO.ini @@ -479,6 +479,7 @@ Error reading file = error reading file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/pl_PL.ini b/assets/lang/pl_PL.ini index c8ab1ac8d0..19ab5439fe 100644 --- a/assets/lang/pl_PL.ini +++ b/assets/lang/pl_PL.ini @@ -479,6 +479,7 @@ Error reading file = Błąd podczas odczytywania pliku. Failed initializing CPU/Memory = Nie można zainicjować CPU lub pamięci Failed to load executable: = Nie udało się uruchomić pliku wykonywalnego: File corrupt = Uszkodzony plik +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Nie można odczytać danych z dysku - plik ISO uszkodzony. GenericAllStartupError = PPSSPP nie może uruchomić żadnego trybu grafiki. Spróbuj zaktualizować swoje sterowniki do karty graficznej (oraz pozostałe). GenericBackendSwitchCrash = PPSSPP - wystąpił błąd podczas uruchamiania emulatora.\n\nMoże to oznaczać problem ze sterownikiem do karty graficznej. Spróbuj go zaktualizować.\n\nSilnik graficzny został zmieniony: diff --git a/assets/lang/pt_BR.ini b/assets/lang/pt_BR.ini index 1d87195fea..c22452860f 100644 --- a/assets/lang/pt_BR.ini +++ b/assets/lang/pt_BR.ini @@ -503,6 +503,7 @@ Error reading file = Erro ao ler o arquivo. Failed initializing CPU/Memory = Falhou em inicializar a CPU ou a memória Failed to load executable: = Falhou em carregar o executável: File corrupt = Arquivo corrompido +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Erro de leitura do disco do jogo: ISO corrompida. GenericAllStartupError = O PPSSPP falhou em iniciar com qualquer backend gráfico. Tente atualizar seus gráficos e outros drivers. GenericBackendSwitchCrash = O PPSSPP teve um crash enquanto iniciava.\n\nIsto geralmente significa um problema do driver gráfico. Tente atualizar seus drivers gráficos.\n\nO backend dos gráficos foi trocado: diff --git a/assets/lang/pt_PT.ini b/assets/lang/pt_PT.ini index d6a8852543..5908af3274 100644 --- a/assets/lang/pt_PT.ini +++ b/assets/lang/pt_PT.ini @@ -503,6 +503,7 @@ Error reading file = Erro ao ler o ficheiro. Failed initializing CPU/Memory = Erro ao inicializar a CPU/memória. Failed to load executable: = Erro ao carregar o executável: File corrupt = Ficheiro Corrompido +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Erro de leitura do disco do jogo: ISO corrompida. GenericAllStartupError = O PPSSPP falhou em iniciar com todos backends gráficos disponíveis. Tenta atualizar os seus gráficos e outros drivers. GenericBackendSwitchCrash = O PPSSPP crashou enquanto iniciava.\n\nIsto geralmente significa que há um problema no driver dos gráficos. Tenta atualizar os drivers.\n\nO backend dos gráficos foi trocado: diff --git a/assets/lang/ro_RO.ini b/assets/lang/ro_RO.ini index 8bd98f1640..def46f8c3e 100644 --- a/assets/lang/ro_RO.ini +++ b/assets/lang/ro_RO.ini @@ -480,6 +480,7 @@ Error reading file = Eroare la citire fișier. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Game disc read error: ISO corrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/ru_RU.ini b/assets/lang/ru_RU.ini index ca949e4d40..237b8371f6 100644 --- a/assets/lang/ru_RU.ini +++ b/assets/lang/ru_RU.ini @@ -479,6 +479,7 @@ Error reading file = Ошибка при чтении файла. Failed initializing CPU/Memory = Не удалось инициализировать ЦП или память Failed to load executable: = не удалось запустить: File corrupt = файл поврежден +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Ошибка чтения игрового диска: ISO повреждён. GenericAllStartupError = Не удалось запустить PPSSPP ни с одним графическим бэкендом. Попробуйте обновить графические и другие драйвера. GenericBackendSwitchCrash = При запуске PPSSPP произошла ошибка.\n\nОбычно это происходит из-за проблем с графическим драйвером. Попробуйте обновить графические драйвера.\n\nГрафический бэкенд был изменен: diff --git a/assets/lang/sv_SE.ini b/assets/lang/sv_SE.ini index ded1ceaf09..5655862758 100644 --- a/assets/lang/sv_SE.ini +++ b/assets/lang/sv_SE.ini @@ -480,6 +480,7 @@ Error reading file = Fel vid filläsning. Failed initializing CPU/Memory = Misslyckades initiera CPU eller memory Failed to load executable: = Misslyckades ladda executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Läsfel: ISO korrupt. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/tg_PH.ini b/assets/lang/tg_PH.ini index 49a9735bf4..f5993c06ac 100644 --- a/assets/lang/tg_PH.ini +++ b/assets/lang/tg_PH.ini @@ -480,6 +480,7 @@ Error reading file = Mali sa pagbasa ng file Failed initializing CPU/Memory = Bigong i-initialize ang CPU o memory Failed to load executable: = Bigong i-load ang executable: File corrupt = Sira ang file +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Error sa pagbabasa ng disc ng laro: Nasira ang ISO. GenericAllStartupError = Nabigo ang PPSSPP na magsimula gamit ang anumang graphics backend. Subukang i-upgrade ang iyong mga graphics at iba pang mga driver. GenericBackendSwitchCrash = Nag-crash ang PPSSPP habang nagsisimula.\nn Karaniwang nangangahulugan ito ng problema sa driver ng graphics. Subukang i-upgrade ang iyong mga graphics driver.\nn\Graphics backend ay inilipat na: diff --git a/assets/lang/th_TH.ini b/assets/lang/th_TH.ini index 0d00db444d..c42e57acaf 100644 --- a/assets/lang/th_TH.ini +++ b/assets/lang/th_TH.ini @@ -489,6 +489,7 @@ Error reading file = เกิดข้อผิดพลาดในการ Failed initializing CPU/Memory = ล้มเหลวในช่วงเริ่มต้นการทำงานของซีพียู หรือหน่วยความจำ Failed to load executable: = ล้มเหลวในการโหลดไฟล์ปฏิบัติการ: File corrupt = ไฟล์เสียหาย +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = ไม่สามารถอ่านตัวเกมได้ - ไฟล์ ISO เสียหาย GenericAllStartupError = PPSSPP ไม่สามารถเริ่มต้นทำงานด้วยรูปแบบการสนับสนุนกราฟิกใด ๆ ให้ลองอัพเดทไดรเวอร์การ์ดจอ และไดรเวอร์อื่น ๆ ดูก่อน GenericBackendSwitchCrash = PPSSPP หยุดการทำงานขณะเริ่ม\n\nซึ่งสาเหตุหลักๆ อาจมาจากปัญหาไดรเวอร์ ให้ลองอัพเดทไดรเวอร์การ์ดจอดูก่อน\n\nสลับไปใช้รูปแบบการสนับสนุนกราฟิก: diff --git a/assets/lang/tr_TR.ini b/assets/lang/tr_TR.ini index 316d3235e5..ea7f1737e9 100644 --- a/assets/lang/tr_TR.ini +++ b/assets/lang/tr_TR.ini @@ -481,6 +481,7 @@ Error reading file = Dosya okumada hata. Failed initializing CPU/Memory = CPU veya bellek başlatılamadı Failed to load executable: = Yürütülebilir dosya yüklenemedi: File corrupt = Bozuk dosya +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Oyun diskini okurken hata oluştu: ISO bozuk. GenericAllStartupError = PPSSPP, herhangi bir grafik arkaucuyla başlatılamadı. Ekran kartınızı ve diğer sürücüleri yükseltmeyi deneyin. GenericBackendSwitchCrash = PPSSPP başlatılırken çöktü.\n\n Bu genellikle bir ekran kartı sürücüsü sorunu anlamına gelir. Sürücüyü güncellemeyi deneyin.\n\nGrafik arka ucu değiştirildi: diff --git a/assets/lang/uk_UA.ini b/assets/lang/uk_UA.ini index e2c119f9f2..0f5527bcaf 100644 --- a/assets/lang/uk_UA.ini +++ b/assets/lang/uk_UA.ini @@ -479,6 +479,7 @@ Error reading file = Помилка при читанні файлу. Failed initializing CPU/Memory = Невдала ініціалізація процесора/пам'яті Failed to load executable: = Не вдалось завантажити: File corrupt = Файл пошкоджений +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Помилка читання ігрового диску: ISO пошкоджено. GenericAllStartupError = PPSSPP не вдалося запустити з жодним графічним бекендом. Спробуйте оновити графічні та інші драйвери. GenericBackendSwitchCrash = PPSSPP вийшов з ладу під час запуску.\n\nЗазвичай це означає проблему з графічним драйвером. Спробуйте оновити драйвери відеокарти.\n\nГрафічний бекенд було змінено: diff --git a/assets/lang/vi_VN.ini b/assets/lang/vi_VN.ini index 110feade3c..376fed8a93 100644 --- a/assets/lang/vi_VN.ini +++ b/assets/lang/vi_VN.ini @@ -479,6 +479,7 @@ Error reading file = có lỗi khi đọc file. Failed initializing CPU/Memory = Failed initializing CPU or memory Failed to load executable: = Failed to load executable: File corrupt = File corrupt +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = Lỗi đọc đĩa: ISO bị hỏng. GenericAllStartupError = PPSSPP failed to start up with any graphics backend. Try upgrading your graphics and other drivers. GenericBackendSwitchCrash = PPSSPP crashed while starting.\n\nThis usually means a graphics driver problem. Try upgrading your graphics drivers.\n\nGraphics backend has been switched: diff --git a/assets/lang/zh_CN.ini b/assets/lang/zh_CN.ini index c5cfa36082..31a79045d5 100644 --- a/assets/lang/zh_CN.ini +++ b/assets/lang/zh_CN.ini @@ -479,6 +479,7 @@ Error reading file = 读取文件时出错。 Failed initializing CPU/Memory = 初始化CPU或内存失败 Failed to load executable: = 无法加载可执行文件: File corrupt = 文件损坏 +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = 游戏光盘读取错误:ISO损坏。 GenericAllStartupError = PPSSPP无法使用任何图形后端启动,请尝试升级图形和其他驱动程序。 GenericBackendSwitchCrash = 启动时PPSSPP崩溃了。\n\n这通常意味着图形驱动程序问题,请尝试升级图形驱动程序。\n\n图形后端已切换: diff --git a/assets/lang/zh_TW.ini b/assets/lang/zh_TW.ini index 053aed8858..a36b4bf512 100644 --- a/assets/lang/zh_TW.ini +++ b/assets/lang/zh_TW.ini @@ -479,6 +479,7 @@ Error reading file = 無法讀取檔案 Failed initializing CPU/Memory = 無法初始化 CPU 或記憶體 Failed to load executable: = 無法載入可執行檔: File corrupt = 檔案損毀 +File not found: %1 = File not found: %1 Game disc read error - ISO corrupt = 遊戲光碟讀取錯誤:ISO 損毀 GenericAllStartupError = PPSSPP 無法以任何圖形後端啟動,請嘗試更新您的圖形和其他驅動程式 GenericBackendSwitchCrash = PPSSPP 在啟動時當機\n\n這通常表示出現了圖形驅動程式問題,請嘗試升級圖形驅動程式\n\n圖形後端已切換: