# HG changeset patch # User unc0rr # Date 1255875141 0 # Node ID bf1da503743310300050eefe9cd915d78c2c457f # Parent 4f2d6e18616d852806a0945f7660ec1f2d2e3845 - lupdate && lrelease - some fixes diff -r 4f2d6e18616d -r bf1da5037433 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Sun Oct 18 13:04:41 2009 +0000 +++ b/QTfrontend/newnetclient.cpp Sun Oct 18 14:12:21 2009 +0000 @@ -147,7 +147,7 @@ void HWNewNet::RawSendNet(const QByteArray & buf) { - qDebug() << "Client: " << QString(buf).split("\n"); +// qDebug() << "Client: " << QString(buf).split("\n"); NetSocket.write(buf); NetSocket.write("\n\n", 2); } @@ -196,7 +196,7 @@ void HWNewNet::ParseCmd(const QStringList & lst) { - qDebug() << "Server: " << lst; +// qDebug() << "Server: " << lst; if(!lst.size()) { diff -r 4f2d6e18616d -r bf1da5037433 project_files/hedgewars.pro --- a/project_files/hedgewars.pro Sun Oct 18 13:04:41 2009 +0000 +++ b/project_files/hedgewars.pro Sun Oct 18 14:12:21 2009 +0000 @@ -12,7 +12,27 @@ HEADERS += ../QTfrontend/*.h SOURCES += ../QTfrontend/*.cpp -TRANSLATIONS += ../share/hedgewars/Data/Locale/*.ts + +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fi.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fr.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_it.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ja.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pl.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_BR.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_pt_PT.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ru.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sk.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_sv.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_tr_TR.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_uk.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_CN.ts +TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_zh_TW.ts + RESOURCES += ../QTfrontend/hedgewars.qrc !macx { @@ -21,7 +41,7 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk - OBJECTIVE_SOURCES= ../QTfrontend/*.m ../QTfrontend/*.mm + OBJECTIVE_SOURCES= ../QTfrontend/*.m ../QTfrontend/*.mm LIBS += -framework IOKit -framework SDL -framework SDL_Mixer -framework Sparkle -DSPARKLE_ENABLED INCLUDEPATH += /Library/Frameworks/SDL.framework/Headers /Library/Frameworks/SDL_Mixer.framework/Headers diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_bg.ts --- a/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Никога + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Награда за най-добър изстрел е спечелена от <b>%1</b> с <b>%2</b> точки.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_cs.ts --- a/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Nikdy + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Cenu za nejlepší zásah vyhrál <b>%1</b> s <b>%2</b> body.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_de.qm Binary file share/hedgewars/Data/Locale/hedgewars_de.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_de.ts --- a/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_de.ts Sun Oct 18 14:12:21 2009 +0000 @@ -14,6 +14,13 @@ Never Nie + + Every %1 turn + + + + + GameCFGWidget @@ -230,6 +237,20 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Der Preis für den besten Schuss geht an <b>%1</b> mit <b>%2</b> Punkten.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + + PageMain @@ -398,6 +419,20 @@ The Weapon Scheme defines available weapons and their ammunition count. Waffenzusammenstellungen bestimmen, welche Waffen wann und in welchen Mengen zur Verfügung stehen. + + There are %1 clients connected to this room. + + + + + + + There are %1 teams participating in this room. + + + + + PageScheme @@ -567,7 +602,7 @@ Hardware sound (if available; requires restart) - Hardware-Sound (erfordert Neustart) + Hardware-Sound (erfordert Neustart) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_en.qm Binary file share/hedgewars/Data/Locale/hedgewars_en.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_en.ts --- a/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_en.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Never + + Every %1 turn + + + + GameCFGWidget @@ -227,6 +235,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -393,6 +413,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -560,10 +592,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_es.qm Binary file share/hedgewars/Data/Locale/hedgewars_es.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_es.ts --- a/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_es.ts Sun Oct 18 14:12:21 2009 +0000 @@ -14,6 +14,13 @@ Never Nunca + + Every %1 turn + + + + + GameCFGWidget @@ -229,6 +236,20 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>El premio al mejor disparo es para <b>%1</b> , con <b>%2</b> puntos.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + + PageMain @@ -397,6 +418,20 @@ The Weapon Scheme defines available weapons and their ammunition count. El set de armas define las armas y munición disponibles. + + There are %1 clients connected to this room. + + + + + + + There are %1 teams participating in this room. + + + + + PageScheme @@ -566,7 +601,7 @@ Hardware sound (if available; requires restart) - Sonido por hardware (en caso de estar disponible, requiere reiniciar) + Sonido por hardware (en caso de estar disponible, requiere reiniciar) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_fi.qm Binary file share/hedgewars/Data/Locale/hedgewars_fi.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_fi.ts --- a/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Ei koskaan + + Every %1 turn + + + + GameCFGWidget @@ -227,6 +235,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Paras laukaus -mitalin voitti <b>%1</b> <b>%2</b> pisteellä</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -395,6 +415,18 @@ The Weapon Scheme defines available weapons and their ammunition count. Asesuunnitelma määrittelee saatavilla olevat aseet ja niiden panosmäärät. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -564,7 +596,7 @@ Hardware sound (if available; requires restart) - Äänen laitteistokiihdytys (jos saatavilla; vaatii uudelleenkäynnistyksen) + Äänen laitteistokiihdytys (jos saatavilla; vaatii uudelleenkäynnistyksen) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_fr.qm Binary file share/hedgewars/Data/Locale/hedgewars_fr.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_fr.ts --- a/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never jamais + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Le prix du meilleur tir revient à <b>%1</b> avec <b>%2</b> points.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality réduire la qualité - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_it.qm Binary file share/hedgewars/Data/Locale/hedgewars_it.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_it.ts --- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,6 +1,6 @@ - - + + AmmoSchemeModel @@ -14,6 +14,13 @@ Never Mai + + Every %1 turn + + + + + GameCFGWidget @@ -229,6 +236,20 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Il premio per il miglior colpo è stato vinto da <b>%1</b> , con <b>%2</b> punti.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + + PageMain @@ -397,6 +418,20 @@ The Weapon Scheme defines available weapons and their ammunition count. Lo Schema delle Armi definisce le armi disponibili le loro munizioni. + + There are %1 clients connected to this room. + + + + + + + There are %1 teams participating in this room. + + + + + PageScheme @@ -566,7 +601,7 @@ Hardware sound (if available; requires restart) - Usa accelerazione Hardware per il suono (se disponibile; richiede riavvio) + Usa accelerazione Hardware per il suono (se disponibile; richiede riavvio) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_ja.ts --- a/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p> <b>%2</b> で <b>%1</b> が一番良いショットの賞をもらった </p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_pl.qm Binary file share/hedgewars/Data/Locale/hedgewars_pl.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_pl.ts --- a/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Nigdy + + Every %1 turn + + + + GameCFGWidget @@ -227,6 +235,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Odznaczenie za najlepszy strzał przyznano <b>%1</b>, zadał(a) on(a) <b>%2</b> punktów obrażeń.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -395,6 +415,18 @@ The Weapon Scheme defines available weapons and their ammunition count. Schemat uzbrojenia określa dostępną broń oraz ilość amunicji. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -564,7 +596,7 @@ Hardware sound (if available; requires restart) - Użyj sprz. odt. dźwięku (jeśli dostępny; wymaga restartu) + Użyj sprz. odt. dźwięku (jeśli dostępny; wymaga restartu) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_pt_BR.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>O prêmio de melhor disparo foi ganho por <b>%1</b> , com <b>%2</b> pontos.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_pt_PT.qm Binary file share/hedgewars/Data/Locale/hedgewars_pt_PT.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_pt_PT.ts --- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Nunca + + Every %1 turn + + + + GameCFGWidget @@ -227,6 +235,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>A título de melhor tiro foi ganho por <b>%1</b> com <b>%2</b> pts.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -395,6 +415,18 @@ The Weapon Scheme defines available weapons and their ammunition count. O Esquema de Armas define que armas estão disponiveis e a quantidade de munições. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -564,7 +596,7 @@ Hardware sound (if available; requires restart) - Som por Hardware (se disponivel; requer reinicio) + Som por Hardware (se disponivel; requer reinicio) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_ru.qm Binary file share/hedgewars/Data/Locale/hedgewars_ru.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_ru.ts --- a/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Никогда + + Every %1 turn + + + + GameCFGWidget @@ -227,6 +235,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Приз за лучший выстрел получает <b>%1</b> с <b>%2</b> пунктами урона.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -395,6 +415,18 @@ The Weapon Scheme defines available weapons and their ammunition count. Схема оружия определяет доступное оружие и число снарядов. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -564,7 +596,7 @@ Hardware sound (if available; requires restart) - Аппаратный звук (если доступен; необходим перезапуск) + Аппаратный звук (если доступен; необходим перезапуск) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_sk.ts --- a/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Nikdy + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Ocenenie za najlepší zásah vyhral(a) <b>%1</b> so ziskom <b>%2</b> bodov.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_sv.ts --- a/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never Aldrig + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Priset för bästa skott går till <b>%1</b> som fick <b>%2</b> poäng.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_tr_TR.qm Binary file share/hedgewars/Data/Locale/hedgewars_tr_TR.qm has changed diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_tr_TR.ts --- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,23 +1,31 @@ - + + + AmmoSchemeModel new - yeni + yeni FreqSpinBox Never - + Asla + + + Every %1 turn + + %1 turda bir + GameCFGWidget Edit weapons - + Silahları düzenle Error @@ -131,6 +139,10 @@ HWNewNet + Error + Hata + + The host was not found. Please check the host name and port settings. Kurucu bilgisayar bulunamadı. Lütfen bilgisayar adı ve portu ayarlarınızı kontrol edin. @@ -143,6 +155,18 @@ Oda kapatıldı + *** %1 joined + *** %1 katıldı + + + *** %1 left + *** %1 gitti + + + *** %1 left (%2) + *** %1 gitti (%2) + + Quit reason: Çıkma sebebi: @@ -155,11 +179,8 @@ Parola - Your nickname %1 is -registered on Hedgewars.org -Please provide your password -or pick another nickname: - + Enter your password: + Parolanızı girin: %1 *** %2 has joined the room @@ -170,11 +191,18 @@ + %1 *** %2 has left + + + %1 *** %2 has left (%3) - %1 *** %2 has left + Your nickname %1 is +registered on Hedgewars.org +Please provide your password +or pick another nickname: @@ -189,11 +217,11 @@ PageAdmin Server message: - + Sunucu iletisi: Set message - + İletiyi ayarla Clear Accounts Cache @@ -204,7 +232,7 @@ PageConnecting Connecting... - + Bağlanıyor... @@ -224,6 +252,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>En iyi atış ödülünü <b>%2</b> puanla <b>%1</b> kazandı.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + <p>En iyi katil bir turda <b>%2</b> öldürmeyle <b>%1</b> oldu.</p> + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + <p>Bu turda toplam <b>%1</b> kirpi öldürüldü.</p> + + PageMain @@ -265,11 +305,11 @@ PageNetType LAN game - + LAN oyunu Official server - + Resmi sunucu @@ -370,6 +410,18 @@ You may join and spectate now but you'll have to wait for the game to end to start playing. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + %1 is the host. He may adjust settings and start the game. @@ -395,63 +447,71 @@ PageScheme Defend your fort and destroy the opponents, two team colours max! - + Kaleni koru ve düşmanları yok et, en fazla iki takım rengi! Teams will start on opposite sides of the terrain, two team colours max! - + Takımlar bölgenin faklı taraflarında başlarlar, en fazla iki takım rengi! Land can not be destroyed! - + Zemin yok edilemez! Add an indestructable border around the terrain - + Bölgenin etrafına yok edilemez bir sınır ekle Lower gravity - + Düşük yer çekimi Assisted aiming with laser sight - + Lazer görüşü destekli nişan alma All hogs have a personal forcefield - + Tüm kirpilerin kişisel güç kalkanı olur Enable random mines - + Rastgele mayınlar Gain 80% of the damage you do back in health - + Verdiğin hasarın %%80'ini sağlık olarak kazan Share your opponents pain, share their damage - + Rakibin acısını paylaş, hasarını paylaş Your hogs are unable to move, put your artillery skills to the test - + Kirpiler hareket edemez, topçuluk becerini ölç Random - + Rastgele Seconds - + Saniye New Yeni + Prev + Önce + + + Next + Sonra + + Delete - Sil + Sil @@ -518,8 +578,16 @@ QCheckBox - Check for updates at startup - + Forts mode + Kaleler modu + + + Divide teams + Takımları böl + + + Solid land + Parçalanmaz yüzey Fullscreen @@ -550,6 +618,34 @@ Kayıt dosyasının sonuna tarihi ve saati ekle + Add Border + Sınır Ekle + + + Reduce Quality + Kaliteyi Düşür + + + Low Gravity + Azaltılmış Yerçekimi + + + Laser Sight + Lazer Görüşü + + + Invulnerable + Ölümsüzlük + + + Add Mines + Mayın Ekle + + + Frontend Effects (Requires Restart) + Arayüz Efektleri (Baştan Başlatmayı Gerektirir) + + Frontend effects (requires restart) @@ -558,7 +654,7 @@ - Hardware sound (if available; requires restart) + Check for updates at startup @@ -617,22 +713,22 @@ Game Modifiers - + Oyun Değişkenleri Basic Settings - + Basit Ayarlar QLabel Mines Time - + Mayın Süresi Mines - + Mayınlar Version @@ -663,6 +759,14 @@ Özel teşekkür: + Turn time + Tur süresi + + + Initial health + Başlangıç sağlığı + + Weapons Silahlar @@ -700,31 +804,31 @@ Game scheme - + Oyun teması Damage Modifier - + Hasar Çarpanı Turn Time - + Tur Süresi Initial Health - + Başlangıç Sağlığı Sudden Death Timeout - + Ani Ölüm Süresi Crate Drops - + Yardım Kasaları Scheme Name: - + Tema Adı: @@ -834,6 +938,10 @@ Elle Belirt + Join official server + Resmi sunucuya bağlan + + Start Başla @@ -869,6 +977,18 @@ QTableWidget + Room name + Oda ismi + + + Players number + Oyuncu sayısı + + + Round in progress + Oyun başlamış + + Room Name @@ -898,6 +1018,25 @@ + QToolBox + + Actions + Eylemler + + + Weapons + Silahlar + + + Weapon properties + Silah özellikleri + + + Other + Diğer + + + SelWeaponWidget Weapon set @@ -927,47 +1066,47 @@ ToggleButtonWidget Vampirism - + Vampircilik Karma - + Karma Artillery - + Topçuluk Fort Mode - + Kale Modu Divide Teams - + Takımları Böl Solid Land - + Parçalanmaz Yüzey Add Border - Sınır Ekle + Sınır Ekle Low Gravity - Azaltılmış Yerçekimi + Azaltılmış Yerçekimi Laser Sight - Lazer Görüşü + Lazer Görüşü Invulnerable - Ölümsüzlük + Ölümsüzlük Add Mines - Mayın Ekle + Mayın Ekle @@ -989,6 +1128,10 @@ aşağı + jump + zıpla + + attack saldır @@ -1111,6 +1254,14 @@ çıkış + long jump + + + + high jump + + + zoom in @@ -1122,14 +1273,6 @@ reset zoom - - long jump - - - - high jump - - binds (categories) diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_uk.ts --- a/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>Нагороду за кращий постріл отримує <b>%1</b> з <b>%2</b> пунктами урону.</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_zh_CN.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never 从不 + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p>最佳射手是<b>%1</b>。伤害 <b>%2</b>点。</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox diff -r 4f2d6e18616d -r bf1da5037433 share/hedgewars/Data/Locale/hedgewars_zh_TW.ts --- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Oct 18 13:04:41 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts Sun Oct 18 14:12:21 2009 +0000 @@ -1,4 +1,6 @@ - + + + AmmoSchemeModel @@ -12,6 +14,12 @@ Never 關閉 + + Every %1 turn + + + + GameCFGWidget @@ -224,6 +232,18 @@ <p>The best shot award was won by <b>%1</b> with <b>%2</b> pts.</p> <p><b>%1</b>以<b>%2</b>分獲得最強射擊獎。</p> + + <p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p> + + + + + + <p>A total of <b>%1</b> hedgehog(s) were killed during this round.</p> + + + + PageMain @@ -390,6 +410,18 @@ The Weapon Scheme defines available weapons and their ammunition count. + + There are %1 clients connected to this room. + + + + + + There are %1 teams participating in this room. + + + + PageScheme @@ -557,10 +589,6 @@ Reduced quality - - Hardware sound (if available; requires restart) - - QComboBox