@@ -9370,6 +9370,10 @@ MSG_HASH(
93709370 MENU_ENUM_LABEL_VALUE_CHEAT_START_OR_CONT ,
93719371 "Comença o continua la cerca de trucs"
93729372 )
9373+ MSG_HASH (
9374+ MENU_ENUM_SUBLABEL_CHEAT_START_OR_CONT ,
9375+ "Escaneja la memòria cercant nous trucs."
9376+ )
93739377MSG_HASH (
93749378 MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD ,
93759379 "Carrega el fitxer de trucs (Reemplaça)"
@@ -9390,6 +9394,10 @@ MSG_HASH(
93909394 MENU_ENUM_LABEL_VALUE_CHEAT_RELOAD_CHEATS ,
93919395 "Torna a carregar els trucs específics del joc"
93929396 )
9397+ MSG_HASH (
9398+ MENU_ENUM_SUBLABEL_CHEAT_RELOAD_CHEATS ,
9399+ "Recarrega tots els trucs existents."
9400+ )
93939401MSG_HASH (
93949402 MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS ,
93959403 "Anomena i desa el fitxer de trucs"
@@ -9402,14 +9410,26 @@ MSG_HASH(
94029410 MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_TOP ,
94039411 "Afegeix un nou truc a la part superior"
94049412 )
9413+ MSG_HASH (
9414+ MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_TOP ,
9415+ "Sobreposa un truca a la llista."
9416+ )
94059417MSG_HASH (
94069418 MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_BOTTOM ,
94079419 "Afegeix un nou truc al final"
94089420 )
9421+ MSG_HASH (
9422+ MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_BOTTOM ,
9423+ "Afegeix un truc a la llista."
9424+ )
94099425MSG_HASH (
94109426 MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_ALL ,
94119427 "Elimina tots els trucs"
94129428 )
9429+ MSG_HASH (
9430+ MENU_ENUM_SUBLABEL_CHEAT_DELETE_ALL ,
9431+ "Buida la llista de trucs."
9432+ )
94139433MSG_HASH (
94149434 MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_AFTER_LOAD ,
94159435 "Aplica els trucs automàticament durant en carregar un joc"
@@ -9533,6 +9553,10 @@ MSG_HASH(
95339553 MENU_ENUM_LABEL_CHEAT_SEARCH_EQMINUS_VAL ,
95349554 "Iguals a l'anterior -%u (%X)"
95359555 )
9556+ MSG_HASH (
9557+ MENU_ENUM_LABEL_VALUE_CHEAT_ADD_MATCHES ,
9558+ "Afegeix %u coincidències a la llista"
9559+ )
95369560MSG_HASH (
95379561 MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_MATCH ,
95389562 "Suprimeix la coincidència #"
@@ -14483,6 +14507,10 @@ MSG_HASH(
1448314507 MSG_CHEAT_DELETE_ALL_SUCCESS ,
1448414508 "S’han suprimit tots els trucs."
1448514509 )
14510+ MSG_HASH (
14511+ MSG_CHEAT_RELOAD_ALL_SUCCESS ,
14512+ "S'han recarregat tots els trucs."
14513+ )
1448614514MSG_HASH (
1448714515 MSG_CHEAT_ADD_BEFORE_SUCCESS ,
1448814516 "S’ha afegit un nou truc abans d’aquest."
0 commit comments