mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
This commit is contained in:
parent
990051a41c
commit
df5feb9c1f
@ -481,8 +481,8 @@ msgstr "Nicht genug Speicher!"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "Nicht genug Speicher: Zu viele Dateien!"
|
||||
|
||||
msgid "P 1"
|
||||
msgstr "S 1"
|
||||
msgid "P1"
|
||||
msgstr "S1"
|
||||
|
||||
msgid "P2"
|
||||
msgstr "S2"
|
||||
|
@ -484,7 +484,7 @@ msgstr "Mémoire insuffisante !"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "Mémoire insuffisante : trop de fichiers !"
|
||||
|
||||
msgid "P 1"
|
||||
msgid "P1"
|
||||
msgstr "J1"
|
||||
|
||||
msgid "P2"
|
||||
|
@ -481,7 +481,7 @@ msgstr "Memoria esaurita!"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "Memoria esaurita: troppo file!"
|
||||
|
||||
msgid "P 1"
|
||||
msgid "P1"
|
||||
msgstr ""
|
||||
|
||||
msgid "P2"
|
||||
|
@ -487,7 +487,7 @@ msgstr "メモリが足りません"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "ファイルが多すぎてメモリが足りません"
|
||||
|
||||
msgid "P 1"
|
||||
msgid "P1"
|
||||
msgstr "P1"
|
||||
|
||||
msgid "P2"
|
||||
|
@ -482,7 +482,7 @@ msgstr "Te weinig geheugen!"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "Te weinig geheugen: te veel bestanden!"
|
||||
|
||||
msgid "P 1"
|
||||
msgid "P1"
|
||||
msgstr "P1"
|
||||
|
||||
msgid "P2"
|
||||
|
@ -484,7 +484,7 @@ msgstr "Memória insuficiente!"
|
||||
msgid "Out of memory: too many files!"
|
||||
msgstr "Memória insuficiente: arquivos demais!"
|
||||
|
||||
msgid "P 1"
|
||||
msgid "P1"
|
||||
msgstr "P1"
|
||||
|
||||
msgid "P2"
|
||||
|
@ -1299,10 +1299,7 @@ static int MenuGame()
|
||||
|
||||
for(i=0; i < 4; i++)
|
||||
{
|
||||
if(i == 0)
|
||||
sprintf(txt, "P %d", i+1);
|
||||
else
|
||||
sprintf(txt, "P%d", i+1);
|
||||
sprintf(txt, "P%d", i+1);
|
||||
|
||||
batteryTxt[i] = new GuiText(txt, 20, (GXColor){255, 255, 255, 255});
|
||||
batteryTxt[i]->SetAlignment(ALIGN_LEFT, ALIGN_MIDDLE);
|
||||
|
Loading…
Reference in New Issue
Block a user