From acf21260e7c7261932cedee7f4552c852a96faa7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Apr 2022 00:10:31 +0000 Subject: [PATCH 1/4] Fetch translations from Crowdin --- intl/msg_hash_ar.h | 19 ++++++-- intl/msg_hash_ast.h | 11 +++++ intl/msg_hash_ca.h | 11 +++++ intl/msg_hash_chs.h | 23 ++++++--- intl/msg_hash_cht.h | 19 ++++++-- intl/msg_hash_cs.h | 67 ++++++++++++++++++++++++- intl/msg_hash_cy.h | 11 +++++ intl/msg_hash_da.h | 11 +++++ intl/msg_hash_de.h | 23 ++++++--- intl/msg_hash_el.h | 19 ++++++-- intl/msg_hash_eo.h | 15 ++++-- intl/msg_hash_es.h | 75 ++++++++++++++++++++++++---- intl/msg_hash_fa.h | 11 +++++ intl/msg_hash_fi.h | 23 ++++++--- intl/msg_hash_fr.h | 67 ++++++++++++++++++++++++- intl/msg_hash_gl.h | 11 +++++ intl/msg_hash_he.h | 11 +++++ intl/msg_hash_hr.h | 11 +++++ intl/msg_hash_hu.h | 15 ++++++ intl/msg_hash_id.h | 11 +++++ intl/msg_hash_it.h | 67 ++++++++++++++++++++++++- intl/msg_hash_ja.h | 23 ++++++--- intl/msg_hash_ko.h | 111 +++++++++++++++++++++++++++++++++++++++++- intl/msg_hash_mt.h | 11 +++++ intl/msg_hash_nl.h | 19 ++++++-- intl/msg_hash_no.h | 11 +++++ intl/msg_hash_oc.h | 11 +++++ intl/msg_hash_pl.h | 21 ++++++-- intl/msg_hash_pt_br.h | 23 ++++++--- intl/msg_hash_pt_pt.h | 19 ++++++-- intl/msg_hash_ro.h | 11 +++++ intl/msg_hash_ru.h | 95 +++++++++++++++++++++++++++++++++--- intl/msg_hash_si.h | 11 +++++ intl/msg_hash_sk.h | 11 +++++ intl/msg_hash_sr.h | 11 +++++ intl/msg_hash_sv.h | 19 ++++++-- intl/msg_hash_tr.h | 71 ++++++++++++++++++++++++--- intl/msg_hash_uk.h | 23 ++++++--- intl/msg_hash_val.h | 11 +++++ intl/msg_hash_vn.h | 19 ++++++-- intl/progress.h | 8 +-- 41 files changed, 949 insertions(+), 121 deletions(-) diff --git a/intl/msg_hash_ar.h b/intl/msg_hash_ar.h index e1916f9379..fe1c32a954 100644 --- a/intl/msg_hash_ar.h +++ b/intl/msg_hash_ar.h @@ -1177,6 +1177,9 @@ MSG_HASH( "تغيير الدلائل الافتراضية حيث توجد الملفات." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -3561,6 +3564,7 @@ MSG_HASH( /* FIXME Not RGUI specific */ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -4167,6 +4171,17 @@ MSG_HASH( "سجلات أحداث النظام" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "محتوى" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -6217,10 +6232,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "حدد سمة أيقونة مختلفة لـ RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "ظل الأيقونة" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "خط أنابيب عرض القائمة" diff --git a/intl/msg_hash_ast.h b/intl/msg_hash_ast.h index 618cda7fc2..c994637e87 100644 --- a/intl/msg_hash_ast.h +++ b/intl/msg_hash_ast.h @@ -817,6 +817,9 @@ MSG_HASH( "Direutoriu" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1441,6 +1444,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -1683,6 +1687,13 @@ MSG_HASH( "Caché" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index 6982dfea1c..99e7bcb633 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -1141,6 +1141,9 @@ MSG_HASH( "Canvia els directoris predeterminats per als arxius." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1741,6 +1744,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1815,6 +1819,13 @@ MSG_HASH( "Llistes de reproducció" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_chs.h b/intl/msg_hash_chs.h index 437d9e381d..a3533c9b93 100644 --- a/intl/msg_hash_chs.h +++ b/intl/msg_hash_chs.h @@ -1221,6 +1221,9 @@ MSG_HASH( "更改文件所在的默认文件夹。" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -4997,6 +5000,7 @@ MSG_HASH( "显示「文件夹」设置。" ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6063,6 +6067,17 @@ MSG_HASH( "保存系统事件日志的文件夹。" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "游戏" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8485,14 +8500,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "设置其他图标主题。" ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "启用图标阴影" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "绘制所有图标的阴影。有些许的性能影响。" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "菜单着色器管线" diff --git a/intl/msg_hash_cht.h b/intl/msg_hash_cht.h index ec480a7eca..55480f8af2 100644 --- a/intl/msg_hash_cht.h +++ b/intl/msg_hash_cht.h @@ -1169,6 +1169,9 @@ MSG_HASH( "變更預設目錄" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2833,6 +2836,7 @@ MSG_HASH( /* FIXME Not RGUI specific */ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -3115,6 +3119,17 @@ MSG_HASH( "快取" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "遊戲內容目錄" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -3913,10 +3928,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Select a different theme for the icon. Changes will take effect after you restart the program." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "啟用圖示陰影" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "選單Shader管線" diff --git a/intl/msg_hash_cs.h b/intl/msg_hash_cs.h index 357c46c86d..4faaf600de 100644 --- a/intl/msg_hash_cs.h +++ b/intl/msg_hash_cs.h @@ -1245,6 +1245,13 @@ MSG_HASH( "Změnit výchozí adresáře, kde jsou soubory umístěny." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Změnit nastavení související se Steamem." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5113,6 +5120,15 @@ MSG_HASH( "Zobrazit nastavení 'Adresáře'." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "Zobrazit 'Steam'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "Zobrazit nastavení 'Steam'." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6207,6 +6223,53 @@ MSG_HASH( "V tomto adresáři jsou uloženy protokoly systémových událostí." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Povolit Bohatou Presenci" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Sdílejte svůj aktuální stav RetroArchu na Steamu." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Formát Bohatého Prezenčního Obsahu" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Rozhodněte, jaké informace týkající se běžícího obsahu budou sdíleny." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Obsah" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Název jádra" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Název systému" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "Obsah (Název systému)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "Obsah (Název jádra)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "Obsah (Název systému - Název jádra)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8687,11 +8750,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Stíny Ikon" + "Vykreslovat Stíny" ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Kreslení kapkových stínů pro všechny ikony. To bude mít menší dopad na výkon." + "Kreslení kapkových stínů pro ikony, miniatury a písmena. To bude mít menší dopad na výkon." ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_RIBBON_ENABLE, diff --git a/intl/msg_hash_cy.h b/intl/msg_hash_cy.h index fd4dcf5818..5dccdeb4c5 100644 --- a/intl/msg_hash_cy.h +++ b/intl/msg_hash_cy.h @@ -1001,6 +1001,9 @@ MSG_HASH( "Newid cyfeirlyfrau diofyn lle mae ffeiliau wedi'u lleoli." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1201,6 +1204,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1271,6 +1275,13 @@ MSG_HASH( "Rhestri Chwarae" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_da.h b/intl/msg_hash_da.h index 7536a84f5b..1e1c7c0b0d 100644 --- a/intl/msg_hash_da.h +++ b/intl/msg_hash_da.h @@ -889,6 +889,9 @@ MSG_HASH( "Skift standardmapper hvor filer er placeret." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1149,6 +1152,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1219,6 +1223,13 @@ MSG_HASH( "Spilleliste" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_de.h b/intl/msg_hash_de.h index 86d12a8e79..3c4bbacd7f 100644 --- a/intl/msg_hash_de.h +++ b/intl/msg_hash_de.h @@ -1205,6 +1205,9 @@ MSG_HASH( "Die Standard-Verzeichnisse für diverse Daten ändern." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5053,6 +5056,7 @@ MSG_HASH( "Die \"Verzeichnisse\"-Einstellungen anzeigen." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6107,6 +6111,17 @@ MSG_HASH( "Systemereignisprotokolle werden in diesem Verzeichnis gespeichert." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Inhalt" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8577,14 +8592,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Wähle ein anderes Thema für das Menü aus. Änderungen werden übernommen, nachdem Du das Programm neu gestartet hast." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Icon-Schatten aktivieren" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Schlagschatten für alle Symbole zeichnen. Verursacht kleine Leistungseinbuße." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Menü-Shader" diff --git a/intl/msg_hash_el.h b/intl/msg_hash_el.h index b1e6376536..a668e3a50d 100644 --- a/intl/msg_hash_el.h +++ b/intl/msg_hash_el.h @@ -1157,6 +1157,9 @@ MSG_HASH( "Αλλαγή προκαθορισμένων ευρετηρίων όπου βρίσκονται τα αρχεία." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2681,6 +2684,7 @@ MSG_HASH( /* FIXME Not RGUI specific */ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -2983,6 +2987,17 @@ MSG_HASH( "Κρυφή Μνήμη" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Περιεχόμενο" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -4117,10 +4132,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Select a different theme for the icon. Changes will take effect after you restart the program." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Ενεργοποίηση Σκιών Εικονιδίων" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME, "Χρώμα Θέματος Μενού" diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index c4a7ec68b8..a7e5dca9b2 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -225,6 +225,9 @@ MSG_HASH( "Change default directories for this system." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -581,6 +584,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -671,6 +675,13 @@ MSG_HASH( "Dynamic Wallpapers" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ @@ -833,10 +844,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Select a different theme for the icon. Changes will take effect after you restart the program." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Icon Shadows Enable" - ) /* XMB: Settings Options */ diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 7a173ea4b0..382db2e4d9 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -1265,6 +1265,13 @@ MSG_HASH( "Cambia los directorios predeterminados para los archivos." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Cambia las opciones relacionadas con Steam." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5185,6 +5192,15 @@ MSG_HASH( "Muestra los ajustes de los directorios." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "Mostrar Steam" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "Muestra los ajustes de Steam." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -5368,7 +5384,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_RICHPRESENCE_ENABLE, - "Compartir estado de juego" + "Presencia enriquecida" ) MSG_HASH( MENU_ENUM_SUBLABEL_CHEEVOS_RICHPRESENCE_ENABLE, @@ -6287,6 +6303,53 @@ MSG_HASH( "En este directorio se guardarán los archivos de registros del sistema." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Activar presencia enriquecida" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Comparte tu estado actual dentro de RetroArch a través de Steam." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Formato de contenidos de presencia enriquecida" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Decide la información que se compartirá de los contenidos que ejecutes." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Contenido" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Nombre del núcleo" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Nombre del sistema" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "Contenido (nombre del sistema)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "Contenido (nombre del núcleo)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "Contenido (nombre del sistema - nombre del núcleo)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8817,14 +8880,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Selecciona otro tema de iconos de RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Sombras de iconos" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Muestra sombras en todos los iconos. Afecta levemente al rendimiento." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Canal de shaders del menú" @@ -10458,7 +10513,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED, - "Pausado" + "En pausa" ) /* Notifications */ diff --git a/intl/msg_hash_fa.h b/intl/msg_hash_fa.h index f5da5e4218..9e54149783 100644 --- a/intl/msg_hash_fa.h +++ b/intl/msg_hash_fa.h @@ -1049,6 +1049,9 @@ MSG_HASH( "مسیرهای پیش‌فرضی که فایل‌ها آنجا هستند را تغییر دهید." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1729,6 +1732,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1823,6 +1827,13 @@ MSG_HASH( "فهرست‌های پخش" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_fi.h b/intl/msg_hash_fi.h index 921ba21321..ba5aa70551 100644 --- a/intl/msg_hash_fi.h +++ b/intl/msg_hash_fi.h @@ -1205,6 +1205,9 @@ MSG_HASH( "Muuta tiedostojen sijainnin oletuskansiot." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5053,6 +5056,7 @@ MSG_HASH( "Näytä \"Kansio\"-asetukset." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6163,6 +6167,17 @@ MSG_HASH( "Järjestelmän tapahtumalokit on tallennettu tähän kansioon." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Sisältö" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8653,14 +8668,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Valitse eri kuvaketeema RetroArchille." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Kuvakkeiden varjot" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Piirrä varjot kaikille kuvakkeille. Vaikutus suorituskykyyn pieni." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Valikon varjostimen liukuhihna" diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index c5adfbcefd..cb251ca023 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -1241,6 +1241,13 @@ MSG_HASH( "Modifier les dossiers où les fichiers sont stockés par défaut." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Modifier les réglages liés à Steam." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5165,6 +5172,15 @@ MSG_HASH( "Afficher les réglages pour 'Dossiers'." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "Afficher 'Steam'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "Afficher les réglages pour 'Steam'." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6275,6 +6291,53 @@ MSG_HASH( "Les journaux d'événements système sont conservés dans ce dossier." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Activer la présence enrichie" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Partagez votre statut actuel dans RetroArch sur Steam." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Format du contenu de présence enrichie" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Décidez quelles informations relatives au contenu en cours d'exécution seront partagées." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Contenu" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Nom du cœur" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Nom du système" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "Contenu (nom du système)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "Contenu (nom du cœur)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "Contenu (nom du système - nom du cœur)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8807,11 +8870,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Ombres des icônes" + "Afficher les ombres" ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Ajouter des ombres portées pour toutes les icônes. Cette option aura un impact mineur sur les performances." + "Ajouter des ombres portées pour les icônes, les miniatures et les lettres. Cette option aura un impact mineur sur les performances." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, diff --git a/intl/msg_hash_gl.h b/intl/msg_hash_gl.h index 48d4d49218..ff38f3eb39 100644 --- a/intl/msg_hash_gl.h +++ b/intl/msg_hash_gl.h @@ -1149,6 +1149,9 @@ MSG_HASH( "Cambia os directorios predeterminados onde se atopan os ficheiros." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1701,6 +1704,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1775,6 +1779,13 @@ MSG_HASH( "Listaxes de reprodución" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_he.h b/intl/msg_hash_he.h index 520fcb6f0b..ae0fab345e 100644 --- a/intl/msg_hash_he.h +++ b/intl/msg_hash_he.h @@ -277,6 +277,9 @@ MSG_HASH( "משתמש" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -597,6 +600,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -663,6 +667,13 @@ MSG_HASH( /* FIXME Not RGUI specific */ "סייר קבצים" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_hr.h b/intl/msg_hash_hr.h index 044b5c2030..82dc95eb98 100644 --- a/intl/msg_hash_hr.h +++ b/intl/msg_hash_hr.h @@ -517,6 +517,9 @@ MSG_HASH( "Mape" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -717,6 +720,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -787,6 +791,13 @@ MSG_HASH( "Popisi za reprodukciju" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_hu.h b/intl/msg_hash_hu.h index ec212e5737..5431b73842 100644 --- a/intl/msg_hash_hu.h +++ b/intl/msg_hash_hu.h @@ -1129,6 +1129,9 @@ MSG_HASH( "Módosítsa az alapértelmezett könyvtárakat, ahol a fájlok találhatók." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1841,6 +1844,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -1967,6 +1971,17 @@ MSG_HASH( "Lejátszási listák" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Tartalom" + ) +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_id.h b/intl/msg_hash_id.h index 581a165a08..3c8837cc4e 100644 --- a/intl/msg_hash_id.h +++ b/intl/msg_hash_id.h @@ -1105,6 +1105,9 @@ MSG_HASH( "Ubah lokasi direktori berada." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2409,6 +2412,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -2479,6 +2483,13 @@ MSG_HASH( "Daftar Putar" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 70622cb104..e0bc30d882 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -1233,6 +1233,13 @@ MSG_HASH( "Modifica le cartelle predefinite per questo sistema." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Cambia le impostazioni relative a Steam." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5149,6 +5156,15 @@ MSG_HASH( "Mostra le impostazioni 'Directory'." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "Mostra 'Steam'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "Mostra le impostazioni di 'Steam'." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6235,6 +6251,53 @@ MSG_HASH( "I log degli eventi di sistema sono memorizzati in questa directory." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Abilita Rich Presence" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Condividi il tuo stato attuale all'interno di RetroArch su Steam." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Formato Del Contenuto Rich Presence" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Decidi quali informazioni relative al contenuto in esecuzione saranno condivise." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Contenuto" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Nome del nucleo" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Nome del sistema" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "Contenuto (nome del sistema)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "Contenuto (nome del nucleo)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "Contenuto (nome del sistema - Nome del nucleo)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8739,11 +8802,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Abilita Ombre delle Icone" + "Disegna Ombre" ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Disegna ombre per tutte le icone. Questo avrà un colpo di performance minore." + "Disegna le ombre per icone, miniature e lettere. Questo avrà un leggero colpo alle prestazioni." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 47132c57ac..9b6d4af468 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -1169,6 +1169,9 @@ MSG_HASH( "システムの動作に関係するファイルが格納される初期ディレクトリを変更します." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -4705,6 +4708,7 @@ MSG_HASH( "'ディレクトリ'設定を表示します." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -5735,6 +5739,17 @@ MSG_HASH( "システムイベントログはこのディレクトリに保存されます." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "コンテンツ" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -7901,14 +7916,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "アイコンに異なるテーマを選択します。変更はプログラムの再起動後に反映されます。" ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "アイコンに影を表示" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "すべてのアイコンにドロップシャドウを適用します. パフォーマンスにわずかに影響を及ぼします." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "メニューのシェーダパイプライン" diff --git a/intl/msg_hash_ko.h b/intl/msg_hash_ko.h index 1e80d9349b..154827a5f4 100644 --- a/intl/msg_hash_ko.h +++ b/intl/msg_hash_ko.h @@ -1277,6 +1277,13 @@ MSG_HASH( "파일이 위치할 기본 디렉토리를 변경합니다." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Steam 관련 설정을 변경합니다." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1746,10 +1753,26 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OPACITY, "창 불투명도" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OPACITY, + "창의 투명도를 설정합니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SHOW_DECORATIONS, "창 꾸밈 보이기" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_WINDOW_SHOW_DECORATIONS, + "창에 제목 표시줄과 테두리를 표시합니다." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE, + "메뉴 바 표시" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_UI_MENUBAR_ENABLE, + "창에 메뉴 바를 표시합니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION, "창 위치와 크기 기억" @@ -1821,6 +1844,18 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX, "화면비" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO_INDEX, + "디스플레이의 화면비를 설정합니다." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO, + "화면비 설정" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO, + "화면비를 나타내는 실수 값(너비/높이)입니다." + ) #if defined(DINGUX) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_IPU_KEEP_ASPECT, @@ -2375,14 +2410,26 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_BUTTON_AXIS_THRESHOLD, "버튼 입력 축 임계값" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_BUTTON_AXIS_THRESHOLD, + "'아날로그로 디지털 입력' 옵션 사용 시 지정한 축이 얼마나 기울어져야 버튼 입력으로 인식할 지 설정합니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_DEADZONE, "아날로그 데드존" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_ANALOG_DEADZONE, + "설정한 데드존 값 미만의 아날로그 스틱 움직임은 무시됩니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_SENSITIVITY, "아날로그 감도" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_INPUT_ANALOG_SENSITIVITY, + "아날로그 스틱의 감도를 조정합니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_INPUT_BIND_TIMEOUT, "입력 만료 시간" @@ -5181,6 +5228,15 @@ MSG_HASH( "'디렉토리' 설정을 표시합니다." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "'Steam' 표시" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "'Steam' 설정을 표시합니다." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6287,6 +6343,53 @@ MSG_HASH( "시스템 이벤트 로그가 저장되는 디렉토리입니다." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "고급 상태 표시 사용" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Steam에서 RetroArch를 사용할 때 현재 상태를 공유합니다." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "고급 상태 표시 컨텐츠 형식" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "실행중인 컨텐츠에 대해 어떤 정보를 공유할지 결정합니다." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "컨텐츠" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "코어 이름" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "시스템 이름" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "컨텐츠 (시스템 이름)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "컨텐츠 (코어 이름)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "컨텐츠 (시스템 이름 - 코어 이름)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8823,11 +8926,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "아이콘 그림자 사용" + "그림자 그리기" ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "모든 아이콘에 그림자를 사용합니다. 성능에 약간의 영향을 줄 수 있습니다." + "아이콘, 섬네일, 글자 아래에 그림자를 그립니다. 성능에 약간의 영향을 줄 수 있습니다." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, @@ -10019,6 +10122,10 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_SUBSYSTEM_SETTINGS, "서브시스템" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SUBSYSTEM_SETTINGS, + "현재 컨텐츠의 서브시스템 설정에 접근합니다." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND, "넷플레이 호스트 찾지 못함." diff --git a/intl/msg_hash_mt.h b/intl/msg_hash_mt.h index 8276882564..f76922adbc 100644 --- a/intl/msg_hash_mt.h +++ b/intl/msg_hash_mt.h @@ -53,6 +53,9 @@ /* Settings */ +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ @@ -197,6 +200,7 @@ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -247,6 +251,13 @@ /* Settings > Directory */ +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index 3af031e659..e8c6f10958 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -1113,6 +1113,9 @@ MSG_HASH( "Wijzig de standaardmappen waar bestanden zich bevinden." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2945,6 +2948,7 @@ MSG_HASH( /* FIXME Not RGUI specific */ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -3135,6 +3139,17 @@ MSG_HASH( "Afspeellijsten" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Inhoud" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -3753,10 +3768,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Select a different theme for the icon. Changes will take effect after you restart the program." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Icon Shadows Enable" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME, "Menu Kleur Thema" diff --git a/intl/msg_hash_no.h b/intl/msg_hash_no.h index 66f6dcf089..f0597c8777 100644 --- a/intl/msg_hash_no.h +++ b/intl/msg_hash_no.h @@ -1161,6 +1161,9 @@ MSG_HASH( "Endre standardmapper hvor filer er plassert." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1941,6 +1944,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -2015,6 +2019,13 @@ MSG_HASH( "Spillelister" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_oc.h b/intl/msg_hash_oc.h index 9965120bd4..97cd34767f 100644 --- a/intl/msg_hash_oc.h +++ b/intl/msg_hash_oc.h @@ -213,6 +213,9 @@ MSG_HASH( "Utilizaire" ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -381,6 +384,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -439,6 +443,13 @@ MSG_HASH( "Listas de lectura" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index 65134ac746..7b709cea02 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -1257,6 +1257,9 @@ MSG_HASH( "Zmień domyślne katalogi, w których znajdują się pliki." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5061,6 +5064,7 @@ MSG_HASH( "Pokaż ustawienia 'Katalogu'." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6151,6 +6155,17 @@ MSG_HASH( "Systemowe dzienniki zdarzeń są przechowywane w tym katalogu." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Zawartość" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8595,11 +8610,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Włącz cienie ikony" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Rysuj cienie dla wszystkich ikon. To będzie miało niewielki wpływ na wydajność." + "Rysuj Cienie" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index e5f1a372c1..9c573dd8bc 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -1261,6 +1261,9 @@ MSG_HASH( "Altera os diretórios padrões onde os arquivos estão localizados." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5161,6 +5164,7 @@ MSG_HASH( "Mostre as configurações do \"Diretório\"." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6255,6 +6259,17 @@ MSG_HASH( "Os Registros de eventos do sistema são armazenados neste diretório." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Conteúdo" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8761,14 +8776,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Seleciona um tema diferente de ícone para o RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Sombras dos ícones" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Habilita as sombras para todos os ícones. Isto terá um pequeno impacto no desempenho." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Canal de shaders do menu" diff --git a/intl/msg_hash_pt_pt.h b/intl/msg_hash_pt_pt.h index ec48e66d06..0fa2519fea 100644 --- a/intl/msg_hash_pt_pt.h +++ b/intl/msg_hash_pt_pt.h @@ -1149,6 +1149,9 @@ MSG_HASH( "Modificar as pastas padrão onde os ficheiros estão localizados." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2509,6 +2512,7 @@ MSG_HASH( /* FIXME Not RGUI specific */ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -2819,6 +2823,17 @@ MSG_HASH( "Guardar todos os ficheiros nesta pasta. Se não for definida, será feita uma tentativa de gravação na pasta de trabalho do ficheiro." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Conteúdo" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -3569,10 +3584,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Selecionar um tema diferente para este ícone. As alterações terão efeito após o reinício do programa." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Ativar sombras nos ícones" - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Shader do canal do menu" diff --git a/intl/msg_hash_ro.h b/intl/msg_hash_ro.h index 8276882564..f76922adbc 100644 --- a/intl/msg_hash_ro.h +++ b/intl/msg_hash_ro.h @@ -53,6 +53,9 @@ /* Settings */ +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ @@ -197,6 +200,7 @@ /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -247,6 +251,13 @@ /* Settings > Directory */ +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index d5363aa2d8..0a1a5efe40 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -1273,6 +1273,13 @@ MSG_HASH( "Изменить стандартные каталоги расположения файлов." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Настройки, относящиеся к Steam." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1742,14 +1749,26 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OPACITY, "Непрозрачность окна" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_WINDOW_OPACITY, + "Установка прозрачности окна." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SHOW_DECORATIONS, "Показывать оформление окна" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_WINDOW_SHOW_DECORATIONS, + "Показывать границы и заголовок окна." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE, "Показывать строку меню" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_UI_MENUBAR_ENABLE, + "Показывать строку меню окна." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION, "Запоминать размеры и положение окна" @@ -1821,6 +1840,18 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX, "Соотношение сторон" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO_INDEX, + "Установка соотношения сторон экрана." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO, + "Настройка соотношения сторон" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO, + "Значение с плавающей точкой для соотношения сторон изображения (ширина / высота)." + ) #if defined(DINGUX) MSG_HASH( MENU_ENUM_LABEL_VALUE_VIDEO_DINGUX_IPU_KEEP_ASPECT, @@ -5189,6 +5220,15 @@ MSG_HASH( "Показывать настройки 'Каталогов'." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "Показывать 'Steam'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "Показывать настройки 'Steam'." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6295,6 +6335,53 @@ MSG_HASH( "Каталог хранения логов системных событий." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Включить Rich Presence" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Делитесь вашим текущим статусом RetroArch в Steam." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Формат контента Rich Presence" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Выбор передаваемой информации о запущенном контенте." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Контент" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Название ядра" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Название системы" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "Контент (название системы)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "Контент (название ядра)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "Контент (название системы - название ядра)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8881,14 +8968,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Выбор другой темы иконок для RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Тени значков" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Включает отбрасывание теней для значков. Незначительно влияет на производительность." - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, "Шейдер меню" diff --git a/intl/msg_hash_si.h b/intl/msg_hash_si.h index 015da8f92d..1473292c6f 100644 --- a/intl/msg_hash_si.h +++ b/intl/msg_hash_si.h @@ -117,6 +117,9 @@ MSG_HASH( /* Settings */ +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ @@ -265,6 +268,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -319,6 +323,13 @@ MSG_HASH( /* Settings > Directory */ +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_sk.h b/intl/msg_hash_sk.h index 52a1eb8e00..76d8323f9d 100644 --- a/intl/msg_hash_sk.h +++ b/intl/msg_hash_sk.h @@ -1173,6 +1173,9 @@ MSG_HASH( "Zmeniť východzie zložky umiestnenia súborov." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2325,6 +2328,7 @@ MSG_HASH( "Zobraziť 'Adresár'" ) + /* Settings > User Interface > Appearance */ @@ -2419,6 +2423,13 @@ MSG_HASH( "Vyrovnávacia pamäť" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_sr.h b/intl/msg_hash_sr.h index 6e258cdb4c..7ef813c770 100644 --- a/intl/msg_hash_sr.h +++ b/intl/msg_hash_sr.h @@ -1141,6 +1141,9 @@ MSG_HASH( "Izmeni podrazumevane direktorijume i lokacije datoteka." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1913,6 +1916,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ @@ -1987,6 +1991,13 @@ MSG_HASH( "Liste" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_sv.h b/intl/msg_hash_sv.h index 7221cff592..1ed66648f7 100644 --- a/intl/msg_hash_sv.h +++ b/intl/msg_hash_sv.h @@ -1137,6 +1137,9 @@ MSG_HASH( "Ändra standardmappar." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2293,6 +2296,7 @@ MSG_HASH( "Visa 'Spellistor'" ) + /* Settings > User Interface > Appearance */ @@ -2459,6 +2463,17 @@ MSG_HASH( "Spara filer" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Innehåll" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -3045,10 +3060,6 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_FONT, "Menyteckensnitt" ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Ikonskuggor" - ) /* XMB: Settings Options */ diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index fc1d96da34..6101c37526 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -1261,6 +1261,13 @@ MSG_HASH( "Dosyaların bulunduğu varsayılan dizinleri değiştir." ) +#ifdef HAVE_MIST +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_SETTINGS, + "Steam ile ilgili ayarları değiştirin." + ) +#endif + /* Settings > Drivers */ MSG_HASH( @@ -5181,6 +5188,15 @@ MSG_HASH( "'Dizin' ayarlarını gösterin." ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_STEAM, + "'Steam'i Göster" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_SETTINGS_SHOW_STEAM, + "'Steam' ayarlarını göster." + ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -6287,6 +6303,53 @@ MSG_HASH( "Sistem olay günlükleri bu dizinde saklanır." ) +#ifdef HAVE_MIST +/* Settings > Steam */ + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_ENABLE, + "Gelişmiş Durumu Etkinleştir" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_ENABLE, + "Mevcut durumunuzu Steam RetroArch üstünde paylaşın." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT, + "Gelişmiş Durum İçeriği Biçimi" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_STEAM_RICH_PRESENCE_FORMAT, + "Çalışan içerikle ilgili hangi bilgilerin paylaşılacağına karar verin." + ) + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "İçerik" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CORE, + "Çekirdek adı" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_SYSTEM, + "Sistem adı" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM, + "İçerik (Sistem adı)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_CORE, + "İçerik (Çekirdek adı)" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT_SYSTEM_CORE, + "İçerik (Sistem adı - Çekirdek adı)" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -8875,11 +8938,11 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Simge Gölgeleri" + "Gölgeleri Çiz" ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Tüm simgeler için alt gölgeler çizin. Bu küçük bir performans kaybına neden olur." + "Simgeler, küçük resimler ve harfler için gölgeler çizin. Bunun performansa küçük bir etkisi olacak." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE, @@ -10489,10 +10552,6 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT, "OpenGL/Direct3D doku oluştur (çoklu geçişli gölgelendirici) desteği" ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_CONTENT_DIR, - "İçerik" - ) MSG_HASH( MENU_ENUM_SUBLABEL_CONTENT_DIR, "Genellikle libretro/RetroArch uygulamalarını varlıkları işaret eden paketleyen geliştiriciler tarafından ayarlanır." diff --git a/intl/msg_hash_uk.h b/intl/msg_hash_uk.h index 439f2549f9..5ab6e4628b 100644 --- a/intl/msg_hash_uk.h +++ b/intl/msg_hash_uk.h @@ -1197,6 +1197,9 @@ MSG_HASH( "Змінити стандартні каталоги для файлів." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -3197,6 +3200,7 @@ MSG_HASH( "Показати налаштування 'Каталогу'." ) + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -3623,6 +3627,17 @@ MSG_HASH( "Кеш" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Вміст" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -5153,14 +5168,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Виберіть іншу тему значків для RetroArch." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Тіні значків" - ) -MSG_HASH( - MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE, - "Малювати тіні для всіх значків. Це матиме незначний удар на продуктивність." - ) MSG_HASH( MENU_ENUM_SUBLABEL_XMB_RIBBON_ENABLE, "Виберіть ефект анімації фону. Може впливати на продуктивність ГП залежно від ефекту. Якщо продуктивність незадовільна, вимкніть це або поверніться до більш простого ефекту." diff --git a/intl/msg_hash_val.h b/intl/msg_hash_val.h index 674d2316a6..718068f7d8 100644 --- a/intl/msg_hash_val.h +++ b/intl/msg_hash_val.h @@ -1265,6 +1265,9 @@ MSG_HASH( "Canvia els directoris predeterminats a on es troben localitzats els arxius." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -2341,6 +2344,7 @@ MSG_HASH( "Vore els ajustos de 'Gestió d'energia'." ) + /* Settings > User Interface > Appearance */ @@ -2419,6 +2423,13 @@ MSG_HASH( "Llistes de reproducció" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +#endif + /* Music */ /* Music > Quick Menu */ diff --git a/intl/msg_hash_vn.h b/intl/msg_hash_vn.h index d1ebcdf2d1..1c17fec4b1 100644 --- a/intl/msg_hash_vn.h +++ b/intl/msg_hash_vn.h @@ -933,6 +933,9 @@ MSG_HASH( "Thay đổi thư mục mặc định đặt file." ) +#ifdef HAVE_MIST +#endif + /* Settings > Drivers */ MSG_HASH( @@ -1437,6 +1440,7 @@ MSG_HASH( /* Settings > User Interface > Views > Settings */ + /* Settings > User Interface > Appearance */ MSG_HASH( @@ -1611,6 +1615,17 @@ MSG_HASH( "Danh mục cache" ) +#ifdef HAVE_MIST +/* Settings > Steam */ + + + +MSG_HASH( + MENU_ENUM_LABEL_VALUE_STEAM_RICH_PRESENCE_FORMAT_CONTENT, + "Mục nội dung" + ) +#endif + /* Music */ /* Music > Quick Menu */ @@ -1901,10 +1916,6 @@ MSG_HASH( MENU_ENUM_SUBLABEL_XMB_THEME, "Select a different theme for the icon. Changes will take effect after you restart the program." ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE, - "Kích hoạt Icon Shadows" - ) /* XMB: Settings Options */ diff --git a/intl/progress.h b/intl/progress.h index 3ffe249f6c..73fe412a22 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -35,7 +35,7 @@ #define LANGUAGE_PROGRESS_ESPERANTO_APPROVED 0 /* Spanish */ -#define LANGUAGE_PROGRESS_SPANISH_TRANSLATED 100 +#define LANGUAGE_PROGRESS_SPANISH_TRANSLATED 99 #define LANGUAGE_PROGRESS_SPANISH_APPROVED 99 /* Persian */ @@ -75,7 +75,7 @@ #define LANGUAGE_PROGRESS_ITALIAN_APPROVED 0 /* Japanese */ -#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 51 +#define LANGUAGE_PROGRESS_JAPANESE_TRANSLATED 50 #define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0 /* Korean */ @@ -99,11 +99,11 @@ #define LANGUAGE_PROGRESS_OCCITAN_APPROVED 0 /* Polish */ -#define LANGUAGE_PROGRESS_POLISH_TRANSLATED 64 +#define LANGUAGE_PROGRESS_POLISH_TRANSLATED 63 #define LANGUAGE_PROGRESS_POLISH_APPROVED 18 /* Portuguese, Brazilian */ -#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 100 +#define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_TRANSLATED 99 #define LANGUAGE_PROGRESS_PORTUGUESE_BRAZILIAN_APPROVED 4 /* Portuguese */ From 686628b8add571d91fe27a91ceca2971368a68ff Mon Sep 17 00:00:00 2001 From: Romeo Date: Sat, 2 Apr 2022 22:08:30 -0400 Subject: [PATCH 2/4] (Database) Serial scanning for Wii now includes WBFS (#13816) * Update task_database.c --- tasks/task_database.c | 4 ++++ tasks/task_database_cue.c | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/tasks/task_database.c b/tasks/task_database.c index 29ddf9f55f..b6bddfe77a 100644 --- a/tasks/task_database.c +++ b/tasks/task_database.c @@ -616,6 +616,10 @@ static int task_database_iterate_playlist( break; /* Consider Wii WBFS files similar to ISO files. */ case FILE_TYPE_WBFS: + db_state->serial[0] = '\0'; + intfstream_file_get_serial(name, 0, SIZE_MAX, db_state->serial); + db->type = DATABASE_TYPE_SERIAL_LOOKUP; + break; case FILE_TYPE_ISO: db_state->serial[0] = '\0'; intfstream_file_get_serial(name, 0, SIZE_MAX, db_state->serial); diff --git a/tasks/task_database_cue.c b/tasks/task_database_cue.c index 7b7061e930..0b6570e0f5 100644 --- a/tasks/task_database_cue.c +++ b/tasks/task_database_cue.c @@ -66,6 +66,7 @@ static struct magic_entry MAGIC_NUMBERS[] = { { 0x000010, "Sega - Saturn", "\x53\x45\x47\x41\x20\x53\x45\x47\x41\x53\x41\x54\x55\x52\x4e", 15}, { 0x000010, "Sega - Dreamcast", "\x53\x45\x47\x41\x20\x53\x45\x47\x41\x4b\x41\x54\x41\x4e\x41", 15}, { 0x000018, "Nintendo - Wii", "\x5d\x1c\x9e\xa3", 4}, + { 0x000218, "Nintendo - Wii", "\x5d\x1c\x9e\xa3", 4}, { 0x00001c, "Nintendo - GameCube", "\xc2\x33\x9f\x3d", 4}, { 0x008008, "Sony - PlayStation Portable", "\x50\x53\x50\x20\x47\x41\x4d\x45", 8}, { 0x008008, "Sony - PlayStation", "\x50\x4c\x41\x59\x53\x54\x41\x54\x49\x4f\x4e", 11}, @@ -867,7 +868,14 @@ int detect_wii_game(intfstream_t *fd, char *game_id, const char *filename) if (intfstream_read(fd, raw_game_id, 6) <= 0) return false; - + + if (string_is_equal_fast(raw_game_id, "WBFS", 4)) + { + if (intfstream_seek(fd, 0x0200, SEEK_SET) < 0) + return false; + if (intfstream_read(fd, raw_game_id, 6) <= 0) + return false; + } raw_game_id[6] = '\0'; /** Scrub files with bad data and log **/ From 2f6b9c79711be95f2572325acf516679a991f607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kelemen?= Date: Sun, 3 Apr 2022 04:08:59 +0200 Subject: [PATCH 3/4] core system files downloader: remove for Lakka (#13794) Lakka ships these files already in the image. in some cases downloading files provided by the buildbot can cause issues, as these files might be not compatible with the core version provided by the Lakka image. --- menu/menu_displaylist.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index 1f53726e4e..1cd1db4c2f 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -12770,14 +12770,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, MENU_SETTING_ACTION, 0, 0)) count++; -#ifdef HAVE_COMPRESSION - if (menu_entries_append_enum(info->list, - msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_SYSTEM_FILES), - msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOAD_CORE_SYSTEM_FILES), - MENU_ENUM_LABEL_DOWNLOAD_CORE_SYSTEM_FILES, - MENU_SETTING_ACTION, 0, 0)) - count++; -#endif if (menu_entries_append_enum(info->list, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT), msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOAD_CORE_CONTENT_DIRS), From f353898a9d189c5b36c5a6c8dcb6812c8f8b68dc Mon Sep 17 00:00:00 2001 From: Autechre Date: Sun, 3 Apr 2022 04:09:18 +0200 Subject: [PATCH 4/4] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 21fd954bb4..f492b20d9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ # Future - AI/SERVICE: Disable AI Service setting by default +- DATABASE: Serial scanning for Wii now includes WBFS - INPUT/MAPPING: Fix offset + crash when clearing input port binds - LOCALIZATION: Add Valencian language option - LOCALIZATION: Updates