This commit is contained in:
dborth 2011-03-25 00:55:47 +00:00
parent 990051a41c
commit df5feb9c1f
7 changed files with 8 additions and 11 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -487,7 +487,7 @@ msgstr "メモリが足りません"
msgid "Out of memory: too many files!"
msgstr "ファイルが多すぎてメモリが足りません"
msgid "P 1"
msgid "P1"
msgstr "P1"
msgid "P2"

View File

@ -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"

View File

@ -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"

View File

@ -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);