Update MSG_MMU_POWER_FAILS c=15
This commit is contained in:
parent
dd67c5110a
commit
92acac453f
9 changed files with 10 additions and 10 deletions
|
@ -1498,7 +1498,7 @@ static void lcd_menu_fails_stats_mmu_print()
|
|||
//! |Total failures | MSG_TOTAL_FAILURES c=20
|
||||
//! | MMU fails 000| MSG_MMU_FAILS c=15
|
||||
//! | MMU load fails 000| MSG_MMU_LOAD_FAILS c=15
|
||||
//! | MMU power fails 000| c=15
|
||||
//! | MMU power fails 000| MSG_MMU_POWER_FAILS c=15
|
||||
//! ----------------------
|
||||
//! @endcode
|
||||
//! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
|
||||
|
@ -1511,7 +1511,7 @@ static void lcd_menu_fails_stats_mmu_total()
|
|||
_T(MSG_TOTAL_FAILURES), ////c=20
|
||||
_T(MSG_MMU_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_FAIL_TOT) ), ////c=14
|
||||
_T(MSG_MMU_LOAD_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_LOAD_FAIL_TOT) ), ////c=14
|
||||
_i("MMU power fails"), clamp999( mmu_power_failures )); ////c=14 r=1
|
||||
_i("MMU power fails"), clamp999( mmu_power_failures )); ////MSG_MMU_POWER_FAILS c=15
|
||||
menu_back_if_clicked_fb();
|
||||
}
|
||||
|
||||
|
|
|
@ -481,7 +481,7 @@
|
|||
# c=20 r=3
|
||||
"MMU needs user attention."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
|
||||
#MSG_STEALTH
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"MMU potrebuje zasah uzivatele."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"MMU vypadky proudu"
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"MMU erfordert Benutzereingriff."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"MMU Netzfehler"
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"MMU necesita atencion del usuario."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"Fallo de energia en MMU"
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"Le MMU necessite l'attention de l'utilisateur."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"Echecs alim. MMU"
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"Il MMU richiede attenzione dall'utente."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"Manc. corr. MMU"
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"MMU heeft gebruikersaandacht nodig."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"MMU stroomstor."
|
||||
|
||||
|
|
|
@ -642,7 +642,7 @@
|
|||
"MMU needs user attention."
|
||||
"MMU wymaga uwagi uzytkownika."
|
||||
|
||||
#
|
||||
#MSG_MMU_POWER_FAILS c=15
|
||||
"MMU power fails"
|
||||
"Zaniki zasil. MMU"
|
||||
|
||||
|
|
Loading…
Reference in a new issue