mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- fix for issue #108. text "Total Games" can now be translated. because of using %u the _fmt() didnt work. it only works with %i, %d, and %s. it can be coded to work with %u but i just changed them all to %i.
This commit is contained in:
parent
8a01942785
commit
d6c59b3754
@ -325,7 +325,7 @@ void CMenu::_showCF(bool refreshList)
|
||||
return;
|
||||
|
||||
m_showtimer = 240;
|
||||
m_btnMgr.setText(m_mainLblNotice, wfmt(_fmt("main7", L"Total Games: %u"), CoverFlow.size()));
|
||||
m_btnMgr.setText(m_mainLblNotice, wfmt(_fmt("main7", L"Total Games: %i"), CoverFlow.size()));
|
||||
m_btnMgr.show(m_mainLblNotice);
|
||||
}
|
||||
|
||||
|
@ -398,7 +398,7 @@ main3=No titles found in
|
||||
main4=No apps found in
|
||||
main5=No roms/items found.
|
||||
main6=No plugins Selected.
|
||||
main7=Total Games: %u
|
||||
main7=Total Games: %i
|
||||
main8=No disc in drive!
|
||||
mastersystem=Sega Master System
|
||||
menu=System Menu
|
||||
|
@ -398,7 +398,7 @@ main3=Keine Titel gefunden in
|
||||
main4=Keine Homebrews gefunden in
|
||||
main5=Keine Roms/Einträge gefunden.
|
||||
main6=Keine Plugins ausgewählt.
|
||||
main7=Spieleanzahl: %u
|
||||
main7=Spieleanzahl: %i
|
||||
main8=Keine Disc im Laufwerk!
|
||||
mastersystem=Sega Master System
|
||||
menu=Systemmenü
|
||||
|
@ -387,7 +387,7 @@ main3=Nessun titolo trovato
|
||||
main4=Benvenuto in Wiiflow.\nNon ho trovato nessuna applicazione.\nClicca su Partizioni Giochi per sceglierne una.
|
||||
main5=Roms/oggetti non trovati.
|
||||
main6=Benvenuto in Wiiflow.\n Non ho trovato nessun plugin.\nClicca su Partizioni Giochi per sceglierne una.
|
||||
main7=Totale Giochi: %u
|
||||
main7=Totale Giochi: %i
|
||||
main8=Nessun disco nel lettore!
|
||||
mastersystem=Sega Master System
|
||||
menu=Menu di sistema
|
||||
|
@ -398,7 +398,7 @@ main3=타이틀이 없습니다.
|
||||
main4=발견된 응용 프로그램이 없습니다.
|
||||
main5=롬/아이템을 찾을 수 없습니다.
|
||||
main6=선택된 플러그인이 없습니다.
|
||||
main7=전체 게임: %u
|
||||
main7=전체 게임: %i
|
||||
main8=드라이브에 디스크가 없습니다!
|
||||
mastersystem=세가 마스터 시스템
|
||||
menu=시스템 메뉴
|
||||
|
@ -398,7 +398,7 @@ main3=No se encontraron títulos en\n
|
||||
main4=No se encontraron aplicaciones en\n
|
||||
main5=No se encontraron roms/elementos.
|
||||
main6=No hay complementos elegidos.
|
||||
main7=Total de juegos: %u
|
||||
main7=Total de juegos: %i
|
||||
main8=¡No hay disco en la unidad!
|
||||
mastersystem=Sega Master System
|
||||
menu=Menú del sistema
|
||||
|
Loading…
Reference in New Issue
Block a user