@@ -3268,6 +3268,10 @@ MSG_HASH(
32683268 )
32693269#endif
32703270#ifdef ANDROID
3271+ MSG_HASH (
3272+ MENU_ENUM_LABEL_VALUE_INPUT_SELECT_PHYSICAL_KEYBOARD ,
3273+ "Seleccionar teclado físico"
3274+ )
32713275MSG_HASH (
32723276 MENU_ENUM_SUBLABEL_INPUT_SELECT_PHYSICAL_KEYBOARD ,
32733277 "Usa este dispositivo como teclado físico e non como gamepad."
@@ -3456,11 +3460,11 @@ MSG_HASH(
34563460 )
34573461MSG_HASH (
34583462 MENU_ENUM_LABEL_VALUE_INPUT_TURBO_ALLOW_DPAD ,
3459- "Permitir direccións do D-Pad no Turbo"
3463+ "Permitir direccións da cruceta no Turbo"
34603464 )
34613465MSG_HASH (
34623466 MENU_ENUM_SUBLABEL_INPUT_TURBO_ALLOW_DPAD ,
3463- "Se está activado, as entradas direccionais dixitais (tamén coñecidas como D-Pad ou 'hatswitch') poden usar o turbo."
3467+ "Se está activado, as entradas direccionais dixitais (tamén coñecidas como cruceta, D-Pad ou 'hatswitch') poden usar o turbo."
34643468 )
34653469MSG_HASH (
34663470 MENU_ENUM_LABEL_VALUE_INPUT_TURBO_FIRE_SETTINGS ,
@@ -3588,6 +3592,14 @@ MSG_HASH(
35883592 MENU_ENUM_SUBLABEL_INPUT_ALL_USERS_CONTROL_MENU ,
35893593 "Permitir a calquera usuario controlar o menú. Se está desactivado, só o usuario 1 pode controlar o menú."
35903594 )
3595+ MSG_HASH (
3596+ MENU_ENUM_LABEL_VALUE_MENU_ALLOW_TABS_BACK ,
3597+ "Permitir voltar desde lapelas"
3598+ )
3599+ MSG_HASH (
3600+ MENU_ENUM_SUBLABEL_MENU_ALLOW_TABS_BACK ,
3601+ "Volver ao menú principal desde lapelas/barra lateral ao premer Volver."
3602+ )
35913603MSG_HASH (
35923604 MENU_ENUM_LABEL_VALUE_MENU_SCROLL_FAST ,
35933605 "Aceleración de desprazamento do menú"
@@ -4141,7 +4153,7 @@ MSG_HASH(
41414153 )
41424154MSG_HASH (
41434155 MENU_ENUM_SUBLABEL_INPUT_ADC_TYPE ,
4144- "Use o stick analóxico especificado para a entrada de D-Pad . Os modos \"forzados\" anulan a entrada analóxica nativa principal."
4156+ "Use o stick analóxico especificado para a entrada da cruceta . Os modos \"forzados\" anulan a entrada analóxica nativa principal."
41454157 )
41464158MSG_HASH (
41474159 MENU_ENUM_LABEL_HELP_INPUT_ADC_TYPE ,
@@ -4349,19 +4361,19 @@ MSG_HASH(
43494361 )
43504362MSG_HASH (
43514363 MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_UP ,
4352- "Arma D-Pad arriba"
4364+ "Arma cruceta arriba"
43534365 )
43544366MSG_HASH (
43554367 MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_DOWN ,
4356- "Arma D-Pad abaixo"
4368+ "Arma cruceta abaixo"
43574369 )
43584370MSG_HASH (
43594371 MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_LEFT ,
4360- "Arma D-Pad esquerda"
4372+ "Arma cruceta esquerda"
43614373 )
43624374MSG_HASH (
43634375 MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_RIGHT ,
4364- "Arma D-Pad dereita"
4376+ "Arma cruceta dereita"
43654377 )
43664378MSG_HASH (
43674379 MENU_ENUM_LABEL_VALUE_INPUT_TURBO ,
@@ -5288,7 +5300,7 @@ MSG_HASH(
52885300 )
52895301MSG_HASH (
52905302 MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_DPAD_DIAGONAL_SENSITIVITY ,
5291- "Sensibilidade diagonal D-Pad "
5303+ "Sensibilidade diagonal da cruceta "
52925304 )
52935305MSG_HASH (
52945306 MENU_ENUM_SUBLABEL_INPUT_OVERLAY_DPAD_DIAGONAL_SENSITIVITY ,
@@ -6985,6 +6997,14 @@ MSG_HASH(
69856997 MENU_ENUM_LABEL_VALUE_MENU_REMEMBER_SELECTION_MAIN ,
69866998 "Só para o menú principal e a configuración"
69876999 )
7000+ MSG_HASH (
7001+ MENU_ENUM_LABEL_VALUE_MENU_STARTUP_PAGE ,
7002+ "Páxina de inicio"
7003+ )
7004+ MSG_HASH (
7005+ MENU_ENUM_SUBLABEL_MENU_STARTUP_PAGE ,
7006+ "Páxina de menú inicial ao iniciar."
7007+ )
69887008
69897009/* Settings > AI Service */
69907010
@@ -7715,6 +7735,10 @@ MSG_HASH(
77157735 MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED ,
77167736 "Último xogado:"
77177737 )
7738+ MSG_HASH (
7739+ MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_PLAY_COUNT ,
7740+ "Contador de partidas:"
7741+ )
77187742MSG_HASH (
77197743 MENU_ENUM_LABEL_VALUE_TIME_UNIT_SECONDS_SINGLE ,
77207744 "segundo"
@@ -13769,6 +13793,18 @@ MSG_HASH(
1376913793 MSG_FAILED_TO_GET_NICKNAME_FROM_CLIENT ,
1377013794 "Produciuse un erro ao obter o apelido do cliente."
1377113795 )
13796+ MSG_HASH (
13797+ MSG_FAILED_TO_LOAD ,
13798+ "Non se puido cargar."
13799+ )
13800+ MSG_HASH (
13801+ MSG_FAILED_TO_LOAD_CONTENT ,
13802+ "Non se puido cargar o contido."
13803+ )
13804+ MSG_HASH (
13805+ MSG_FAILED_TO_LOAD_MOVIE_FILE ,
13806+ "Erro ao cargar o ficheiro de vídeo."
13807+ )
1377213808MSG_HASH (
1377313809 MSG_FAILED_TO_LOAD_OVERLAY ,
1377413810 "Produciuse un erro ao cargar a superposición."
0 commit comments