More translations

Previous topic - Next topic

AndyH

Ian's set a precedent for translations, so I was wondering if you could help out with translations for the following?

Code (glbasic) Select
0 English Deutsch French
1 1 PLAYER
2 2 PLAYER
3 LEVEL ED
4 OPTIONS Einstellungen
5 QUIT   Beenden
6 VOLUME
7 TEST SOUND
8 SPEED
9 CURRENT FPS
10 MUSIC Musik
11 ON    Ein
12 OFF   Aus
13 BONUS STAGE
14 STAGE
15 Introducing Ms Fangs
16 Eat the fruit
17 Oh no, here come the germs
18 HA HA HA, that scared them
19 Eat the apples for an extra life
20 Fire button increases speed
21 Eat fruit in sequence for big scores
22 GAME OVER
23 SECRET LEVEL
I've filled in the blanks where they've already been answered in the other thread.  If anyone is also able to help with a French translation I'll put that in too.  "Ms Fangs" and "Germs" are the names of the characters in the game so probably don't need a translation.

Kosta

Quote from: AndyHIan's set a precedent for translations, so I was wondering if you could help out with translations for the following?

Code (glbasic) Select
0 English Deutsch French
1 1 PLAYER               1 Spieler
2 2 PLAYER               2 Spieler
3 LEVEL ED               (Level Editor (if Ed stands for Editor)) <- leave it as it is)
4 OPTIONS Einstellungen
5 QUIT   Beenden
6 VOLUME                        Lautstärke (ae if you have no ä on keyboard)
7 TEST SOUND            Sound testen
8 SPEED                          Geschwindigkeit
9 CURRENT FPS            Aktuelle Frames/s (or FPS)
10 MUSIC Musik
11 ON    Ein
12 OFF   Aus
13 BONUS STAGE          Bonusrunde (Bonus Round)
14 STAGE                         Runde
15 Introducing Ms Fangs   Vorstellung Ms. Fangs
16 Eat the fruit                              Iss die Frucht
17 Oh no, here come the germs   Oh nein, die Bakterien kommen
18 HA HA HA, that scared them     Hahaha, das hat sie verängstigt
19 Eat the apples for an extra life   Iss die Äpfel für ein Extra Leben
20 Fire button increases speed       Feuer-Knopfes beschleunigt
21 Eat fruit in sequence for big scores   Iss die Früchte der Reihe nach, um mehr Punkte zu erhalten
22 GAME OVER                            Spielende
23 SECRET LEVEL                       Geheimlevel
I've filled in the blanks where they've already been answered in the other thread.  If anyone is also able to help with a French translation I'll put that in too.  "Ms Fangs" and "Germs" are the names of the characters in the game so probably don't need a translation.
Edit: (gf)
Some made shorter. germs = Baktiereien
Intel QuadCore, Geforce8600GT,512MB,4GB Ram, 26" TFT
HP nw8440 Schläppy
GP2X Mk2 (Firmware 3.0)

GLBASIC Blog:
http://www.glbasic.com/forum/index.php?blog=51.0

AndyH

Many thanks!

XaMMaX

Hi there. I can translate to the Russian if you wound like =)
Sry for my english

AndyH

More the merrier, go for it :)

Moru

Since everyone is translating I can't be any worse!
So in case you want it, this is the text translated to swedish :-)

Code (glbasic) Select
0    English         Svenska
1    1 PLAYER        1 Spelare
2    2 PLAYER        2 Spelare
3    LEVEL ED        NivÃ¥editor
4    OPTIONS         inställningar
5    QUIT            Avsluta
6    VOLUME          Volym
7    TEST SOUND      Testljud
8    SPEED           Hastighet
9    CURRENT FPS     Aktuell FPS
10    MUSIC          Musik
11    ON             PÃ¥
12    OFF            Av
13    BONUS STAGE    BonusnivÃ¥
14    STAGE          NivÃ¥
15    Introducing Ms Fangs              Introducerar Ms Fangs
16    Eat the fruit                     Ät frukten
17    Oh no, here come the germs        Ã...h nej, här kommer bakterierna!
18    HA HA HA, that scared them        Ha ha ha, det skrämde dem!
19    Eat the apples for an extra life  Ät äpplena för ett extraliv
20    Fire button increases speed       (Fire button on the joystick? I guess "The burning button" is wrong? :-)   "Joystickknappen ökar hastigheten"
21    Eat fruit in sequence for big scores      Ät frukt i rätt ordning för högre poäng
22    GAME OVER      Spelet är slut
23    SECRET LEVEL   Hemlig nivÃ¥

AndyH

LOL, excellent.  I've only got standard characters in my font set (A-Z,a-z,0-9 etc), will it be ok to use those instead of Ã... Ä ö etc?

Ian Price

I think you'll find there is a very big difference between standard letters and those with accents etc.

What I did for my game is included special characters as generally unused ASCII chars (%£#$ etc.) and just used them in text instead of standard characters). It's not ideal, but it does give you flexibility and it works flawlessly.
I came. I saw. I played.

Kitty Hello

You can use 256 character sets, too. These should be able to display äöü and such. The fontmaker can do it, or you make your own font and simply make the image higher than wide. Then GLBasic will assume it's a 16x16 character table.

In German you can substitute:
ä = ae
ö = oe
ü = ue
ß = sz (or ss)

XaMMaX

First make your font ok to russian characters:



Now russian translation:

Code (glbasic) Select
0    English        Русский
1    1 PLAYER        1 Игрок
2    2 PLAYER        2 Игрок
3    LEVEL ED        Редактор уровней(or Ред. уровней)
4    OPTIONS         Опции
5    QUIT            Выход
6    VOLUME          Громкость
7    TEST SOUND      Тест звука
8    SPEED           Скорость
9    CURRENT FPS     FPS
10    MUSIC          Музыка
11    ON             Вкл.
12    OFF            Выкл.
13    BONUS STAGE    Бонус уровень
14    STAGE          Уровень
15    Introducing Ms Fangs              Представляем Ms Fangs
16    Eat the fruit                     Съешь фрукт
17    Oh no, here come the germs        О нет, сюда прибывают микробы
18    HA HA HA, that scared them        ХА ХА ХА, это их напугало
19    Eat the apples for an extra life  Ешьте яблоки для дополнительной жизни
20    Fire button increases speed       Кнопка "огня" увеличивает скорость
21    Eat fruit in sequence for big scores      Ешьте фрукты в последовательности для большего количества очков (pretty long, sry)
22    GAME OVER      Игра окончена
23    SECRET LEVEL   Секретный уровень
Well this is it =) see ya later
Sry for my english

Moru

Quote from: XaMMaXFirst make your font ok to russian characters:
You need to choose Russian in the second box too :-)

XaMMaX

QuoteYou need to choose Russian in the second box too :-)
I never do it and russian works really well without it =P
Sry for my english

Moru

It's set to default. If you are running with russian support on your computer mabe it supports russian by default? Mine supports swedish by default so I get the swedish characters there.

XaMMaX

Quote from: MoruIt's set to default. If you are running with russian support on your computer mabe it supports russian by default? Mine supports swedish by default so I get the swedish characters there.
Thanks, now i see how it is =P
Sry for my english

AndyH

A wee problem with the Russian character set as it conflicts with the other accented characters that are in those places already.  I've got three fonts already, now they are double the height for the extra characters.  I don't think I'm going to be able to include a Russian variant as well.  It looks pretty neat but sorry I won't be able to realistically use it this time.