@@ -109,6 +109,18 @@ MSG_HASH(
109109 MENU_ENUM_SUBLABEL_ADD_CONTENT_LIST ,
110110 "Crea y anueva llistes pente la busca de conteníu."
111111 )
112+ MSG_HASH (
113+ MENU_ENUM_LABEL_VALUE_SHOW_WIMP ,
114+ "Amosar el menú pa escritorios"
115+ )
116+ MSG_HASH (
117+ MENU_ENUM_SUBLABEL_SHOW_WIMP ,
118+ "Abre'l menú tradicional pa escritorios."
119+ )
120+ MSG_HASH (
121+ MENU_ENUM_SUBLABEL_MENU_DISABLE_KIOSK_MODE ,
122+ "Amuesa toles opciones de configuración rellacionaes."
123+ )
112124MSG_HASH (
113125 MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER ,
114126 "Anovador"
@@ -1479,10 +1491,22 @@ MSG_HASH(
14791491
14801492/* Settings > Core */
14811493
1494+ MSG_HASH (
1495+ MENU_ENUM_LABEL_VALUE_DRIVER_SWITCH_ENABLE ,
1496+ "Permitir que los nucleos cambien el controlador de videu"
1497+ )
14821498MSG_HASH (
14831499 MENU_ENUM_SUBLABEL_DUMMY_ON_CORE_SHUTDOWN ,
14841500 "Dalgunos nucleos tienen una función d'apagáu, la carga d'un nucleu maniquín impide que RetroArch cole."
14851501 )
1502+ MSG_HASH (
1503+ MENU_ENUM_LABEL_VALUE_CHECK_FOR_MISSING_FIRMWARE ,
1504+ "Comprobar el firmware que falte enantes de cargar"
1505+ )
1506+ MSG_HASH (
1507+ MENU_ENUM_LABEL_VALUE_CORE_INFO_CACHE_ENABLE ,
1508+ "Atroxar na cache los ficheros d'información de los núcleos"
1509+ )
14861510#ifndef HAVE_DYNAMIC
14871511#endif
14881512MSG_HASH (
@@ -1512,6 +1536,10 @@ MSG_HASH(
15121536 MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT ,
15131537 "Guardar la configuración al colar"
15141538 )
1539+ MSG_HASH (
1540+ MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE ,
1541+ "Cargar automáticamente los ficheros d'anulación"
1542+ )
15151543
15161544/* Settings > Saving */
15171545
@@ -1964,6 +1992,14 @@ MSG_HASH(
19641992
19651993/* Settings > AI Service */
19661994
1995+ MSG_HASH (
1996+ MENU_ENUM_LABEL_VALUE_AI_SERVICE_MODE ,
1997+ "Salida del serviciu d'IA"
1998+ )
1999+ MSG_HASH (
2000+ MENU_ENUM_LABEL_VALUE_AI_SERVICE_URL ,
2001+ "URL del serviciu d'IA"
2002+ )
19672003MSG_HASH (
19682004 MENU_ENUM_LABEL_VALUE_AI_SERVICE_SOURCE_LANG ,
19692005 "Llingua d'orixe"
@@ -2887,6 +2923,10 @@ MSG_HASH(
28872923 MENU_ENUM_LABEL_CHEAT_HANDLER_TYPE_EMU ,
28882924 "Emulador"
28892925 )
2926+ MSG_HASH (
2927+ MENU_ENUM_LABEL_VALUE_THUMBNAIL_MODE_BOXARTS ,
2928+ "Carátula"
2929+ )
28902930MSG_HASH (
28912931 MENU_ENUM_LABEL_VALUE_ON ,
28922932 "Sí"
@@ -3411,6 +3451,10 @@ MSG_HASH(
34113451 MENU_ENUM_LABEL_VALUE_QT_MENU_DOCK_CONTENT_BROWSER ,
34123452 "Restolador de conteníu"
34133453 )
3454+ MSG_HASH (
3455+ MENU_ENUM_LABEL_VALUE_QT_THUMBNAIL_BOXART ,
3456+ "Carátula"
3457+ )
34143458MSG_HASH (
34153459 MENU_ENUM_LABEL_VALUE_QT_ALL_PLAYLISTS ,
34163460 "Toles llistes"
0 commit comments