diff --git a/src/gui/qt/gamelobbydialog.ui b/src/gui/qt/gamelobbydialog.ui index 0394c0ce..5e4db5aa 100644 --- a/src/gui/qt/gamelobbydialog.ui +++ b/src/gui/qt/gamelobbydialog.ui @@ -402,6 +402,13 @@ 0 + + + + Join any game + + + diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp index 656fa483..aba1021d 100644 --- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp +++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp @@ -40,10 +40,11 @@ gameLobbyDialogImpl::gameLobbyDialogImpl(QWidget *parent, ConfigFile *c) connect( pushButton_CreateGame, SIGNAL( clicked() ), this, SLOT( createGame() ) ); connect( pushButton_JoinGame, SIGNAL( clicked() ), this, SLOT( joinGame() ) ); - connect( treeWidget_GameList, SIGNAL( currentItemChanged ( QTreeWidgetItem*, QTreeWidgetItem*) ), this, SLOT( gameSelected(QTreeWidgetItem*, QTreeWidgetItem*) ) ); + connect( pushButton_joinAnyGame, SIGNAL( clicked() ), this, SLOT( joinAnyGame() ) ); connect( pushButton_StartGame, SIGNAL( clicked() ), this, SLOT( startGame() ) ); connect( pushButton_Kick, SIGNAL( clicked() ), this, SLOT( kickPlayer() ) ); connect( pushButton_Leave, SIGNAL( clicked() ), this, SLOT( leaveGame() ) ); + connect( treeWidget_GameList, SIGNAL( currentItemChanged ( QTreeWidgetItem*, QTreeWidgetItem*) ), this, SLOT( gameSelected(QTreeWidgetItem*, QTreeWidgetItem*) ) ); connect( treeWidget_connectedPlayers, SIGNAL( currentItemChanged ( QTreeWidgetItem*, QTreeWidgetItem*) ), this, SLOT( playerSelected(QTreeWidgetItem*, QTreeWidgetItem*) ) ); connect( lineEdit_ChatInput, SIGNAL( returnPressed () ), this, SLOT( sendChatMessage() ) ); connect( lineEdit_ChatInput, SIGNAL( textChanged (QString) ), this, SLOT( checkChatInputLength(QString) ) ); @@ -172,6 +173,25 @@ void gameLobbyDialogImpl::joinGame() } } +void gameLobbyDialogImpl::joinAnyGame() { + + bool found = FALSE; + + QTreeWidgetItemIterator it(treeWidget_GameList); + while (*it) { + if ((*it)->data(2, Qt::DisplayRole) == tr("open") && (*it)->data(3, Qt::UserRole) == 0) + { + treeWidget_GameList->setCurrentItem((*it)); + found = TRUE; + break; + } + ++it; + } + + if(found) { joinGame(); } + +} + void gameLobbyDialogImpl::refresh(int actionID) { if (actionID == MSG_NET_GAME_CLIENT_START) @@ -306,6 +326,9 @@ void gameLobbyDialogImpl::refreshGameStats() { label_openGamesCounter->setText("| "+tr("running games: %1").arg(runningGamesCounter)); label_runningGamesCounter->setText("| "+tr("open games: %1").arg(openGamesCounter)); + //refresh joinAnyGameButton state + joinAnyGameButtonRefresh(); + } void gameLobbyDialogImpl::refreshPlayerStats() { @@ -398,6 +421,8 @@ void gameLobbyDialogImpl::clearDialog() pushButton_CreateGame->show(); pushButton_JoinGame->show(); pushButton_JoinGame->setEnabled(false); + pushButton_joinAnyGame->show(); + pushButton_joinAnyGame->setEnabled(false); treeWidget_GameList->setColumnWidth(0,195); treeWidget_GameList->setColumnWidth(1,70); @@ -549,6 +574,7 @@ void gameLobbyDialogImpl::joinedGameDialogUpdate() { treeWidget_connectedPlayers->clear(); pushButton_CreateGame->hide(); pushButton_JoinGame->hide(); + pushButton_joinAnyGame->hide(); pushButton_Leave->show(); } @@ -579,6 +605,8 @@ void gameLobbyDialogImpl::leftGameDialogUpdate() { pushButton_CreateGame->show(); pushButton_JoinGame->show(); pushButton_JoinGame->setEnabled(false); + pushButton_joinAnyGame->show(); + joinAnyGameButtonRefresh(); lineEdit_ChatInput->setFocus(); } @@ -718,3 +746,18 @@ void gameLobbyDialogImpl::showWaitStartGameMsgBox() { waitStartGameMsgBox->activateWindow(); } +void gameLobbyDialogImpl::joinAnyGameButtonRefresh() { + + int openNonPrivateGamesCounter = 0; + + QTreeWidgetItemIterator it(treeWidget_GameList); + while (*it) { + + if ((*it)->data(2, Qt::DisplayRole) == tr("open") && (*it)->data(3, Qt::UserRole) == 0) { openNonPrivateGamesCounter++; } + ++it; + } + + if(openNonPrivateGamesCounter) pushButton_joinAnyGame->setEnabled(TRUE); + else pushButton_joinAnyGame->setEnabled(FALSE); +} + diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h index 6dc0cb6e..8ac03bf7 100644 --- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h +++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.h @@ -51,6 +51,7 @@ public slots: void createGame(); void joinGame(); + void joinAnyGame(); void gameSelected(QTreeWidgetItem*, QTreeWidgetItem*); void updateGameItem(QTreeWidgetItem *item, unsigned gameId); @@ -102,6 +103,8 @@ public slots: void showWaitStartGameMsgBox(); + void joinAnyGameButtonRefresh(); + private: diff --git a/ts/pokerth_de.ts b/ts/pokerth_de.ts index 367f481c..5bd9e2e0 100644 --- a/ts/pokerth_de.ts +++ b/ts/pokerth_de.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Über - + Project Projekt @@ -132,17 +132,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOSX-Paket</p></body></html> - + License Lizenz - + Close Schließen - + Thanks to Dank an @@ -181,7 +181,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Übersetzung @@ -247,7 +247,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -264,7 +264,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -317,7 +317,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mirko Albrecht - deutsch<br />Felix Hammer - deutsch<br />Bernd Arnold - deutsch</p></body></html> @@ -403,18 +403,18 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS-Paket</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">Mirko Albrecht - deutsch<br />Felix Hammer - deutsch<br />Bernd Arnold - deutsch</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -432,7 +432,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -453,59 +453,43 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - Über PokerTH 0.6-beta + Über PokerTH 0.6-beta - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + aboutPokerthImpl - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -605,12 +589,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Eigene Blinds-Reihenfolge - + You cannot set more than 30 manual blinds. Sie können nicht mehr als 30 manuelle Blinds setzen. @@ -823,7 +807,7 @@ p, li { white-space: pre-wrap; } Spiellobby - + Game Spiel @@ -833,27 +817,27 @@ p, li { white-space: pre-wrap; } Spieler - + Private Privat - + Create Game Spiel erstellen - + Join Game Spiel beitreten - + Game Info Spieldaten - + Connected Players Verbundene Spieler @@ -873,12 +857,12 @@ p, li { white-space: pre-wrap; } Zeit für Spieleraktion (Sek.): - + Fill up with computer opponents Mit Computergegnern auffüllen - + Start Game Spiel starten @@ -888,7 +872,7 @@ p, li { white-space: pre-wrap; } Entfernen - + Lobby-Chat Lobby-Chat @@ -903,7 +887,7 @@ p, li { white-space: pre-wrap; } Small Blind: - + Leave Game Spiel verlassen @@ -913,47 +897,47 @@ p, li { white-space: pre-wrap; } Verfügbare Spieler - + Players Spieler - + Kick Player Spieler entfernen - + State Status - + Maximum number of players: Maximale Spieleranzahl: - + Start Cash: Startgeld: - + First small blind: Erster Small Blind: - + Blinds raise mode: Blindserhöhungs-Modus: - + Manual blinds list: Eigene Blinds-Liste: - + Timeout for player action (sec): Zeit für Spieleraktion (Sek.): @@ -963,10 +947,15 @@ p, li { white-space: pre-wrap; } Internetspiel-Lobby - + Blinds raise interval: Blindserhöhungs-Intervall: + + + Join any game + + gameLobbyDialogImpl @@ -976,57 +965,57 @@ p, li { white-space: pre-wrap; } Spiel - + Joining a private Game Einem Privatspiel beitreten - + You are about to join a private game. Please enter the password! Dies ist ein Privatspiel. Bitte Kennwort eingeben! - + Game Info Spieldaten - + Server Error Serverfehler - + You should not kick yourself from this game! Sie sollten sich nicht selbst des Spiels verweisen! - + running läuft - + open offen - + hands Runden - + minutes Minuten - + double blinds Blinds verdoppeln - + manual blinds order Eigene Blinds-Reihenfolge @@ -1036,27 +1025,27 @@ p, li { white-space: pre-wrap; } Spiel wird gestartet. Bitte warten... - + running games: %1 Laufende Spiele: %1 - + open games: %1 Offene Spiele: %1 - + players in chat: %1 Spieler im Chat: %1 - + connected players: %1 Verbundene Spieler: %1 - + %1's game %1's Spiel @@ -1236,57 +1225,57 @@ Möchten Sie es überschreiben ? mainWindow - + Speed: Tempo: Stop - Stop + Stop - + View Ansicht - + Game Spiel - + Ctrl+N Strg+N - + Quit Schließen - + About PokerTH ... Über PokerTH ... - + Settings ... Einstellungen ... - + Create Network Game ... Netzwerkspiel erstellen ... - + Join Network Game ... Netzwerkspiel beitreten ... - + Fullscreen Vollbild @@ -1301,72 +1290,72 @@ Möchten Sie es überschreiben ? Chat - + Log Log - + Start Local Game ... Lokales Spiel starten ... - + Network Game Netzwerkspiel - + Internet Game ... Internetspiel ... - + Ctrl+Q Strg+Q - + Show/Hide Chat Window Zeige/Verstecke Chat-Fenster - + Show/Hide Log Window Zeige/Verstecke Log-Fenster - + Show/Hide Hands Window Zeige/Verstecke Blätter-Fenster - + Ctrl+O Strg+O - + Ctrl+J Strg+J - + Ctrl+F Strg+F - + Ctrl+T Strg+T - + Ctrl+H Strg+H - + Ctrl+L Strg+L @@ -1376,7 +1365,7 @@ Möchten Sie es überschreiben ? PokerTH 0.6 - Die Open-Source Texas Holdem Engine - + Ctrl+I Strg+I @@ -1386,22 +1375,22 @@ Möchten Sie es überschreiben ? All In - + Away Abwesend - + Manual Action (default) Manuelle Eingabe (Standard) - + Auto-Check / Auto-Fold Auto-Check und Auto-Fold - + Auto-Check / Auto-Call-Any Auto-Check und Auto-Call-any @@ -1411,17 +1400,12 @@ Möchten Sie es überschreiben ? PokerTH 0.6-beta - Die Open-Source Texas Holdem Engine - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1429,7 +1413,7 @@ Möchten Sie es überschreiben ? mainWindowImpl - + Ctrl+N to start a new game Strg+N um ein neues Spiel zu starten @@ -1439,84 +1423,84 @@ Möchten Sie es überschreiben ? F1 - Fold/All-In | F2 - Check/Call | F3 - Bet/Raise - + Network Error Netzwerkfehler - + Server address was not set. Serveradresse wurde nicht angegeben. - + An invalid port was set (ports 0-1023 are not allowed). Ein ungültiger Port wurde angegeben (die Ports 0-1023 sind nicht erlaubt). - + Could not create a socket for TCP communication. Socket für TCP-Übertragung kann nicht erstellt werden. - + Could not set the IP address. IP-Adresse kann nicht gesetzt werden. - + Could not set the port for this type of address. Der Port für diesen Adresstyp kann nicht gesetzt werden. - + The server name could not be resolved. Der Servername kann nicht aufgelöst werden. - + Bind failed - please choose a different port. Verbindung fehlgeschlagen - bitte einen anderen Port wählen. - + Internal network error: "listen" failed. Interner Netzwerkfehler: "Lauschen" fehlgeschlagen. - + Server execution was terminated. Serverbetrieb wurde beendet. - + Could not connect to the server. Keine Verbindung zum Server. - + Internal network error: "select" failed. Interner Netzwerkfehler: "Auswahl" fehlgeschlagen. - + Internal network error: "send" failed. Interner Netzwerkfehler: "Senden" fehlgeschlagen. - + Internal network error: Duplicate TCP connection. Interner Netzwerkfehler: Doppelte TCP-Verbindung. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Ein ungültiges Netzwerkpaket wurde empfangen. Bitte stellen Sie sicher, dass alle Spieler die gleiche Version von PokerTH benutzen. - + Internal state error. Please make sure that all players use the same version of PokerTH. Interner Status Fehler. @@ -1530,56 +1514,56 @@ Please update PokerTH. Führen Sie bitte ein Update von PokerTH durch. - + Sorry, this server is already full. Schade, der Server ist bereits voll. - + Unable to join - the server has already started the game. Betreten nicht möglich - der Server hat das Spiel bereits gestartet. - + Invalid password when joining the game. Please reenter the password and try again. Ungültiges Paßwort beim Betreten des Spieltisches. Bitte geben Sie ihr Paßwort erneut ein und probieren Sie es nocheinmal. - + The password is too long. Please choose another one. Das Paßwort ist zu lang. Bitte wählen Sie ein Kürzeres. - + Your player name is already used by another player. Please choose a different name. Ihr Spielername wird bereits von einem anderen Spieler benutzt. Bitte wählen Sie einen anderen Namen. - + An internal error occured. Ein interner Fehler ist aufgetreten. - + Cmd+N to start a new game ⌘N zum Start eines neuen Spiels - + Start Start - + Stop Stop - + Connection timed out. Please check the server address. @@ -1589,22 +1573,22 @@ Bitte überprüfen Sie die Serveradresse. Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass serverseitig die Portweiterleitung aktiviert wurde. - + Connection was closed by the server. Der Server hat die Verbindung beendet. - + The server referred to an unknown player. Aborting. Der Server verweist den unbekannten Spieler des Tisches. Abbruch. - + You were kicked from the server. Sie wurden des Servers verwiesen. - + The client player count is invalid. Die Anzahl der Mitspieler ist ungültig. @@ -1614,32 +1598,32 @@ Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass Der Spielername ist entweder zu kurz, zu lang oder reserviert. Bitte wählen Sie einen anderen. - + The game name is either too short or too long. Please choose another one. Der Spielname ist entweder zu kurz oder zu lang. Bitte wählen Sie einen anderen. - + The game could not be found. Das Spiel konnte nicht gefunden werden. - + The chat text is invalid. Der Chattext ist ungültig. - + Network Notification Netzwerkbenachrichtigung - + You were kicked from the game. Sie wurden des Spiels verwiesen. - + Sorry, this game is already full. Sorry, dieses Spiel ist bereits voll. @@ -1649,7 +1633,7 @@ Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass F1 - Bet/Raise | F2 - Check/Call | F3 - Fold/All-In - + Chat Chat @@ -1669,54 +1653,54 @@ Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass Automatischer Modus aktiv: Immer schieben (Check) oder wegwerfen (Fold). - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Sie können die Internetspiel-Lobby nicht mit "Human Player" als Nicknamen beitreten. Bitte wählen Sie einen anderen Nicknamen. - + Internal error: The current player could not be found. Interner Fehler: Der aktuelle Spieler kann nicht gefunden werden. - + Internal error: The current player is not active. Interner Fehler: Der aktuelle Spieler ist nicht aktiv. - + Too many manual blinds were set. Please reconfigure the manual blinds. Es wurden zu viele manuelle Blinds gesetzt. Bitte die manuellen Blinds entsprechend ändern. - + An invalid avatar file was configured. Please choose a different avatar. Es wurde eine ungültige Avatardatei konfiguriert. Bitte einen anderen Avatar auswählen. - + The selected avatar file is too large. Please choose a different avatar. Die ausgewählte Avatardatei ist zu groß. Bitte einen anderen Avatar auswählen. The server requested a non-existing avatar. - Der Server forderte einen Avatar an, der nicht existiert. + Der Server forderte einen Avatar an, der nicht existiert. - + Could not start game: Synchronization failed. Das Spiel konnte nicht gestartet werden: die Synchronisierung ist fehlgeschlagen. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Wegwefen (Fold) | F2 - Schieben/Mitgehen (Check/Call) | F3 - Bieten/Erhöhen (Bet/Raise) | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - All-In | F2 - Bieten/Erhöhen (Bet/Raise) | F3 - Schieben/Mitgehen (Check/Call) | F4 - Wegwefen (Fold) @@ -1728,12 +1712,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> und laden Sie die aktuelle Version herunter. - + The player name is too short, too long or invalid. Please choose another one. Der Spielername ist zu kurz, zu lang oder ungültig. Bitte wählen Sie einen anderen Namen. - + The server is down for maintenance. Please try again later. Der Server wurde für Wartungsarbeiten heruntergefahren. Bitte versuchen Sie es später wieder. @@ -1752,30 +1736,56 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> und laden Sie die aktuelle Version herunter. - + Closing PokerTH during network game PokerTH während eines Netzwerkspiels beenden - + You are the hosting server. Do you want to close PokerTH anyway? Sie sind der Gastgeber dieses Spiels. Möchten Sie PokerTH trotzdem beenden? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Der PokerTH-Server unterstützt diese Programmversion nicht.Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Eine neue Version von PokerTH ist verfügbar.<br>Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Diese Beta-Version von PokerTH ist veraltet.<br>Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1848,6 +1858,24 @@ Bitte gehen Sie auf <a href="http://www.pokerth.net/" target=" Sie können nicht mehr als 30 manuelle Blinds setzen. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1981,17 +2009,17 @@ Bitte wähle ein gültiges Avatar-Bild! settingsDialog - + Interface Interface - + Flipside of Cards Kartenrückseite - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1999,7 +2027,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Hinweis: Die beste Bild-Qualität erhalten Sie mit folgenden Seitenverhältnissen: </span><span style=" font-weight:600; font-style:italic;">Breite = 100, Höhe = 140.</span></p></body></html> - + Default Voreinstellung @@ -2009,7 +2037,7 @@ p, li { white-space: pre-wrap; } Small Blind: - + Start Cash: Startgeld: @@ -2019,92 +2047,92 @@ p, li { white-space: pre-wrap; } Engine Version: - + Network Server Settings Einstellungen für Netzwerkspiel - + Server Port: Serverport: - + Use IPv6 IPv6 benutzen - + Server Password: Serverpasswort: - + Computer Engine Computer Engine - + Opponent 5: Gegner 5: - + Opponent 3: Gegner 3: - + Opponent 2: Gegner 2: - + Opponent 1: Gegner 1: - + Opponent 4: Gegner 4: - + Human Player: Menschlicher Spieler: - + Player Nicks Spielernamen - + Day(s) Tag(e) - + Log File Directory: Verzeichnis der Logdatei: - + Log Messages Log-Nachrichten - + Local Game Settings Einstellungen für lokales Spiel - + Network Game Settings Einstellungen für Netzwerkspiel - + Internet Game Settings Einstellungen für Internetspiel @@ -2114,7 +2142,7 @@ p, li { white-space: pre-wrap; } Zeige animierte Karten - + Own flipside picture: Eigenes Rückseiten-Bild: @@ -2149,27 +2177,27 @@ p, li { white-space: pre-wrap; } Zeige Statusbar-Nachrichten - + Show game settings dialog on every new game Zeige den Dialog Spieleinstellungen bei jedem neuen Spiel - + Number of players: Anzahl der Spieler: - + Game Speed: Spielgeschwindigkeit: - + Pause between hands (press "start" button to go on) Pause zwischen den Runden ("Start"-Knopf zum Weiterspielen) - + Game Speed for computer opponents: Spielgeschwindigkeit für Computergegner: @@ -2179,17 +2207,17 @@ p, li { white-space: pre-wrap; } Engine-Version für Computergegener: - + Enable/Disable Logging Loggen an/aus - + Store log files for Speichere Logdateien für - + Write log after every: Schreibe Logdateien nach jeder/jedem: @@ -2199,7 +2227,7 @@ p, li { white-space: pre-wrap; } Zeige Symbole für Small Blind und Big Blind Buttons - + Play sound effects Spiele Klangeffekte @@ -2209,22 +2237,22 @@ p, li { white-space: pre-wrap; } 0.4 (aktuell) - + Use SCTP SCTP benutzen - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Was ist das?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Was ist das?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2240,52 +2268,52 @@ p, li { white-space: pre-wrap; } Einstellungen - + Maximum number of players: Maximale Anzahl der Spieler: - + Sound Volume: Lautstärke: - + 10 10 - + Timeout for player action (sec): Zeit für Spieleraktion (Sek.): - + Opponent 6: Gegner 6: - + action (high frequent disc access) Aktion (häufiger Festplattenzugriff) - + hand (medium disc access) Runde (mittlerer Festplattenzugriff) - + game (low disc access) Spiel (geringer Festplattenzugriff) - + QLabel { font-weight: bold; } - + Sound Sound @@ -2306,17 +2334,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Hinweis: Standard-</span><span style=" font-weight:600; font-style:italic;">Spieleinstellungen</span><span style=" font-style:italic;"> - wie "</span>Maximale Anzahl Spieler", "<span style=" font-style:italic;">Startgeld" und "Small Blind" - werden von den </span><span style=" font-weight:600; font-style:italic;">Einstellungen für Netzwerkspiel</span> <span style=" font-style:italic;">übernommen.</span></p></body></html> - + Internet Server Settings (Dedicated Server) Internetserver-Einstellungen (dedizierter Server) - + Server Address: Serveradresse: - + Use password for private game: Benutze Passwort für Privatspiele: @@ -2326,17 +2354,17 @@ p, li { white-space: pre-wrap; } Lobby-Chat-Einstellungen (IRC-Server) - + chat.freenode.net chat.freenode.net - + Channel: Kanal: - + #pokerth #pokerth @@ -2346,47 +2374,47 @@ p, li { white-space: pre-wrap; } F-Tasten-Reihenfolge umkehren (F1 - F3) - + First small blind: Erster Small Blind: - + Raise blinds: Erhöhe Blinds: - + Every: Alle: - + hands Runden - + minutes Minuten - + Raise mode: Erhöhungs-Modus: - + Always double blinds Blinds immer verdoppeln - + Manual blinds order: Eigene Blinds-Reihenfolge: - + Edit ... Bearbeiten... @@ -2396,37 +2424,37 @@ p, li { white-space: pre-wrap; } Sprache: - + Sound Categories Klangkategorie - + Play game actions sounds like "check", "call", "raise" Spielaktionen wie Check, Call und Raise als Klang wiedergeben - + Play lobby chat notifications Lobbychat-Hinweismeldungen abspielen - + Play network/internet game notifications like "player joined the game" Netzwerk-/Internetspiel-Hinweismeldungen wie "Spieler trat Spiel bei" wiedergeben - + Enable/Disable Lobby Chat (IRC Server) Lobbychat (IRC-Server) aktivieren/deaktivieren - + Player Nicks/Avatars Spielernicknamen/-avatare - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2441,11 +2469,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) F-Tasten-Reihenfolge umkehren (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Einstellungsfehler @@ -2464,7 +2507,7 @@ Please select an valid directory! Bitte wählen Sie ein gültiges Verzeichnis! - + Select your flipside picture Wähle das Rückseitenbild @@ -2474,22 +2517,22 @@ Bitte wählen Sie ein gültiges Verzeichnis! Bilder (*.png) - + Open Directory Öffne Verzeichnis - + Images (*.png *.jpg *.gif) Bilder (*.png *.jpg *.gif) - + Blinds Error Blinds-Fehler - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2543,12 +2586,12 @@ Der erste Small-Blind wird auf den größten erlaubten Wert gesetzt.Turkçe (Türkisch) - + Language Changed Sprache geändert - + You have changed application language to %1. Please restart PokerTH to load new language! Sie haben die Sprache auf %1 geändert. @@ -2565,14 +2608,14 @@ Bitte starten Sie PokerTH neu um die neue Sprache zu laden! Slovak (Slowakisch) - + The entered flipside picture doesn't exist. Please enter an valid picture! Das Rückseitenbild existiert nicht. Bitte geben Sie ein gültiges Bild an! - + The log file directory doesn't exist. Please select an valid directory! Das Logdateien-Verzeichnis existiert nicht. @@ -2645,12 +2688,12 @@ Bitte wählen Sie ein gültiges Verzeichnis! startNetworkGameDialogImpl - + Server Error Serverfehler - + You should not kick yourself from this game! Sie sollten sich nicht selbst des Spieles verweisen ;)! diff --git a/ts/pokerth_eo.ts b/ts/pokerth_eo.ts index b2bc398d..c1e580af 100644 --- a/ts/pokerth_eo.ts +++ b/ts/pokerth_eo.ts @@ -79,37 +79,37 @@ aboutPokerth - + About - + Project - + Translation - + Thanks to - + License - + Close - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -120,74 +120,74 @@ - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -272,12 +272,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -460,52 +460,52 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat - + Game - + Private - + Game Info - + Connected Players - + Fill up with computer opponents - + Start Game - + Leave Game - + Create Game - + Join Game @@ -515,47 +515,47 @@ p, li { white-space: pre-wrap; } - + Players - + Kick Player - + State - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): @@ -565,65 +565,70 @@ p, li { white-space: pre-wrap; } - + Blinds raise interval: + + + Join any game + + gameLobbyDialogImpl - + Game Info - + Server Error - + You should not kick yourself from this game! - + Joining a private Game - + You are about to join a private game. Please enter the password! - + running - + open - + hands - + minutes - + double blinds - + manual blinds order @@ -633,27 +638,27 @@ p, li { white-space: pre-wrap; } - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + %1's game @@ -831,152 +836,147 @@ Would you like to overwrite ? - + Log - + Speed: - - Stop - - - - + View - + Game - + Start Local Game ... - + Ctrl+N - + Quit - + Ctrl+Q - + About PokerTH ... - + Settings ... - + Create Network Game ... - + Ctrl+O - + Join Network Game ... - + Ctrl+J - + Fullscreen - + Ctrl+F - + Show/Hide Chat Window - + Ctrl+T - + Show/Hide Hands Window - + Ctrl+H - + Show/Hide Log Window - + Ctrl+L - + Network Game - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -986,17 +986,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1004,82 +999,82 @@ Would you like to overwrite ? mainWindowImpl - + Stop - + Cmd+N to start a new game - + Ctrl+N to start a new game - + Start - + Network Error - + Server address was not set. - + An invalid port was set (ports 0-1023 are not allowed). - + Could not create a socket for TCP communication. - + Could not set the IP address. - + Could not set the port for this type of address. - + The server name could not be resolved. - + Bind failed - please choose a different port. - + Internal network error: "listen" failed. - + Server execution was terminated. - + Could not connect to the server. - + Connection timed out. Please check the server address. @@ -1087,116 +1082,116 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up - + Internal network error: "select" failed. - + Internal network error: "send" failed. - + Connection was closed by the server. - + Internal network error: Duplicate TCP connection. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. - + Sorry, this server is already full. - + Unable to join - the server has already started the game. - + Invalid password when joining the game. Please reenter the password and try again. - + The password is too long. Please choose another one. - + Your player name is already used by another player. Please choose a different name. - + The server referred to an unknown player. Aborting. - + You were kicked from the server. - + The client player count is invalid. - + An internal error occured. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Chat @@ -1216,91 +1211,112 @@ Please choose a different name. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + The player name is too short, too long or invalid. Please choose another one. - + The server is down for maintenance. Please try again later. - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1358,6 +1374,24 @@ Please choose another one. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1472,17 +1506,17 @@ Please enter an valid picture! - + Play sound effects - + Sound Volume: - + 10 @@ -1492,17 +1526,17 @@ Please enter an valid picture! - + Flipside of Cards - + Own flipside picture: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1510,7 +1544,7 @@ p, li { white-space: pre-wrap; } - + Default @@ -1535,7 +1569,7 @@ p, li { white-space: pre-wrap; } - + Interface @@ -1550,117 +1584,117 @@ p, li { white-space: pre-wrap; } - + Show game settings dialog on every new game - + Number of players: - + Game Speed: - + Start Cash: - + Pause between hands (press "start" button to go on) - + Server Password: - + Server Port: - + Use SCTP - + Use IPv6 - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> - + Game Speed for computer opponents: - + Maximum number of players: - + Timeout for player action (sec): - + Player Nicks - + Computer Engine - + Opponent 6: - + Opponent 5: - + Opponent 4: - + Opponent 3: - + Opponent 2: - + Opponent 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1668,62 +1702,62 @@ p, li { white-space: pre-wrap; } - + Human Player: - + Enable/Disable Logging - + Store log files for - + Day(s) - + Log File Directory: - + Write log after every: - + action (high frequent disc access) - + hand (medium disc access) - + game (low disc access) - + Log Messages - + Local Game Settings - + Network Game Settings @@ -1733,97 +1767,97 @@ p, li { white-space: pre-wrap; } - + QLabel { font-weight: bold; } - + Sound - + Network Server Settings - + Internet Game Settings - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + chat.freenode.net - + Channel: - + #pokerth - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... @@ -1833,37 +1867,37 @@ p, li { white-space: pre-wrap; } - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Enable/Disable Lobby Chat (IRC Server) - + Player Nicks/Avatars - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -1875,36 +1909,51 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error - + Select your flipside picture - + Open Directory - + Images (*.png *.jpg *.gif) - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -1951,12 +2000,12 @@ This first-small-blind-value will be set to maximum allowed value. - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! @@ -1972,13 +2021,13 @@ Please restart PokerTH to load new language! - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! @@ -2040,12 +2089,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error - + You should not kick yourself from this game! diff --git a/ts/pokerth_es.ts b/ts/pokerth_es.ts index 77162055..b166c2d9 100644 --- a/ts/pokerth_es.ts +++ b/ts/pokerth_es.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Acerca de - + Project Proyecto @@ -132,7 +132,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - empaquetado para MacOS</p></body></html> - + License Licencia @@ -830,12 +830,12 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Close Cerrar - + Thanks to Agradecimientos @@ -874,7 +874,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Traducción @@ -928,7 +928,7 @@ p, li { white-space: pre-wrap; } Acerca de PokerTH 0.6 - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -939,74 +939,74 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -1091,12 +1091,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -1294,37 +1294,37 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat - + Game Partida - + Private - + Game Info - + Connected Players Jugadores conectados - + Fill up with computer opponents - + Start Game Iniciar partida @@ -1354,17 +1354,17 @@ p, li { white-space: pre-wrap; } Tiempo de acción del jugador (seg): - + Leave Game - + Create Game Crear partida - + Join Game @@ -1374,47 +1374,47 @@ p, li { white-space: pre-wrap; } - + Players - + Kick Player - + State - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): @@ -1424,65 +1424,70 @@ p, li { white-space: pre-wrap; } - + Blinds raise interval: + + + Join any game + + gameLobbyDialogImpl - + Game Info - + Server Error Error en el servidor - + You should not kick yourself from this game! No puede expulsarse a sí mismo. - + Joining a private Game - + You are about to join a private game. Please enter the password! - + running - + open - + hands - + minutes - + double blinds - + manual blinds order @@ -1492,27 +1497,27 @@ p, li { white-space: pre-wrap; } - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + %1's game @@ -1702,57 +1707,57 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Velocidad: Stop - Detener + Detener - + View Ver - + Game Partida - + Ctrl+N Ctrl+N - + Quit Salir - + About PokerTH ... Acerca de PokerTH... - + Settings ... Preferencias... - + Create Network Game ... Crear partida en red... - + Join Network Game ... Unirse a partida en red... - + Fullscreen Pantalla completa @@ -1767,17 +1772,17 @@ Would you like to overwrite ? Charla - + Log Registro - + Start Local Game ... Iniciar partida local... - + Ctrl+Q Ctrl+Q @@ -1792,7 +1797,7 @@ Would you like to overwrite ? ⌘F - + Show/Hide Chat Window @@ -1807,7 +1812,7 @@ Would you like to overwrite ? ⌘H - + Show/Hide Log Window @@ -1817,37 +1822,37 @@ Would you like to overwrite ? ⌘L - + Show/Hide Hands Window - + Ctrl+O - + Ctrl+J - + Ctrl+F - + Ctrl+T - + Ctrl+H - + Ctrl+L @@ -1857,37 +1862,37 @@ Would you like to overwrite ? PokerTH 0.5 - El motor de Texas Holdem de código abierto {0.6 ?} - + Network Game - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -1897,17 +1902,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1915,7 +1915,7 @@ Would you like to overwrite ? mainWindowImpl - + Ctrl+N to start a new game Ctrl+N para iniciar una nueva partida @@ -1925,84 +1925,84 @@ Would you like to overwrite ? F1 - Dejarlo/Todo | F2 - Ver/Ir | F3 - Apostar/Subir - + Network Error Error en la red - + Server address was not set. La dirección del servidor no está establecida. - + An invalid port was set (ports 0-1023 are not allowed). Se ha establecido un puerto no válido (no se permiten los puerto 0-1023). - + Could not create a socket for TCP communication. No se puede crear un socket de comunicaciones TCP. - + Could not set the IP address. No se puede establecer la dirección IP. - + Could not set the port for this type of address. No se puede establecer el puerto para este tipo de dirección. - + The server name could not be resolved. No se puede resolver el nombre del servidor. - + Bind failed - please choose a different port. Fallo en la comunicación - seleccione otro puerto. - + Internal network error: "listen" failed. Error interno en la red: fallo en "listen". - + Server execution was terminated. Finalizada la ejecución del servidor. - + Could not connect to the server. No se puede conectar al servidor. - + Internal network error: "select" failed. Error interno en la red: fallo en "select". - + Internal network error: "send" failed. Error interno en la red: fallo en "send". - + Internal network error: Duplicate TCP connection. Error interno en la red: conexión TCP duplicada. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Se ha recibido un paquete de red no válido. Asegúrese de que todos los jugadores utilizan la misma versión de PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Error interno de estado. @@ -2016,29 +2016,29 @@ Please update PokerTH. Actualice PokerTH. - + Sorry, this server is already full. Este servidor está lleno. - + Unable to join - the server has already started the game. Imposible unirse - el servidor ya ha comenzado la partida. - + Invalid password when joining the game. Please reenter the password and try again. Contraseña incorrecta al unirse a la partida. Vuelva a introducir la contraseña e inténtelo de nuevo. - + The password is too long. Please choose another one. La contraseña es demasiado larga. Elija otra. - + Your player name is already used by another player. Please choose a different name. Su nombre de jugador ya está en uso por otra persona. @@ -2050,27 +2050,27 @@ Elija un nombre diferente. El nombre de jugador es demasiado corto o largo. Elija otro nombre. - + An internal error occured. Ha ocurrido un error interno. - + Cmd+N to start a new game ⌘N para iniciar una nueva partida - + Start Iniciar - + Stop Detener - + Connection timed out. Please check the server address. @@ -2081,57 +2081,57 @@ Por favor, compruebe la dirección del servidor. Si el servidor está detrás de un enrutador NAT, asegúrese de que el puerto de reenvío está configurado en el servidor. - + Connection was closed by the server. Conexión cerrada por el servidor. - + The server referred to an unknown player. Aborting. El servidor se ha referido a un jugador desconocido. Abortando. - + You were kicked from the server. Ha sido expulsado del servidor. - + The client player count is invalid. El número de jugadores no es válido. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Chat Charla @@ -2151,91 +2151,112 @@ Si el servidor está detrás de un enrutador NAT, asegúrese de que el puerto de - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + The player name is too short, too long or invalid. Please choose another one. - + The server is down for maintenance. Please try again later. - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -2293,6 +2314,24 @@ Please choose another one. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -2424,17 +2463,17 @@ Please enter an valid picture! settingsDialog - + Interface Entorno - + Flipside of Cards Respaldo de las cartas - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2445,7 +2484,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Nota: La mejor calidad se obtiene con unas proporciones de la imagen de </span><span style=" font-weight:600; font-style:italic;">ancho=100, alto=140.</span></p></body></html> - + Default Predeterminado @@ -2460,7 +2499,7 @@ p, li { white-space: pre-wrap; } Postura mínima: - + Start Cash: Dinero inicial: @@ -2475,17 +2514,17 @@ p, li { white-space: pre-wrap; } Opciones del servidor - + Server Port: Puerto del servidor: - + Use IPv6 Usar IPv6 - + Server Password: Contraseña del servidor: @@ -2495,72 +2534,72 @@ p, li { white-space: pre-wrap; } Opciones predeterminadas de la partida en red - + Computer Engine Motor del ordenador - + Opponent 5: Oponente 5: - + Opponent 3: Oponente 3: - + Opponent 2: Oponente 2: - + Opponent 6: Oponente 6: - + Opponent 1: Oponente 1: - + Opponent 4: Oponente 4: - + Human Player: Jugador humano: - + Player Nicks Apodos de los jugadores - + Day(s) Día(s) - + Log File Directory: Directorio del archivo de registro: - + Log Messages Mensajes de registro - + Local Game Settings Opciones de la partida local - + Network Game Settings Opciones de la partida en red @@ -2570,7 +2609,7 @@ p, li { white-space: pre-wrap; } Mostrar animación de las cartas - + Own flipside picture: Imagen del reverso propias: @@ -2600,7 +2639,7 @@ p, li { white-space: pre-wrap; } Mostrar mensaje de la barra de estado - + Show game settings dialog on every new game Mostrar diálogo de opciones de la partida siempre @@ -2610,22 +2649,22 @@ p, li { white-space: pre-wrap; } Manos antes de subir la postura mínima: - + Number of players: Número de jugadores: - + Game Speed: Velocidad del juego: - + Pause between hands (press "start" button to go on) Pausa entre manos (pulsar botón "Iniciar" para seguir) - + Game Speed for computer opponents: Velocidad de juego de los ordenadores oponentes: @@ -2635,17 +2674,17 @@ p, li { white-space: pre-wrap; } Versión del motor para los ordenadores oponentes: - + Enable/Disable Logging Conmutar registro - + Store log files for Guardar los archivos de registro durante - + Write log after every: Escribir el registro cada: @@ -2655,7 +2694,7 @@ p, li { white-space: pre-wrap; } Mostrar botones para las posturas mínimas - + Play sound effects Reproducir efectos de sonido @@ -2665,22 +2704,22 @@ p, li { white-space: pre-wrap; } 0.4 (actual) - + Use SCTP Utilizar SCTP - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">¿Qué es esto?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">¿Qué es esto?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2696,37 +2735,37 @@ p, li { white-space: pre-wrap; } Preferencias - + Maximum number of players: Número máximo de jugadores: - + Sound Volume: Volumen del sonido: - + 10 10 - + Timeout for player action (sec): Tiempo de acción del jugador (seg): - + action (high frequent disc access) acción (acceso a disco muy frecuente) - + hand (medium disc access) mano (acceso a disco medio) - + game (low disc access) partido (acceso a disco bajo) @@ -2736,97 +2775,97 @@ p, li { white-space: pre-wrap; } - + QLabel { font-weight: bold; } - + Sound - + Network Server Settings - + Internet Game Settings - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + chat.freenode.net - + Channel: - + #pokerth - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... @@ -2836,37 +2875,37 @@ p, li { white-space: pre-wrap; } - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Enable/Disable Lobby Chat (IRC Server) - + Player Nicks/Avatars - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2878,11 +2917,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Error en las opciones @@ -2901,7 +2955,7 @@ Please select an valid directory! Introduzca un directorio válido. - + Select your flipside picture Seleccione la imagen del respaldo @@ -2911,22 +2965,22 @@ Introduzca un directorio válido. Imágenes (*.png) - + Open Directory Abrir directorio - + Images (*.png *.jpg *.gif) - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2973,12 +3027,12 @@ This first-small-blind-value will be set to maximum allowed value. - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! @@ -2994,13 +3048,13 @@ Please restart PokerTH to load new language! - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! @@ -3067,12 +3121,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Error en el servidor - + You should not kick yourself from this game! No puede expulsarse a sí mismo. diff --git a/ts/pokerth_fr.ts b/ts/pokerth_fr.ts index c7b79337..b4341865 100644 --- a/ts/pokerth_fr.ts +++ b/ts/pokerth_fr.ts @@ -79,12 +79,12 @@ aboutPokerth - + About À propos de - + Project Projet @@ -132,7 +132,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Plate-forme MacOS</p></body></html> - + License Licence @@ -830,12 +830,12 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Close Fermer - + Thanks to Remerciements à @@ -874,7 +874,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Traduction @@ -928,7 +928,7 @@ p, li { white-space: pre-wrap; } À propos de PokerTH 0.6 - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -939,74 +939,74 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -1091,12 +1091,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -1294,37 +1294,37 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat Conversation instantannée - + Game Partie - + Private - + Game Info - + Connected Players Joueurs connectés - + Fill up with computer opponents - + Start Game Démarrer une partie @@ -1354,17 +1354,17 @@ p, li { white-space: pre-wrap; } Temps alloué pour l'action du joueur (en secondes): - + Leave Game - + Create Game Créer une partie - + Join Game @@ -1374,47 +1374,47 @@ p, li { white-space: pre-wrap; } - + Players - + Kick Player - + State - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): @@ -1424,65 +1424,70 @@ p, li { white-space: pre-wrap; } - + Blinds raise interval: + + + Join any game + + gameLobbyDialogImpl - + Game Info - + Server Error Erreur du server - + You should not kick yourself from this game! Vous ne pouvez pas vous expulser vous-même de la partie! - + Joining a private Game - + You are about to join a private game. Please enter the password! - + running - + open - + hands - + minutes - + double blinds - + manual blinds order @@ -1492,27 +1497,27 @@ p, li { white-space: pre-wrap; } - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + %1's game @@ -1703,57 +1708,57 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Vitesse: Stop - Arrêter + Arrêter - + View Visualiser - + Game Partie - + Ctrl+N Ctrl+N - + Quit Quitter - + About PokerTH ... À propos de PokerTH ... - + Settings ... Paramètres ... - + Create Network Game ... Créer une partie en réseau ... - + Join Network Game ... Se joindre à une partie en réseau ... - + Fullscreen Plein écran @@ -1768,17 +1773,17 @@ Would you like to overwrite ? Conversation - + Log Journal - + Start Local Game ... Démarrer une partie en solo ... - + Ctrl+Q Ctrl+Q @@ -1793,7 +1798,7 @@ Would you like to overwrite ? ⌘F - + Show/Hide Chat Window Montrer/Cacher la fenêtre de conversation @@ -1808,7 +1813,7 @@ Would you like to overwrite ? ⌘H - + Show/Hide Log Window Montrer/Cacher la fenêtre de journal @@ -1818,37 +1823,37 @@ Would you like to overwrite ? ⌘L - + Show/Hide Hands Window Montrer/Cacher la fenêtre de mains - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1858,37 +1863,37 @@ Would you like to overwrite ? PokerTH 0.5 - Le moteur 'Open-Source' Texas Holdem par excellence {0.6 ?} - + Network Game - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -1898,17 +1903,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1916,7 +1916,7 @@ Would you like to overwrite ? mainWindowImpl - + Ctrl+N to start a new game Ctrl+N pour démarrer une nouvelle partie @@ -1926,84 +1926,84 @@ Would you like to overwrite ? F1 - Passer/Tapis | F2 - Parole/Suivre | F3 - Miser/Relancer - + Network Error Erreur de réseau - + Server address was not set. L'adresse du serveur n'a pas été spécifiée. - + An invalid port was set (ports 0-1023 are not allowed). Un port invalide a été spécifié (les ports 0-1023 ne sont pas permis). - + Could not create a socket for TCP communication. Impossible d'ouvrir un interface de connexion TCP. - + Could not set the IP address. Impossible d'initialiser l'adresse IP. - + Could not set the port for this type of address. Impossible de définir le port pour ce type d'adresse. - + The server name could not be resolved. Impossible de résoudre le nom du serveur. - + Bind failed - please choose a different port. L'opération 'Bind' a échoué - veuillez sélectionner un autre port. - + Internal network error: "listen" failed. Erreur interne du réseau: l'opération "listen" a échoué. - + Server execution was terminated. L'exécution du serveur a été arrêté. - + Could not connect to the server. Connexion au serveur impossible. - + Internal network error: "select" failed. Erreur interne du réseau: l'opération "select" a échoué. - + Internal network error: "send" failed. Erreur interne du réseau: l'opération "send" a échoué. - + Internal network error: Duplicate TCP connection. Erreur interne du réseau: Connection TCP dupliquée. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Un paquet de données invalide a été reçu. Veuillez vous assurer que tous les joueurs utilisent la même version de PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Erreur d'état interne. @@ -2017,29 +2017,29 @@ Please update PokerTH. Veuillez mettre à jour votre version de PokerTH. - + Sorry, this server is already full. Désolé, ce serveur a présentement atteint sa limite de joueurs. - + Unable to join - the server has already started the game. Impossible de joindre - la partie a déjà commencé. - + Invalid password when joining the game. Please reenter the password and try again. Mot de passe invalide pour la partie sélectionnée. Veuillez entrer le mot de passe à nouveau et réessayez. - + The password is too long. Please choose another one. Ce mot de passe est trop long. Veuillez en choisir un autre. - + Your player name is already used by another player. Please choose a different name. Ce nom d'utilisateur est déjà utilisée par un autre joueur. @@ -2051,27 +2051,27 @@ Veuillez choisir un nom différent. Ce nom d'utilisateur est soit trop long ou trop court. Veuillez en choisir un autre. - + An internal error occured. Une erreur interne est survenue. - + Cmd+N to start a new game ⌘N pour démarrer une nouvelle partie - + Start Démarrer - + Stop Arrêter - + Connection timed out. Please check the server address. @@ -2082,57 +2082,57 @@ S.v.p. Vérifiez l'adresse du serveur. Si le serveur est derrière un pare-feu, vérifiez que le port a été ouvert et configuré sur le serveur. - + Connection was closed by the server. La connection a été intérrompue par le serveur. - + The server referred to an unknown player. Aborting. Le serveur a référé à un joueur inconnu. Arrêt de la procédure. - + You were kicked from the server. Vous avez été expulsé du serveur. - + The client player count is invalid. Le compte du nombre de joueur est invalide. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Chat Conversation @@ -2152,91 +2152,112 @@ Si le serveur est derrière un pare-feu, vérifiez que le port a été ouvert et - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + The player name is too short, too long or invalid. Please choose another one. - + The server is down for maintenance. Please try again later. - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -2294,6 +2315,24 @@ Please choose another one. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -2425,17 +2464,17 @@ Please enter an valid picture! settingsDialog - + Interface Interface - + Flipside of Cards Dos des cartes - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2446,7 +2485,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Note: Pour optimiser l'affiche des images, choisissez un ratio comme </span><span style=" font-weight:600; font-style:italic;">width=100, height=140.</span></p></body></html> - + Default Defaut @@ -2461,7 +2500,7 @@ p, li { white-space: pre-wrap; } Petite Blind initiale: - + Start Cash: Bourse initiale: @@ -2476,17 +2515,17 @@ p, li { white-space: pre-wrap; } Paramètres server - + Server Port: Port du serveur: - + Use IPv6 Utiliser IPv6 - + Server Password: Mot de passe serveur: @@ -2496,72 +2535,72 @@ p, li { white-space: pre-wrap; } Paramètres réseau par défaut - + Computer Engine Moteur IA - + Opponent 5: Adversaire 5: - + Opponent 3: Adversaire 3: - + Opponent 2: Adversaire 2: - + Opponent 6: Adversaire 6: - + Opponent 1: Adversaire 1: - + Opponent 4: Adversaire 4: - + Human Player: Joueur humain: - + Player Nicks Noms des joueurs - + Day(s) Jour(s) - + Log File Directory: Chemin des journaux: - + Log Messages Journal des messages - + Local Game Settings Paramètres locaux - + Network Game Settings Paramètres réseau @@ -2571,7 +2610,7 @@ p, li { white-space: pre-wrap; } Afficher l'animation lorsque les cartes sont retournées - + Own flipside picture: L'image au dos de mes cartes: @@ -2601,7 +2640,7 @@ p, li { white-space: pre-wrap; } Afficher les messages dans la barre de status - + Show game settings dialog on every new game Afficher les paramètres à chaque nouvelle partie @@ -2611,22 +2650,22 @@ p, li { white-space: pre-wrap; } Nb de mains avant l'augmentation de la petite blind: - + Number of players: Nombre de joueurs: - + Game Speed: Vitesse du jeu: - + Pause between hands (press "start" button to go on) Faire une pause entre les mains (Appuyez sur "Démarrer" pour continuer) - + Game Speed for computer opponents: Vitesse du jeu pour les adversaires IA: @@ -2636,17 +2675,17 @@ p, li { white-space: pre-wrap; } Version du moteur pour les adversaires IA: - + Enable/Disable Logging Activer/Désactiver la journalisation - + Store log files for Activer la journalisation pour - + Write log after every: Écrire les entrées de journal après chaque: @@ -2656,7 +2695,7 @@ p, li { white-space: pre-wrap; } Afficher les boutons pour la petite et la grande "blind" - + Play sound effects Utiliser les effets sonores @@ -2666,22 +2705,22 @@ p, li { white-space: pre-wrap; } 0.4 (courante) - + Use SCTP Utiliser SCTP - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Qu'est-ce que c'est?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Qu'est-ce que c'est?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2697,37 +2736,37 @@ p, li { white-space: pre-wrap; } Paramètres - + Maximum number of players: Nombre de joueurs maximal: - + Sound Volume: Volume des effets sonores: - + 10 10 - + Timeout for player action (sec): Temps alloué pour l'action du joueur (en secondes): - + action (high frequent disc access) évènement (élevé - accès disque fréquent) - + hand (medium disc access) main (moyenne - accès disque normal) - + game (low disc access) partie (bas - accès disque réduit) @@ -2737,97 +2776,97 @@ p, li { white-space: pre-wrap; } - + QLabel { font-weight: bold; } - + Sound - + Network Server Settings - + Internet Game Settings - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + chat.freenode.net - + Channel: - + #pokerth - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... @@ -2837,37 +2876,37 @@ p, li { white-space: pre-wrap; } - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Enable/Disable Lobby Chat (IRC Server) - + Player Nicks/Avatars - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2879,11 +2918,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Erreur de paramètres @@ -2902,7 +2956,7 @@ Please select an valid directory! Veuillez sélectionner un répertoire valide! - + Select your flipside picture Sélectionnez une image pour le dos des cartes @@ -2912,22 +2966,22 @@ Veuillez sélectionner un répertoire valide! Images (*.png) - + Open Directory Parcourir - + Images (*.png *.jpg *.gif) - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2974,12 +3028,12 @@ This first-small-blind-value will be set to maximum allowed value. - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! @@ -2995,13 +3049,13 @@ Please restart PokerTH to load new language! - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! @@ -3073,12 +3127,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Erreur du server - + You should not kick yourself from this game! Vous ne pouvez pas vous expulser vous-même de la partie! diff --git a/ts/pokerth_hu.ts b/ts/pokerth_hu.ts index 5163d606..eaee54d3 100644 --- a/ts/pokerth_hu.ts +++ b/ts/pokerth_hu.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Infó - + Project Projekt @@ -132,17 +132,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOSX csomag></body></html> - + License Licensz - + Close Bezár - + Thanks to Köszönet @@ -181,7 +181,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Fordítás @@ -218,7 +218,7 @@ p, li { white-space: pre-wrap; } A PokerTH 0.6-ről - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -229,74 +229,74 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -381,12 +381,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -584,37 +584,37 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat - + Game Játék - + Private - + Game Info - + Connected Players Csatlakozott játékosok - + Fill up with computer opponents - + Start Game Játék indítása @@ -634,17 +634,17 @@ p, li { white-space: pre-wrap; } Kisvak: - + Leave Game - + Create Game Játék létrehozása - + Join Game @@ -654,47 +654,47 @@ p, li { white-space: pre-wrap; } - + Players - + Kick Player - + State - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): @@ -704,65 +704,70 @@ p, li { white-space: pre-wrap; } - + Blinds raise interval: + + + Join any game + + gameLobbyDialogImpl - + Game Info - + Server Error Szerver hiba - + You should not kick yourself from this game! Nem tudod saját magadat kirúgni a játékból! - + Joining a private Game - + You are about to join a private game. Please enter the password! - + running - + open - + hands - + minutes - + double blinds - + manual blinds order @@ -772,27 +777,27 @@ p, li { white-space: pre-wrap; } - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + %1's game @@ -981,57 +986,57 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Sebesség: Stop - Állj + Állj - + View Nézet - + Game Játék - + Ctrl+N Ctrl+N - + Quit Kilépés - + About PokerTH ... A PokerTH -ról ... - + Settings ... Beállítások ... - + Create Network Game ... Hálózati játék létrehozása ... - + Join Network Game ... Belépés hálózati játékba ... - + Fullscreen Teljes képernyő @@ -1046,17 +1051,17 @@ Would you like to overwrite ? Társalgó - + Log Napló - + Start Local Game ... Helyi játék indítása ... - + Ctrl+Q Ctrl+Q @@ -1071,7 +1076,7 @@ Would you like to overwrite ? ⌘F - + Show/Hide Chat Window Társalgó mutatása/elrejtése @@ -1086,7 +1091,7 @@ Would you like to overwrite ? ⌘H - + Show/Hide Log Window Napló mutatása/elrejtése @@ -1096,37 +1101,37 @@ Would you like to overwrite ? ⌘L - + Show/Hide Hands Window Sorrend mutatása/elrejtése - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1136,37 +1141,37 @@ Would you like to overwrite ? PokerTH 0.5 - A nyílt forráskódú Texas Holdem játék {0.6 ?} - + Network Game - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -1176,17 +1181,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1194,7 +1194,7 @@ Would you like to overwrite ? mainWindowImpl - + Ctrl+N to start a new game Ctrl+N - új játékot indít @@ -1204,84 +1204,84 @@ Would you like to overwrite ? F1 - Eldob/All-In | F2 - Mehet/Tart | F3 - Emel/Ráemel - + Network Error Hálózati hiba - + Server address was not set. Szerver cím nincs beállítva. - + An invalid port was set (ports 0-1023 are not allowed). Hibás port van beállítva (A portok 0-1023-ig nem engedélyezettek). - + Could not create a socket for TCP communication. Nem lehet létrehozni socket-et a TCP kommunikációhoz. - + Could not set the IP address. Nem lehet beállítani az IP címet. - + Could not set the port for this type of address. Nem lehet beállítani a port-ot ehhez a cím típushoz. - + The server name could not be resolved. A szerver név feloldása nem lehetséges. - + Bind failed - please choose a different port. Kötés sikertelen - kérlek válassz másik port-ot. - + Internal network error: "listen" failed. Belső hálózati hiba: "Listázás" sikertelen. - + Server execution was terminated. Szerver futtatása befejezve. - + Could not connect to the server. Nem lehet kapcsolódni a szerverhez. - + Internal network error: "select" failed. Belső hálózati hiba: "kiválasztás" sikertelen. - + Internal network error: "send" failed. Belső hálózati hiba: "küldés" sikertelen. - + Internal network error: Duplicate TCP connection. Belső hálózati hiba: Duplikált TCP kapcsolódás. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Érvénytelen hálózati csomag került fogadásra. Kérlek bizonyosodj meg róla, hogy az összes játékos ugyanazt a verziót használja. - + Internal state error. Please make sure that all players use the same version of PokerTH. Belső hiba. @@ -1295,29 +1295,29 @@ Please update PokerTH. Kérlek frissítsd a PokerTH-t. - + Sorry, this server is already full. Elnézést, a szerver jelenleg tele van. - + Unable to join - the server has already started the game. Csatlakozás sikertelen - a szerver már elindította a játékot. - + Invalid password when joining the game. Please reenter the password and try again. Hibás jelszó a játékhoz való csatlakozáskor. Kérlek írd be a jelszót mégegyszer és próbáld újra. - + The password is too long. Please choose another one. A jelszó túl hosszú. Kérlek válassz egy rövidebbet. - + Your player name is already used by another player. Please choose a different name. A játékos nevedetl már valaki használja. @@ -1329,27 +1329,27 @@ Kérlek válassz egy másik nevet. A játékos név túl hosszú vagy túl rövid. Kérlek válassz másik nevet. - + An internal error occured. Belső hiba lépett fel. - + Cmd+N to start a new game Cmd+N - új játék indítása - + Start Indítás - + Stop Állj - + Connection timed out. Please check the server address. @@ -1359,57 +1359,57 @@ Kérlek ellenőrizd a szerver címét. Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port továbbítás engedélyezett. - + Connection was closed by the server. A szerver megszakította a kapcsolatot. - + The server referred to an unknown player. Aborting. A szerver egy ismeretlen játékost azonosított. Megszakítás. - + You were kicked from the server. A szerver kidobott a játékból. - + The client player count is invalid. A kliens játékos száma érvénytelen. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Chat Társalgó @@ -1429,91 +1429,112 @@ Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port to - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + The player name is too short, too long or invalid. Please choose another one. - + The server is down for maintenance. Please try again later. - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1571,6 +1592,24 @@ Please choose another one. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1702,17 +1741,17 @@ Please enter an valid picture! settingsDialog - + Interface Általános beállítások - + Flipside of Cards A kártyák hátoldala - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1720,7 +1759,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Fontos: A jobb minőség érdekében ajánlott kép paraméterek: </span><span style=" font-weight:600; font-style:italic;">Szélesség = 100 kpt, magasság = 140 kpt.</span></p></body></html> - + Default Alapértelmezett @@ -1735,7 +1774,7 @@ p, li { white-space: pre-wrap; } Kisvak: - + Start Cash: Induló pénz: @@ -1750,17 +1789,17 @@ p, li { white-space: pre-wrap; } Szerver beállítások - + Server Port: Szerver Port: - + Use IPv6 IPv6 használata - + Server Password: Szerver jelszó: @@ -1770,67 +1809,67 @@ p, li { white-space: pre-wrap; } Hálózati játék alapértelmezett beállításai - + Computer Engine Gépi ellenfelek - + Opponent 5: Ellenfél 5: - + Opponent 3: Ellenfél 3: - + Opponent 2: Ellenfél 2: - + Opponent 1: Ellenfél 1: - + Opponent 4: Ellenfél 4: - + Human Player: Emberi játékos: - + Player Nicks Játékos beállítások - + Day(s) napig - + Log File Directory: Napló fájl : - + Log Messages Naplózott üzenetek - + Local Game Settings Helyi játék beállításai - + Network Game Settings Hálózati játék beállításai @@ -1840,7 +1879,7 @@ p, li { white-space: pre-wrap; } Kártya animáció mutatása - + Own flipside picture: Saját kártya hátoldal: @@ -1870,7 +1909,7 @@ p, li { white-space: pre-wrap; } Információs sáv üzeneteinek megjelenítése - + Show game settings dialog on every new game Játékbeállítások mutatása minden új játék indításánál @@ -1880,22 +1919,22 @@ p, li { white-space: pre-wrap; } Kisvak emelése előtti körök: - + Number of players: Játékosok száma: - + Game Speed: Játék sebessége: - + Pause between hands (press "start" button to go on) Szünet a körök között ("Indítás" gomb lenyomására megy tovább) - + Game Speed for computer opponents: Gépi ellenfelek sebessége: @@ -1905,17 +1944,17 @@ p, li { white-space: pre-wrap; } Program verzió (gépi ellenfeleké): - + Enable/Disable Logging Naplózás engedése/tiltása - + Store log files for Naplófájl tárolása - + Write log after every: Naplózás minden esemény után: @@ -1925,7 +1964,7 @@ p, li { white-space: pre-wrap; } Kisvak és Nagyvak gomb mutatása - + Play sound effects Hangok lejátszása @@ -1935,22 +1974,22 @@ p, li { white-space: pre-wrap; } 0.4 (aktuális) - + Use SCTP SCTP használata - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Mi ez?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Mi ez?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1967,42 +2006,42 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body>< Beállítások - + Maximum number of players: Játékosok maximális száma: - + Sound Volume: Hangerő: - + 10 - + Timeout for player action (sec): Játékos rendelkezésére álló idő (mp.): - + Opponent 6: Ellenfél 6: - + action (high frequent disc access) Akció (magas lemezhasználat) - + hand (medium disc access) Kör (közepes lemezhasználat) - + game (low disc access) Játék (alacsony lemezhasználat) @@ -2012,97 +2051,97 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body>< - + QLabel { font-weight: bold; } - + Sound - + Network Server Settings - + Internet Game Settings - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + chat.freenode.net - + Channel: - + #pokerth - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... @@ -2112,37 +2151,37 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body>< - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Enable/Disable Lobby Chat (IRC Server) - + Player Nicks/Avatars - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2154,11 +2193,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Beállítási hiba @@ -2177,7 +2231,7 @@ Please select an valid directory! Kérlek válassz egy valós mappát! - + Select your flipside picture Válaszd ki a kártya hátaoldalának képét @@ -2187,22 +2241,22 @@ Kérlek válassz egy valós mappát! Képek (*.png) - + Open Directory Mappa megnyitása - + Images (*.png *.jpg *.gif) - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2249,12 +2303,12 @@ This first-small-blind-value will be set to maximum allowed value. - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! @@ -2270,13 +2324,13 @@ Please restart PokerTH to load new language! - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! @@ -2343,12 +2397,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Szerver hiba - + You should not kick yourself from this game! Nem tudod saját magadat kirúgni a játékból! diff --git a/ts/pokerth_it.ts b/ts/pokerth_it.ts index eaeff67b..ee4fc284 100644 --- a/ts/pokerth_it.ts +++ b/ts/pokerth_it.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Informazioni - + Project Progetto @@ -113,7 +113,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">?p, li { white-space: pre-wrap; }?</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Pagina progetto: </span></p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p>?<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p>?<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autori: </span></p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idea iniziale, architettura iniziale, interfaccia grafica, versione Linux, webmaster@pokerth.net</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idea iniziale, architettura iniziale, progettazione motore</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - programmazione di rete, versione Windows</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - grafica, programmazione web</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p>?<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - versione MacOS</p></body></html> - + License Licenza @@ -811,12 +811,12 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Close Chiudi - + Thanks to Ringraziamenti a @@ -855,7 +855,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Traduzione @@ -907,7 +907,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -924,7 +924,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -977,7 +977,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Emiliano Volta - Italiano - emiliano.volta@gmail.com</p></body></html> @@ -1022,7 +1022,7 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - Informazioni su PokerTH 0.6-beta + Informazioni su PokerTH 0.6-beta @@ -1030,7 +1030,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> @@ -1057,7 +1057,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Pagina progetto: </span></p> @@ -1096,7 +1096,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -1114,6 +1114,72 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - per i suoni registrati in proprio</p></body></html> + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 + + changeCompleteBlindsDialog @@ -1211,12 +1277,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Ordine Manuale Blind - + You cannot set more than 30 manual blinds. Non puoi impostare più di 30 blind manuali. @@ -1419,37 +1485,37 @@ p, li { white-space: pre-wrap; } Ingresso Partita - + Lobby-Chat Chat pre-partita - + Game Partita - + Private Privato - + Game Info Informazioni Partita - + Connected Players Giocatori connessi - + Fill up with computer opponents Riempi con avversari AI - + Start Game Inizia partita @@ -1484,17 +1550,17 @@ p, li { white-space: pre-wrap; } Tempo limite per l'azione del giocatore (in secondi): - + Leave Game Abbandona Partita - + Create Game Crea una partita - + Join Game Unisciti ad una Partita @@ -1504,47 +1570,47 @@ p, li { white-space: pre-wrap; } Giocatori Disponibili - + Players Giocatori - + Kick Player Espelli Giocatore - + State Stato - + Maximum number of players: Numero massimo di giocatori: - + Start Cash: Contante iniziale: - + First small blind: Primo small Blind: - + Blinds raise mode: Modalità aumento blind: - + Manual blinds list: Lista blind manuali: - + Timeout for player action (sec): Tempo limite per l'azione dei giocatori (sec): @@ -1554,10 +1620,15 @@ p, li { white-space: pre-wrap; } Chat Partita Internet - + Blinds raise interval: Intervallo per l'aumento dei blind: + + + Join any game + + gameLobbyDialogImpl @@ -1567,57 +1638,57 @@ p, li { white-space: pre-wrap; } partita - + Game Info Informazioni Partita - + Server Error Errore server - + You should not kick yourself from this game! Non potete auto espellervi da questa partita! - + Joining a private Game Unione a partita privata in corso - + You are about to join a private game. Please enter the password! Stai per unitri ad una partita privata. Inserisci la password! - + running in esecuzione - + open apri - + hands mani - + minutes minuti - + double blinds raddoppia blind - + manual blinds order ordine manuale blind @@ -1627,27 +1698,27 @@ p, li { white-space: pre-wrap; } Avvio partita. Attendere prego... - + running games: %1 partite in corso: %1 - + open games: %1 partite aperte: %1 - + players in chat: %1 giocatori in chat: %1 - + connected players: %1 giocatori connessi: %1 - + %1's game Partita di %1 @@ -1839,57 +1910,57 @@ Si desidera sovrascriverlo? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Velocità: Stop - Ferma + Ferma - + View Visualizza - + Game Partita - + Ctrl+N Ctrl+N - + Quit Esci - + About PokerTH ... Informazioni su PokerTH ... - + Settings ... Impostazioni ... - + Create Network Game ... Crea una partita in rete ... - + Join Network Game ... Unirsi a una partita in rete ... - + Fullscreen Tutto schermo @@ -1904,17 +1975,17 @@ Si desidera sovrascriverlo? Chat - + Log Registro - + Start Local Game ... Iniziare una partita in locale ... - + Ctrl+Q Ctrl+Q @@ -1929,7 +2000,7 @@ Si desidera sovrascriverlo? ⌘F - + Show/Hide Chat Window Mostra/nascondi finestra chat @@ -1944,7 +2015,7 @@ Si desidera sovrascriverlo? ⌘H - + Show/Hide Log Window Mostra/nascondi finestra registro @@ -1954,37 +2025,37 @@ Si desidera sovrascriverlo? ⌘L - + Show/Hide Hands Window Mostra/nascondi finestra mani - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1994,17 +2065,17 @@ Si desidera sovrascriverlo? PokerTH 0.6 - Il Motore Texas Holdem 'Open-Source' - + Network Game Partita in Rete - + Internet Game ... Partita in Internet ... - + Ctrl+I Ctrl+I @@ -2014,22 +2085,22 @@ Si desidera sovrascriverlo? All In - + Away Away - + Manual Action (default) Azione Manuale (predefinito) - + Auto-Check / Auto-Fold Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any Auto-Check / Auto-Call (sempre) @@ -2041,15 +2112,15 @@ Si desidera sovrascriverlo? Back to lobby - Torna alla lobby + Torna alla lobby - + Show/Hide Away Window Mostra/Nascondi Finestra Away - + Ctrl+A Ctrl+A @@ -2057,7 +2128,7 @@ Si desidera sovrascriverlo? mainWindowImpl - + Ctrl+N to start a new game Ctrl+N per iniziare una nuova partita @@ -2067,84 +2138,84 @@ Si desidera sovrascriverlo? F1 - Passo/All-In | F2 - Parola/Vedo | F3 - Punto/Rilancio - + Network Error Errore di rete - + Server address was not set. Indirizzo del server mancante. - + An invalid port was set (ports 0-1023 are not allowed). E' stata specificata una porta non valida (le porte 0-1023 non sono permesse). - + Could not create a socket for TCP communication. Impossibile creare un socket di comunicazione TCP. - + Could not set the IP address. Impossibile impostare l'indirizzo IP. - + Could not set the port for this type of address. Impossibile impostare la porta per questo tipo di indirizzo. - + The server name could not be resolved. Impossibile risolvere il nome del server. - + Bind failed - please choose a different port. Bind fallito - selezionare una porta diversa. - + Internal network error: "listen" failed. Errore di rete interno: "listen" fallito. - + Server execution was terminated. L'esecuzione del server è stata interrotta. - + Could not connect to the server. Impossibile connettersi al server. - + Internal network error: "select" failed. Errore di rete interno: "select" fallita. - + Internal network error: "send" failed. Errore di rete interno: "send" fallito. - + Internal network error: Duplicate TCP connection. Errore di rete interno: connessione TCP duplicata. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. E' stato ricevuto un pacchetto non valido. Assicurarsi che tutti i giocatori abbiano la stessa versione di PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Errore di stato interno. @@ -2158,29 +2229,29 @@ Please update PokerTH. Si prega di aggiornare PokerTH. - + Sorry, this server is already full. Spiacente, il server è già al completo. - + Unable to join - the server has already started the game. Impossibile partecipare - la partita è già iniziata. - + Invalid password when joining the game. Please reenter the password and try again. Password sbagliata per la partita selezionata. Reinserire la password e riprovare. - + The password is too long. Please choose another one. Questa password è troppo lunga. Sceglierne una diversa. - + Your player name is already used by another player. Please choose a different name. Il tuo nome è già in uso da un altro giocatore. @@ -2192,27 +2263,27 @@ Scegliere un nome diverso. Il nome del giocatore è troppo lungo o troppo corto. Sceglierne uno diverso. - + An internal error occured. Errore interno. - + Cmd+N to start a new game Ctrl+N per iniziare una nuova partita - + Start Inizio - + Stop Ferma - + Connection timed out. Please check the server address. @@ -2223,22 +2294,22 @@ Controllare l'indirizzo del server. Se il server è alle spalle di un router NAT, assicurarsi che sia stato abilitato il port forwarding. - + Connection was closed by the server. Connessione interrotta dal server. - + The server referred to an unknown player. Aborting. Il server ha contattato un giocatore sconosciuto. Operazione annullata. - + You were kicked from the server. Sei stato espulso dal server. - + The client player count is invalid. Il numero dei giocatori non è valido. @@ -2248,32 +2319,32 @@ Se il server è alle spalle di un router NAT, assicurarsi che sia stato abilitat Il nome del giocatore è troppo corto, troppo lungo o è riservato. Si prega di sceglierne un altro. - + The game name is either too short or too long. Please choose another one. Il nome della partita è troppo corto o troppo lungo. Si prega di sceglierne un altro. - + The game could not be found. Impossibile trovare la partita. - + The chat text is invalid. Il testo nella chat non è valido. - + Network Notification Notifica in Rete - + You were kicked from the game. Sei stati espulso dalla partita. - + Sorry, this game is already full. Spiacente, la partita è già al completo. @@ -2283,7 +2354,7 @@ Se il server è alle spalle di un router NAT, assicurarsi che sia stato abilitat F1 - Punto/Rilancio | F2 - Parola/Vedo | F3 - Passo/All-In - + Chat Chat @@ -2303,54 +2374,54 @@ Se il server è alle spalle di un router NAT, assicurarsi che sia stato abilitat Impostata modalità automatica: Check o Fold. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Impossibile accedere alla chat di una partita in rete col nickname "Giocatore Umano". Si prega di sceglierne un altro. - + Internal error: The current player could not be found. Errore interno: Impossibile trovare il giocatore corrente. - + Internal error: The current player is not active. Errore interno: Il giocatore corrente non è attivo. - + Too many manual blinds were set. Please reconfigure the manual blinds. Sono stati impostati troppi blind manuali. Si prega di riconfigurarli. - + An invalid avatar file was configured. Please choose a different avatar. E' stato impostato un file di avatar non valido. Si prega di scegliere un avatar diverso. - + The selected avatar file is too large. Please choose a different avatar. Il file di avatar selezionato è troppo grande. Si prega di scegliere un avatar diverso. The server requested a non-existing avatar. - Il server ha richiesto un avatar inesistente. + Il server ha richiesto un avatar inesistente. - + Could not start game: Synchronization failed. Impossibile avviare la partita: sincronizzazione fallita. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold @@ -2361,12 +2432,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Il server di PokerTH non supporta questa versione del gioco.Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e scaricare l'ultima release. - + The player name is too short, too long or invalid. Please choose another one. Il nome del giocatore è troppo corto, troppo lungo o non valido. Si prega di sceglierne un altro. - + The server is down for maintenance. Please try again later. Il server è down per manutenzione. Si prega di riprovare più tardi. @@ -2385,30 +2456,56 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e scaricare l'ultima versione. - + Closing PokerTH during network game Si sta chiudendo PokerTH durante una partita in rete - + You are the hosting server. Do you want to close PokerTH anyway? Stai facendo da server. Vuoi comunque chiudere PokerTH? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Il server di PokerTH non supporta questa versione del gioco. <br>Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scaricare l'ultima versione. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. E' disponibile una nuova release di PokerTH.<br>Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scaricare l'ultima versione. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Questa versione beta di PokerTH è obsoleta.<br>Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scaricare l'ultima versione. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -2481,6 +2578,24 @@ Visitare l'URL <a href="http://www.pokerth.net/" target=" Non puoi impostare più di 30 blind manuali. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -2614,17 +2729,17 @@ Inserite un'immagine valida! settingsDialog - + Interface Interfaccia - + Flipside of Cards Dorso delle carte - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2635,7 +2750,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">N.B.: Per una migliore qualità utilizzare un rapporto di dimensione come </span><span style=" font-weight:600; font-style:italic;">larghezza=100, altezza=140.</span></p></body></html> - + Default Defaut @@ -2650,7 +2765,7 @@ p, li { white-space: pre-wrap; } Small Blind: - + Start Cash: Contante iniziale: @@ -2665,17 +2780,17 @@ p, li { white-space: pre-wrap; } Impostazioni server - + Server Port: Porta del server: - + Use IPv6 Utilizzare IPv6 - + Server Password: Password del server: @@ -2685,72 +2800,72 @@ p, li { white-space: pre-wrap; } Impostazioni rete predefinite - + Computer Engine Intelligenza artificiale - + Opponent 5: Giocatore 5: - + Opponent 3: Giocatore 3: - + Opponent 2: Giocatore 2: - + Opponent 6: Giocatore 6: - + Opponent 1: Giocatore 1: - + Opponent 4: Giocatore 4: - + Human Player: Giocatore umano: - + Player Nicks Nomi dei giocatori - + Day(s) Giorno(i) - + Log File Directory: Percorso file di log: - + Log Messages Registro messaggi - + Local Game Settings Impostazioni locali - + Network Game Settings Impostazioni rete @@ -2760,7 +2875,7 @@ p, li { white-space: pre-wrap; } Visualizza l'animazione delle carte - + Own flipside picture: Immagine del dorso delle carte: @@ -2790,7 +2905,7 @@ p, li { white-space: pre-wrap; } Visualizzare i messaggi nella barra di stato - + Show game settings dialog on every new game Visualizzare la finestra delle impostazioni di gioco all'inizio di ogni nuova partita @@ -2801,22 +2916,22 @@ all'inizio di ogni nuova partita Numero di mani prima di aumentare lo Small Blind: - + Number of players: Numero dei giocatori: - + Game Speed: Velocità: - + Pause between hands (press "start" button to go on) Pausa tra una mano e l'altra (premere start per proseguire) - + Game Speed for computer opponents: Velocità di gioco per gli avversari AI: @@ -2826,17 +2941,17 @@ all'inizio di ogni nuova partita Versione del motore per gli avversari AI: - + Enable/Disable Logging Attivare/disattivare il registro eventi - + Store log files for Memorizza file di log per - + Write log after every: Scrivi sul file di log ogni: @@ -2846,7 +2961,7 @@ all'inizio di ogni nuova partita Visualizzare i bottoni per Small e Big Blind - + Play sound effects Abilita gli effetti sonori @@ -2856,22 +2971,22 @@ all'inizio di ogni nuova partita 0.4 (corrente) - + Use SCTP Utilizzare SCTP - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://it.wikipedia.org/wiki/Ipv6">Che cos'è?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://it.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Che cos'è?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2887,37 +3002,37 @@ p, li { white-space: pre-wrap; } Impostazioni - + Maximum number of players: Numero massimo di giocatori: - + Sound Volume: Volume effetti sonori: - + 10 10 - + Timeout for player action (sec): Tempo limite per l'azione del giocatore (in secondi): - + action (high frequent disc access) azione (elevato - accesso frequente al disco) - + hand (medium disc access) mano (media - accesso normale al disco) - + game (low disc access) partita (basso - accesso ridotto al disco) @@ -2927,22 +3042,22 @@ p, li { white-space: pre-wrap; } Mostrare le proprie carte al click del mouse - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Sonoro - + Network Server Settings Impostazioni Server di Rete - + Internet Game Settings Impostazioni Partita su Internet @@ -2955,17 +3070,17 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">N.B.: Le Impostazioni Predefinite di </span><span style=" font-weight:600; font-style:italic;">Gioco</span><span style=" font-style:italic;"> come "</span>Numero Massimo di Giocatori", "<span style=" font-style:italic;">Contante Iniziale" e "Small Blind" saranno utilizzate </span><span style=" font-weight:600; font-style:italic;">nelle impostazioni del gioco in rete.</span></p></body></html> - + Internet Server Settings (Dedicated Server) Impostazioni Server Internet (Server Dedicato) - + Server Address: Indirizzo Server: - + Use password for private game: Utilizzare password per partita privata: @@ -2975,17 +3090,17 @@ p, li { white-space: pre-wrap; } Impostazioni Chat (Server IRC) - + chat.freenode.net chat.freenode.net - + Channel: Canale: - + #pokerth #pokerth @@ -2995,47 +3110,47 @@ p, li { white-space: pre-wrap; } Inverti l'ordine dei tasti funzione (F1 - F3) - + First small blind: Primo small Blind: - + Raise blinds: Aumenta blind: - + Every: Ogni: - + hands mani - + minutes minuti - + Raise mode: Modalità aumento: - + Always double blinds Raddoppia sempre i blind - + Manual blinds order: Ordine manuale blind: - + Edit ... Modifica ... @@ -3045,37 +3160,37 @@ p, li { white-space: pre-wrap; } Lingua: - + Sound Categories Categorie suoni - + Play game actions sounds like "check", "call", "raise" Suoni per azioni di gioco come "check", "call", "raise" - + Play lobby chat notifications Notifiche chat di gioco - + Play network/internet game notifications like "player joined the game" Notifiche nelle partite in rete come "il giocatore si è unito alla partita" - + Enable/Disable Lobby Chat (IRC Server) Abilita/Disabilita Chat (Server IRC) - + Player Nicks/Avatars Nick/Avatar dei Giocatori - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -3090,11 +3205,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) Inverti l'ordine dei tasti funzione (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Errore nelle impostazioni @@ -3113,7 +3243,7 @@ Please select an valid directory! Inserite una directory valida! - + Select your flipside picture Selezionare un'immagine per il dorso delle carte @@ -3123,22 +3253,22 @@ Inserite una directory valida! Immmagine (*.png) - + Open Directory Apri cartella - + Images (*.png *.jpg *.gif) Immagini (*.png *.jpg *.gif) - + Blinds Error Errore Blind - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -3192,12 +3322,12 @@ Il valore del primo small blind verrà impostato al massimo consentito.Turco - + Language Changed Lingua Cambiata - + You have changed application language to %1. Please restart PokerTH to load new language! Hai cambiato la lingua dell'applicazione in %1. @@ -3214,14 +3344,14 @@ Riavviare PokerTH per caricare il nuovo linguaggio! Slovacco - + The entered flipside picture doesn't exist. Please enter an valid picture! L'immagine selezionata per il dorso delle carte non esiste. Inserite un'immagine valida! - + The log file directory doesn't exist. Please select an valid directory! La cartella per il file di log non esiste. @@ -3294,12 +3424,12 @@ Inserite una directory valida! startNetworkGameDialogImpl - + Server Error Errore server - + You should not kick yourself from this game! Non potete auto espellervi da questa partita! diff --git a/ts/pokerth_nl.ts b/ts/pokerth_nl.ts index acb0be0f..c15387e6 100644 --- a/ts/pokerth_nl.ts +++ b/ts/pokerth_nl.ts @@ -1,6 +1,5 @@ - Chat @@ -80,12 +79,12 @@ aboutPokerth - + About Info - + Project Project @@ -114,7 +113,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpagina: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Makers: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idee, basisarchitectuur, implementatie van de grafische interface, Linuxpakket, webmaster@pokerth.net</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idee, basisarchitectuur, ontwikkeling van de simulator</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - netwerkprogrammatuur, Windowspakket</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - ontwerp van de grafische interface, webdesign</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS-pakket</p></body></html> - + License Licentie @@ -812,12 +811,12 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Close Sluiten - + Thanks to Met dank aan @@ -856,7 +855,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Vertaling @@ -921,7 +920,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -938,7 +937,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -991,7 +990,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jan Hein Dijkstra - Nederlands - janheyn@gmail.com</p></body></html> @@ -1108,18 +1107,18 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS-pakket</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">Jan Hein Dijkstra - Nederlands - janheyn@gmail.com</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -1137,7 +1136,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -1158,7 +1157,7 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - Info over PokerTH 0.6 bèta + Info over PokerTH 0.6 bèta @@ -1166,7 +1165,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6 bèta</span></p></body></html> @@ -1193,7 +1192,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> @@ -1233,7 +1232,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -1251,6 +1250,43 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - voor zelf opgenomen geluiden van fiches</p></body></html> + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 + + changeCompleteBlindsDialog @@ -1576,7 +1612,7 @@ p, li { white-space: pre-wrap; } Spellobby - + Lobby-Chat Lobby - Chat @@ -1681,12 +1717,12 @@ p, li { white-space: pre-wrap; } Tafel vol maken met computerspelers - + Create Game Spel maken - + Join Game Meedoen met spel @@ -1790,21 +1826,26 @@ p, li { white-space: pre-wrap; } Blinds raise interval: Interval verhoging blinds: + + + Join any game + + gameLobbyDialogImpl - + Game Info Spelinformatie - + Server Error Serverfout - + You should not kick yourself from this game! U mag zichzelf niet uit dit spel verwijderen! @@ -1814,42 +1855,42 @@ p, li { white-space: pre-wrap; } spel - + Joining a private Game Meedoen met een privéspel - + You are about to join a private game. Please enter the password! U wilt meedoen met een privéspel. Voer het wachtwoord in! - + running lopend - + open open - + hands rondes - + minutes minuten - + double blinds verdubbeling - + manual blinds order handmatige volgorde @@ -1859,27 +1900,27 @@ p, li { white-space: pre-wrap; } Spel starten. Even geduld ... - + running games: %1 lopende spellen: %1 - + open games: %1 open spellen: %1 - + players in chat: %1 spelers in de chat: %1 - + connected players: %1 spelers met verbinding: %1 - + %1's game Spel van %1 @@ -2071,7 +2112,7 @@ Wilt u dat profiel overschrijven? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Snelheid: @@ -2081,47 +2122,47 @@ Wilt u dat profiel overschrijven? Stop - + View Beeld - + Game Spel - + Ctrl+N Ctrl+N - + Quit Afsluiten - + About PokerTH ... Info over PokerTH ... - + Settings ... Instellingen ... - + Create Network Game ... Netwerkspel maken ... - + Join Network Game ... Met netwerkspel meedoen ... - + Fullscreen Volledig scherm @@ -2136,17 +2177,17 @@ Wilt u dat profiel overschrijven? Chat - + Log Log - + Start Local Game ... Lokaal spel starten ... - + Ctrl+Q Ctrl+Q @@ -2161,7 +2202,7 @@ Wilt u dat profiel overschrijven? ⌘F - + Show/Hide Chat Window Chatvenster Aan/Uit @@ -2176,7 +2217,7 @@ Wilt u dat profiel overschrijven? ⌘H - + Show/Hide Log Window Logvenster Aan/Uit @@ -2186,37 +2227,37 @@ Wilt u dat profiel overschrijven? ⌘L - + Show/Hide Hands Window Handenvenster Aan/Uit - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -2226,17 +2267,17 @@ Wilt u dat profiel overschrijven? PokertTH 0.6 - De Open-Source Texas Holdem Simulator - + Network Game Netwerkspel - + Internet Game ... Internetspel ... - + Ctrl+I Ctrl+I @@ -2246,22 +2287,22 @@ Wilt u dat profiel overschrijven? All-in - + Away Afwezig - + Manual Action (default) Handmatige acties (standaard) - + Auto-Check / Auto-Fold Automatisch checken of folden - + Auto-Check / Auto-Call-Any Automatisch checken of callen @@ -2276,12 +2317,12 @@ Wilt u dat profiel overschrijven? Terug naar de lobby - + Show/Hide Away Window Afwezig-venster Aan/Uit - + Ctrl+A Ctrl+A @@ -2289,7 +2330,7 @@ Wilt u dat profiel overschrijven? mainWindowImpl - + Ctrl+N to start a new game Ctrl+N om een nieuw spel te starten @@ -2299,84 +2340,84 @@ Wilt u dat profiel overschrijven? F1 - Folden/All-In | F2 - Checken/Callen | F3 - Betten/Raisen - + Network Error Netwerkfout - + Server address was not set. Serveradres is niet ingesteld. - + An invalid port was set (ports 0-1023 are not allowed). Ongeldige poort ingesteld (poorten 0-1023 zijn niet toegestaan). - + Could not create a socket for TCP communication. Kan geen socket maken voor TCP-communicatie. - + Could not set the IP address. Kan het IP-adres niet instellen. - + Could not set the port for this type of address. Kan de poort niet instellen voor dit adrestype. - + The server name could not be resolved. Kan geen server met die naam vinden. - + Bind failed - please choose a different port. Kan niet verbinden - kies een andere poort. - + Internal network error: "listen" failed. Interne netwerkfout: "listen" niet uitvoerbaar. - + Server execution was terminated. Het uitvoeren op de server is afgebroken. - + Could not connect to the server. Kan geen verbinding maken met de server. - + Internal network error: "select" failed. Interne netwerkfout: "select" niet uitvoerbaar. - + Internal network error: "send" failed. Interne netwerkfout: "send" niet uitvoerbaar. - + Internal network error: Duplicate TCP connection. Interne netwerkfout: Dubbele TCP-verbinding. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Ongeldig netwerkpakket ontvangen. Zorg ervoor dat alle spelers dezelfde versie van PokerTH gebruiken. - + Internal state error. Please make sure that all players use the same version of PokerTH. Interne statusfout. @@ -2390,29 +2431,29 @@ Please update PokerTH. Zorg ervoor dat u de nieuwste versie van PokerTH heeft. - + Sorry, this server is already full. Deze server is al vol. - + Unable to join - the server has already started the game. Kan niet meedoen - de server heeft het spel al gestart. - + Invalid password when joining the game. Please reenter the password and try again. Ongeldig wachtwoord bij het verbinden. Voer het wachtwoord opnieuw in en probeer het opnieuw. - + The password is too long. Please choose another one. Het wachtwoord is te lang. Kies een ander wachtwoord. - + Your player name is already used by another player. Please choose a different name. Uw spelersnaam is al in gebruik door een andere speler. @@ -2424,27 +2465,27 @@ Kies een andere naam. De spelersnaam is te kort of te lang. Kies een andere naam. - + An internal error occured. Interne fout opgetreden. - + Cmd+N to start a new game Cmd+N om een nieuw spel te starten - + Start Start - + Stop Stop - + Connection timed out. Please check the server address. @@ -2455,22 +2496,22 @@ Controleer het serveradres. Als de server zich achter een NAT-router bevindt, controleer dan daar of port forwarding goed ingesteld is. - + Connection was closed by the server. De verbinding is verbroken door de server. - + The server referred to an unknown player. Aborting. De server verwees naar een onbekende speler. Verbinding verbroken. - + You were kicked from the server. U bent verwijderd van de server. - + The client player count is invalid. Het aantal spelers dat meedoet klopt niet. @@ -2480,32 +2521,32 @@ Als de server zich achter een NAT-router bevindt, controleer dan daar of port fo De spelersnaam is te kort, te lang, of al opgeëist. Kies een andere naam. - + The game name is either too short or too long. Please choose another one. De naam van het spel is te kort of te lang. Kies een andere naam. - + The game could not be found. Kan het spel niet vinden. - + The chat text is invalid. Ongeldige chattekst. - + Network Notification Netwerkmelding - + You were kicked from the game. U bent uit het spel verwijderd. - + Sorry, this game is already full. Dit spel is al vol. @@ -2515,74 +2556,74 @@ Als de server zich achter een NAT-router bevindt, controleer dan daar of port fo F1 - Betten/Raisen | F2 - Checken/Callen | F3 - Folden/All-In - + Chat Chat - + Manual mode set. You've got to choose yourself now. Handmatige modus ingesteld. U moet nu zelf kiezen. - + Auto mode set: Check or call any. Automatische modus ingesteld: altijd checken of callen. - + Auto mode set: Check or fold. Automatische modus ingesteld: checken of folden. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. U kunt met de standaardnaam geen verbinding maken met de lobby van het internetspel. Kies een andere naam. - + Internal error: The current player could not be found. Interne fout: De huidige speler kan niet worden gevonden. - + Internal error: The current player is not active. Interne fout: De huidige speler is niet actief. - + Too many manual blinds were set. Please reconfigure the manual blinds. Er zijn te veel handmatige blinds ingesteld. Stel de handmatige blinds opnieuw in. - + An invalid avatar file was configured. Please choose a different avatar. Er is een ongeldig avatarbestand ingesteld. Kies een andere avatar. - + The selected avatar file is too large. Please choose a different avatar. Het geselecteerde avatarbestand is te groot. Kies een andere avatar. The server requested a non-existing avatar. - De server vroeg om een niet-bestaande avatar. + De server vroeg om een niet-bestaande avatar. - + Could not start game: Synchronization failed. Kan spel niet starten: Synchronisatie mislukt. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Folden | F2 - Checken/Callen | F3 - Betten/Raisen | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - All-In | F2 - Betten/Raisen | F3 - Checken/Callen | F4 - Folden @@ -2594,12 +2635,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> en download de nieuwste versie. - + The player name is too short, too long or invalid. Please choose another one. De spelersnaam is te kort, te lang of ongeldig. Kies een andere naam. - + The server is down for maintenance. Please try again later. Wegens onderhoud is de server niet beschikbaar. Probeer het later opnieuw. @@ -2617,47 +2658,57 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Deze bètarelease van PokerTH is te oud.Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> en download de nieuwste versie. - + Closing PokerTH during network game PokerTH afsluiten tijdens netwerkspel - + You are the hosting server. Do you want to close PokerTH anyway? U bent de server van dit spel. Wilt u PokerTH toch sluiten? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. De PokerTH-server ondersteunt deze versie van het spel niet.<br>Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> en download de nieuwste versie. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Er is een nieuwe release van PokerTH beschikbaar.<br>Ga naar<a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en download de nieuwste versie. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Deze bètarelease van PokerTH is te oud.<br>Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> en download de nieuwste versie. - + Lobby Lobby - + PokerTH - Internet Game Message PokerTH - Bericht van internetspel - + Attention! Do you really want to leave the current game and go back to the lobby? Opgelet! Wilt u werkelijk het huidige spel verlaten en teruggaan naar de lobby? + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + manualBlindsOrderDialog diff --git a/ts/pokerth_no.ts b/ts/pokerth_no.ts index 6661ef97..bde9f735 100644 --- a/ts/pokerth_no.ts +++ b/ts/pokerth_no.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Om - + Project Prosjekt @@ -113,7 +113,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Nettside for prosjektet: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Utviklere: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - opprinnelig idé, grunn-arkitektur, GUI, linux-pakke, webmaster@pokerth.net</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - opprinnelig idé, grunn-arkitektur, motor-utvikling</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - nettverk, windows-pakke</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - GUI-grafikk, nett-design</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS-pakke</p></body></html> - + License Lisens @@ -467,12 +467,12 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This Software is published under the Terms of GPL v2:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Version 2, June 1991</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 1989, 1991 Free Software Foundation, Inc.,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Everyone is permitted to copy and distribute verbatim copies</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> of this license document, but changing it is not allowed.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The licenses for most software are designed to take away your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">freedom to share and change it. By contrast, the GNU General Public</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License is intended to guarantee your freedom to share and change free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software--to make sure the software is free for all its users. This</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">General Public License applies to most of the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation's software and to any other program whose authors commit to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">using it. (Some other Free Software Foundation software is covered by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the GNU Lesser General Public License instead.) You can apply it to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your programs, too.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> When we speak of free software, we are referring to freedom, not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">price. Our General Public Licenses are designed to make sure that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">have the freedom to distribute copies of free software (and charge for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this service if you wish), that you receive source code or can get it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if you want it, that you can change the software or use pieces of it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in new free programs; and that you know you can do these things.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To protect your rights, we need to make restrictions that forbid</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">anyone to deny you these rights or to ask you to surrender the rights.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">These restrictions translate to certain responsibilities for you if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute copies of the software, or if you modify it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> For example, if you distribute copies of such a program, whether</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">gratis or for a fee, you must give the recipients all the rights that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you have. You must make sure that they, too, receive or can get the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code. And you must show them these terms so they know their</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">rights.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> We protect your rights with two steps: (1) copyright the software, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) offer you this license which gives you legal permission to copy,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute and/or modify the software.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Also, for each author's protection and ours, we want to make certain</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that everyone understands that there is no warranty for this free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">software. If the software is modified by someone else and passed on, we</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">want its recipients to know that what they have is not the original, so</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that any problems introduced by others will not reflect on the original</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">authors' reputations.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finally, any free program is threatened constantly by software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents. We wish to avoid the danger that redistributors of a free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">program will individually obtain patent licenses, in effect making the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">program proprietary. To prevent this, we have made it clear that any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patent must be licensed for everyone's free use or not licensed at all.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> The precise terms and conditions for copying, distribution and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modification follow.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. This License applies to any program or other work which contains</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a notice placed by the copyright holder saying it may be distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under the terms of this General Public License. The "Program", below,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">refers to any such program or work, and a "work based on the Program"</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">means either the Program or any derivative work under copyright law:</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that is to say, a work containing the Program or a portion of it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">either verbatim or with modifications and/or translated into another</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">language. (Hereinafter, translation is included without limitation in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the term "modification".) Each licensee is addressed as "you".</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Activities other than copying, distribution and modification are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered by this License; they are outside its scope. The act of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">running the Program is not restricted, and the output from the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is covered only if its contents constitute a work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program (independent of having been made by running the Program).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Whether that is true depends on what the Program does.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. You may copy and distribute verbatim copies of the Program's</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code as you receive it, in any medium, provided that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conspicuously and appropriately publish on each copy an appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright notice and disclaimer of warranty; keep intact all the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notices that refer to this License and to the absence of any warranty;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and give any other recipients of the Program a copy of this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">along with the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You may charge a fee for the physical act of transferring a copy, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you may at your option offer warranty protection in exchange for a fee.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. You may modify your copy or copies of the Program or any portion</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of it, thus forming a work based on the Program, and copy and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute such modifications or work under the terms of Section 1</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above, provided that you also meet all of these conditions:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) You must cause the modified files to carry prominent notices</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> stating that you changed the files and the date of any change.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) You must cause any work that you distribute or publish, that in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> whole or in part contains or is derived from the Program or any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> part thereof, to be licensed as a whole at no charge to all third</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> parties under the terms of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) If the modified program normally reads commands interactively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> when run, you must cause it, when started running for such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interactive use in the most ordinary way, to print or display an</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> announcement including an appropriate copyright notice and a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> notice that there is no warranty (or else, saying that you provide</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a warranty) and that users may redistribute the program under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> these conditions, and telling the user how to view a copy of this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License. (Exception: if the Program itself is interactive but</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> does not normally print such an announcement, your work based on</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Program is not required to print an announcement.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">These requirements apply to the modified work as a whole. If</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">identifiable sections of that work are not derived from the Program,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and can be reasonably considered independent and separate works in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">themselves, then this License, and its terms, do not apply to those</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sections when you distribute them as separate works. But when you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute the same sections as part of a whole which is a work based</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program, the distribution of the whole must be on the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License, whose permissions for other licensees extend to the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">entire whole, and thus to each and every part regardless of who wrote it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Thus, it is not the intent of this section to claim rights or contest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your rights to work written entirely by you; rather, the intent is to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exercise the right to control the distribution of derivative or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">collective works based on the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In addition, mere aggregation of another work not based on the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with the Program (or with a work based on the Program) on a volume of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a storage or distribution medium does not bring the other work under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. You may copy and distribute the Program (or a work based on it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under Section 2) in object code or executable form under the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sections 1 and 2 above provided that you also do one of the following:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Accompany it with the complete corresponding machine-readable</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> source code, which must be distributed under the terms of Sections</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1 and 2 above on a medium customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Accompany it with a written offer, valid for at least three</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> years, to give any third party, for a charge no more than your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> cost of physically performing source distribution, a complete</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> machine-readable copy of the corresponding source code, to be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> distributed under the terms of Sections 1 and 2 above on a medium</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Accompany it with the information you received as to the offer</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> to distribute corresponding source code. (This alternative is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> allowed only for noncommercial distribution and only if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> received the program in object code or executable form with such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> an offer, in accord with Subsection b above.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The source code for a work means the preferred form of the work for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">making modifications to it. For an executable work, complete source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code means all the source code for all modules it contains, plus any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">associated interface definition files, plus the scripts used to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control compilation and installation of the executable. However, as a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">special exception, the source code distributed need not include</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">anything that is normally distributed (in either source or binary</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form) with the major components (compiler, kernel, and so on) of the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">operating system on which the executable runs, unless that component</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">itself accompanies the executable.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If distribution of executable or object code is made by offering</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">access to copy from a designated place, then offering equivalent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">access to copy the source code from the same place counts as</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution of the source code, even though third parties are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">compelled to copy the source along with the object code.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. You may not copy, modify, sublicense, or distribute the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">except as expressly provided under this License. Any attempt</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise to copy, modify, sublicense or distribute the Program is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">void, and will automatically terminate your rights under this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">However, parties who have received copies, or rights, from you under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License will not have their licenses terminated so long as such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties remain in full compliance.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. You are not required to accept this License, since you have not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">signed it. However, nothing else grants you permission to modify or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute the Program or its derivative works. These actions are</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prohibited by law if you do not accept this License. Therefore, by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modifying or distributing the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program), you indicate your acceptance of this License to do so, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">all its terms and conditions for copying, distributing or modifying</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program or works based on it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Each time you redistribute the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program), the recipient automatically receives a license from the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">original licensor to copy, distribute or modify the Program subject to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these terms and conditions. You may not impose any further</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions on the recipients' exercise of the rights granted herein.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You are not responsible for enforcing compliance by third parties to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. If, as a consequence of a court judgment or allegation of patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement or for any other reason (not limited to patent issues),</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are imposed on you (whether by court order, agreement or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute so as to satisfy simultaneously your obligations under this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may not distribute the Program at all. For example, if a patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license would not permit royalty-free redistribution of the Program by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">all those who receive copies directly or indirectly through you, then</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only way you could satisfy both it and this License would be to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">refrain entirely from distribution of the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If any portion of this section is held invalid or unenforceable under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any particular circumstance, the balance of the section is intended to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply and the section as a whole is intended to apply in other</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumstances.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is not the purpose of this section to induce you to infringe any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents or other property right claims or to contest validity of any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such claims; this section has the sole purpose of protecting the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">integrity of the free software distribution system, which is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implemented by public license practices. Many people have made</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">generous contributions to the wide range of software distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">through that system in reliance on consistent application of that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">system; it is up to the author/donor to decide if he or she is willing</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to distribute software through any other system and a licensee cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">impose that choice.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This section is intended to make thoroughly clear what is believed to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be a consequence of the rest of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. If the distribution and/or use of the Program is restricted in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain countries either by patents or by copyrighted interfaces, the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">original copyright holder who places the Program under this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may add an explicit geographical distribution limitation excluding</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">those countries, so that distribution is permitted only in or among</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">countries not thus excluded. In such case, this License incorporates</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the limitation as if written in the body of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. The Free Software Foundation may publish revised and/or new versions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the General Public License from time to time. Such new versions will</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Each version is given a distinguishing version number. If the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifies a version number of this License which applies to it and "any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version", you have the option of following the terms and conditions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">either of that version or of any later version published by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Software Foundation. If the Program does not specify a version number of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License, you may choose any version ever published by the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. If you wish to incorporate parts of the Program into other free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs whose distribution conditions are different, write to the author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to ask for permission. For software which is copyrighted by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Software Foundation, write to the Free Software Foundation; we sometimes</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make exceptions for this. Our decision will be guided by the two goals</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of preserving the free status of all derivatives of our free software and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of promoting the sharing and reuse of software generally.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> NO WARRANTY</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">REPAIR OR CORRECTION.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">POSSIBILITY OF SUCH DAMAGES.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey the exclusion of warranty; and each file should have at least</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software; you can redistribute it and/or modify</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation; either version 2 of the License, or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License along</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with this program; if not, write to the Free Software Foundation, Inc.,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If the program is interactive, make it output a short notice like this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">when it starts in an interactive mode:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gnomovision version 69, Copyright (C) year name of author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, the commands you use may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be called something other than `show w' and `show c'; they could even be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mouse-clicks or menu items--whatever suits your program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should also get your employer (if you work as a programmer) or your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">school, if any, to sign a "copyright disclaimer" for the program, if</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">necessary. Here is a sample; alter the names:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Yoyodyne, Inc., hereby disclaims all copyright interest in the program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> `Gnomovision' (which makes passes at compilers) written by James Hacker.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;signature of Ty Coon&gt;, 1 April 1989</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ty Coon, President of Vice</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This General Public License does not permit incorporating your program into</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">proprietary programs. If your program is a subroutine library, you may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consider it more useful to permit linking proprietary applications with the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">library. If this is what you want to do, use the GNU Lesser General</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Close Lukk - + Thanks to Takk til @@ -499,7 +499,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PokerTH 0.5</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker-motor for den populære poker-varianten "Texas Holdem"</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Enkeltspiller-spill med opp til 6 datamaskinstyrte motstandere</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Flerspiller-spill over nettverk</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Utviklet i C++ / QT4</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400;">© 2006-2007, FHammer &amp; FThauer</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Oversettelse @@ -521,7 +521,7 @@ p, li { white-space: pre-wrap; } Om PokerTH 0.6 - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -532,74 +532,74 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -684,12 +684,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -887,37 +887,37 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat - + Game Spill - + Private - + Game Info - + Connected Players Tilkoblede spillere - + Fill up with computer opponents - + Start Game Start spill @@ -947,17 +947,17 @@ p, li { white-space: pre-wrap; } Tidsgrense for spillere (sek.): - + Leave Game - + Create Game Opprett spill - + Join Game @@ -967,47 +967,47 @@ p, li { white-space: pre-wrap; } - + Players - + Kick Player - + State - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): @@ -1017,65 +1017,70 @@ p, li { white-space: pre-wrap; } - + Blinds raise interval: + + + Join any game + + gameLobbyDialogImpl - + Game Info - + Server Error Feil hos tjener - + You should not kick yourself from this game! Du burde ikke kaste deg selv ut fra spillet! - + Joining a private Game - + You are about to join a private game. Please enter the password! - + running - + open - + hands - + minutes - + double blinds - + manual blinds order @@ -1085,27 +1090,27 @@ p, li { white-space: pre-wrap; } - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + %1's game @@ -1290,57 +1295,57 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Hastighet: Stop - Stopp + Stopp - + View Vis - + Game Spill - + Ctrl+N Ctrl+N - + Quit Avslutt - + About PokerTH ... Om PokerTH... - + Settings ... Innstillinger... - + Create Network Game ... Start nettverks-spill... - + Join Network Game ... Bli med i et nettverksspill... - + Fullscreen Fullskjerm @@ -1355,17 +1360,17 @@ Would you like to overwrite ? Prat - + Log Logg - + Start Local Game ... Start lokalt spill... - + Ctrl+Q Ctrl+Q @@ -1380,7 +1385,7 @@ Would you like to overwrite ? ⌘F - + Show/Hide Chat Window @@ -1395,7 +1400,7 @@ Would you like to overwrite ? ⌘H - + Show/Hide Log Window @@ -1405,37 +1410,37 @@ Would you like to overwrite ? ⌘L - + Show/Hide Hands Window - + Ctrl+O - + Ctrl+J - + Ctrl+F - + Ctrl+T - + Ctrl+H - + Ctrl+L @@ -1445,37 +1450,37 @@ Would you like to overwrite ? PokerTH 0.5 - Åpen kildekode Texas Holdem {0.6 ?} - + Network Game - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -1485,17 +1490,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1503,12 +1503,12 @@ Would you like to overwrite ? mainWindowImpl - + Cmd+N to start a new game ⌘N for å starte et nytt spill - + Ctrl+N to start a new game Ctrl+N for å starte et nytt spill @@ -1518,94 +1518,94 @@ Would you like to overwrite ? F1 - Kast/Sats allt | F2 - Pass/Syn | F3 - Sats/Høyne - + Start Start - + Stop Stopp - + Network Error Nettverksfeil - + Server address was not set. Tjener-adresse var ikke satt. - + An invalid port was set (ports 0-1023 are not allowed). En ugyldig port var satt (porter 0-1023 er ikke tillatt). - + Could not create a socket for TCP communication. Kunne ikke lage en kontakt for TCP-kommunikasjon. - + Could not set the IP address. Kunne ikke sette IP-adressen. - + Could not set the port for this type of address. Kunne ikke sette porten for denne typen adresse. - + The server name could not be resolved. Tjenernavnet kunne ikke konverteres. - + Bind failed - please choose a different port. Kunne ikke binde - vennligst velg en annen port. - + Internal network error: "listen" failed. Intern nettverksfeil - "listen" feilet. - + Server execution was terminated. Tjener-utførelse ble avbrutt. - + Could not connect to the server. Kunne ikke koble til tjeneren. - + Internal network error: "select" failed. Intern nettverksfeil - "select" feilet. - + Internal network error: "send" failed. Intern nettverksfeil - "send" feilet. - + Internal network error: Duplicate TCP connection. Intern nettverksfeil - Dobbel TCP-tilkobling. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. En ugyldig TCP-pakke ble mottatt. Vennligst forsikre deg om at alle spillere bruker samme versjon av PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Intern tilstands-feil. @@ -1619,29 +1619,29 @@ Please update PokerTH. Vennligst oppdater PokerTH. - + Sorry, this server is already full. Beklager, tjeneren har ikke plass til flere spillere. - + Unable to join - the server has already started the game. Kan ikke bli med - tjeneren har allerede startet spillet. - + Invalid password when joining the game. Please reenter the password and try again. Ugyldig passord. Prøv igjen. - + The password is too long. Please choose another one. Passordet er for langt. Vennligst velg et annet. - + Your player name is already used by another player. Please choose a different name. Ditt spillernavn er allerede valgt av en annen spiller. @@ -1653,12 +1653,12 @@ Vennligst velg et annet navn. Spillernavnet er enten for kort eller for langt. Vennligst velg et annet. - + An internal error occured. En intern feil oppstod. - + Connection timed out. Please check the server address. @@ -1669,57 +1669,57 @@ Vennligst sjekk tjener-adressen. Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp riktig. - + Connection was closed by the server. Tilkoblingen ble stengt av tjeneren. - + The server referred to an unknown player. Aborting. Tjeneren referete til en ukjent spiller. Avbryter. - + You were kicked from the server. Du ble kastet ut fra tjeneren. - + The client player count is invalid. Ugyldig antall spillere. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Chat Prat @@ -1739,91 +1739,112 @@ Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + The player name is too short, too long or invalid. Please choose another one. - + The server is down for maintenance. Please try again later. - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1881,6 +1902,24 @@ Please choose another one. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -2011,17 +2050,17 @@ Please enter an valid picture! settingsDialog - + Interface Brukergrensesnitt - + Flipside of Cards Baksiden av kort - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2029,7 +2068,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Merk: kvaliteten blir best med forhold som </span><span style=" font-weight:600; font-style:italic;">bredde=100, høyde=140.</span></p></body></html> - + Default Vanlig @@ -2044,7 +2083,7 @@ p, li { white-space: pre-wrap; } Small Blind: - + Start Cash: Startkapital: @@ -2059,17 +2098,17 @@ p, li { white-space: pre-wrap; } Tjener-instillinger - + Server Port: Tjener-port: - + Use IPv6 Bruk IPv6 - + Server Password: Passord for tjener: @@ -2079,67 +2118,67 @@ p, li { white-space: pre-wrap; } Standardinstillinger for nettverksspill - + Computer Engine Datamaskin-motor - + Opponent 5: Motstander 5: - + Opponent 3: Motstander 3: - + Opponent 2: Motstander 2: - + Opponent 1: Motstander 1: - + Opponent 4: Motstander 4: - + Human Player: Mennesklig spiller: - + Player Nicks Kallenavn på spillere - + Log File Directory: Katalog for loggfiler: - + Day(s) dag(er) - + Log Messages Logg - + Local Game Settings Innstillinger for lokalt spill - + Network Game Settings Innstillinger for nettverks-spill @@ -2149,7 +2188,7 @@ p, li { white-space: pre-wrap; } Vis animasjon når kort vendes - + Own flipside picture: Eget bakside-bilde: @@ -2179,7 +2218,7 @@ p, li { white-space: pre-wrap; } Vis beskjeder i statuslinja - + Show game settings dialog on every new game Vis spill-innstillinger ved hvert nye spill @@ -2189,22 +2228,22 @@ p, li { white-space: pre-wrap; } Antall henter før "Small Blind" økes: - + Number of players: Antall spillere: - + Game Speed: Spill-hastighet: - + Pause between hands (press "start" button to go on) Pause mellom hender (trykk "start"-knappen for å fortsette) - + Game Speed for computer opponents: Hastighet for datamaskinstyrte motstandere: @@ -2214,17 +2253,17 @@ p, li { white-space: pre-wrap; } Versjon av spillmotor for datamaskinstyrte motstandere: - + Enable/Disable Logging Skru på/av logging - + Store log files for Lagre logg-filer i - + Write log after every: Skriv logg etter hver(t): @@ -2234,7 +2273,7 @@ p, li { white-space: pre-wrap; } Vis knapper for "small blind" og "big blind" - + Play sound effects Bruk lydeffekter @@ -2244,22 +2283,22 @@ p, li { white-space: pre-wrap; } 0.4 (nåværende) - + Use SCTP Bruk SCTP - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://no.wikipedia.org/wiki/Ipv6">Hva er dette?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Hva er dette?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2272,42 +2311,42 @@ p, li { white-space: pre-wrap; } Innstillinger - + Maximum number of players: Maks. antall spillere: - + Sound Volume: Lyd-nivå: - + 10 10 - + Opponent 6: Motstander 6: - + Timeout for player action (sec): Tidsgrense for spillere (sek.): - + action (high frequent disc access) Handling (hyppig disk-bruk) - + hand (medium disc access) Hånd (medium disk-bruk) - + game (low disc access) Spill (lav disk-bruk) @@ -2317,97 +2356,97 @@ p, li { white-space: pre-wrap; } - + QLabel { font-weight: bold; } - + Sound - + Network Server Settings - + Internet Game Settings - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + chat.freenode.net - + Channel: - + #pokerth - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... @@ -2417,37 +2456,37 @@ p, li { white-space: pre-wrap; } - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Enable/Disable Lobby Chat (IRC Server) - + Player Nicks/Avatars - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2459,11 +2498,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Feil i instillinger @@ -2482,7 +2536,7 @@ Please select an valid directory! Vennligst velg en gyldig katalog! - + Select your flipside picture Velg bakside-bilde @@ -2492,22 +2546,22 @@ Vennligst velg en gyldig katalog! Bilder (*.png) - + Open Directory Åpne mappe - + Images (*.png *.jpg *.gif) - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2554,12 +2608,12 @@ This first-small-blind-value will be set to maximum allowed value. - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! @@ -2575,13 +2629,13 @@ Please restart PokerTH to load new language! - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! @@ -2648,12 +2702,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Feil hos tjener - + You should not kick yourself from this game! Du burde ikke kaste deg selv ut fra spillet! diff --git a/ts/pokerth_pl.ts b/ts/pokerth_pl.ts index aa040518..3e2b52c9 100644 --- a/ts/pokerth_pl.ts +++ b/ts/pokerth_pl.ts @@ -1,6 +1,18 @@ - + + Chat + + + You cannot kick yourself! + + + + + You cannot kick any player - You are not game admin! + + + LobbyChat @@ -34,32 +46,32 @@ Został wyrzucony (kick) z serwera przez - + Connecting to Chat server... Trwa połączenie z serwererem czatowym ... - + An internal IRC error has occured: Nastąpił wewnętrzny bląd IRC: - + Could not connect to the IRC server. Chat will be unavailable. Połączenie z serwerem IRC nie powiodło się. Czat nie będzie możliwy. - + The IRC server terminated the connection. Chat will be unavailable. Realizacja połączenia została przez serwer IRC zakończona. Czat nie będzie możliwy. - + An IRC action timed out. Time out akcji IRC. - + The IRC server reported an error: Błąd serwera IRC: @@ -67,39 +79,39 @@ aboutPokerth - + About O programie - + Project Projekt - + Translation Tłumaczenie - + Thanks to Dziękujemy - + License Licencja - + Close Zamknij About PokerTH 0.6 - O programie PokerTH 0.6 + O programie PokerTH 0.6 @@ -107,13 +119,13 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -130,7 +142,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -156,7 +168,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona projektu: </span></p> @@ -184,7 +196,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Alexander Cegla - język polski (polish) - o0txXV5X@aim.com</p></body></html> @@ -208,7 +220,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -226,6 +238,72 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - za samodzielnie nagrane dzwięki żetonów</p></body></html> + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 + + changeCompleteBlindsDialog @@ -308,12 +386,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Manualna kolejność blinds - + You cannot set more than 30 manual blinds. Nie możesz nastawić więcej niż 30 manualnych blinds. @@ -496,52 +574,52 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat Czat Lobby - + Game Gra - + Private Prywatne - + Game Info Informacje o grze - + Connected Players Połączeni gracze - + Fill up with computer opponents Dopełnij przeciwnikami komputerowymi - + Start Game Zacznij grę - + Leave Game Wyjście z gry - + Create Game Otwórz grę - + Join Game Przystąp do gry @@ -551,47 +629,47 @@ p, li { white-space: pre-wrap; } Obecni gracze - + Players Gracze - + Kick Player Wyrzuć (kick) gracza - + State Status - + Maximum number of players: Maksymalna liczba graczy: - + Start Cash: Start Cash: - + First small blind: Pierwszy small blind: - + Blinds raise mode: Modus raise blinds: - + Manual blinds list: Manualna kolejność blinds: - + Timeout for player action (sec): Timeout dla reakcji gracza (w sekundach): @@ -601,70 +679,75 @@ p, li { white-space: pre-wrap; } Internetowa lobby dla gry - + Blinds raise interval: Interval raise blinds: + + + Join any game + + gameLobbyDialogImpl game - gra + gra - + Game Info Informacje o grze - + Server Error Błąd serwera - + You should not kick yourself from this game! Nie powinninieś się sam wyrzucić z gry! - + Joining a private Game Przystąp do gry prywatnej - + You are about to join a private game. Please enter the password! Wchodzisz do gry prywatnej. Proszę wpisz hasło! - + running na bieżąco - + open otwórz - + hands hands - + minutes minuty - + double blinds podwójne blinds - + manual blinds order manualna kolejność blinds @@ -674,25 +757,30 @@ p, li { white-space: pre-wrap; } Start gry. Proszę czekać ... - + running games: %1 gra bieżąca: %1 - + open games: %1 otwórz gry : %1 - + players in chat: %1 gracze w czacie: %1 - + connected players: %1 połączeni gracze: %1 + + + %1's game + + joinNetworkGameDialog @@ -866,255 +954,270 @@ Chzesz go prezepisać ? mainWindow - + Hands Hands - + Chat Czat - + Log Log - + Speed: Prędkość: Stop - Stop + Stop - + View View - + Game Gra - + Start Local Game ... Start gry lokalnej ... - + Ctrl+N Ctrl+N - + Quit Zakończ - + Ctrl+Q Ctrl+Q - + About PokerTH ... O programie PokerTH ... - + Settings ... Opcje ... - + Create Network Game ... Otwórz grę siecową ... - + Ctrl+O Ctrl+O - + Join Network Game ... Przystąp do gry w sieci ... - + Ctrl+J Ctrl+J - + Fullscreen Fullscreen - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Pokaż/zakryj okno czatowe - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Pokaż/zakryj okno Hands - + Ctrl+H Ctrl+H - + Show/Hide Log Window Pokaż/zakryj okno Log - + Ctrl+L Ctrl+L PokerTH 0.6 - The Open-Source Texas Holdem Engine - PokerTH 0.6 - Open-Source Engine dla Texas Holdem + PokerTH 0.6 - Open-Source Engine dla Texas Holdem - + Network Game Gra w sieci - + Internet Game ... Gra w internecie ... - + Ctrl+I Ctrl+I All In - All In + All In - + Away Nieobecny - + Manual Action (default) Reakcja manualna (standard) - + Auto-Check / Auto-Fold Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any Auto-Check / Auto-Call wszystko + + + PokerTH 0.6-beta - The Open-Source Texas Holdem Engine + + + + + Show/Hide Away Window + + + + + Ctrl+A + + mainWindowImpl - + Stop Stop - + Cmd+N to start a new game Cmd+N do startu nowej gry - + Ctrl+N to start a new game Ctrl+N do startu nowej gry - + Start Start - + Network Error Błąd w sieci - + Server address was not set. Adres serwera nie był ustawiony. - + An invalid port was set (ports 0-1023 are not allowed). Niepoprawnie ustawiony port (porty 0-1023 nie są dozwolone). - + Could not create a socket for TCP communication. Nie udało się utworzyć połączenia socket dla komunikacji TCP. - + Could not set the IP address. Adres IP nie dał się ustalić. - + Could not set the port for this type of address. Port nie dał się ustalić dla tego typu adresu. - + The server name could not be resolved. Nie udało się skontaktować z serwerem pod tą nazwą. - + Bind failed - please choose a different port. Błąd - proszę wybrać inny port. - + Internal network error: "listen" failed. Błąd wewnętrzny w sieci: "listen" nie udało się. - + Server execution was terminated. Realizacja serwera została zakończona. - + Could not connect to the server. Połączenie do serwera nie powiodło się. - + Connection timed out. Please check the server address. @@ -1125,187 +1228,187 @@ Proszę sprawdź adres serwera. Jeśli serwer jest w sieci z routerem NAT, to upewnij się, że port forwarding jest ustawiony. - + Internal network error: "select" failed. Wewnętrzny błąd sieciowy: "select" nie udało się. - + Internal network error: "send" failed. Wewnętrzny błąd sieciowy: "send" nie udało się. - + Connection was closed by the server. Połączenie od serwera zostało zakończone. - + Internal network error: Duplicate TCP connection. Wewnętrzny błąd sieciowy: podwójne połączenie TCP. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Została wyslana niepoprawna informacja sieciowa . Proszę upewnij się, że każdy gracz używa tą samą wersję PokeraTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Wewnętrzny błąd statusu. Proszę upewnij się, że każdy gracz używa tą samą wersję PokeraTH. - + Sorry, this server is already full. Przepraszamy. ten serwer jest zajęty. - + Unable to join - the server has already started the game. Nie możesz przystąpić - serwer już zaczął grę. - + Invalid password when joining the game. Please reenter the password and try again. Niepoprawne hasło. Proszę wpisz jeszcze raz. - + The password is too long. Please choose another one. Hasło jest za długie. Proszę wybierz inne. - + Your player name is already used by another player. Please choose a different name. Twoje imię jest już używane. Proszę wybierz inne. - + The server referred to an unknown player. Aborting. Nieznany gracz na serwerze. Anulacja. - + You were kicked from the server. Zostałeś wyrzucony (kick) z serwera. - + The client player count is invalid. Numer klienta nie jest poprawny. - + An internal error occured. Nastąpił błąd wewnętrzny. - + The game name is either too short or too long. Please choose another one. Nazwa gry jest za długa albo za krótka. Proszę wybierz inną. - + The game could not be found. Połączenie do gry nie powiodło się. - + The chat text is invalid. Tekst czatowy jest niepoprawny. - + Network Notification Wsakazówka sieci - + You were kicked from the game. Zostałeś wyrzucony (kick) z gry. - + Sorry, this game is already full. Przepraszamy. ta gra jest zajęta. - + Chat Czat - + Manual mode set. You've got to choose yourself now. Modus manualny. Musisz sam wybierać. - + Auto mode set: Check or call any. Modus auto set: check i call wszystkiego. - + Auto mode set: Check or fold. Modus auto set: check i fold. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Nie możesz przystąpić do Internet-Game-Lobby pod imieniem "Human Plyer". Proszę wybrierz inne. - + Internal error: The current player could not be found. Błąd wewnętrzny: Aktualny gracz nie mógł zostać odnależniony. - + Internal error: The current player is not active. Błąd wewnętrzny: Aktualny gracz nie jest aktywny. - + Too many manual blinds were set. Please reconfigure the manual blinds. Za dużo manualnych blinds zostało ustawionych. Proszę jesze raz skonfigurować. - + An invalid avatar file was configured. Please choose a different avatar. Jest ustawiony niepoprwawny plik avatar . Proszę wybrać inny. - + The selected avatar file is too large. Please choose a different avatar. Wybrany avatar jest za duży. Proszę wybrać inny. The server requested a non-existing avatar. - Serwer pytał o nie isniejący avatar. + Serwer pytał o nie isniejący avatar. - + Could not start game: Synchronization failed. Nie powiodło się zacząć gry: problem z synchronizacją. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold @@ -1313,16 +1416,16 @@ Proszę wybrierz inne. The PokerTH server does not support this version of the game. Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> and download the latest version. - Serwer PokerTH nie wspiera tej wersji gry. + Serwer PokerTH nie wspiera tej wersji gry. Proszę wejdź na stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> i śćiągnij ostatnią wersję. - + The player name is too short, too long or invalid. Please choose another one. Nazwa gracza jest za długia, za krótka albo nie poprawna. Proszę wybierz inną. - + The server is down for maintenance. Please try again later. Server w tej chwili nie obsługuje . Proszę spróbować póżniej. @@ -1330,26 +1433,67 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= A new release of PokerTH is available. Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> and download the latest version. - Jest dostępna nowa wersja PokerTH . + Jest dostępna nowa wersja PokerTH . Proszę wejdź na stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> i śćiągnij ostatnią wersję. This beta release of PokerTH is outdated. Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> and download the latest version. - Wersja PokerTH beta jest przedatowana. + Wersja PokerTH beta jest przedatowana. Proszę wejdź na stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> i śćiągnij ostatnią wersję. - + Closing PokerTH during network game Zamknięcie PokerTH podczas gry siecowej - + You are the hosting server. Do you want to close PokerTH anyway? Jesteś gospodarzem. Chcesz naprawdę zamknąć PokerTH? + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + + + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1407,6 +1551,24 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= Nie możesz nastawić więcej niż 30 manualnych blinds. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1422,7 +1584,6 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= Game Speed: - Prędkość gry: @@ -1482,34 +1643,34 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= selectAvatarDialogImpl - + Avatar File Error Błąd pliku avatar - + Please select an avatar from the list! Proszę wybrać avatar z listy! - + Select external avatar picture Wybierz eksternistyczne zdjęcie avatar - + The file size of the chosen picture is too big. (max. 30KB) Please choose a smaller picture! Zdjęcie jest za duże. (maksymalnie 30 KB) Proszę wybrać mniejsze! - + Images (*.png *.jpg *.gif) Zjęcie (*.png *.jpg *.gif) - + The entered avatar picture doesn't exist. Please enter an valid picture! Wybrany avatar nie istnieje! @@ -1524,17 +1685,17 @@ Proszę wybrać inny! Opcje - + Play sound effects Włącz efekty dźwiękowe - + Sound Volume: Głośność: - + 10 10 @@ -1544,17 +1705,17 @@ Proszę wybrać inny! Pokaż animacje flip-card - + Flipside of Cards Karty Flipside - + Own flipside picture: Własne zdjęcie flipside: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1565,7 +1726,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Wskazówka: Najlepiej używać zdjęcia z ratio </span><span style=" font-weight:600; font-style:italic;">szerokość=100, wysokość=140.</span></p></body></html> - + Default Standard @@ -1590,7 +1751,7 @@ p, li { white-space: pre-wrap; } Pokaż lewy toolbox (F10 do włącz/wyłącz) - + Interface Interfejs @@ -1605,117 +1766,117 @@ p, li { white-space: pre-wrap; } Pokaż prawy toolbox (F10 do włącz/wyłącz) - + Show game settings dialog on every new game Pokaż ustawinia dla każdej nowej gry - + Number of players: Liczba graczy: - + Game Speed: Prędkość gry: - + Start Cash: Start Cash: - + Pause between hands (press "start" button to go on) Przerwa między hands (kliknij "start" aby gracz dalej) - + Server Password: Hasło serwera: - + Server Port: Port serwera: - + Use SCTP Używaj SCTP - + Use IPv6 Używaj IPv6 - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://pl.wikipedia.org/wiki/IPv6">Co to jest?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://pl.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Co to jest?</a> - + Game Speed for computer opponents: Szybkość przeciwników komputerowych: - + Maximum number of players: Maksymalna liczba graczy: - + Timeout for player action (sec): Timeout dla reakcji gracza (w sekundach): - + Player Nicks Imiona graczy - + Computer Engine Engine komputera - + Opponent 6: Przeciwnik 6: - + Opponent 5: Przeciwnik 5: - + Opponent 4: Przeciwnik 4: - + Opponent 3: Przeciwnik 3: - + Opponent 2: Przeciwnik 2: - + Opponent 1: Przeciwnik 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1723,62 +1884,62 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Wskazówka: Najlepiej używać zdjęcia z ratio </span><span style=" font-weight:600; font-style:italic;">szerokość=50, wysokość=50.</span></p></body></html> - + Human Player: Gracz realny: - + Enable/Disable Logging Włącz/wyłącz logowanie - + Store log files for Zapisz log na - + Day(s) Dzień/Dni - + Log File Directory: Zapisz plik log w: - + Write log after every: Zapisz każdy/każdą: - + action (high frequent disc access) Reakcje (wysoka frequencja dostępu dysku) - + hand (medium disc access) hand (średni dostęp dysku) - + game (low disc access) game (niski dostęp dysku) - + Log Messages Logowanie - + Local Game Settings Ustawienia gier lokalnych - + Network Game Settings Ustawienia gier sieciowych @@ -1788,102 +1949,102 @@ p, li { white-space: pre-wrap; } Pokaż karty tylko przy kliknięciu myszy - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Dźwięk - + Network Server Settings Błąd w ustawieniach sieciowych - + Internet Game Settings Ustawienia gier internetowych - + Internet Server Settings (Dedicated Server) Ustawienia gier internetowych (Dedicated Server) - + Server Address: Adres serwera: - + Use password for private game: Używaj hasło dla gry prywatnej: - + chat.freenode.net chat.freenode.net - + Channel: Kanał: - + #pokerth #pokerth Reverse order of F-Keys (F1 - F3) - Odwrotna kolejność klawiszy F (F1-F3) + Odwrotna kolejność klawiszy F (F1-F3) - + First small blind: Pierwszy small blind: - + Raise blinds: Raise small blinds: - + Every: Każdy: - + hands hands - + minutes minuty - + Raise mode: Modus raise: - + Always double blinds Zawsze podwójne blinds - + Manual blinds order: Manualna kolejność blinds: - + Edit ... Edytuj ... @@ -1893,37 +2054,37 @@ p, li { white-space: pre-wrap; } Język: - + Sound Categories Kategoria dźwięków - + Play game actions sounds like "check", "call", "raise" Zagraj dźwięk przy akcjach "check", "call", "raise" - + Play lobby chat notifications Odgrywaj wskazówki dla lobby czat - + Play network/internet game notifications like "player joined the game" Odgrywaj wskazówki podczas gry sieciowej / internetowej (n. p. "gracz wstąpił do gry") - + Enable/Disable Lobby Chat (IRC Server) Włącz/wyłącz Lobby czat (serwer IRC) - + Player Nicks/Avatars Imiona graczy / avatary - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -1933,36 +2094,56 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-style:italic;">Wskazówka: Standardowe </span><span style=" font-weight:600; font-style:italic;">ustaweinia gry</span><span style=" font-style:italic;"> jak "Maksymalna liczba graczy", "Start Cash" and "Small Blind" są używane </span><span style=" font-weight:600; font-style:italic;">from Network Game Settings.</span></p></body></html> + + + Reverse order of F-Keys (F1 - F4) + Odwrotna kolejność klawiszy F (F1-F3) {1 ?} {4)?} + + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Błąd w ustawieniach - + Select your flipside picture Wybierz zdjęcie flipside - + Open Directory Otwórz - + Images (*.png *.jpg *.gif) Zjęcia (*.png *.jpg *.gif) - + Blinds Error Błąd "Blinds" - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -1999,7 +2180,7 @@ maksymalną wartość. Norse - Norweski + Norweski @@ -2017,12 +2198,12 @@ maksymalną wartość. Turecki - + Language Changed Język został zmieniony - + You have changed application language to %1. Please restart PokerTH to load new language! Zmieniłeś język na %1. @@ -2039,19 +2220,24 @@ Proszę na nowo startować PokerH! Słowacki - + The entered flipside picture doesn't exist. Please enter an valid picture! Zdjęcie flipside nie istnieje. Proszę wybrać inne zdjęcie! - + The log file directory doesn't exist. Please select an valid directory! Dyrekcja pliku logowego nie istnieje. Proszę wybrać inną dyrekcję! + + + Norwegian + + startNetworkGameDialog @@ -2067,7 +2253,6 @@ Proszę wybrać inną dyrekcję! - 0 0 @@ -2105,12 +2290,12 @@ Proszę wybrać inną dyrekcję! startNetworkGameDialogImpl - + Server Error Błąd w serwerze - + You should not kick yourself from this game! Nie powinninieś się sam wyrzucić z gry! diff --git a/ts/pokerth_ptbr.ts b/ts/pokerth_ptbr.ts index 9668abf6..810cc6ac 100644 --- a/ts/pokerth_ptbr.ts +++ b/ts/pokerth_ptbr.ts @@ -507,7 +507,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Este Software e publicado sob os termos GPL v2:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Versão 2, Junho 1991</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) 1989, 1991 Free Software Foundation, Inc.,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Qualquer um pode copiar e distribuir as copias</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> do documento desta licença, mas mudanças não são permitidas.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Preamble</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> A licença para a maioria dos softwares que são projetados para</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> remover sua autoria e mudá-lo. Por contrato, de GNU General Public</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A licença garante sua liberdade para compartilhar livremente e mudar</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">o software--tenha certeza de que o software e livre para todos os usuários. Esta</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">General Public License é aplicada na maioria dos Softwares Livre</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation's software e para qualquer outro programa que use direitos autorais e</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">escreva a frase. (Este e outros softwares livre da Foundation's software é coberto pelo</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">GNU Lesser General Public License instead.) Você também pode usar</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">em seus programas.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Quando falamos em software livre, estamos referindo a liberdade, não a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">preço. A General Public Licenses foi escrita para garantir que você</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">tenha a liberdade para distribuir cópias do software livre (e mudar de acordo </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">com a sua vontade), você receberá o código ou começar um novo</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">se você quiser, assim você pode mudar o software ou partes dele</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">em novos softwares livre; e saiba que você pode fazer estás alterações.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Para proteger seus direitos, você precisa fazer restrição de proibido</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">para que qualquer um aceite ou não estas condições.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Estas restrições traduz certas responsabilidades para você caso você</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribua cópias do software, ou se você modificá-lo.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Por exemplo, se você distribuir cópias de tal programa, sendo</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">grátis ou por um preço, você deve dar todos os direitos que</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">você tem. Você deve certificar-se de que eles, também, receberam ou pegaram o</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">código fonte. E você deve mostrar-lhes estes termos assim que sabem dos seus</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">direitos.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Para proteger seuys direitos faça dois passos: (1) copyright do software, e</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(2) ofereça esta licença caso deseje que esta de permissão legal pela cópia,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribua e/ou modifique o software.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> também, para a proteção dos autores e a sua, nós queremos ter a certeza</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">que não há nenhuma garantia para este software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">livre. Se o software for modificado por outra pessoa, nós</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">queremos esclarecer ao receptor que este não é original, então</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">qualquer problema introduzidos por terceiros não refletirá no original e na</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">reputação dos autores.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Finalmente, todo software livre é ameaçado constatemente pela patente de</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">softwares. Nós desejamos evitar o perigo da redistribuição de um software livre</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">para que este individualmente venha a obter patente, de fato fazendo o</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">proprietário do software. Para previnir isto, nós fizemos é deixar claro que</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">que a patente é livre para qualquer um que venha a usar o software ou parte dele.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Os termos e as condições precisos para a cópia, a distribuição e</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modificação siga..</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0. This License applies to any program or other work which contains</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a notice placed by the copyright holder saying it may be distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under the terms of this General Public License. The "Program", below,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">refers to any such program or work, and a "work based on the Program"</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">means either the Program or any derivative work under copyright law:</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">that is to say, a work containing the Program or a portion of it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">either verbatim or with modifications and/or translated into another</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">language. (Hereinafter, translation is included without limitation in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the term "modification".) Each licensee is addressed as "you".</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Activities other than copying, distribution and modification are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">covered by this License; they are outside its scope. The act of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">running the Program is not restricted, and the output from the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">is covered only if its contents constitute a work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program (independent of having been made by running the Program).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Whether that is true depends on what the Program does.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1. You may copy and distribute verbatim copies of the Program's</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">source code as you receive it, in any medium, provided that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conspicuously and appropriately publish on each copy an appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">copyright notice and disclaimer of warranty; keep intact all the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">notices that refer to this License and to the absence of any warranty;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and give any other recipients of the Program a copy of this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">along with the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You may charge a fee for the physical act of transferring a copy, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">you may at your option offer warranty protection in exchange for a fee.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 2. You may modify your copy or copies of the Program or any portion</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of it, thus forming a work based on the Program, and copy and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute such modifications or work under the terms of Section 1</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">above, provided that you also meet all of these conditions:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) You must cause the modified files to carry prominent notices</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> stating that you changed the files and the date of any change.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) You must cause any work that you distribute or publish, that in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> whole or in part contains or is derived from the Program or any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> part thereof, to be licensed as a whole at no charge to all third</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> parties under the terms of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) If the modified program normally reads commands interactively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> when run, you must cause it, when started running for such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> interactive use in the most ordinary way, to print or display an</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> announcement including an appropriate copyright notice and a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> notice that there is no warranty (or else, saying that you provide</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a warranty) and that users may redistribute the program under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> these conditions, and telling the user how to view a copy of this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> License. (Exception: if the Program itself is interactive but</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> does not normally print such an announcement, your work based on</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Program is not required to print an announcement.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">These requirements apply to the modified work as a whole. If</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">identifiable sections of that work are not derived from the Program,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and can be reasonably considered independent and separate works in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">themselves, then this License, and its terms, do not apply to those</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sections when you distribute them as separate works. But when you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute the same sections as part of a whole which is a work based</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">on the Program, the distribution of the whole must be on the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License, whose permissions for other licensees extend to the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">entire whole, and thus to each and every part regardless of who wrote it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Thus, it is not the intent of this section to claim rights or contest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">your rights to work written entirely by you; rather, the intent is to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exercise the right to control the distribution of derivative or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">collective works based on the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In addition, mere aggregation of another work not based on the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">with the Program (or with a work based on the Program) on a volume of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">a storage or distribution medium does not bring the other work under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the scope of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 3. You may copy and distribute the Program (or a work based on it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">under Section 2) in object code or executable form under the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sections 1 and 2 above provided that you also do one of the following:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> a) Accompany it with the complete corresponding machine-readable</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> source code, which must be distributed under the terms of Sections</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1 and 2 above on a medium customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> b) Accompany it with a written offer, valid for at least three</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> years, to give any third party, for a charge no more than your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> cost of physically performing source distribution, a complete</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> machine-readable copy of the corresponding source code, to be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> distributed under the terms of Sections 1 and 2 above on a medium</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> c) Accompany it with the information you received as to the offer</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> to distribute corresponding source code. (This alternative is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> allowed only for noncommercial distribution and only if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> received the program in object code or executable form with such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> an offer, in accord with Subsection b above.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The source code for a work means the preferred form of the work for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">making modifications to it. For an executable work, complete source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">code means all the source code for all modules it contains, plus any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">associated interface definition files, plus the scripts used to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">control compilation and installation of the executable. However, as a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">special exception, the source code distributed need not include</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">anything that is normally distributed (in either source or binary</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">form) with the major components (compiler, kernel, and so on) of the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">operating system on which the executable runs, unless that component</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">itself accompanies the executable.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If distribution of executable or object code is made by offering</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">access to copy from a designated place, then offering equivalent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">access to copy the source code from the same place counts as</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribution of the source code, even though third parties are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">compelled to copy the source along with the object code.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 4. You may not copy, modify, sublicense, or distribute the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">except as expressly provided under this License. Any attempt</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise to copy, modify, sublicense or distribute the Program is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">void, and will automatically terminate your rights under this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">However, parties who have received copies, or rights, from you under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License will not have their licenses terminated so long as such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parties remain in full compliance.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 5. You are not required to accept this License, since you have not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">signed it. However, nothing else grants you permission to modify or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute the Program or its derivative works. These actions are</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">prohibited by law if you do not accept this License. Therefore, by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">modifying or distributing the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program), you indicate your acceptance of this License to do so, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">all its terms and conditions for copying, distributing or modifying</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the Program or works based on it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 6. Each time you redistribute the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program), the recipient automatically receives a license from the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">original licensor to copy, distribute or modify the Program subject to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">these terms and conditions. You may not impose any further</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">restrictions on the recipients' exercise of the rights granted herein.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You are not responsible for enforcing compliance by third parties to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 7. If, as a consequence of a court judgment or allegation of patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">infringement or for any other reason (not limited to patent issues),</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">conditions are imposed on you (whether by court order, agreement or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">otherwise) that contradict the conditions of this License, they do not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">excuse you from the conditions of this License. If you cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">distribute so as to satisfy simultaneously your obligations under this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">License and any other pertinent obligations, then as a consequence you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may not distribute the Program at all. For example, if a patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">license would not permit royalty-free redistribution of the Program by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">all those who receive copies directly or indirectly through you, then</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the only way you could satisfy both it and this License would be to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">refrain entirely from distribution of the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If any portion of this section is held invalid or unenforceable under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">any particular circumstance, the balance of the section is intended to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">apply and the section as a whole is intended to apply in other</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">circumstances.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">It is not the purpose of this section to induce you to infringe any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">patents or other property right claims or to contest validity of any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">such claims; this section has the sole purpose of protecting the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">integrity of the free software distribution system, which is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">implemented by public license practices. Many people have made</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">generous contributions to the wide range of software distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">through that system in reliance on consistent application of that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">system; it is up to the author/donor to decide if he or she is willing</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to distribute software through any other system and a licensee cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">impose that choice.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This section is intended to make thoroughly clear what is believed to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be a consequence of the rest of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 8. If the distribution and/or use of the Program is restricted in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">certain countries either by patents or by copyrighted interfaces, the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">original copyright holder who places the Program under this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">may add an explicit geographical distribution limitation excluding</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">those countries, so that distribution is permitted only in or among</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">countries not thus excluded. In such case, this License incorporates</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the limitation as if written in the body of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 9. The Free Software Foundation may publish revised and/or new versions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of the General Public License from time to time. Such new versions will</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be similar in spirit to the present version, but may differ in detail to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">address new problems or concerns.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Each version is given a distinguishing version number. If the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specifies a version number of this License which applies to it and "any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">later version", you have the option of following the terms and conditions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">either of that version or of any later version published by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Software Foundation. If the Program does not specify a version number of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this License, you may choose any version ever published by the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Foundation.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 10. If you wish to incorporate parts of the Program into other free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">programs whose distribution conditions are different, write to the author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to ask for permission. For software which is copyrighted by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Software Foundation, write to the Free Software Foundation; we sometimes</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">make exceptions for this. Our decision will be guided by the two goals</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of preserving the free status of all derivatives of our free software and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of promoting the sharing and reuse of software generally.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> NO WARRANTY</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">REPAIR OR CORRECTION.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">POSSIBILITY OF SUCH DAMAGES.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> END OF TERMS AND CONDITIONS</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> How to Apply These Terms to Your New Programs</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> If you develop a new program, and you want it to be of the greatest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">possible use to the public, the best way to achieve this is to make it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">free software which everyone can redistribute and change under these terms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To do so, attach the following notices to the program. It is safest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to attach them to the start of each source file to most effectively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">convey the exclusion of warranty; and each file should have at least</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the "copyright" line and a pointer to where the full notice is found.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is free software; you can redistribute it and/or modify</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> it under the terms of the GNU General Public License as published by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> the Free Software Foundation; either version 2 of the License, or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> (at your option) any later version.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This program is distributed in the hope that it will be useful,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GNU General Public License for more details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You should have received a copy of the GNU General Public License along</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> with this program; if not, write to the Free Software Foundation, Inc.,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Also add information on how to contact you by electronic and paper mail.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If the program is interactive, make it output a short notice like this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">when it starts in an interactive mode:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gnomovision version 69, Copyright (C) year name of author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> This is free software, and you are welcome to redistribute it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> under certain conditions; type `show c' for details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The hypothetical commands `show w' and `show c' should show the appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">parts of the General Public License. Of course, the commands you use may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">be called something other than `show w' and `show c'; they could even be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mouse-clicks or menu items--whatever suits your program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You should also get your employer (if you work as a programmer) or your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">school, if any, to sign a "copyright disclaimer" for the program, if</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">necessary. Here is a sample; alter the names:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Yoyodyne, Inc., hereby disclaims all copyright interest in the program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> `Gnomovision' (which makes passes at compilers) written by James Hacker.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> &lt;signature of Ty Coon&gt;, 1 April 1989</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Ty Coon, President of Vice</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This General Public License does not permit incorporating your program into</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">proprietary programs. If your program is a subroutine library, you may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">consider it more useful to permit linking proprietary applications with the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">library. If this is what you want to do, use the GNU Lesser General</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Public License instead of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + About Sobre @@ -517,27 +517,27 @@ p, li { white-space: pre-wrap; } Sobre PokerTH 0.5 - + Close Fechar - + License Licença - + Project Projeto - + Thanks to Obrigado a - + Translation Tradução @@ -555,7 +555,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -566,7 +566,7 @@ p, li { white-space: pre-wrap; } - Jogo do popular "Texas Holdem" Poker- Singleplayer com até 6 oponentes-computador- Multiplayer com jogos via rede- Codificado em C++ / QT4© 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -600,7 +600,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Leandro Fregnani!!! - !!!Português - Brasil!!! - !!!maxputo@gmail.com!!!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Leandro Fregnani!!! - !!!Português - Brasil!!! - !!!maxputo@gmail.com!!!</p></body></html> @@ -626,7 +626,7 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - Sobre PokerTH 0.6-beta + Sobre PokerTH 0.6-beta @@ -634,7 +634,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> @@ -658,7 +658,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idéia incial, arquitetura básica, implementação do gui, pacote linux</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idéia inicial, arquitetura básica, engenharia básica</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - arquitetura básica, desenvolvimento de rede, pacote windows</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - designer de gráficos, webdesign</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Pacote MacOS</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idéia incial, arquitetura básica, implementação do gui, pacote linux</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - idéia inicial, arquitetura básica, engenharia básica</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - arquitetura básica, desenvolvimento de rede, pacote windows</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - designer de gráficos, webdesign</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Pacote MacOS</p></body></html> @@ -679,7 +679,73 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">por diferentes e populares imagens de avatar</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - para imagens de avatar</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - por "mix" de imagens de avatar</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - por diferentes gpl sons licenciados</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - pela própria gravação de sons</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">por diferentes e populares imagens de avatar</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - para imagens de avatar</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - por "mix" de imagens de avatar</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - por diferentes gpl sons licenciados</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - pela própria gravação de sons</p></body></html> + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 + @@ -778,12 +844,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Ordem manual de blinds - + You cannot set more than 30 manual blinds. Você não pode configurar mais de 30 blinds manual. @@ -986,37 +1052,37 @@ p, li { white-space: pre-wrap; } Sala de Jogo - + Lobby-Chat Sala-Bate Papo - + Game Jogo - + Private Privado - + Game Info Info de jogo - + Connected Players Jogadores Conectados - + Fill up with computer opponents Adicionar oponentes computadores - + Start Game Iniciar Jogo @@ -1051,17 +1117,17 @@ p, li { white-space: pre-wrap; } Tempo esgotado para ação do jogador (sec): - + Leave Game Deixar o Jogo - + Create Game Criar Jogo - + Join Game Entrar no Jogo @@ -1071,47 +1137,47 @@ p, li { white-space: pre-wrap; } Jogadores disponiveis - + Players Jogadores - + Kick Player Chutar Jogador - + State Estado - + Maximum number of players: Número máximo de jogadores: - + Start Cash: Dinheiro Inicial: - + First small blind: Primeiro small blind: - + Blinds raise mode: Mode de aumento do Blind: - + Manual blinds list: Lista manual de blinds: - + Timeout for player action (sec): Tempo esgotado para ação do jogador (sec): @@ -1121,10 +1187,15 @@ p, li { white-space: pre-wrap; } Sala para jogos de Internet - + Blinds raise interval: Intervalo de aumento do Blind: + + + Join any game + + gameLobbyDialogImpl @@ -1134,57 +1205,57 @@ p, li { white-space: pre-wrap; } jogo - + Game Info Info de jogo - + Server Error Erro de Servidor - + You should not kick yourself from this game! Você não pode se chutar deste jogo! - + Joining a private Game Entrando num jogo privado - + You are about to join a private game. Please enter the password! Você esta prestes a entrar em um jogo privado. Por favor entre com a senha! - + running executando - + open abrir - + hands Mãos - + minutes minutos - + double blinds duplo blinds - + manual blinds order ordem manual de blinds @@ -1194,27 +1265,27 @@ p, li { white-space: pre-wrap; } Começando jogo. Por favor aguarde ... - + running games: %1 partidas em jogo: %1 - + open games: %1 partidas abertas: %1 - + players in chat: %1 jogadores no bate-papo: %1 - + connected players: %1 jogadores conectados: %1 - + %1's game %1's jogo @@ -1396,7 +1467,7 @@ Você gostaria de substituir ? mainWindow - + About PokerTH ... Sobre PokerTH ... @@ -1406,57 +1477,57 @@ Você gostaria de substituir ? Bate Papo - + Create Network Game ... Criar Jogo em rede ... - + Ctrl+F Ctrl+F - + Ctrl+H Ctrl+H - + Ctrl+J Ctrl+J - + Ctrl+L Ctrl+L - + Ctrl+N Ctrl+N - + Ctrl+O Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+T Ctrl+T - + Fullscreen Tela Cheia - + Game Jogo @@ -1466,12 +1537,12 @@ Você gostaria de substituir ? Hands - + Join Network Game ... Entrar em jogo de rede ... - + Log Registro @@ -1491,47 +1562,47 @@ Você gostaria de substituir ? QMainWindow { background-image: url(:/guiv2/resources/guiv2/table.png); background-position: bottom center; background-origin: content; } - + Quit Sair - + Settings ... Configurações ... - + Show/Hide Chat Window Mostrar/Esconder Janela de Bate Papo - + Show/Hide Hands Window Mostrar/Esconder Janela de Hands - + Show/Hide Log Window Mostrar/Esconder Janela de Registro - + Speed: Velocidade: - + Start Local Game ... Iniciar Jogo Local ... Stop - Parar + Parar - + View Visualizar @@ -1541,17 +1612,17 @@ Você gostaria de substituir ? PokerTH 0.6 - Jogo Texas Holdem Open-Source - + Network Game Jogo em Rede - + Internet Game ... Jogo na internet ... - + Ctrl+I Ctrl+I @@ -1561,22 +1632,22 @@ Você gostaria de substituir ? Apostar tudo - + Away Fora - + Manual Action (default) Ação Manual (padrão) - + Auto-Check / Auto-Fold Auto-Check / Auto-Desistir - + Auto-Check / Auto-Call-Any Auto-Check / Auto-Qualquer-Call @@ -1588,15 +1659,15 @@ Você gostaria de substituir ? Back to lobby - Voltar a Sala + Voltar a Sala - + Show/Hide Away Window Mostrar/Esconder Janela de indisponível - + Ctrl+A Ctrl+A @@ -1604,34 +1675,34 @@ Você gostaria de substituir ? mainWindowImpl - + An internal error occured. Um erro interno ocorreu. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Um pacote inválido foi recebido. Por favor tenha certeza de que todos os jogadores usam a mesma versão do PokerTH. - + An invalid port was set (ports 0-1023 are not allowed). Porta inválida adicionada (portas 0-1023 não são permitidas). - + Bind failed - please choose a different port. A conexão falhou - por favor escolha uma porta diferente. - + Cmd+N to start a new game Cmd+N para começar um novo jogo - + Connection timed out. Please check the server address. @@ -1642,32 +1713,32 @@ Por favor verifique o endereço do servidor. Caso o servidor esteja atrás de um NAT-Router, tenha certeza de que a porta esteja configurada no servidor. - + Connection was closed by the server. Conexão foi fechada pelo servidor. - + Could not connect to the server. Não foi possível conectar ao servidor. - + Could not create a socket for TCP communication. Não foi possível criar um socket para comunicação por TCP. - + Could not set the IP address. Não foi possível adicionar o endereço IP. - + Could not set the port for this type of address. Não foi possível adicionar a porta para este endereço. - + Ctrl+N to start a new game Ctrl+N para começar um novo jogo @@ -1677,76 +1748,76 @@ Caso o servidor esteja atrás de um NAT-Router, tenha certeza de que a porta est F1 - Desistir/Apostar Tudo | F2 - Check/Call | F3 - Aposta/Aumentar - + Internal network error: "listen" failed. Erro interno de rede: "listen" falhou. - + Internal network error: "select" failed. Erro interno de rede: "selecionar" falhou. - + Internal network error: "send" failed. Erro interno de rede: "enviar" falhou. - + Internal network error: Duplicate TCP connection. Erro interno de rede: Conexão TCP duplicada. - + Internal state error. Please make sure that all players use the same version of PokerTH. Erro interno de estado. Por favor tenha certeza de que todos os jogadores usam a mesma versão do PokerTH. - + Invalid password when joining the game. Please reenter the password and try again. Senha inválida ao tentar entrar no jogo. Por favor redigite a senha e tente novamente. - + Network Error Erro de Rede - + Server address was not set. Endereço de servidor não foi adicionado. - + Server execution was terminated. Execusão do servidor foi terminada. - + Sorry, this server is already full. Desculpe, este servidor está cheio. - + Start Começar - + Stop Parar - + The client player count is invalid. A conta do cliente é invalida. - + The password is too long. Please choose another one. A senha é muito longa. Por favor escolha outra. @@ -1763,27 +1834,27 @@ Please update PokerTH. Por favor atualize o PokerTH. - + The server name could not be resolved. O nome do servidor não pode ser resovildo. - + The server referred to an unknown player. Aborting. O servidor refere-se a um jogador desconhecido. Abortando. - + Unable to join - the server has already started the game. Impossível entrar - o servidor já começou o jogo. - + You were kicked from the server. Você foi chutado pelo servidor. - + Your player name is already used by another player. Please choose a different name. Seu nome está sendo usado por outro jogador. @@ -1795,32 +1866,32 @@ Por favor escolha um nome diferente. O nome do jogador é muito curto, longo ou reservado. Por favor escolha outro. - + The game name is either too short or too long. Please choose another one. O nome do jogo é muito curto ou longo. Por favor escolha outro. - + The game could not be found. O jogo não pode ser encontrado. - + The chat text is invalid. O texto do bate-papo é invalido. - + Network Notification Notificação de Rede - + You were kicked from the game. Você foi chutado do jogo. - + Sorry, this game is already full. Desculpe, este jogo está cheio. @@ -1830,7 +1901,7 @@ Por favor escolha um nome diferente. F1 - Bet/Aumentar | F2 - Check/Call | F3 - Desistir/Apostar tudo - + Chat Bate Papo @@ -1850,54 +1921,54 @@ Por favor escolha um nome diferente. Modo Auto Configurado: Check ou desistir. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Você não pode entrar na sala do jogo "Jogador Humano" com este apelido. Por favor escolha outro. - + Internal error: The current player could not be found. Erro interno: O jogador atual não pode ser encontrado. - + Internal error: The current player is not active. Erro interno: O jogador atual não está ativo. - + Too many manual blinds were set. Please reconfigure the manual blinds. Muitos manual blinds configurados. Por favor reconfigure o manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. Um avatar invalido foi configurado. Por favor escolha outro. - + The selected avatar file is too large. Please choose a different avatar. O avatar selecionado é muito grande. Por favor escolha outro avatar. The server requested a non-existing avatar. - O servidor requisitou um avatar não-existente. + O servidor requisitou um avatar não-existente. - + Could not start game: Synchronization failed. Não pode ser iniciado o jogo: Falha de Sincronização. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Desistir | F2 - Check/Call | F3 - Aposta/Aumentar | F4 - Apostar-tudo - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - Apostar-tudo | F2 - Aposta/Aumentar | F3 - Check/Call | F4 - Desistir @@ -1909,12 +1980,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Por favor vá para <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e faça o download da última versão. - + The player name is too short, too long or invalid. Please choose another one. O nome do jogador é muito curto, longo ou invalido. Por favor escolha outro. - + The server is down for maintenance. Please try again later. O servidor está paralizado para manutenção. Por favor tente mais tarde. @@ -1933,30 +2004,56 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Por favor vá para <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e faça o download da última versão. - + Closing PokerTH during network game Fechando o PoketTH durante o jogo em rede - + You are the hosting server. Do you want to close PokerTH anyway? Você é o servidor do jogo. Você quer realmente fechar o PokerTH assim mesmo? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. O servidor do PokerTH não suporta está versão do jogo.<br>Por favor vá para <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e faça o download da última versão. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Uma nova versão do PokerTH is disponivel.<br>Por favor vá para <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> e faça o download da última versão. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Está versão beta do PokerTH está desatualizada.<br>Por favor vá para <a href="http://www.pokerth.net/"target="_blank">http://www.pokerth.net/<a/> e faça o download da última versão. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -2029,6 +2126,24 @@ Por favor vá para <a href="http://www.pokerth.net/" target="_ Você não pode configurar mais de 30 blinds manual. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -2161,17 +2276,17 @@ Please enter an valid picture! settingsDialog - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://pt.wikipedia.org/wiki/Ipv6">O que é isso?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://pt.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">O que é isso?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2182,7 +2297,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Nota: A melhor qualidade do avatar com rátio de imagem </span><span style=" font-weight:600; font-style:italic;">width=50, height=50.</span></p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2198,32 +2313,32 @@ p, li { white-space: pre-wrap; } 0.4 (Atual) - + 10 10 - + action (high frequent disc access) Ação (acesso fregüente elevado de disco) - + Computer Engine Computador - + Day(s) Dia(s) - + Default Original - + Enable/Disable Logging Ativar/Desativar Registros @@ -2238,27 +2353,27 @@ p, li { white-space: pre-wrap; } Versão do jogo: - + Flipside of Cards Lado oposto das Cartas - + game (low disc access) Jogo (acesso a disco baixo) - + Game Speed for computer opponents: Velocidade do Jogo para Oponentes Computador: - + Game Speed: Velocidade do Jogo: - + hand (medium disc access) hand (acesso a disco médio) @@ -2268,12 +2383,12 @@ p, li { white-space: pre-wrap; } Hands antes de aumentar o small blind: - + Human Player: Jogador Humano: - + Interface Interface @@ -2283,22 +2398,22 @@ p, li { white-space: pre-wrap; } Configurações Originais de Jogo Local - + Local Game Settings Configurações de Jogo Local - + Log File Directory: Diretório de registro de arquivo: - + Log Messages Mensagens do Registro - + Maximum number of players: Número máximo de jogadores: @@ -2308,72 +2423,72 @@ p, li { white-space: pre-wrap; } Configurações originais para Jogo em Rede - + Network Game Settings Configurações para Jogo em Rede - + Number of players: Número de jogadores: - + Opponent 1: Oponente 1: - + Opponent 2: Oponente 2: - + Opponent 3: Oponente 3: - + Opponent 4: Oponente 4: - + Opponent 5: Oponente 5: - + Opponent 6: Oponente 6: - + Own flipside picture: Sua imagem do lado oposto: - + Pause between hands (press "start" button to go on) Pausa entre as hands (pressione o botão "iniciar" para continuar) - + Play sound effects Ouvir efeitos sonoros - + Player Nicks Apelidos de jogadores - + Server Password: Senha do Servidor: - + Server Port: Porta do Servidor: @@ -2403,7 +2518,7 @@ p, li { white-space: pre-wrap; } Mostrar animação de flip-card - + Show game settings dialog on every new game Mostrar diálogo de configurações do jogo a novo jogo @@ -2433,37 +2548,37 @@ p, li { white-space: pre-wrap; } Small Blind: - + Sound Volume: Volume de Som: - + Start Cash: Dinheiro Inicial: - + Store log files for Armazenar arquivos de registro para - + Timeout for player action (sec): Tempo esgotado para ação do jogador (sec): - + Use IPv6 Usar IPv6 - + Use SCTP Usar SCTP - + Write log after every: Escrever o registro todas as vezes após: @@ -2473,22 +2588,22 @@ p, li { white-space: pre-wrap; } Mostrar suas cartas apenas com o click do mouse - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Som - + Network Server Settings Configurações do Servidor de rede - + Internet Game Settings Configurações para jogos de internet @@ -2501,17 +2616,17 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Nota: Padrão </span><span style=" font-weight:600; font-style:italic;">Configurações de Jogo</span><span style=" font-style:italic;"> Como "</span>Numero máximo de jogadores", "<span style=" font-style:italic;">Dinheiro incial" e "Small Blind" serão usados </span><span style=" font-weight:600; font-style:italic;">para configurações de jogos em rede.</span></p></body></html> - + Internet Server Settings (Dedicated Server) Configurações de Servidor da Internet (Servidor Dedicado) - + Server Address: Endereço de Servidor: - + Use password for private game: Usar senha para jogo privado: @@ -2521,17 +2636,17 @@ p, li { white-space: pre-wrap; } Conigurações de Sala de Bate-Papo (Servidor IRC) - + chat.freenode.net chat.freenode.net - + Channel: Canal: - + #pokerth #pokerth @@ -2541,47 +2656,47 @@ p, li { white-space: pre-wrap; } Reverter as ordens das teclas F* (F1 - F3) - + First small blind: Primeiro small blind: - + Raise blinds: Aumentar blinds: - + Every: Sempre: - + hands Mãos - + minutes minutos - + Raise mode: Modo aumentar: - + Always double blinds Sempre duplo blinds - + Manual blinds order: Ordem manual de blinds: - + Edit ... Editar ... @@ -2591,37 +2706,37 @@ p, li { white-space: pre-wrap; } Idioma: - + Sound Categories Categorias de Som - + Play game actions sounds like "check", "call", "raise" Tocar sons de ação como "check", "call", "aumentar" - + Play lobby chat notifications Tocar notificações de bate-papo na sala - + Play network/internet game notifications like "player joined the game" Tocar notificações do jogo em rede/internet "jogador entrou no jogo" - + Enable/Disable Lobby Chat (IRC Server) Habilitar/Desabilitar sala de bate-papo (Servidor IRC) - + Player Nicks/Avatars Jogador Apelido/Avatar - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2633,6 +2748,21 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) Reverter as ordens das teclas F (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl @@ -2642,17 +2772,17 @@ p, li { white-space: pre-wrap; } Imagens (*.png) - + Open Directory Abrir Diretório - + Select your flipside picture Selecionar sua imagem do lado oposto - + Settings Error Erro de Configuração @@ -2671,17 +2801,17 @@ Please select an valid directory! Por favor selecione um diretório valido! - + Images (*.png *.jpg *.gif) Imagens (*.png *.jpg *.gif) - + Blinds Error Erro de Blinds - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2735,12 +2865,12 @@ Esta primeira-small-blind-valor será configurada como valor máximo permitido.< Turco - + Language Changed Idioma Alterado - + You have changed application language to %1. Please restart PokerTH to load new language! Você alterou o idioma da aplicação para %1. @@ -2757,13 +2887,13 @@ Por favor reinicie o PokerTH para carregar o novo idioma! Slovak - + The entered flipside picture doesn't exist. Please enter an valid picture! A imagem do lado oposto do baralho não existe.Por favor entre com uma imagem válida! - + The log file directory doesn't exist. Please select an valid directory! O diretório do arquivo de registro não existe.Por favor selecione um diretório valido! @@ -2835,12 +2965,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Erro de Servidor - + You should not kick yourself from this game! Você não pode se chutar deste jogo! diff --git a/ts/pokerth_ru.ts b/ts/pokerth_ru.ts index b1fb2c66..d5eeebd6 100644 --- a/ts/pokerth_ru.ts +++ b/ts/pokerth_ru.ts @@ -3,12 +3,12 @@ Chat - + You cannot kick yourself! Вы не можете отключить себя! - + You cannot kick any player - You are not game admin! Вы не можете отключить кого-либо, т.к. не являетесь администратором игры! @@ -16,62 +16,62 @@ LobbyChat - + Successfully connected to Успешное соединение с - + Joined channel: Вы подключены на канал: - + as user как пользователь - + Network Notification Сетевое уведомление - + You were kicked from the server. Вы были отключены от сервера. - + was kicked from the server by был отключен от сервера - + Connecting to Chat server... Соединение с чат-сервером ... - + An internal IRC error has occured: Произошла внутренняя ошибка IRC: - + Could not connect to the IRC server. Chat will be unavailable. Не могу подключиться к IRC серверу. Чат будет недоступен. - + The IRC server terminated the connection. Chat will be unavailable. IRC сервер прервал соединение. Чат будет недоступен. - + An IRC action timed out. Вышло время ожидания операции IRC. - + The IRC server reported an error: IRC север сообщает об ошибке: @@ -84,7 +84,7 @@ О программе PokerTH 0.5 - + About О программе @@ -118,7 +118,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Project Проект @@ -166,22 +166,22 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - сборка для MacOS</p></body></html> - + Translation Перевод - + Thanks to Благодарности - + License Лицензия - + Close Закрыть @@ -246,7 +246,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -263,7 +263,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -316,7 +316,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Перевод на русский язык: dtiger, metavoid</p></body></html> @@ -361,116 +361,129 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - О программе PokerTH 0.6-beta + О программе PokerTH 0.6-beta - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 changeCompleteBlindsDialog - + Change Blinds Settings Изменить настройки ставок - + First small blind: Начальная ставка: - + Raise blinds: Повышать ставки: - + Every: Каждые: - + hands партий - + minutes минут - + Raise mode: Режим повышения: - + Always double blinds Всегда удваивать ставки - + Manual blinds order: Самостоятельное управление ставками: - + Delete Удалить - + Add Добавить @@ -485,7 +498,7 @@ p, li { white-space: pre-wrap; } Всегда повышать на: - + $ $ @@ -495,17 +508,17 @@ p, li { white-space: pre-wrap; } Оставаться на последней ставке - + Afterwards: После этого: - + Always raise by: Всегда повышать на: - + Keep last blind Придерживаться последней ставки @@ -513,12 +526,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Самостоятельное управление ставками - + You cannot set more than 30 manual blinds. Вы не можете установить более чем 30 самостоятельных ставок. @@ -526,12 +539,12 @@ p, li { white-space: pre-wrap; } changeHumanPlayerNameDialog - + Network Error Сетевая ошибка - + Name: Имя: @@ -539,17 +552,17 @@ p, li { white-space: pre-wrap; } connectToServerDialog - + Connect to Server Соединение с сервером - + Connecting to Server ... Соединение с сервером ... - + Cancel Отмена @@ -557,22 +570,22 @@ p, li { white-space: pre-wrap; } connectToServerDialogImpl - + Resolving address... Определение IP адреса... - + Connecting to server... Соединение с сервером ... - + Starting session... Начало сессии... - + Connection established! Соединение установлено! @@ -580,7 +593,7 @@ p, li { white-space: pre-wrap; } createInternetGameDialog - + Create Game Создать игру @@ -590,7 +603,7 @@ p, li { white-space: pre-wrap; } Наcтройки игры - + Game Speed for computer opponents: Скорость игры компьютерных оппонентов: @@ -600,17 +613,17 @@ p, li { white-space: pre-wrap; } Количество партий для повышения ставки: - + Timeout for player action (sec): Время ожидания для хода игрока (сек): - + Maximum number of players: Максимальное количество игроков: - + Start Cash: Начальная сумма: @@ -620,37 +633,37 @@ p, li { white-space: pre-wrap; } Малая ставка: - + Password: Пароль: - + Cancel Отмена - + Create Internet Game Создать игру в Интернет - + Internet Game Settings Настройки игры в Интернет - + Blinds Ставки - + Use saved blinds settings Использовать сохраненные настройки ставок - + Change blinds settings ... Изменить настройки ставок ... @@ -658,12 +671,12 @@ p, li { white-space: pre-wrap; } createNetworkGameDialog - + Create Network Game Создать сетевую игру - + Network Game Settings Настройки сетевой игры @@ -673,17 +686,17 @@ p, li { white-space: pre-wrap; } Малая ставка: - + Start Cash: Начальная сумма: - + Maximum number of players: Максимальное количество игроков: - + Timeout for player action (sec): Время ожидания для хода игрока (сек): @@ -693,17 +706,17 @@ p, li { white-space: pre-wrap; } Количество партий для повышения малой ставки: - + Create Game Создать игру - + Cancel Отмена - + Game Speed for computer opponents: Скорость игры компьютерных оппонентов: @@ -713,17 +726,17 @@ p, li { white-space: pre-wrap; } Количество партий для повышения ставки: - + Blinds Ставки - + Use saved blinds settings Использовать сохраненные настройки ставок - + Change blinds settings ... Изменить настройки ставок ... @@ -736,12 +749,12 @@ p, li { white-space: pre-wrap; } Общая игровая комната - + Lobby-Chat Общий чат - + Game Игра @@ -751,27 +764,27 @@ p, li { white-space: pre-wrap; } Игрок - + Private Закрытая - + Game Info Информация об игре - + Connected Players Подключенные игроки - + Fill up with computer opponents Заполнить компьютерными оппонентами - + Start Game Начать игру @@ -806,80 +819,85 @@ p, li { white-space: pre-wrap; } Тайм-аут для хода игрока (сек): - + Leave Game Покинуть игру - + Create Game Создать игру - + Join Game Присоединиться к игре - + Available Players Доступные игроки - + Players Игроки - + Kick Player Отключить игрока - + State Состояние - + Maximum number of players: Максимальное количество игроков: - + Start Cash: Начальная сумма: - + First small blind: Начальная ставка: - + Blinds raise mode: Режим повышения ставок: - + Manual blinds list: Список самостоятельных ставок: - + Timeout for player action (sec): Время ожидания для хода игрока (сек): - + Internet Game Lobby Общая комната игры в Интернет - + Blinds raise interval: Интервал повышения ставок: + + + Join any game + + gameLobbyDialogImpl @@ -899,87 +917,87 @@ p, li { white-space: pre-wrap; } Вы хотите присоединиться к приватной игре. Пожалуйста, введите пароль! - + Game Info Информация об игре - + Server Error Ошибка сервера - + You should not kick yourself from this game! Вы не можете отключить себя от этой игры! - + Joining a private Game Присоединиться к закрытой игре - + You are about to join a private game. Please enter the password! Вы хотите присоединиться к закрытой игре. Пожалуйста, введите пароль! - + running идет игра - + open открыта - + hands партий - + minutes минут - + double blinds удвоений ставок - + manual blinds order самостоятельное управление ставками - + Starting game. Please wait ... Старт игры. Пожалуйста, подождите... - + running games: %1 Текущих игр: %1 - + open games: %1 Открытых игр: %1 - + players in chat: %1 Игроков в чате: %1 - + connected players: %1 Подключенных игроков: %1 - + %1's game Игра %1 @@ -987,62 +1005,62 @@ p, li { white-space: pre-wrap; } joinNetworkGameDialog - + Join Network Game Присоединиться к сетевой игре - + Connect to Network Game Подключение к сетевой игре - + Server Profiles Настройки сервера - + Name Имя - + Address Адрес - + Port Порт - + IPv6 IPv6 - + SCTP SCTP - + Save Сохранить - + Delete Удалить - + Use SCTP Использовать SCTP - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1053,12 +1071,12 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol"><span style=" text-decoration: underline; color:#0000ff;">Что это такое?</span></a></p></body></html> - + Use IPv6 Использовать IPv6 - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1069,37 +1087,37 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://en.wikipedia.org/wiki/Ipv6"><span style=" text-decoration: underline; color:#0000ff;">Что это такое?</span></a></p></body></html> - + Password (optional): Пароль (необязательно): - + Port: Порт: - + IP Address / Domain Name: IP адрес / Имя домена: - + Profile Name: Имя профиля: - + myServerProfile1 myServerProfile1 - + Connect Подключиться - + Close Закрыть @@ -1107,19 +1125,19 @@ p, li { white-space: pre-wrap; } joinNetworkGameDialogImpl - + Load Server-Profile-File Error Ошибка чтения файла профиля сервера - + Could not load server-profiles-file: Не могу загрузить файл профилей сервера: - + Save Server Profile Error Ошибка сохранения профиля сервера @@ -1129,29 +1147,29 @@ p, li { white-space: pre-wrap; } Профиль под названием: " - + Read Server-Profile List Error Ошибка чтения списка профилей сервера - + Could not read server-profiles list Не могу прочитать список профилей сервера - + Save Server-Profile-File Error Ошибка сохранения файла профиля сервера - + Could not save server-profiles-file: Не могу сохранить файл с профилями сервера: - + A profile with the name: %1 already exists. Would you like to overwrite ? Профиль под названием: %1уже существует. @@ -1176,82 +1194,82 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Hands Комбинации - + Chat Чат - + Speed: Скорость: Stop - Стоп + Стоп - + Log Журнал - + View Вид - + Game Игра - + Start Local Game ... Начать локальную игру ... - + Ctrl+N Ctrl+N - + Quit Выход - + Ctrl+Q Ctrl+Q - + About PokerTH ... О программе PokerTH ... - + Settings ... Наcтройки ... - + Create Network Game ... Создать сетевую игру ... - + Join Network Game ... Присоединиться к сетевой игре ... - + Fullscreen Полноэкранный режим @@ -1261,7 +1279,7 @@ Would you like to overwrite ? ⌘F - + Show/Hide Chat Window Показать/Скрыть окно чата @@ -1276,7 +1294,7 @@ Would you like to overwrite ? ⌘H - + Show/Hide Log Window Показать/Скрыть окно журнала сообщений @@ -1286,37 +1304,37 @@ Would you like to overwrite ? ⌘L - + Show/Hide Hands Window Показать/Скрыть окно комбинаций - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1326,17 +1344,17 @@ Would you like to overwrite ? PokerTH 0.6 - Покер Texas Holdem c открытым кодом - + Network Game Сетевая игра - + Internet Game ... Игра в Интернете ... - + Ctrl+I Ctrl+I @@ -1346,42 +1364,42 @@ Would you like to overwrite ? Ва-банк - + Away Режим отсутствия - + Manual Action (default) Самостоятельная игра (по умолчанию) - + Auto-Check / Auto-Fold Автопропуск / Автосброс - + Auto-Check / Auto-Call-Any Автопропуск / Автоответ - + PokerTH 0.6-beta - The Open-Source Texas Holdem Engine PokerTH 0.6-beta - Покер Texas Holdem c открытым кодом Back to lobby - Вернуться в общую комнату + Вернуться в общую комнату - + Show/Hide Away Window Показать/Скрыть окно "Режим отсутствия" - + Ctrl+A Ctrl+A @@ -1389,17 +1407,17 @@ Would you like to overwrite ? mainWindowImpl - + Stop Стоп - + Cmd+N to start a new game Ctrl+N для старта новой игры - + Ctrl+N to start a new game Ctrl+N для старта новой игры @@ -1409,67 +1427,67 @@ Would you like to overwrite ? F1 - Сбросить/Ва-банк | F2 - Пропуск/Ответить | F3 - Ставка/Повысить - + Start Старт - + Network Error Сетевая ошибка - + Server address was not set. Не установлен адрес сервера. - + An invalid port was set (ports 0-1023 are not allowed). Указан неверный порт (диапазон 0-1023 не допускается). - + Could not create a socket for TCP communication. Не могу создать сокет для TCP-соединения. - + Could not set the IP address. Не могу определить IP адрес. - + Could not set the port for this type of address. Не могу установить порт для этого типа адреса. - + The server name could not be resolved. Не могу определить имя сервера. - + Bind failed - please choose a different port. Подключение на порт не удалось - выберите другой порт. - + Internal network error: "listen" failed. Внутренняя сетевая ошибка: неудачная команда "listen". - + Server execution was terminated. Работа сервера была прервана. - + Could not connect to the server. Не могу соединиться с сервером. - + Connection timed out. Please check the server address. @@ -1480,34 +1498,34 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up Если сервер находится за NAT-маршрутизатором, удостоверьтесь, что обращение к порту сервера разрешено. - + Internal network error: "select" failed. Внутренняя сетевая ошибка: неудачная команда "select". - + Internal network error: "send" failed. Внутренняя сетевая ошибка: неудачная команда"send". - + Connection was closed by the server. Соединение было закрыто сервером. - + Internal network error: Duplicate TCP connection. Внутренняя сетевая ошибка: двойное TCP-соединение. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Принят неверный сетевой пакет. Убедитесь, что все игроки используют одинаковую версию PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Внутренняя ошибка состояния. @@ -1521,29 +1539,29 @@ Please update PokerTH. Обновите PokerTH. - + Sorry, this server is already full. Извините, сервер уже занят. - + Unable to join - the server has already started the game. Подключение невозможно - сервер уже начал игру. - + Invalid password when joining the game. Please reenter the password and try again. Неверный пароль при подключении. Введите пароль заново и подключитесь снова. - + The password is too long. Please choose another one. Слишком длинный пароль. Выберите другой. - + Your player name is already used by another player. Please choose a different name. Ваше игровое имя уже используется другим игроком. @@ -1555,22 +1573,22 @@ Please choose a different name. Имя игрока слишком длинное или слишком короткое. Выберите другое имя. - + The server referred to an unknown player. Aborting. Сервер обращается к неизвестному игроку. Останов. - + You were kicked from the server. Вы были отключены от сервера. - + The client player count is invalid. Неверное количество клиентов сервера. - + An internal error occured. Произошла внутренняя ошибка. @@ -1580,32 +1598,32 @@ Please choose a different name. Имя игрока слишком длинное, слишком короткое или уже занято. Выберите другое имя. - + The game name is either too short or too long. Please choose another one. Название игры слишком длинное или слишком короткое. Выберите другое название. - + The game could not be found. Игра не найдена. - + The chat text is invalid. Тескт чата неверный. - + Network Notification Уведомление по сети - + You were kicked from the game. Вы были отключены от игры. - + Sorry, this game is already full. Извините, все места в игре уже заняты. @@ -1615,74 +1633,74 @@ Please choose a different name. F1 - Ставка/Повысить | F2 - Пропуск/Ответить | F3 - Сбросить/Ва-банк - + Chat Чат - + Manual mode set. You've got to choose yourself now. Установлен ручной ружим. Вы играете самостоятельно. - + Auto mode set: Check or call any. Автоматический режим: всегда пропускать или отвечать. - + Auto mode set: Check or fold. Автоматический режим: всегда пропускать или сбрасывать. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Вы не можете войти в общую комнату Интернет-игры под именем "Human Player". Выберите другое имя. - + Internal error: The current player could not be found. Внутренняя ошибка: Текущий игрок не найден. - + Internal error: The current player is not active. Внутренняя ошибка: Текущий игрок не активен. - + Too many manual blinds were set. Please reconfigure the manual blinds. Слишком много самостоятельных ставок. Пересмотрите список ставок. - + An invalid avatar file was configured. Please choose a different avatar. Указан неверный файл аватары. Задайте другую аватару. - + The selected avatar file is too large. Please choose a different avatar. Выбранный файл аватары слишком большой. Задайте другую аватару. The server requested a non-existing avatar. - Сервер запросил несуществующую аватару. + Сервер запросил несуществующую аватару. - + Could not start game: Synchronization failed. Не могу начать игру: нарушена синхронизация. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Сбросить | F2 - Пропуск/Ответить | F3 - Ставка/Повысить | F4 - Ва-банк - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - Ва-банк | F2 - Ставка/Повысить | F3 - Пропуск/Ответить | F4 - Сбросить @@ -1694,12 +1712,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую новую версию. - + The player name is too short, too long or invalid. Please choose another one. Имя игрока слишком длинное, слишком короткое или неправильное. Выберите другое имя. - + The server is down for maintenance. Please try again later. Сервер находится на техобслуживании. Попробуйте позже. @@ -1718,45 +1736,71 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую новую версию. - + Closing PokerTH during network game Закрытие PokerTH во время сетевой игры - + You are the hosting server. Do you want to close PokerTH anyway? Вы являетесь сервером игры. Вы точно хотите закрыть PokerTH? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Сервер PokerTH не поддерживает эту версию игры.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую свежую версию. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Вышла новая версия PokerTH.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую свежую версию. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Эта бета-версия PokerTH устарела.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую свежую версию. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog - + Manual Blinds Order Самостоятельное управление ставками - + Delete Удалить - + Add Добавить @@ -1766,7 +1810,7 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& После этого: - + Always double blinds Всегда удваивать ставки @@ -1776,7 +1820,7 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Всегда повышать на: - + $ $ @@ -1786,17 +1830,17 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Оставаться на последней ставке - + Afterwards: После этого: - + Always raise by: Всегда повышать на: - + Keep last blind Придерживаться последней ставки @@ -1804,40 +1848,58 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& manualBlindsOrderDialogImpl - + Manual Blinds Order Самостоятельное управление ставками - + You cannot set more than 30 manual blinds. Вы не можете установить более чем 30 самостоятельных ставок. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog - + Start Local Game Начать локальную игру - + Local Game Settings Настройки локальной игры - + Game Speed: Скорость игры: - + Number of players: Количество игроков: - + Start Cash: Начальная сумма: @@ -1857,17 +1919,17 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Количество партий для повышения ставки: - + Blinds Ставки - + Use saved blinds settings Использовать сохраненные настройки ставок - + Change blinds settings ... Изменить настройки ставок ... @@ -1875,27 +1937,27 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& selectAvatarDialog - + Please select an avatar Пожалуйста, выберите аватару - + Select an avatar Выберите аватару - + Load avatar from external file Загрузить аватару из внешнего файла - + People Люди - + Miscellaneous Разное @@ -1903,12 +1965,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& selectAvatarDialogImpl - + Avatar File Error Ошибка в файле аватары - + Please select an avatar from the list! Выберите аватару из списка! @@ -1920,7 +1982,7 @@ Please enter an valid picture! Укажите правильную картинку! - + Select external avatar picture Выберите внешнюю картинку аватары @@ -1930,19 +1992,19 @@ Please enter an valid picture! Картинки (*.png) - + The file size of the chosen picture is too big. (max. 30KB) Please choose a smaller picture! Размер файла выбранной картинки слишком велик. (максимум 30KB) Пожалуйста, выберите картинку поменьше! - + Images (*.png *.jpg *.gif) Картинки (*.png *.jpg *.gif) - + The entered avatar picture doesn't exist. Please enter an valid picture! Указанная картика аватары не существует. @@ -1952,22 +2014,22 @@ Please enter an valid picture! settingsDialog - + Settings Наcтройки - + Flipside of Cards Рубашка карт - + Own flipside picture: Своя рубашка карт: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1978,57 +2040,57 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Замечание: Наилучшее качество изображения с размерами картинки </span><span style=" font-weight:600; font-style:italic;">ширина=100, высота=140.</span></p></body></html> - + Default По умолчанию - + Show flip-card animation Показывать анимацию переворота карт - + Show buttons for small blind and big blind Показывать кнопки для малой и большой ставок - + Show fade-out animation for non-winning cards Показывать постепенное исчезновение невыигрышных карт - + Show statusbar messages Показывать сообщения в строке состояния - + Show left toolbox (F10 to switch on/off) Показывать левую панель (F10 для вкл/выкл) - + Interface Интерфейс - + Show intro on startup Показывать заставку при старте программы - + Show right toolbox (F11 to switch on/off) Показывать правую панель (F11 для вкл/выкл) - + Play sound effects Включить звуковые эффекты - + Show game settings dialog on every new game Показывать диалог настроек перед началом игры @@ -2038,7 +2100,7 @@ p, li { white-space: pre-wrap; } Количество партий для повышения малой ставки: - + Number of players: Количество игроков: @@ -2053,17 +2115,17 @@ p, li { white-space: pre-wrap; } Малая ставка: - + Game Speed: Скорость игры: - + Start Cash: Начальная сумма: - + Pause between hands (press "start" button to go on) Пауза между партиями (нажмите "Старт" для продолжения) @@ -2083,32 +2145,32 @@ p, li { white-space: pre-wrap; } Настройки сервера - + Server Password: Пароль сервера: - + Server Port: Порт сервера: - + Use SCTP Использовать SCTP - + Use IPv6 Использовать IPv6 - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Что это такое?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Что это такое?</a> @@ -2118,12 +2180,12 @@ p, li { white-space: pre-wrap; } Настройки сетевой игры по умолчанию - + Game Speed for computer opponents: Скорость игры компьютерных оппонентов: - + Maximum number of players: Максимальное количество игроков: @@ -2133,7 +2195,7 @@ p, li { white-space: pre-wrap; } Версия движка для компьютерных оппонетов: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2144,132 +2206,132 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Замечание: Наилучшее качество аватары при размерах картинки </span><span style=" font-weight:600; font-style:italic;">ширина=50, высота=50.</span></p></body></html> - + Computer Engine Компьютерные противники - + Opponent 5: Оппонент 5: - + Opponent 4: Оппонент 4: - + Opponent 3: Оппонент 3: - + Opponent 2: Оппонент 2: - + Opponent 1: Оппонент 1: - + Human Player: Игрок: - + Player Nicks Имена игроков - + Enable/Disable Logging Включение/Выключение записи событий - + Store log files for Сохранять журнал событий - + Day(s) дней - + Log File Directory: Каталог для файла журнала: - + Write log after every: Записывать в журнал после каждого: - + Log Messages Журнал сообщений - + Local Game Settings Настройки локальной игры - + Network Game Settings Настройки сетевой игры - + Sound Volume: Громкость: - + 10 10 - + Opponent 6: Оппонент 6: - + Timeout for player action (sec): Время ожидания для хода игрока (сек): - + action (high frequent disc access) действия (много обращений к диску) - + hand (medium disc access) партии (средняя частота обращений к диску) - + game (low disc access) игры (малое количество обращения к диску) - + Show own cards only on mouse click Показывать свои карты только после клика мышью - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Звук @@ -2279,12 +2341,12 @@ p, li { white-space: pre-wrap; } Количество партий для повышения ставки: - + Network Server Settings Настройки сетевого сервера - + Internet Game Settings Настройки игры в Интернет @@ -2300,17 +2362,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Замечание: </span><span style=" font-weight:600; font-style:italic;">Настройки игры по-умолчанию,</span><span style=" font-style:italic;"> такие как "</span>Максимальное количество игроков", "<span style=" font-style:italic;">Начальная сумма" и "Малая ставка" будут взяты </span><span style=" font-weight:600; font-style:italic;">из Настроек Сетевой Игры .</span></p></body></html> - + Internet Server Settings (Dedicated Server) Настройки Интернет-сервера (Выделенный сервер) - + Server Address: Адрес сервера: - + Use password for private game: Использовать пароль для закрытой игры: @@ -2320,17 +2382,17 @@ p, li { white-space: pre-wrap; } Настройки общего чата (IRC сервер) - + chat.freenode.net chat.freenode.net - + Channel: Канал: - + #pokerth #pokerth @@ -2340,87 +2402,87 @@ p, li { white-space: pre-wrap; } Обратный порядок кнопок (F1 - F3) - + First small blind: Начальная ставка: - + Raise blinds: Повышать ставки: - + Every: Каждые: - + hands партий - + minutes минут - + Raise mode: Режим повышения: - + Always double blinds Всегда удваивать ставки - + Manual blinds order: Самостоятельное управление ставками: - + Edit ... Редактировать ... - + Language: Язык: - + Sound Categories Озвучивание - + Play game actions sounds like "check", "call", "raise" Озвучивать действия "Пропустить", "Ответить", "Повысить" - + Play lobby chat notifications Озвучивать события общего чата - + Play network/internet game notifications like "player joined the game" Озвучивать события Сетевой/Интернет игр типа "Игрок присоединился к игре" - + Enable/Disable Lobby Chat (IRC Server) Разрешить/Запретить общий чат (IRC сервер) - + Player Nicks/Avatars Имена игроков/Aватары - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2431,15 +2493,30 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-style:italic;">Замечание: По умолчанию, </span><span style=" font-weight:600; font-style:italic;">Настройки игры</span><span style=" font-style:italic;"> "Максимальное количество игроков", "Начальная сумма" и "Начальная ставка" будут взяты </span><span style=" font-weight:600; font-style:italic;">из Настроек Сетевой игры.</span></p></body></html> - + Reverse order of F-Keys (F1 - F4) Обратный порядок кнопок (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Ошибка в настройках @@ -2458,7 +2535,7 @@ Please select an valid directory! Укажите правильный каталог! - + Select your flipside picture Выберите свою картинку рубашки карт @@ -2468,22 +2545,22 @@ Please select an valid directory! Картинки (*.png) - + Open Directory Открыть каталог - + Images (*.png *.jpg *.gif) Картинки (*.png *.jpg *.gif) - + Blinds Error Ошибка ставок - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2492,27 +2569,27 @@ This first-small-blind-value will be set to maximum allowed value. Значение начальной ставки будет установлено на максимально возможное значение. - + Dutch Голландский - + English Английский - + French Французский - + German Немецкий - + Hungarian Венгерский @@ -2522,58 +2599,58 @@ This first-small-blind-value will be set to maximum allowed value. Норвежский - + Portuguese Португальский - + Russian Русский - + Turkish Турецкий - + Language Changed Язык изменен - + You have changed application language to %1. Please restart PokerTH to load new language! Вы выбрали %1 язык. Перезагрузите PokerTH! - + Italian Итальянский - + Slovak Словацкий - + The entered flipside picture doesn't exist. Please enter an valid picture! Указанная картика рубашки карт не существует. Укажите правильную картинку! - + The log file directory doesn't exist. Please select an valid directory! Указанный каталог для лога не существует. Укажите правильный каталог! - + Norwegian Норвежский @@ -2581,17 +2658,17 @@ Please select an valid directory! startNetworkGameDialog - + Start Network Game Начать сетевую игру - + Maximum number of players: Максимальное количество игроков: - + 0 0 @@ -2601,17 +2678,17 @@ Please select an valid directory! Отключить - + Connected Players Подключенные игроки - + Start Game Начать игру - + Cancel Отмена @@ -2621,17 +2698,17 @@ Please select an valid directory! Общий чат - + Fill up with computer opponents Заполнить компьютерными оппонентами - + Kick Player Отключить игрока - + Chat Чат @@ -2639,12 +2716,12 @@ Please select an valid directory! startNetworkGameDialogImpl - + Server Error Ошибка сервера - + You should not kick yourself from this game! Вы не можете отключить себя от этой игры! diff --git a/ts/pokerth_sk.ts b/ts/pokerth_sk.ts index 3f226df0..24dc9a8d 100644 --- a/ts/pokerth_sk.ts +++ b/ts/pokerth_sk.ts @@ -84,7 +84,7 @@ O PokerTH 0.5 - + About O @@ -118,12 +118,12 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Project Projekt - + Translation Preklad @@ -141,17 +141,17 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> jose1711@gmail.com</p></body></html> - + Thanks to Poďakovanie - + License Licencia - + Close Zavrieť @@ -172,7 +172,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -189,7 +189,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -242,7 +242,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jozef Říha - Slovak - jose1711@gmail.com</p></body></html> @@ -328,18 +328,18 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - balíček pre MacOS</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">Jozef Říha - Slovak - jose1711@gmail.com</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -357,7 +357,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> @@ -378,7 +378,7 @@ p, li { white-space: pre-wrap; } About PokerTH 0.6-beta - O PokerTH 0.6-beta + O PokerTH 0.6-beta @@ -386,54 +386,46 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -518,12 +510,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order Manuálne stanovenie stávky - + You cannot set more than 30 manual blinds. Nemôžete nastaviť viac ako 30 manuálnych stávok. @@ -721,37 +713,37 @@ p, li { white-space: pre-wrap; } gameLobbyDialog - + Lobby-Chat Lobby-Chat - + Game Hra - + Private Súkromný - + Game Info Info o hre - + Connected Players Pripojení hráči - + Fill up with computer opponents Vyplniť počitačovými súpermi - + Start Game Spustiť hru @@ -781,17 +773,17 @@ p, li { white-space: pre-wrap; } Časový limit pre hráčovu akciu (sek): - + Leave Game Opustiť hru - + Create Game Vytvoriť hru - + Join Game Pridať sa k hre @@ -801,47 +793,47 @@ p, li { white-space: pre-wrap; } Dostupní hráči - + Players Hráči - + Kick Player Vykopnúť hráča - + State Stav - + Maximum number of players: Maximálny počet hráčov: - + Start Cash: Úvodná hotovosť: - + First small blind: Prvá stávka: - + Blinds raise mode: Režim zvyšovania stávok: - + Manual blinds list: Ručný zoznam stávok: - + Timeout for player action (sec): Čas pre hráčovu akciu (sek): @@ -851,10 +843,15 @@ p, li { white-space: pre-wrap; } Internetové hracie lobby - + Blinds raise interval: Interval zvyšovania stávok: + + + Join any game + + gameLobbyDialogImpl @@ -864,57 +861,57 @@ p, li { white-space: pre-wrap; } hra - + Game Info Info o hre - + Server Error Chyba servera - + You should not kick yourself from this game! Nemali by ste z tejto hry vykopnúť sám seba! - + Joining a private Game Pripájam sa k súkromnej hre - + You are about to join a private game. Please enter the password! Chcete sa pripojiť k súkromnej hre. Prosím zadajte heslo! - + running spúšťam - + open otvorená - + hands rozdania - + minutes minúty - + double blinds dvojité stávky - + manual blinds order ručné stanovenie stávok @@ -924,27 +921,27 @@ p, li { white-space: pre-wrap; } Spúšťam hru. Prosím čakajte... - + running games: %1 spustené hry: %1 - + open games: %1 otvorené hry: %1 - + players in chat: %1 hráči na chate: %1 - + connected players: %1 pripojení hráči: %1 - + %1's game %1ova hra @@ -1151,72 +1148,72 @@ Prajete si ho prepísať? Chat - + Log Záznam - + Speed: Rýchlosť: Stop - Zastaviť + Zastaviť - + View Pohľad - + Game Hra - + Start Local Game ... Spustiť lokálnu hru... - + Ctrl+N Ctrl+N - + Quit Ukončiť - + Ctrl+Q Ctrl+Q - + About PokerTH ... O PokerTH... - + Settings ... Nastavenia... - + Create Network Game ... Vytvoriť sieťovú hru... - + Join Network Game ... Pripojiť sa k sieťovej hre... - + Fullscreen Celá obrazovka @@ -1226,7 +1223,7 @@ Prajete si ho prepísať? ⌘F - + Show/Hide Chat Window Zobraziť/skryť okno chatu @@ -1241,7 +1238,7 @@ Prajete si ho prepísať? ⌘H - + Show/Hide Log Window Zobraziť/skryť okno s logmi @@ -1251,37 +1248,37 @@ Prajete si ho prepísať? ⌘L - + Show/Hide Hands Window Zobraziť/skryť okno rozdaní - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1291,17 +1288,17 @@ Prajete si ho prepísať? PokerTH 0.6 - Open-Source Texas Holdem Engine - + Network Game Sieťová hra - + Internet Game ... Internetová hra... - + Ctrl+I Ctrl+I @@ -1311,22 +1308,22 @@ Prajete si ho prepísať? Vsadiť všetko - + Away Preč - + Manual Action (default) Manuálna akcia (východzie) - + Auto-Check / Auto-Fold Auto-Ok / Auto-Zložiť - + Auto-Check / Auto-Call-Any Auto-Ok / Auto-Dorovnať-čokoľvek @@ -1336,17 +1333,12 @@ Prajete si ho prepísať? PokerTH 0.6-beta - Open-source Engine pre Texas Holdem - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1354,17 +1346,17 @@ Prajete si ho prepísať? mainWindowImpl - + Stop Zastaviť - + Cmd+N to start a new game Cmd+N pre spustenie novej hry - + Ctrl+N to start a new game Ctrl+N pre spustenie novej hry @@ -1374,67 +1366,67 @@ Prajete si ho prepísať? F1 - Zložiť karty/Vsadiť všetko | F2 - Zdržať sa/Dorovnať | F3 - Stávka/Zvýšiť - + Start Štart - + Network Error Chyba siete - + Server address was not set. Adresa servera nebola nastavená. - + An invalid port was set (ports 0-1023 are not allowed). Bol nastavený neplatný port (nie sú povolené porty 0-1023). - + Could not create a socket for TCP communication. Nepodarilo sa vytvoriť socket pre komunikáciu TCP. - + Could not set the IP address. Nepodarilo sa nastaviť IP adresu. - + Could not set the port for this type of address. Nepodarilo sa nastaviť port pre tento typ adresy. - + The server name could not be resolved. Meno servera sa nepodarilo resolvnúť. - + Bind failed - please choose a different port. Bind zlyhal - prosím, vyberte iný port. - + Internal network error: "listen" failed. Interná chyba siete: "listen" zlyhalo. - + Server execution was terminated. Spustenie servera bolo zrušené. - + Could not connect to the server. Nepodarilo sa pripojiť k serveru. - + Connection timed out. Please check the server address. @@ -1445,34 +1437,34 @@ Prosím, skontrolujte adresu serveru. Ak je server za NAT routrom, ubezpečte sa, že je na strane servera zapnuté presmerovanie portov (port forwarding). - + Internal network error: "select" failed. Interná chyba siete: "select" zlyhalo. - + Internal network error: "send" failed. Interná chyba siete: "send" zlyhalo. - + Connection was closed by the server. Spojenie bolo uzatvorené serverom. - + Internal network error: Duplicate TCP connection. Interná chyba siete: Duplikované TCP spojenie. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Bol prijatý neplatný sieťový paket. Prosím, uistite sa, že všetci hráči používajú rovnakú verziu PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Chyba interného stavu. @@ -1486,29 +1478,29 @@ Please update PokerTH. Prosím, aktualizujte PokerTH. - + Sorry, this server is already full. Ľutujem, tento server je už plný. - + Unable to join - the server has already started the game. Nepodarilo sa pripojiť k hre - na serveri už začala hra. - + Invalid password when joining the game. Please reenter the password and try again. Neplatné heslo pri pripájaní sa k hre. Prosím, skúste to znovu. - + The password is too long. Please choose another one. Heslo je príliš dlhé. Prosím, zvoľte si iné heslo. - + Your player name is already used by another player. Please choose a different name. Vaše meno hráča už používa niekto iný. @@ -1520,57 +1512,57 @@ Prosím, vyberte si iné meno. Meno hráča je buď príliš krátke alebo príliš dlhé. Prosím, vyberte si iné. - + The server referred to an unknown player. Aborting. Server sa odvolal na neznámeho hráča. Ukončujem. - + You were kicked from the server. Boli ste vykopnutý zo serveru. - + The client player count is invalid. Počet hráčov klienta je neplatný. - + An internal error occured. Nastala interná chyba. - + The game name is either too short or too long. Please choose another one. Názov hry je buď príliš krátky alebo príliš dlhý. Prosím zvoľte iný názov. - + The game could not be found. Hru sa nepodarilo nájsť. - + The chat text is invalid. Text chatu je neplatný. - + Network Notification Sieťová notifikácia - + You were kicked from the game. Boli ste vykopnutý z hry. - + Sorry, this game is already full. Ľutujem, táto hra je už plná. - + Chat Chat @@ -1590,54 +1582,54 @@ Prosím, vyberte si iné meno. Nastavený automatický režim: ísť ďalej alebo zložiť. - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. Nemôžete sa pripojiť k internetovej hre lobby s prezývkou "Human Player". Prosím vyberte si inú prezývku. - + Internal error: The current player could not be found. Interná chyba: Nepodarilo sa nájsť aktuálneho hráča. - + Internal error: The current player is not active. Interná chyba: Aktuálny hráč nie je aktívny. - + Too many manual blinds were set. Please reconfigure the manual blinds. Bolo nastavených priliš veľa manuálnych stávok. Prosím upravte nastavenia manuálnych stávok. - + An invalid avatar file was configured. Please choose a different avatar. Bol nastavený neplatný súbor s avatarom. Prosím vyberte iného avatara. - + The selected avatar file is too large. Please choose a different avatar. Vybraný súbor s avatarom je príliš veľký. Prosím vyberte iného avatara. The server requested a non-existing avatar. - Server si vypýtal neexistujúceho avatara. + Server si vypýtal neexistujúceho avatara. - + Could not start game: Synchronization failed. Nepodarilo sa spustiť hru: Zlyhala synchronizácia. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Zložiť | F2 - Ok/Dorovnať | F3 - Staviť/Zvýšiť | F4 - Vsadiť všetko - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - Vsadiť všetko | F2 - Staviť/Zvýšiť | F3 - Ok/Dorovnať | F4 - Dorovnať @@ -1649,12 +1641,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> a stiahnite najnovšiu verziu. - + The player name is too short, too long or invalid. Please choose another one. Meno hráča je príliš krátke, príliš dlhé alebo neplatné. Prosím vyberte iné. - + The server is down for maintenance. Please try again later. Server je mimo prevádzky kvôli údržbe. Prosím skúste to neskôr. @@ -1673,30 +1665,56 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> a stiahnite najnovšiu verziu. - + Closing PokerTH during network game Zatváram PokerTH počas sieťovej hry - + You are the hosting server. Do you want to close PokerTH anyway? Vy ste hosťujúci server. Chcete ukončiť PokerTH i napriek tomu? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. PokerTH server nepodporuje túto verziu hry.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite najnovšiu verziu. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Je dostupné nové vydanie PokerTH.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite si najnovšiu verziu. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. Táto betaverzia PokerTH je zastaralá.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite si najnovšiu verziu. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1754,6 +1772,24 @@ Prosím navštívte <a href="http://www.pokerth.net/" target=" Nemôžete nastaviť viac ako 30 manuálnych stávok. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1892,17 +1928,17 @@ Prosím zadajte platný obrázok! Nastavenia - + Play sound effects Prehrávať zvukové efekty - + Sound Volume: Hlasitosť zvuku: - + 10 10 @@ -1912,17 +1948,17 @@ Prosím zadajte platný obrázok! Ukazovať animáciu otáčania kariet - + Flipside of Cards Ruby kariet - + Own flipside picture: Vlastný obrázok na rube kariet: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1933,7 +1969,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Poznámka: Najlepšiu kvalitu dosiahnte pri veľkosti obrázka </span><span style=" font-weight:600; font-style:italic;">šírka=100, výška=140.</span></p></body></html> - + Default Implicitný @@ -1958,7 +1994,7 @@ p, li { white-space: pre-wrap; } Zobrazovať ľavú nástrojovú lištu (F10 pre vypnutie/zapnutie) - + Interface Interface @@ -1973,7 +2009,7 @@ p, li { white-space: pre-wrap; } Zobrazovať pravú nástrojovú lištu (F10 pre vypnutie/zapnutie) - + Show game settings dialog on every new game Zobrazovať dialógové okno s nastaveniami pred každou novou hrou @@ -1983,7 +2019,7 @@ p, li { white-space: pre-wrap; } Počet rozdaní pred zvýšením malej stávky naslepo: - + Number of players: Počet hráčov: @@ -1998,17 +2034,17 @@ p, li { white-space: pre-wrap; } Malá stávka naslepo: - + Game Speed: Rýchlosť hry: - + Start Cash: Úvodná hotovosť: - + Pause between hands (press "start" button to go on) Prestávka medzi rozdaniami (stlačte tlačidlo "start" pre pokračovanie) @@ -2028,32 +2064,32 @@ p, li { white-space: pre-wrap; } Nastavenia servera - + Server Password: Heslo servera: - + Server Port: Port servera: - + Use SCTP Používať SCTP - + Use IPv6 Používať IPv6 - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Čo je to?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Čo je to?</a> @@ -2063,12 +2099,12 @@ p, li { white-space: pre-wrap; } Implicitné nastavenia sieťovej hry - + Game Speed for computer opponents: Rýchlosť hry počítačových súperov: - + Maximum number of players: Maximálny počet hráčov: @@ -2078,52 +2114,52 @@ p, li { white-space: pre-wrap; } Verzia enginu pre počítačových súperov: - + Timeout for player action (sec): Časový limit pre hráčovu akciu (sek): - + Player Nicks Prezývky hráčov - + Computer Engine Počítačový engine - + Opponent 6: Súper 6: - + Opponent 5: Súper 5: - + Opponent 4: Súper 4: - + Opponent 3: Súper 3: - + Opponent 2: Súper 2: - + Opponent 1: Súper 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2134,62 +2170,62 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Poznámka: Najlepšiu kvalitu má avatar pri veľkosti obrázka </span><span style=" font-weight:600; font-style:italic;">šírka=50, výška=50.</span></p></body></html> - + Human Player: Ľudský hráč: - + Enable/Disable Logging Zapnúť/vypnúť zaznamenávanie - + Store log files for Ukladať log súbory - + Day(s) Deň(dní) - + Log File Directory: Adresár s log súborom: - + Write log after every: Zapísať log pri každom: - + action (high frequent disc access) akcia (častý prístup na disk) - + hand (medium disc access) rozdanie (stredný prístup na disk) - + game (low disc access) hra (nízky prístup na disk) - + Log Messages Zaznamenávať správy - + Local Game Settings Nastavenia lokálnej hry - + Network Game Settings Nastavenia sieťovej hry @@ -2199,52 +2235,52 @@ p, li { white-space: pre-wrap; } Zobraziť vlastné karty iba pri kliknutí myšou - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Zvuk - + Network Server Settings Sieťové nastavenia servera - + Internet Game Settings Nastavenia internetovej hry - + Internet Server Settings (Dedicated Server) Nastavenia internetového servera (Dedikovaný server) - + Server Address: Adresa servera: - + Use password for private game: Použiť heslo pre súkromnú hru: - + chat.freenode.net chat.freenode.net - + Channel: Kanál: - + #pokerth #pokerth @@ -2254,47 +2290,47 @@ p, li { white-space: pre-wrap; } Opačné poradie F-klávesov (F1 - F3) - + First small blind: Prvá stávka: - + Raise blinds: Zvyšovať stávky: - + Every: Každých: - + hands rozdaní - + minutes minút - + Raise mode: Režim zvyšovania: - + Always double blinds Vždy dvojnásobné stávky - + Manual blinds order: Ručné stanovenie stávok: - + Edit ... Upraviť... @@ -2304,37 +2340,37 @@ p, li { white-space: pre-wrap; } Jazyk: - + Sound Categories Kategórie zvuku - + Play game actions sounds like "check", "call", "raise" Prehrávať zvuky pre herné akcie ako "ok", "dorovnať", "zvýšiť" - + Play lobby chat notifications Prehrávať notifikácie lobby chatu - + Play network/internet game notifications like "player joined the game" Prehrávať notifikácie sieťovej/internetovej hry ako "hráč sa pripojil k hre" - + Enable/Disable Lobby Chat (IRC Server) Zapnúť/vypnúť lobby chat (IRC server) - + Player Nicks/Avatars Prezývka/avatar hráča - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2349,11 +2385,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) Opačné poradie F-klávesov (F1 - F4) + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Chyba v nastaveniach @@ -2372,7 +2423,7 @@ Please select an valid directory! Prosím, vyberte platný adresár! - + Select your flipside picture Vyberte si obrázok pre rub kariet @@ -2382,22 +2433,22 @@ Prosím, vyberte platný adresár! Obrázky (*.png) - + Open Directory Otvoriť adresár - + Images (*.png *.jpg *.gif) Obrázky (*.png *.jpg *.gif) - + Blinds Error Chyba stávok - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2451,12 +2502,12 @@ Hodnota prvej malej stávky bude nastavená na maximálnu možnú úroveň.Turecky - + Language Changed Zmenený jazyk - + You have changed application language to %1. Please restart PokerTH to load new language! Zmenili ste jazyk aplikácie na %1. @@ -2473,14 +2524,14 @@ Prosím reštartujte PokerTH pre načítanie nového jazyka! Slovensky - + The entered flipside picture doesn't exist. Please enter an valid picture! Zadaný obrázok pre rub karty neexistuje. Prosím zadajte platný obrázok! - + The log file directory doesn't exist. Please select an valid directory! Adresár pre súbor s logmi neexistuje. @@ -2548,12 +2599,12 @@ Prosím zadajte platný adresár! startNetworkGameDialogImpl - + Server Error Chyba servera - + You should not kick yourself from this game! Nemali by ste z hry vykopnúť sám seba! diff --git a/ts/pokerth_sv.ts b/ts/pokerth_sv.ts index df35193a..c775cbaa 100644 --- a/ts/pokerth_sv.ts +++ b/ts/pokerth_sv.ts @@ -79,25 +79,12 @@ aboutPokerth - - About PokerTH 0.6-beta - - - - + About - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - - - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -108,86 +95,99 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - + Project - + Translation - + Thanks to - + License - + Close - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L'; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for people avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">ZeiZei</span> </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for "misc" avatar pictures</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for different gpl lizensed sounds</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 + + + + + About PokerTH %1 @@ -272,12 +272,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order - + You cannot set more than 30 manual blinds. @@ -470,105 +470,110 @@ p, li { white-space: pre-wrap; } - + Game - + Players - + State - + Private - + Game Info - + Connected Players - + Fill up with computer opponents - + Start Game - + Kick Player - + Maximum number of players: - + Start Cash: - + First small blind: - + Blinds raise interval: - + Blinds raise mode: - + Manual blinds list: - + Timeout for player action (sec): - + Leave Game - + Create Game - + Join Game - + Lobby-Chat + + + Join any game + + gameLobbyDialogImpl @@ -578,82 +583,82 @@ p, li { white-space: pre-wrap; } - + Joining a private Game - + You are about to join a private game. Please enter the password! - + Game Info - + running - + open - + running games: %1 - + open games: %1 - + players in chat: %1 - + connected players: %1 - + hands - + minutes - + double blinds - + manual blinds order - + Server Error - + You should not kick yourself from this game! - + %1's game @@ -836,167 +841,157 @@ Would you like to overwrite ? - + Log - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any - + Speed: - - Stop - - - - + View - + Game - + Network Game - + Start Local Game ... - + Ctrl+N - + Quit - + Ctrl+Q - + About PokerTH ... - + Settings ... - + Create Network Game ... - + Ctrl+O - + Join Network Game ... - + Ctrl+J - + Fullscreen - + Ctrl+F - + Show/Hide Chat Window - + Ctrl+T - + Show/Hide Hands Window - + Ctrl+H - + Show/Hide Log Window - + Ctrl+L - + Internet Game ... - + Ctrl+I - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1004,98 +999,98 @@ Would you like to overwrite ? mainWindowImpl - + Stop - + Cmd+N to start a new game - + Ctrl+N to start a new game - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - + Start - + Network Error - + Server address was not set. - + An invalid port was set (ports 0-1023 are not allowed). - + Could not create a socket for TCP communication. - + Could not set the IP address. - + Could not set the port for this type of address. - + The server name could not be resolved. - + Bind failed - please choose a different port. - + Internal network error: "listen" failed. - + Server execution was terminated. - + Could not connect to the server. - + Connection timed out. Please check the server address. @@ -1103,171 +1098,166 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up - + Internal network error: "select" failed. - + Internal network error: "send" failed. - + Connection was closed by the server. - + Internal network error: Duplicate TCP connection. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + Sorry, this server is already full. - + Invalid password when joining the game. Please reenter the password and try again. - + The password is too long. Please choose another one. - + Your player name is already used by another player. Please choose a different name. - + The player name is too short, too long or invalid. Please choose another one. - + The game name is either too short or too long. Please choose another one. - + The game could not be found. - + The chat text is invalid. - + The server referred to an unknown player. Aborting. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + You were kicked from the server. - + The client player count is invalid. - + Too many manual blinds were set. Please reconfigure the manual blinds. - + An invalid avatar file was configured. Please choose a different avatar. - + The selected avatar file is too large. Please choose a different avatar. - - The server requested a non-existing avatar. - - - - + Could not start game: Synchronization failed. - + The server is down for maintenance. Please try again later. - + An internal error occured. - + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Unable to join - the server has already started the game. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. @@ -1287,20 +1277,46 @@ Please choose a different name. - + Chat - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1358,6 +1374,24 @@ Please choose a different name. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1472,12 +1506,12 @@ Please enter an valid picture! - + QLabel { font-weight: bold; } - + Interface @@ -1532,17 +1566,17 @@ Please enter an valid picture! - + Flipside of Cards - + Own flipside picture: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1550,187 +1584,187 @@ p, li { white-space: pre-wrap; } - + Default - + Sound - + Play sound effects - + Sound Volume: - + 10 - + Sound Categories - + Play game actions sounds like "check", "call", "raise" - + Play lobby chat notifications - + Play network/internet game notifications like "player joined the game" - + Local Game Settings - + Number of players: - + Start Cash: - + First small blind: - + Raise blinds: - + Every: - + hands - + minutes - + Raise mode: - + Always double blinds - + Manual blinds order: - + Edit ... - + Game Speed: - + Pause between hands (press "start" button to go on) - + Show game settings dialog on every new game - + Network Game Settings - + Maximum number of players: - + Game Speed for computer opponents: - + Timeout for player action (sec): - + Network Server Settings - + Server Password: - + Server Port: - + Use SCTP - + Use IPv6 - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> - + Internet Game Settings - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -1738,82 +1772,82 @@ p, li { white-space: pre-wrap; } - + Internet Server Settings (Dedicated Server) - + Server Address: - + Use password for private game: - + Enable/Disable Lobby Chat (IRC Server) - + chat.freenode.net - + Channel: - + #pokerth - + Player Nicks - + Computer Engine - + Opponent 6: - + Opponent 5: - + Opponent 4: - + Opponent 3: - + Opponent 2: - + Opponent 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1821,60 +1855,75 @@ p, li { white-space: pre-wrap; } - + Human Player: - + Enable/Disable Logging - + Store log files for - + Day(s) - + Log File Directory: - + Write log after every: - + action (high frequent disc access) - + hand (medium disc access) - + game (low disc access) - + Log Messages - + Player Nicks/Avatars + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl @@ -1934,55 +1983,55 @@ p, li { white-space: pre-wrap; } - + Settings Error - + The entered flipside picture doesn't exist. Please enter an valid picture! - + The log file directory doesn't exist. Please select an valid directory! - + Language Changed - + You have changed application language to %1. Please restart PokerTH to load new language! - + Select your flipside picture - + Images (*.png *.jpg *.gif) - + Open Directory - + Blinds Error - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2040,12 +2089,12 @@ This first-small-blind-value will be set to maximum allowed value. startNetworkGameDialogImpl - + Server Error - + You should not kick yourself from this game! diff --git a/ts/pokerth_tr.ts b/ts/pokerth_tr.ts index 021f74da..a21056b7 100644 --- a/ts/pokerth_tr.ts +++ b/ts/pokerth_tr.ts @@ -79,12 +79,12 @@ aboutPokerth - + About Hakkında - + Project Proje @@ -113,17 +113,17 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Proje Sayfası: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Yazarlar: </span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - Başlangıç fikri, basit yapı, gui gerçekleştirimi, linux paketi, webmaster@pokerth.net</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - başlangıç fikri, basit yapı, lokomotif geliştirici</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> -ağ geliştirimi, windows paketi</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui grafik tasarımı, web tasarım</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS paketi</p></body></html> - + License Lisans - + Close Kapat - + Thanks to Teşekkürler @@ -150,7 +150,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PokerTH 0.5</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Popüler "Texas Holdem"Pokeri için, poker motoru</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Tek oyunculu oyunlar için, en fazla 6 bilgisayar rakiple oynanabilir</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Çok oyunculu ağ oyunları</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- C++ / QT4 ile kodlanmıştır</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400;">© 2006-2007, FHammer &amp; FThauer</span></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> - + Translation Çeviri @@ -213,7 +213,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6</span></p></body></html> - + - Poker Engine for the popular "Texas Holdem" Poker - Singleplayer games with up to 6 computer-opponents - Multiplayer network games @@ -230,7 +230,7 @@ p, li { white-space: pre-wrap; } © 2006-2007, FHammer, FThauer, LMay - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -264,7 +264,7 @@ p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kunter Kutlu - Türkçe - kunterkutlu@gmail.com</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kunter Kutlu - Türkçe - kunterkutlu@gmail.com</p></body></html> @@ -331,18 +331,18 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS paketi</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';">!!!Please replace this with your translator name!!! - !!!Please replace this with your language!!! - !!!If you like please replace this with your mail address (otherwise please remove)!!!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Kunter Kutlu kunterkutlu@gmail.com </br>Mustafa Günay mustafagunay@gmail.com</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -360,7 +360,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">doc_dos</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - for self recorded chip sounds</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Müşterekleri;</span></a></p> @@ -379,61 +379,40 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - Kendi kaydımız chip sesleri için</p></body></html> - - About PokerTH 0.6-beta + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">IRC: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> #pokerth (irc.freenode.net)</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-weight:600;">Authors: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, gui implementation, linux package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - initial idea, basic architecture, engine development</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - basic architecture, network development, windows package</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - gui graphics design, webdesign</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"> - MacOS package</p></body></html> + + + + + aboutPokerthImpl + + + PokerTH %1 - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">PokerTH 0.6-beta</span></p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <a href="http://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">IRC: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> #pokerth (irc.freenode.net)</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Authors: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Felix Hammer (<a href="mailto:doitux@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, gui implementation, linux package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Florian Thauer (<a href="mailto:floty@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - initial idea, basic architecture, engine development</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lothar May (<a href="mailto:lotodore@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - basic architecture, network development, windows package</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Oskar Lindqvist (<a href="mailto:tranberry@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - gui graphics design, webdesign</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Erhard List (<a href="mailto:dunkanx@pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">dunkanx@pokerth.net</span></a>)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - MacOS package</p></body></html> - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"> - <span style=" font-weight:400;">for different popular avatar picture resources</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Viktoria, Benedikt, Erhard, Felix, Florian, Linus, Lothar, Mark, Steffi, Caro</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for people avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ZeiZei</span> </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for "misc" avatar pictures</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://kde-look.org/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">http://kde-look.org/</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different gpl lizensed sounds</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">doc_dos</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for self recorded chip sounds</p></body></html> + + About PokerTH %1 @@ -518,12 +497,12 @@ p, li { white-space: pre-wrap; } changeCompleteBlindsDialogImpl - + Manual Blinds Order El ile teklif istemi - + You cannot set more than 30 manual blinds. 30 dan fazla elle teklif yapamazsınız. @@ -721,47 +700,47 @@ p, li { white-space: pre-wrap; } Uygun Oyuncular - + Game Oyun - + Players Oyuncular - + State Aşama - + Private Özel - + Game Info Oyun Bilgisi - + Connected Players Bağlı Oyuncular - + Fill up with computer opponents Bilgisayar rakipleri ile doldur - + Start Game Oyunu Başlat - + Kick Player Oyuncu At @@ -776,52 +755,52 @@ p, li { white-space: pre-wrap; } Small Blind: - + Leave Game Oyunu Terket - + Create Game Oyun Yarat - + Join Game Oyuna Gir - + Lobby-Chat Kulis-Söyleşisi - + Maximum number of players: En fazla oyuncu sayısı: - + Start Cash: Paraya Çevir: - + First small blind: İlk küçük teklif: - + Blinds raise mode: Teklif Yükseltme kipi: - + Manual blinds list: Elle yapılan teklif listesi: - + Timeout for player action (sec): Oyuncu hamlesi için zaman aşımı (sn): @@ -831,10 +810,15 @@ p, li { white-space: pre-wrap; } İnternet Oyun Kulisi - + Blinds raise interval: Teklif yükseltme aralığı: + + + Join any game + + gameLobbyDialogImpl @@ -844,57 +828,57 @@ p, li { white-space: pre-wrap; } oyun - + Joining a private Game Özel bir oyuna giriliyor - + You are about to join a private game. Please enter the password! Özel bir oyuna girmek üzeresiniz. Lütven parolanızı giriniz! - + Game Info Oyun Bilgisi - + Server Error Sunucu Hatası - + You should not kick yourself from this game! Bu oyunda kendi kendinizi tekmeleyemezsiniz! - + running çalışıyor - + open - + hands eller - + minutes dakika - + double blinds çifte teklif - + manual blinds order el ile teklif istemi @@ -904,27 +888,27 @@ p, li { white-space: pre-wrap; } Oyun başlatılıyor. Lütfen bekleyin... - + running games: %1 Çalışan oyunlar: %1 - + open games: %1 açık oyunlar: %1 - + players in chat: %1 söyleşideki oyuncular: %1 - + connected players: %1 bağlı oyuncular: %1 - + %1's game @@ -1116,57 +1100,57 @@ Would you like to overwrite ? QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Hız: Stop - Dur + Dur - + View Görünüm - + Game Oyun - + Ctrl+N Ctrl+N - + Quit Çık - + About PokerTH ... PokerTH Hakkında... - + Settings ... Ayarlar... - + Create Network Game ... Ağ Oyunu Oluştur... - + Join Network Game ... Ağ Oyununa Katıl... - + Fullscreen Tam Ekran @@ -1186,17 +1170,17 @@ Would you like to overwrite ? Sohbet - + Log Günlük - + Start Local Game ... Yerel Oyun Başlat... - + Ctrl+Q Ctrl+Q @@ -1211,62 +1195,62 @@ Would you like to overwrite ? PokerTH 0.5 - Açık-Kaynak Texas Holdem Motoru {0.6 ?} - + Network Game Ağ Oyunu - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Söyleşi Penceresini Göster/Gizle - + Ctrl+T Ctrl+T - + Show/Hide Hands Window El Penceresini Göster/Gizle - + Ctrl+H Ctrl+H - + Show/Hide Log Window Günlük Penceresini Göster/Gizle - + Ctrl+L Ctrl+L - + Internet Game ... İnternet Oyunu ... - + Ctrl+I Ctrl+I @@ -1276,22 +1260,22 @@ Would you like to overwrite ? Hepsi İçinde - + Away Uzak - + Manual Action (default) El İle Hamle (ön tanımlı) - + Auto-Check / Auto-Fold Oto-Denetim / Oto-Katla - + Auto-Check / Auto-Call-Any Oto-Denetim / Oto-Çağrı-Herhangi bir @@ -1301,17 +1285,12 @@ Would you like to overwrite ? - - Back to lobby - - - - + Show/Hide Away Window - + Ctrl+A @@ -1319,12 +1298,12 @@ Would you like to overwrite ? mainWindowImpl - + Cmd+N to start a new game Yeni bir oyun başlatmak için Cmd+N - + Ctrl+N to start a new game Yeni bir oyun başlatmak için Cmd+N @@ -1334,94 +1313,94 @@ Would you like to overwrite ? F1 - Katla/Hepsini | F2 - Denetle/Çağır | F3 - Bahis/Yükselt - + Start Başlat - + Stop Dur - + Network Error Ağ Hatası - + Server address was not set. Sunucu adresi belirtilmedi. - + An invalid port was set (ports 0-1023 are not allowed). Geçersiz bağlantı noktası belirtilmiş (0-1023 arasındaki bağlantı noktaları kullanılamaz). - + Could not create a socket for TCP communication. TCP iletişimi için bir yuva oluşturulamadı. - + Could not set the IP address. IP adresi ayarlanamadı. - + Could not set the port for this type of address. Bu çeşit bir adres için bağlantı noktası ayarlanamadı. - + The server name could not be resolved. Sunucu ismi çözümlenemedi. - + Bind failed - please choose a different port. Bağlama başarısız - lütfen farklı bir bağlantı noktası seçin. - + Internal network error: "listen" failed. Dahili ağ hatası - "dinleme" başarısız. - + Server execution was terminated. Sunucu işletimi sonlandırıldı. - + Could not connect to the server. Sunucuya bağlanılamadı. - + Internal network error: "select" failed. Dahili ağ hatası - "seçim" başarısız. - + Internal network error: "send" failed. Dahili ağ hatası - "gönder" başarısız. - + Internal network error: Duplicate TCP connection. Dahili ağ hatası: TCP bağlantısını çoğaltın. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Geçersiz bir ağ paketi alındı. Lütfen bütün oyuncuların PokerTH ın aynı sürümünü kullandığından emin olun. - + Internal state error. Please make sure that all players use the same version of PokerTH. Dahili durum hatası. @@ -1435,29 +1414,29 @@ Please update PokerTH. Lütfen PokerTH ınızı güncelleyin. - + Sorry, this server is already full. Üzgünüm, bu sunucu dolu. - + Unable to join - the server has already started the game. Girilemiyor - sunucu zaten oyuna başladı. - + Invalid password when joining the game. Please reenter the password and try again. Oyuna girişte geçersiz parola. Lütfen parolanızı girin ve yeniden deneyin. - + The password is too long. Please choose another one. Parola çok uzun. Lütfen başka bir tane deneyin. - + Your player name is already used by another player. Please choose a different name. Oyuncu isminiz başka bir oyuncu tarafından kullanılıyor. @@ -1469,12 +1448,12 @@ Lütfen farklı bir isim seçiniz. Oyuncu ismi çok uzun veya çok kısa. Lütfen farklı bir isim seçiniz. - + An internal error occured. Dahili bir hata oluştu. - + Connection timed out. Please check the server address. @@ -1485,52 +1464,52 @@ Lütfen sunucu adresini kontrol ediniz. Eğer sunucu bir NAT-Router arkasındaysa, sunucu tarafındaki bağlantı noktası yönlendirmesinin ayarlandığından emin olunuz. - + Connection was closed by the server. Bağlantı, sunucu tarafından kapatıldı. - + The server referred to an unknown player. Aborting. Sunucu, bilinmeyen bir oyuncuya devredildi. Çıkılıyor. - + You were kicked from the server. Sunucu tarafından tekmelendiniz. - + The client player count is invalid. İstemci oyuncu sayısı yanlış. - + The game name is either too short or too long. Please choose another one. Oyun ismi ya çok uzun yada öok kısa. Lütfen başka birini seçiniz. - + The game could not be found. Oyun bulunamadı. - + The chat text is invalid. Söyleşi metni geçersiz. - + Network Notification Ağ Bildirimi - + You were kicked from the game. Oyundan atıldınız. - + Sorry, this game is already full. Üzgünüm, oyun zaten dolu. @@ -1550,59 +1529,59 @@ Eğer sunucu bir NAT-Router arkasındaysa, sunucu tarafındaki bağlantı noktas Oto kip ayarlı: denetleyin veya katlayın. - + Chat Sohbet - + You cannot join Internet-Game-Lobby with "Human Player" as nickname. Please choose another one. "Human Player" sahte ismi ile internet-oyun-lobisine giremezsiniz. Lütfen başka bir tane seçiniz. - + Internal error: The current player could not be found. Dahili hata: Bu oyuncu bulunamadı. - + Internal error: The current player is not active. Dahili Hata: Bu oyuncu aktif değil. - + Too many manual blinds were set. Please reconfigure the manual blinds. Çok fazla elle teklif ayarlı. Lütfen elle teklifleri eniden yapılandırınız. - + An invalid avatar file was configured. Please choose a different avatar. Geçersiz bir avatar dosyası yapılandırıldı. Lütfen farklı bir avatar seçiniz. - + The selected avatar file is too large. Please choose a different avatar. Seçili avatar dosyası çok büyük. Lütfen farklı bir avatar seçiniz. The server requested a non-existing avatar. - Sunucu, mevcut olmayan bir avatar isteği aldı. + Sunucu, mevcut olmayan bir avatar isteği aldı. - + Could not start game: Synchronization failed. Oyun başlatılamadı: Eş zamalama yapılamadı. - + F1 - Fold | F2 - Check/Call | F3 - Bet/Raise | F4 - All-In F1 - Katla | F2 - Denetle/Çağır | F3 - Bahis/Yükselt | F4 - Heps içinde - + F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold F1 - Hepsi içinde | F2 - Bahis/Yükselt | F3 - Denetle/Çağır | F4 - Katla @@ -1614,12 +1593,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indirin. - + The player name is too short, too long or invalid. Please choose another one. Bu oyuncu ismi, çok kısa, çok uzun yahut geçersiz. Lütfen başka bir isim seçiniz. - + The server is down for maintenance. Please try again later. Sunucu bakım sebebiyle kapalı. Lütfen sonra tekrar deneyin. @@ -1638,30 +1617,56 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indiriniz. - + Closing PokerTH during network game Ağ oyunu sırasında PokerTH kapatılıyor - + You are the hosting server. Do you want to close PokerTH anyway? Siz ana sunucusunuz. Yinede PokerTH programını kapatmak istiyor musunuz? - + The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. - + This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version. + + + PokerTH %1 - The Open-Source Texas Holdem Engine + + + + + Lobby + + + + + An internal avatar error occured. Please report this to an admin in the lobby chat. + + + + + PokerTH - Internet Game Message + + + + + Attention! Do you really want to leave the current game +and go back to the lobby? + + manualBlindsOrderDialog @@ -1719,6 +1724,24 @@ Lütfen <a href="http://www.pokerth.net/" target="_blank" 30 dan fazla elle teklif yapamazsınız. + + myMessageDialog + + + Dialog + + + + + MessageText + + + + + Do not show this warning again. + + + newGameDialog @@ -1852,17 +1875,17 @@ Lütfen geçerli bir resim girin! settingsDialog - + Interface Arayüz - + Flipside of Cards Kartların kıvrık tarafı - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1870,7 +1893,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Not: En iyi kalitede resim oranı </span><span style=" font-weight:600; font-style:italic;">genişlik=100, yükseklik=140.</span></p></body></html> - + Default Ön Tanımlı @@ -1885,7 +1908,7 @@ p, li { white-space: pre-wrap; } Small Blind: - + Start Cash: Ödemeyi Başlat: @@ -1900,17 +1923,17 @@ p, li { white-space: pre-wrap; } Sunucu Ayarları - + Server Port: Sunucu Bağlantı Noktası: - + Use IPv6 IPv6 Kullan - + Server Password: Sunucu Parolası: @@ -1920,67 +1943,67 @@ p, li { white-space: pre-wrap; } Ön Tanımlı Ağ Oyunu Ayarları - + Computer Engine Bilgisayar Motoru - + Opponent 5: Rakip 5: - + Opponent 3: Rakip 3: - + Opponent 2: Rakip 2: - + Opponent 1: Rakip 1: - + Opponent 4: Rakip 4: - + Human Player: Gerçek Oyuncu: - + Player Nicks Ouncu Takma Adları - + Log File Directory: Günlük Dosyası Dizini: - + Day(s) Gün(ler) - + Log Messages Günlük Mesajları - + Local Game Settings Yerel Oyun Ayarları - + Network Game Settings Ağ Oyunu Ayarları @@ -1990,7 +2013,7 @@ p, li { white-space: pre-wrap; } Kart-çevirme canlandırmasını göster - + Own flipside picture: Kendi kıvrık taraf resmi: @@ -2020,7 +2043,7 @@ p, li { white-space: pre-wrap; } Durum çubuğu mesajlarını göster - + Show game settings dialog on every new game Her yeni oyunda, oyun ayarları diyaloğunu göster @@ -2030,22 +2053,22 @@ p, li { white-space: pre-wrap; } Antall henter før "Small Blind" økes: - + Number of players: Oyuncu sayısı: - + Game Speed: Oyun Hızı: - + Pause between hands (press "start" button to go on) Eller arasında durakla (devam etmek için başla tuşuna basın) - + Game Speed for computer opponents: Bilgisayar rakipleriniz için Oyun Hızı: @@ -2055,17 +2078,17 @@ p, li { white-space: pre-wrap; } Bilgisayar rakipleriniz için Motor Sürümü: - + Enable/Disable Logging Günlük Tutmayı Etkinleştir/Edilginleştir - + Store log files for Günlük dosyalarını sakla - + Write log after every: Herseferinde son olarak günlük yaz: @@ -2090,7 +2113,7 @@ p, li { white-space: pre-wrap; } Vis knapper for "small blind" og "big blind" - + Play sound effects Ses etkilerini oynat @@ -2100,22 +2123,22 @@ p, li { white-space: pre-wrap; } 0.4 (şu anki) - + Use SCTP SCTP Kullan - + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://no.wikipedia.org/wiki/Ipv6">Bu nedir?</a> - + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Bu nedir?</a> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Nimbus Sans L'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2128,42 +2151,42 @@ p, li { white-space: pre-wrap; } Ayarlar - + Maximum number of players: En fazla oyuncu sayısı: - + Sound Volume: Ses Oranı: - + 10 10 - + Opponent 6: Rakip 6: - + Timeout for player action (sec): Oyuncu faaliyeti zaman aşımına uğradı (sn): - + action (high frequent disc access) Faaliyet (yüksek sıklıkta disk geçişi) - + hand (medium disc access) El (orta derecede disk geçişi) - + game (low disc access) oyun (düşük disk geçişi) @@ -2178,97 +2201,97 @@ p, li { white-space: pre-wrap; } F-Tuşlarının (F1 - F3) ters işlemleri - + QLabel { font-weight: bold; } QLabel { font-weight: bold; } - + Sound Ses - + First small blind: İlk küçük teklif: - + Raise blinds: Teklifleri yükselt: - + Every: Her: - + hands eller - + minutes dakika - + Raise mode: Değer yükselt: - + Always double blinds Daime çifte teklif - + Manual blinds order: El ile teklif istemi: - + Edit ... Düzenle ... - + Network Server Settings Ağ Sunucusu Ayarları - + Internet Game Settings İnternet Oyun Ayarları - + Internet Server Settings (Dedicated Server) İnternet Oyun Ayarları (Tahsis edilen Sunucu) - + Server Address: Sunucu Adresi: - + Use password for private game: Özel oyun için parola kullan: - + chat.freenode.net chat.freenode.net - + Channel: Kanal: - + #pokerth #pokerth @@ -2278,37 +2301,37 @@ p, li { white-space: pre-wrap; } Dil: - + Sound Categories Ses Kategorileri - + Play game actions sounds like "check", "call", "raise" "denetle", "çağır", "yükselt" gibi hamle sesleri olan oyun oyna - + Play lobby chat notifications Kulis sohbet bildirimlerini oynat - + Play network/internet game notifications like "player joined the game" "Oyuncu oyuna girdi" gibi ağ/internet oyunu bildirimleri ile oyna - + Enable/Disable Lobby Chat (IRC Server) Kulis Sohbetini Etkinleştir/Edilgenleştir (IRC Sunucu) - + Player Nicks/Avatars Oyuncu Takma İsimleri/Avatarları - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> @@ -2320,11 +2343,26 @@ p, li { white-space: pre-wrap; } Reverse order of F-Keys (F1 - F4) F-Tuşlarının (F1 - F3) ters işlemleri {1 ?} {4)?} + + + Network / Internet Game + + + + + Switch keyboard focus to bet-input-field if it's your turn + + + + + Channel Password: + + settingsDialogImpl - + Settings Error Ayar Hatası @@ -2343,7 +2381,7 @@ Please select an valid directory! Lütfen geçerli bir dizin giriniz! - + Select your flipside picture Kıvrık taraf resminizi seçin @@ -2353,22 +2391,22 @@ Lütfen geçerli bir dizin giriniz! Resimler (*.png) - + Open Directory Dizin Aç - + Images (*.png *.jpg *.gif) Resimler (*.png *.jpg *.gif) - + Blinds Error Teklif Hatası - + The first element in your manual-blinds-list is smaller than current first-small-blind! This first-small-blind-value will be set to maximum allowed value. @@ -2422,12 +2460,12 @@ yüksek değer olarak ayarlanacaktır. Türkçe - + Language Changed Dil Değiştirildi - + You have changed application language to %1. Please restart PokerTH to load new language! Uygulama dilini %1 olarak değiştirdiniz. @@ -2444,14 +2482,14 @@ Yeni dilde yüklenmesi için lütfen PokerTH programını yeniden başlatınız! Slovakça - + The entered flipside picture doesn't exist. Please enter an valid picture! Girilen resmin ters tarafı mevcut değil. Lütfen geçerli bir resim giriniz! - + The log file directory doesn't exist. Please select an valid directory! Günlük dosyasının dizini mevcut değil. @@ -2519,12 +2557,12 @@ Lütfen geçerli bir dizin seçiniz! startNetworkGameDialogImpl - + Server Error Sunucu Hatası - + You should not kick yourself from this game! Bu oyunda kendi kendinizi tekmeleyemezsiniz!