diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index d8d3afb2..136e3f8f 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -595,7 +595,7 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog) { myStartWindow->getSession()->getCurrentGame()->getCurrentHand()->getBoard()->getMyCards(tempBoardCardsArray); GameState currentState = myStartWindow->getSession()->getCurrentGame()->getCurrentHand()->getCurrentBeRo()->getMyBeRoID(); if(currentState >= GAME_STATE_FLOP && currentState <= GAME_STATE_POST_RIVER) - for(int i=0; i<3; i++) { + for(int i=0; i<3; i++) { QPixmap card = QPixmap::fromImage(QImage(myCardDeckStyle->getCurrentDir()+QString::number(tempBoardCardsArray[i], 10)+".png")); boardCardsArray[i]->setPixmap(card, FALSE); } @@ -628,12 +628,13 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog) { //Check for anti-peek mode if(myStartWindow->getSession()->getCurrentGame()) { // check if human player is already active - if(myStartWindow->getSession()->getCurrentGame()->getSeatsList()->front()->getMyActiveStatus()) { + boost::shared_ptr humanPlayer = myStartWindow->getSession()->getCurrentGame()->getSeatsList()->front(); + if(humanPlayer->getMyActiveStatus()) { QPixmap tempCardsPixmapArray[2]; int tempCardsIntArray[2]; - myStartWindow->getSession()->getCurrentGame()->getSeatsList()->front()->getMyCards(tempCardsIntArray); + humanPlayer->getMyCards(tempCardsIntArray); if(myConfig->readConfigInt("AntiPeekMode")) { holeCardsArray[0][0]->setPixmap(flipside, TRUE); tempCardsPixmapArray[0] = QPixmap::fromImage(QImage(myCardDeckStyle->getCurrentDir()+QString::number(tempCardsIntArray[0], 10)+".png")); @@ -711,7 +712,8 @@ void gameTableImpl::refreshSet() { Game *currentGame = myStartWindow->getSession()->getCurrentGame(); PlayerListConstIterator it_c; - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentGame->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if( (*it_c)->getMySet() == 0 ) setLabelArray[(*it_c)->getMyID()]->setText(""); else @@ -729,10 +731,11 @@ void gameTableImpl::refreshButton() { Game *currentGame = myStartWindow->getSession()->getCurrentGame(); PlayerListConstIterator it_c; - - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentGame->getSeatsList(); + PlayerList activePlayerList = currentGame->getActivePlayerList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if( (*it_c)->getMyActiveStatus() ) { - if( currentGame->getActivePlayerList()->size() > 2 ) { + if( activePlayerList->size() > 2 ) { switch ( (*it_c)->getMyButton() ) { case 1 : buttonLabelArray[(*it_c)->getMyID()]->setPixmap(dealerButton); @@ -779,10 +782,11 @@ void gameTableImpl::refreshButton() { void gameTableImpl::refreshPlayerName() { if(myStartWindow->getSession()->getCurrentGame()) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if((*it_c)->getMyActiveStatus()) { bool guest = myStartWindow->getSession()->getClientPlayerInfo((*it_c)->getMyUniqueID()).isGuest; @@ -821,12 +825,14 @@ void gameTableImpl::refreshPlayerAvatar() { QPixmap onePix = QPixmap::fromImage(QImage(myAppDataPath +"gfx/gui/misc/1px.png")); - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); int seatPlace; PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(), seatPlace=0; it_c!=currentHand->getSeatsList()->end(); it_c++, seatPlace++) { - QString countryString(QString(myStartWindow->getSession()->getClientPlayerInfo((*it_c)->getMyUniqueID()).countryCode.c_str()).toLower()); - countryString = QString(":/cflags/cflags/%1.png").arg(countryString); + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(), seatPlace=0; it_c!=seatsList->end(); it_c++, seatPlace++) { + + QString countryString(QString(myStartWindow->getSession()->getClientPlayerInfo((*it_c)->getMyUniqueID()).countryCode.c_str()).toLower()); + countryString = QString(":/cflags/cflags/%1.png").arg(countryString); if((*it_c)->getMyActiveStatus()) { @@ -889,12 +895,13 @@ void gameTableImpl::refreshAction(int playerID, int playerAction) { QStringList actionArray; actionArray << "" << "fold" << "check" << "call" << "bet" << "raise" << "allin"; - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); if(playerID == -1 || playerAction == -1) { PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { //if no action --> clear Pixmap if( (*it_c)->getMyAction() == 0) { @@ -945,10 +952,11 @@ void gameTableImpl::refreshAction(int playerID, int playerAction) { void gameTableImpl::refreshCash() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if((*it_c)->getMyActiveStatus()) { cashLabelArray[(*it_c)->getMyID()]->setText("$"+QString("%L1").arg((*it_c)->getMyCash())); @@ -965,9 +973,10 @@ void gameTableImpl::refreshGroupbox(int playerID, int status) { if(playerID == -1 || status == -1) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if((*it_c)->getMyTurn()) { //Groupbox glow wenn der Spiele dran ist. @@ -1075,9 +1084,10 @@ void gameTableImpl::refreshAll() { refreshSet(); refreshButton(); - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { refreshAction( (*it_c)->getMyID(), (*it_c)->getMyAction()); } @@ -1091,9 +1101,10 @@ void gameTableImpl::refreshChangePlayer() { refreshSet(); - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; - for (it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { refreshAction( (*it_c)->getMyID(), (*it_c)->getMyAction()); } @@ -1101,7 +1112,7 @@ void gameTableImpl::refreshChangePlayer() { } void gameTableImpl::refreshPot() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); textLabel_Sets->setText("$"+QString("%L1").arg(currentHand->getBoard()->getSets())); textLabel_Pot->setText("$"+QString("%L1").arg(currentHand->getBoard()->getPot())); @@ -1136,7 +1147,8 @@ void gameTableImpl::dealHoleCards() { Game *currentGame = myStartWindow->getSession()->getCurrentGame(); PlayerListConstIterator it_c; - for(it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentGame->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { (*it_c)->getMyCards(tempCardsIntArray); for(j=0; j<2; j++) { if((*it_c)->getMyActiveStatus()) { @@ -1371,10 +1383,12 @@ void gameTableImpl::provideMyActions(int mode) { Game *currentGame = myStartWindow->getSession()->getCurrentGame(); - boost::shared_ptr currentHand = currentGame->getCurrentHand(); + boost::shared_ptr currentHand = currentGame->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); + PlayerList activePlayerList = currentGame->getActivePlayerList(); //really disabled buttons if human player is fold/all-in or ... and not called from dealberocards - if(/*pushButton_BetRaise->isCheckable() && */mode != 0 && (currentHand->getSeatsList()->front()->getMyAction() == PLAYER_ACTION_ALLIN || currentHand->getSeatsList()->front()->getMyAction() == PLAYER_ACTION_FOLD || (currentGame->getSeatsList()->front()->getMySet() == currentHand->getCurrentBeRo()->getHighestSet() && (currentGame->getSeatsList()->front()->getMyAction() != PLAYER_ACTION_NONE)))) { + if(/*pushButton_BetRaise->isCheckable() && */mode != 0 && (humanPlayer->getMyAction() == PLAYER_ACTION_ALLIN || humanPlayer->getMyAction() == PLAYER_ACTION_FOLD || (humanPlayer->getMySet() == currentHand->getCurrentBeRo()->getHighestSet() && (humanPlayer->getMyAction() != PLAYER_ACTION_NONE)))) { pushButton_BetRaise->setText(""); pushButton_CallCheck->setText(""); @@ -1395,11 +1409,11 @@ void gameTableImpl::provideMyActions(int mode) { //show available actions on buttons if(currentHand->getCurrentRound() == 0) { // preflop - if (currentGame->getSeatsList()->front()->getMyCash()+currentGame->getSeatsList()->front()->getMySet() > currentHand->getCurrentBeRo()->getHighestSet() && !currentHand->getCurrentBeRo()->getFullBetRule()) { + if (humanPlayer->getMyCash()+humanPlayer->getMySet() > currentHand->getCurrentBeRo()->getHighestSet() && !currentHand->getCurrentBeRo()->getFullBetRule()) { pushButtonBetRaiseString = RaiseString+"\n$"+QString("%L1").arg(getMyBetAmount()); } - if (currentGame->getSeatsList()->front()->getMySet()== currentHand->getCurrentBeRo()->getHighestSet() && currentGame->getSeatsList()->front()->getMyButton() == 3) { pushButtonCallCheckString = CheckString; } + if (humanPlayer->getMySet()== currentHand->getCurrentBeRo()->getHighestSet() && humanPlayer->getMyButton() == 3) { pushButtonCallCheckString = CheckString; } else { pushButtonCallCheckString = CallString+"\n$"+QString("%L1").arg(getMyCallAmount()); } pushButtonFoldString = FoldString; @@ -1418,9 +1432,9 @@ void gameTableImpl::provideMyActions(int mode) { pushButtonCallCheckString = CheckString; pushButtonBetRaiseString = BetString+"\n$"+QString("%L1").arg(getMyBetAmount()); } - if (currentHand->getCurrentBeRo()->getHighestSet() > 0 && currentHand->getCurrentBeRo()->getHighestSet() > currentGame->getSeatsList()->front()->getMySet()) { + if (currentHand->getCurrentBeRo()->getHighestSet() > 0 && currentHand->getCurrentBeRo()->getHighestSet() > humanPlayer->getMySet()) { pushButtonCallCheckString = CallString+"\n$"+QString("%L1").arg(getMyCallAmount()); - if (currentGame->getSeatsList()->front()->getMyCash()+currentGame->getSeatsList()->front()->getMySet() > currentHand->getCurrentBeRo()->getHighestSet() && !currentHand->getCurrentBeRo()->getFullBetRule()) { + if (humanPlayer->getMyCash()+humanPlayer->getMySet() > currentHand->getCurrentBeRo()->getHighestSet() && !currentHand->getCurrentBeRo()->getFullBetRule()) { pushButtonBetRaiseString = RaiseString+"\n$"+QString("%L1").arg(getMyBetAmount()); } } @@ -1430,10 +1444,10 @@ void gameTableImpl::provideMyActions(int mode) { } if(mode == 0) { - if( currentHand->getSeatsList()->front()->getMyAction() != PLAYER_ACTION_FOLD ) { + if( humanPlayer->getMyAction() != PLAYER_ACTION_FOLD ) { pushButtonBetRaiseString = BetString+"\n$"+QString("%L1").arg(getMyBetAmount()); pushButtonCallCheckString = CheckString; - if( (currentGame->getActivePlayerList()->size() > 2 && currentGame->getSeatsList()->front()->getMyButton() == BUTTON_SMALL_BLIND ) || ( currentGame->getActivePlayerList()->size() <= 2 && currentGame->getSeatsList()->front()->getMyButton() == BUTTON_BIG_BLIND)) { pushButtonFoldString = FoldString; } + if( (activePlayerList->size() > 2 && humanPlayer->getMyButton() == BUTTON_SMALL_BLIND ) || ( activePlayerList->size() <= 2 && humanPlayer->getMyButton() == BUTTON_BIG_BLIND)) { pushButtonFoldString = FoldString; } else { pushButtonFoldString = CheckString+" /\n"+FoldString; } pushButtonAllInString = AllInString; @@ -1475,11 +1489,11 @@ void gameTableImpl::provideMyActions(int mode) { if(pushButton_BetRaise->text().startsWith(RaiseString)) { - horizontalSlider_bet->setMinimum(currentHand->getCurrentBeRo()->getHighestSet() - currentHand->getSeatsList()->front()->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise()); - horizontalSlider_bet->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + horizontalSlider_bet->setMinimum(currentHand->getCurrentBeRo()->getHighestSet() - humanPlayer->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise()); + horizontalSlider_bet->setMaximum(humanPlayer->getMyCash()); horizontalSlider_bet->setSingleStep(10); - spinBox_betValue->setMinimum(currentHand->getCurrentBeRo()->getHighestSet() - currentHand->getSeatsList()->front()->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise()); - spinBox_betValue->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + spinBox_betValue->setMinimum(currentHand->getCurrentBeRo()->getHighestSet() - humanPlayer->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise()); + spinBox_betValue->setMaximum(humanPlayer->getMyCash()); changeSpinBoxBetValue(horizontalSlider_bet->value()); myActionIsRaise = 1; @@ -1487,10 +1501,10 @@ void gameTableImpl::provideMyActions(int mode) { else if(pushButton_BetRaise->text().startsWith(BetString)) { horizontalSlider_bet->setMinimum(currentHand->getSmallBlind()*2); - horizontalSlider_bet->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + horizontalSlider_bet->setMaximum(humanPlayer->getMyCash()); horizontalSlider_bet->setSingleStep(10); spinBox_betValue->setMinimum(currentHand->getSmallBlind()*2); - spinBox_betValue->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + spinBox_betValue->setMaximum(humanPlayer->getMyCash()); changeSpinBoxBetValue(horizontalSlider_bet->value()); myActionIsBet = 1; @@ -1610,7 +1624,7 @@ void gameTableImpl::stopTimeoutAnimation(int playerId) { void gameTableImpl::disableMyButtons() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = myStartWindow->getSession()->getCurrentGame()->getCurrentHand()->getSeatsList()->front(); clearMyButtons(); @@ -1618,9 +1632,9 @@ void gameTableImpl::disableMyButtons() { horizontalSlider_bet->setDisabled(TRUE); spinBox_betValue->setDisabled(TRUE); horizontalSlider_bet->setMinimum(0); - horizontalSlider_bet->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + horizontalSlider_bet->setMaximum(humanPlayer->getMyCash()); spinBox_betValue->setMinimum(0); - spinBox_betValue->setMaximum(currentHand->getSeatsList()->front()->getMyCash()); + spinBox_betValue->setMaximum(humanPlayer->getMyCash()); spinBox_betValue->clear(); horizontalSlider_bet->setValue(0); @@ -1641,9 +1655,10 @@ void gameTableImpl::myFold(){ if(pushButton_Fold->text() == FoldString) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); - currentHand->getSeatsList()->front()->setMyAction(1); - currentHand->getSeatsList()->front()->setMyTurn(0); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); + humanPlayer->setMyAction(1); + humanPlayer->setMyTurn(0); //set that i was the last active player. need this for unhighlighting groupbox currentHand->setLastPlayersTurn(0); @@ -1656,10 +1671,11 @@ void gameTableImpl::myFold(){ } void gameTableImpl::myCheck() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); - currentHand->getSeatsList()->front()->setMyTurn(0); - currentHand->getSeatsList()->front()->setMyAction(2); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); + humanPlayer->setMyTurn(0); + humanPlayer->setMyAction(2); //set that i was the last active player. need this for unhighlighting groupbox currentHand->setLastPlayersTurn(0); @@ -1671,17 +1687,19 @@ void gameTableImpl::myCheck() { } int gameTableImpl::getMyCallAmount() { - int tempHighestSet = 0; - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + int tempHighestSet = 0; + + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); tempHighestSet = currentHand->getCurrentBeRo()->getHighestSet(); - if (currentHand->getSeatsList()->front()->getMyCash()+currentHand->getSeatsList()->front()->getMySet() <= tempHighestSet) { + if (humanPlayer->getMyCash() + humanPlayer->getMySet() <= tempHighestSet) { - return currentHand->getSeatsList()->front()->getMyCash(); + return humanPlayer->getMyCash(); } else { - return tempHighestSet - currentHand->getSeatsList()->front()->getMySet(); + return tempHighestSet - humanPlayer->getMySet(); } } @@ -1693,15 +1711,16 @@ int gameTableImpl::getBetRaisePushButtonValue() { int gameTableImpl::getMyBetAmount() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); int betValue = getBetRaisePushButtonValue(); int minimum; - minimum = currentHand->getCurrentBeRo()->getHighestSet() - currentHand->getSeatsList()->front()->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise(); + minimum = currentHand->getCurrentBeRo()->getHighestSet() - humanPlayer->getMySet() + currentHand->getCurrentBeRo()->getMinimumRaise(); if(betValue < minimum) { - return min(minimum,currentHand->getSeatsList()->front()->getMyCash()); + return min(minimum,humanPlayer->getMyCash()); } else { return betValue; @@ -1711,21 +1730,22 @@ int gameTableImpl::getMyBetAmount() { void gameTableImpl::myCall(){ int tempHighestSet = 0; - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); tempHighestSet = currentHand->getCurrentBeRo()->getHighestSet(); - if (currentHand->getSeatsList()->front()->getMyCash()+currentHand->getSeatsList()->front()->getMySet() <= tempHighestSet) { + if (humanPlayer->getMyCash() + humanPlayer->getMySet() <= tempHighestSet) { - currentHand->getSeatsList()->front()->setMySet(currentHand->getSeatsList()->front()->getMyCash()); - currentHand->getSeatsList()->front()->setMyCash(0); - currentHand->getSeatsList()->front()->setMyAction(6); + humanPlayer->setMySet(humanPlayer->getMyCash()); + humanPlayer->setMyCash(0); + humanPlayer->setMyAction(6); } else { - currentHand->getSeatsList()->front()->setMySet(tempHighestSet - currentHand->getSeatsList()->front()->getMySet()); - currentHand->getSeatsList()->front()->setMyAction(3); + humanPlayer->setMySet(tempHighestSet - humanPlayer->getMySet()); + humanPlayer->setMyAction(3); } - currentHand->getSeatsList()->front()->setMyTurn(0); + humanPlayer->setMyTurn(0); currentHand->getBoard()->collectSets(); refreshPot(); @@ -1743,47 +1763,49 @@ void gameTableImpl::mySet(){ if(pushButton_BetRaise->text() != "") { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); - int tempCash = currentHand->getSeatsList()->front()->getMyCash(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); + + int tempCash = humanPlayer->getMyCash(); // cout << "Set-Value " << getBetRaisePushButtonValue() << endl; - currentHand->getSeatsList()->front()->setMySet(getBetRaisePushButtonValue()); + humanPlayer->setMySet(getBetRaisePushButtonValue()); if (getBetRaisePushButtonValue() >= tempCash ) { - currentHand->getSeatsList()->front()->setMySet(currentHand->getSeatsList()->front()->getMyCash()); - currentHand->getSeatsList()->front()->setMyCash(0); - currentHand->getSeatsList()->front()->setMyAction(6); + humanPlayer->setMySet(humanPlayer->getMyCash()); + humanPlayer->setMyCash(0); + humanPlayer->setMyAction(6); // full bet rule - if(currentHand->getCurrentBeRo()->getHighestSet() + currentHand->getCurrentBeRo()->getMinimumRaise() > currentHand->getSeatsList()->front()->getMySet()) { + if(currentHand->getCurrentBeRo()->getHighestSet() + currentHand->getCurrentBeRo()->getMinimumRaise() > humanPlayer->getMySet()) { currentHand->getCurrentBeRo()->setFullBetRule(true); } } if(myActionIsRaise) { //do not if allIn - if(currentHand->getSeatsList()->front()->getMyAction() != 6) { - currentHand->getSeatsList()->front()->setMyAction(5); + if(humanPlayer->getMyAction() != 6) { + humanPlayer->setMyAction(5); } myActionIsRaise = 0; - currentHand->getCurrentBeRo()->setMinimumRaise(currentHand->getSeatsList()->front()->getMySet() - currentHand->getCurrentBeRo()->getHighestSet()); + currentHand->getCurrentBeRo()->setMinimumRaise(humanPlayer->getMySet() - currentHand->getCurrentBeRo()->getHighestSet()); } if(myActionIsBet) { //do not if allIn - if(currentHand->getSeatsList()->front()->getMyAction() != 6) { - currentHand->getSeatsList()->front()->setMyAction(4); + if(humanPlayer->getMyAction() != 6) { + humanPlayer->setMyAction(4); } myActionIsBet = 0; - currentHand->getCurrentBeRo()->setMinimumRaise(currentHand->getSeatsList()->front()->getMySet()); + currentHand->getCurrentBeRo()->setMinimumRaise(humanPlayer->getMySet()); } - currentHand->getCurrentBeRo()->setHighestSet(currentHand->getSeatsList()->front()->getMySet()); + currentHand->getCurrentBeRo()->setHighestSet(humanPlayer->getMySet()); - currentHand->getSeatsList()->front()->setMyTurn(0); + humanPlayer->setMyTurn(0); currentHand->getBoard()->collectSets(); refreshPot(); @@ -1794,7 +1816,7 @@ void gameTableImpl::mySet(){ currentHand->setLastPlayersTurn(0); // lastPlayerAction für Karten umblättern reihenfolge setzrn - currentHand->setLastActionPlayer(currentHand->getSeatsList()->front()->getMyUniqueID()); + currentHand->setLastActionPlayer(humanPlayer->getMyUniqueID()); //Spiel läuft weiter myActionDone(); @@ -1805,28 +1827,29 @@ void gameTableImpl::myAllIn(){ if(pushButton_AllIn->text() == AllInString) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr humanPlayer = currentHand->getSeatsList()->front(); - currentHand->getSeatsList()->front()->setMySet(currentHand->getSeatsList()->front()->getMyCash()); - currentHand->getSeatsList()->front()->setMyCash(0); - currentHand->getSeatsList()->front()->setMyAction(6); + humanPlayer->setMySet(humanPlayer->getMyCash()); + humanPlayer->setMyCash(0); + humanPlayer->setMyAction(6); // full bet rule - if(currentHand->getCurrentBeRo()->getHighestSet() + currentHand->getCurrentBeRo()->getMinimumRaise() > currentHand->getSeatsList()->front()->getMySet()) { + if(currentHand->getCurrentBeRo()->getHighestSet() + currentHand->getCurrentBeRo()->getMinimumRaise() > humanPlayer->getMySet()) { currentHand->getCurrentBeRo()->setFullBetRule(true); } - if(currentHand->getSeatsList()->front()->getMySet() > currentHand->getCurrentBeRo()->getHighestSet()) { - currentHand->getCurrentBeRo()->setMinimumRaise(currentHand->getSeatsList()->front()->getMySet() - currentHand->getCurrentBeRo()->getHighestSet()); + if(humanPlayer->getMySet() > currentHand->getCurrentBeRo()->getHighestSet()) { + currentHand->getCurrentBeRo()->setMinimumRaise(humanPlayer->getMySet() - currentHand->getCurrentBeRo()->getHighestSet()); - currentHand->getCurrentBeRo()->setHighestSet(currentHand->getSeatsList()->front()->getMySet()); + currentHand->getCurrentBeRo()->setHighestSet(humanPlayer->getMySet()); // lastPlayerAction für Karten umblättern reihenfolge setzrn - currentHand->setLastActionPlayer(currentHand->getSeatsList()->front()->getMyUniqueID()); + currentHand->setLastActionPlayer(humanPlayer->getMyUniqueID()); } - currentHand->getSeatsList()->front()->setMyTurn(0); + humanPlayer->setMyTurn(0); currentHand->getBoard()->collectSets(); refreshPot(); @@ -1967,13 +1990,14 @@ void gameTableImpl::myActionDone() { void gameTableImpl::nextPlayerAnimation() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); //refresh Change Player refreshSet(); PlayerListConstIterator it_c; - for(it_c=currentHand->getSeatsList()->begin(); it_c!=currentHand->getSeatsList()->end(); it_c++) { + PlayerList seatsList = currentHand->getSeatsList(); + for (it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) { if((*it_c)->getMyID() == currentHand->getLastPlayersTurn()) break; } @@ -2045,13 +2069,14 @@ void gameTableImpl::postRiverRunAnimation2() { horizontalSlider_bet->setDisabled(TRUE); spinBox_betValue->setDisabled(TRUE); - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); bool internetOrNetworkGame = (myStartWindow->getSession()->getGameType() == Session::GAME_TYPE_INTERNET || myStartWindow->getSession()->getGameType() == Session::GAME_TYPE_NETWORK); int nonfoldPlayersCounter = 0; PlayerListConstIterator it_c; - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + PlayerList activePlayerList = currentHand->getActivePlayerList(); + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if ((*it_c)->getMyAction() != PLAYER_ACTION_FOLD) nonfoldPlayersCounter++; } @@ -2060,7 +2085,7 @@ void gameTableImpl::postRiverRunAnimation2() { if(!flipHolecardsAllInAlreadyDone) { - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->checkIfINeedToShowCards()) { showHoleCards((*it_c)->getMyUniqueID()); @@ -2076,7 +2101,7 @@ void gameTableImpl::postRiverRunAnimation2() { flipHolecardsAllInAlreadyDone = TRUE; } else { - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD) { //set Player value (logging) for all in already shown cards (*it_c)->setMyCardsFlip(1,3); @@ -2088,8 +2113,8 @@ void gameTableImpl::postRiverRunAnimation2() { else { //display show! button if human player is active and the latest non foldedone - PlayerListIterator it = myStartWindow->getSession()->getCurrentGame()->getSeatsList()->begin(); - if( internetOrNetworkGame && (*it)->getMyActiveStatus() && (*it)->getMyAction() != PLAYER_ACTION_FOLD) { + boost::shared_ptr humanPlayer = myStartWindow->getSession()->getCurrentGame()->getCurrentHand()->getSeatsList()->front(); + if( internetOrNetworkGame && humanPlayer->getMyActiveStatus() && humanPlayer->getMyAction() != PLAYER_ACTION_FOLD) { showShowMyCardsButton(); } @@ -2101,12 +2126,13 @@ void gameTableImpl::postRiverRunAnimation2() { void gameTableImpl::postRiverRunAnimation3() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); int nonfoldPlayerCounter = 0; PlayerListConstIterator it_c; - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + PlayerList activePlayerList = currentHand->getActivePlayerList(); + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD) { nonfoldPlayerCounter++; } @@ -2114,7 +2140,7 @@ void gameTableImpl::postRiverRunAnimation3() { list winners = currentHand->getBoard()->getWinners(); - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() == currentHand->getCurrentBeRo()->getHighestCardsValue() ) { //Show "Winner" label @@ -2185,7 +2211,7 @@ void gameTableImpl::postRiverRunAnimation3() { } else { - if( currentHand->getActivePlayerList()->size() != 1 && (*it_c)->getMyAction() != PLAYER_ACTION_FOLD && myConfig->readConfigInt("ShowFadeOutCardsAnimation") + if( activePlayerList->size() != 1 && (*it_c)->getMyAction() != PLAYER_ACTION_FOLD && myConfig->readConfigInt("ShowFadeOutCardsAnimation") ) { //aufgedeckte Gegner auch ausblenden @@ -2197,7 +2223,7 @@ void gameTableImpl::postRiverRunAnimation3() { // log side pot winners -> TODO list::iterator it_int; - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() != currentHand->getCurrentBeRo()->getHighestCardsValue() ) { for(it_int = winners.begin(); it_int != winners.end(); it_int++) { @@ -2210,7 +2236,7 @@ void gameTableImpl::postRiverRunAnimation3() { } } - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyCash() == 0) { currentHand->getGuiInterface()->logPlayerSitsOut((*it_c)->getMyName()); } @@ -2229,8 +2255,8 @@ void gameTableImpl::postRiverRunAnimation4() { void gameTableImpl::postRiverRunAnimation5() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); - + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + PlayerList activePlayerList = currentHand->getActivePlayerList(); PlayerListConstIterator it_c; if (distributePotAnimCounter<10) { @@ -2239,7 +2265,8 @@ void gameTableImpl::postRiverRunAnimation5() { label_Pot->setText(""); - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { + if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() == currentHand->getCurrentBeRo()->getHighestCardsValue() ) { playerNameLabelArray[(*it_c)->getMyID()]->hide(); @@ -2249,7 +2276,8 @@ void gameTableImpl::postRiverRunAnimation5() { else { label_Pot->setText(PotString); - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { + if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD && (*it_c)->getMyCardsValueInt() == currentHand->getCurrentBeRo()->getHighestCardsValue() ) { playerNameLabelArray[(*it_c)->getMyID()]->show(); @@ -2273,7 +2301,7 @@ void gameTableImpl::postRiverRunAnimation6() { playerNameLabelArray[i]->show(); } - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); refreshCash(); refreshPot(); @@ -2287,14 +2315,15 @@ void gameTableImpl::postRiverRunAnimation6() { int playersPositiveCashCounter = 0; PlayerListConstIterator it_c; - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + PlayerList activePlayerList = currentHand->getActivePlayerList(); + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if ((*it_c)->getMyCash() > 0) playersPositiveCashCounter++; } if (playersPositiveCashCounter==1) { - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if ((*it_c)->getMyCash() > 0) { currentHand->getGuiInterface()->logPlayerWinGame((*it_c)->getMyName(), myStartWindow->getSession()->getCurrentGame()->getMyGameID()); @@ -2325,14 +2354,16 @@ void gameTableImpl::postRiverRunAnimation6() { void gameTableImpl::showHoleCards(unsigned playerId, bool allIn) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); //TempArrays QPixmap tempCardsPixmapArray[2]; int tempCardsIntArray[2]; int showFlipcardAnimation = myConfig->readConfigInt("ShowFlipCardsAnimation"); int j; PlayerListConstIterator it_c; - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + PlayerList activePlayerList = currentHand->getActivePlayerList(); + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { + if((*it_c)->getMyUniqueID() == playerId) { (*it_c)->getMyCards(tempCardsIntArray); @@ -2359,18 +2390,19 @@ void gameTableImpl::showHoleCards(unsigned playerId, bool allIn) void gameTableImpl::flipHolecardsAllIn() { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); if(!flipHolecardsAllInAlreadyDone) { //Aktive Spieler zählen --> wenn nur noch einer nicht-folded dann keine Karten umdrehen int nonfoldPlayersCounter = 0; PlayerListConstIterator it_c; - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + PlayerList activePlayerList = currentHand->getActivePlayerList(); + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if ((*it_c)->getMyAction() != PLAYER_ACTION_FOLD) nonfoldPlayersCounter++; } if(nonfoldPlayersCounter!=1) { - for (it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for (it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { if((*it_c)->getMyAction() != PLAYER_ACTION_FOLD) { showHoleCards((*it_c)->getMyUniqueID()); @@ -2563,7 +2595,7 @@ void gameTableImpl::keyPressEvent ( QKeyEvent * event ) { // cout << event->key() << endl; - //bool ctrlPressed = FALSE; + //bool ctrlPressed = FALSE; if (event->key() == Qt::Key_Enter || event->key() == Qt::Key_Return ) /*ENTER*/ { if(spinBox_betValue->hasFocus()) { @@ -2607,7 +2639,7 @@ void gameTableImpl::keyPressEvent ( QKeyEvent * event ) { if (event->key() == Qt::Key_Shift) { if(myStartWindow->getSession()->getGameType() == Session::GAME_TYPE_LOCAL) { pushButton_break->click(); - //ctrlPressed = TRUE; + //ctrlPressed = TRUE; } } // if (event->key() == Qt::Key_Escape && (myActionIsBet || myActionIsRaise)) { @@ -2876,7 +2908,7 @@ void gameTableImpl::mouseOverFlipCards(bool front) { void gameTableImpl::updateMyButtonsState(int mode) { - boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); + boost::shared_ptr currentHand = myStartWindow->getSession()->getCurrentGame()->getCurrentHand(); if(currentHand->getLastPlayersTurn() == 0) { myButtonsCheckable(FALSE); @@ -2920,7 +2952,7 @@ void gameTableImpl::clearMyButtons() { void gameTableImpl::myButtonsCheckable(bool state) { Game *currentGame = myStartWindow->getSession()->getCurrentGame(); - boost::shared_ptr currentHand = currentGame->getCurrentHand(); + boost::shared_ptr currentHand = currentGame->getCurrentHand(); if(state) { //checkable @@ -3006,8 +3038,8 @@ void gameTableImpl::changeSpinBoxBetValue(int value) { betSliderChangedByInput = FALSE; } else { - int temp; - if(horizontalSlider_bet->maximum() <= 1000 ) { + int temp; + if(horizontalSlider_bet->maximum() <= 1000 ) { temp = (int)((value/10)*10); } else if(horizontalSlider_bet->maximum() > 1000 && horizontalSlider_bet->maximum() <= 10000) { @@ -3075,10 +3107,11 @@ void gameTableImpl::leaveCurrentNetworkGame() { void gameTableImpl::triggerVoteOnKick(int id) { assert(myStartWindow->getSession()->getCurrentGame()); - int playerCount = static_cast(myStartWindow->getSession()->getCurrentGame()->getSeatsList()->size()); + PlayerList seatList = myStartWindow->getSession()->getCurrentGame()->getSeatsList(); + int playerCount = static_cast(seatList->size()); if (id < playerCount) { - PlayerListIterator pos = myStartWindow->getSession()->getCurrentGame()->getSeatsList()->begin(); + PlayerListIterator pos = seatList->begin(); advance(pos, id); myStartWindow->getSession()->startVoteKickPlayer((*pos)->getMyUniqueID()); } @@ -3194,11 +3227,12 @@ void gameTableImpl::refreshCardsChance(GameState bero) if(myConfig->readConfigInt("ShowCardsChanceMonitor")) { - if((*myStartWindow->getSession()->getCurrentGame()->getSeatsList()->begin())->getMyActiveStatus() && (*myStartWindow->getSession()->getCurrentGame()->getSeatsList()->begin())->getMyAction() != PLAYER_ACTION_FOLD) { + boost::shared_ptr humanPlayer = myStartWindow->getSession()->getCurrentGame()->getSeatsList()->front(); + if(humanPlayer->getMyActiveStatus() && humanPlayer->getMyAction() != PLAYER_ACTION_FOLD) { int boardCards[5]; int holeCards[2]; - (*myStartWindow->getSession()->getCurrentGame()->getSeatsList()->begin())->getMyCards(holeCards); + humanPlayer->getMyCards(holeCards); myStartWindow->getSession()->getCurrentGame()->getCurrentHand()->getBoard()->getMyCards(boardCards); label_chance->refreshChance(myCardsValue->calcCardsChance(bero, holeCards, boardCards)); diff --git a/src/gui/qt/gametable/log/guilog.cpp b/src/gui/qt/gametable/log/guilog.cpp index a915214f..8f30dcda 100644 --- a/src/gui/qt/gametable/log/guilog.cpp +++ b/src/gui/qt/gametable/log/guilog.cpp @@ -203,6 +203,8 @@ void guiLog::logNewGameHandMsg(int gameID, int handID) { PlayerListConstIterator it_c; boost::shared_ptr currentHand = myW->getSession()->getCurrentGame()->getCurrentHand(); + PlayerList activePlayerList = currentHand->getActivePlayerList(); + myW->textBrowser_Log->append("getChatLogTextColor()+"; font-size:large; font-weight:bold\">## Game: "+QString::number(gameID,10)+" | Hand: "+QString::number(handID,10)+" ##"); if(myConfig->readConfigInt("LogOnOff")) { @@ -214,7 +216,7 @@ void guiLog::logNewGameHandMsg(int gameID, int handID) { logFileStreamString += "BLIND LEVEL: $"+QString::number(currentHand->getSmallBlind())+" / $"+QString::number(currentHand->getSmallBlind()*2)+"
"; //print cash only for active players - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { logFileStreamString += "Seat " + QString::number((*it_c)->getMyID()+1,10) + ": " + QString::fromUtf8((*it_c)->getMyName().c_str()) + " ($" + QString::number((*it_c)->getMyCash()+(*it_c)->getMySet(),10)+")
"; @@ -246,7 +248,8 @@ void guiLog::logNewGameHandMsg(int gameID, int handID) { sql += "," + boost::lexical_cast(myW->getSession()->getCurrentGame()->getStartCash()); sql += "," + boost::lexical_cast(myW->getSession()->getCurrentGame()->getStartSmallBlind()); sql += "," + boost::lexical_cast(myW->getSession()->getCurrentGame()->getDealerPosition()); - for(it_c = currentHand->getSeatsList()->begin();it_c!=currentHand->getSeatsList()->end();it_c++) { + PlayerList seatList = currentHand->getSeatsList(); + for(it_c = seatList->begin();it_c!=seatList->end();it_c++) { if((*it_c)->getMyActiveStatus()) { sql += ",\"" + (*it_c)->getMyName() +"\""; } else { @@ -391,9 +394,12 @@ void guiLog::logNewBlindsSetsMsg(int sbSet, int bbSet, QString sbName, QString b logFileStreamString += bbName+" ($"+QString::number(bbSet,10)+")"; PlayerListConstIterator it_c; - boost::shared_ptr currentHand = myW->getSession()->getCurrentGame()->getCurrentHand(); - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { - if(currentHand->getActivePlayerList()->size() > 2) { + boost::shared_ptr currentHand = myW->getSession()->getCurrentGame()->getCurrentHand(); + PlayerList activePlayerList = currentHand->getActivePlayerList(); + + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { + + if(activePlayerList->size() > 2) { if((*it_c)->getMyButton() == BUTTON_DEALER) { logFileStreamString += "
" + QString::fromUtf8((*it_c)->getMyName().c_str()) + " starts as dealer."; @@ -1539,9 +1545,11 @@ QString guiLog::determineHandName(int myCardsValueInt) { bool equal = false; boost::shared_ptr currentHand = myW->getSession()->getCurrentGame()->getCurrentHand(); PlayerListConstIterator it_c; + PlayerList activePlayerList = currentHand->getActivePlayerList(); // collect cardsValueInt of all players who will show their cards - for(it_c=currentHand->getActivePlayerList()->begin(); it_c!=currentHand->getActivePlayerList()->end(); it_c++) { + for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) { + if( (*it_c)->getMyAction() != PLAYER_ACTION_FOLD) { shownCardsValueInt.push_back( (*it_c)->getMyCardsValueInt()); } diff --git a/src/gui/qt/gametable/myavatarlabel.cpp b/src/gui/qt/gametable/myavatarlabel.cpp index 2b225078..8a98bc18 100644 --- a/src/gui/qt/gametable/myavatarlabel.cpp +++ b/src/gui/qt/gametable/myavatarlabel.cpp @@ -48,15 +48,15 @@ void MyAvatarLabel::contextMenuEvent ( QContextMenuEvent *event ) { assert(myW->getSession()->getCurrentGame()); if (myW->getSession()->isNetworkClientRunning()) { - PlayerListIterator it = myW->getSession()->getCurrentGame()->getSeatsList()->begin(); + boost::shared_ptr humanPlayer = myW->getSession()->getCurrentGame()->getSeatsList()->front(); //only active players are allowed to start a vote - if((*it)->getMyActiveStatus()) { + if(humanPlayer->getMyActiveStatus()) { Game *currentGame = myW->getSession()->getCurrentGame(); PlayerListConstIterator it_c; int activePlayerCounter=0; - - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + PlayerList seatList = currentGame->getSeatsList(); + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { if((*it_c)->getMyActiveStatus()) activePlayerCounter++; } GameInfo info(myW->getSession()->getClientGameInfo(myW->getSession()->getClientCurrentGameId())); @@ -71,7 +71,7 @@ void MyAvatarLabel::contextMenuEvent ( QContextMenuEvent *event ) { action_IgnorePlayer->setEnabled(true); int j=0; - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { if(myId == j) { @@ -90,7 +90,7 @@ void MyAvatarLabel::contextMenuEvent ( QContextMenuEvent *event ) { } int i=0; - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { //also inactive player which stays on table can be voted to kick if(myContextMenuEnabled && myId != 0 && myId == i && (*it_c)->getMyType() != PLAYER_TYPE_COMPUTER && ( (*it_c)->getMyActiveStatus() || (*it_c)->getMyStayOnTableStatus() ) ) @@ -182,8 +182,8 @@ void MyAvatarLabel::putPlayerOnIgnoreList() { QStringList list; PlayerListConstIterator it_c; - - for (it_c=myW->getSession()->getCurrentGame()->getSeatsList()->begin(); it_c!=myW->getSession()->getCurrentGame()->getSeatsList()->end(); it_c++) { + PlayerList seatList = myW->getSession()->getCurrentGame()->getSeatsList(); + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { list << QString::fromUtf8((*it_c)->getMyName().c_str()); } @@ -207,7 +207,8 @@ void MyAvatarLabel::reportBadAvatar() { Game *currentGame = myW->getSession()->getCurrentGame(); int j=0; PlayerListConstIterator it_c; - for (it_c=currentGame->getSeatsList()->begin(); it_c!=currentGame->getSeatsList()->end(); it_c++) { + PlayerList seatList = currentGame->getSeatsList(); + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { if(myId == j) { diff --git a/src/gui/qt/startwindow/startwindowimpl.cpp b/src/gui/qt/startwindow/startwindowimpl.cpp index 2a120b73..193a02ed 100644 --- a/src/gui/qt/startwindow/startwindowimpl.cpp +++ b/src/gui/qt/startwindow/startwindowimpl.cpp @@ -981,8 +981,9 @@ QStringList startWindowImpl::getPlayerNicksList() { QStringList list; PlayerListConstIterator it_c; + PlayerList seatList = mySession->getCurrentGame()->getSeatsList(); + for (it_c=seatList->begin(); it_c!=seatList->end(); it_c++) { - for (it_c=mySession->getCurrentGame()->getSeatsList()->begin(); it_c!=mySession->getCurrentGame()->getSeatsList()->end(); it_c++) { list << QString::fromUtf8((*it_c)->getMyName().c_str()); } diff --git a/ts/pokerth_START_HERE.ts b/ts/pokerth_START_HERE.ts index b71219c9..5312c240 100644 --- a/ts/pokerth_START_HERE.ts +++ b/ts/pokerth_START_HERE.ts @@ -55,14 +55,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -75,12 +75,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -91,12 +91,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -106,40 +106,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -158,15 +158,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -212,22 +223,22 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - + Project - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -248,24 +259,34 @@ p, li { white-space: pre-wrap; } - + + Translation + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -289,22 +310,12 @@ p, li { white-space: pre-wrap; } - - Translation - - - - - Thanks to - - - - + License - + Close @@ -462,7 +473,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -472,12 +489,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - connectToServerDialog @@ -893,36 +904,36 @@ p, li { white-space: pre-wrap; } - + open - - - - + + + + Game Info - - + + Game - - + + Players - - + + State @@ -933,15 +944,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players @@ -962,29 +973,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -994,160 +1005,161 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running - - + + running games: %1 - - + + open games: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? - - + + connected players: %1 - - + + Connected players - + hands - + minutes - + double blinds - + manual blinds order - + Server Error - + You should not kick yourself from this game! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1386,13 +1398,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop @@ -1402,59 +1414,69 @@ Feel free to invite other players by right-clicking on their nick in the availab - - - - - + + + + + Start - - - + + + Lobby - + Chat - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message - + Attention! Do you really want to leave the current game and go back to the lobby? - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1462,43 +1484,43 @@ If you are temporarily away, you can use the "away" tools in the tool - + Chance - + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -1964,7 +1986,7 @@ Please enter an valid picture! - + Sound @@ -1974,265 +1996,270 @@ Please enter an valid picture! - + + Show country flag in the corner of avatar + + + + Game Table - - + + Description - - + + Maintainer - + State - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - + 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: - + Timeout for player action: - + Export as html - + Export as txt - + Save as ... - + Delete - + Log File - - + + s - + Network Server Settings - - + + 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-weight:400; font-style:normal;"> @@ -2240,52 +2267,52 @@ p, li { white-space: pre-wrap; } - + Server Address: - + Use password for private game: - + 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-weight:400; font-style:normal; text-decoration:none;"> @@ -2293,48 +2320,48 @@ p, li { white-space: pre-wrap; } - + Enable/Disable Logging - + Store log files for - + 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 @@ -2349,22 +2376,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -2394,13 +2421,13 @@ p, li { white-space: pre-wrap; } - + Avatar Server: - + Style @@ -2410,25 +2437,25 @@ p, li { white-space: pre-wrap; } - - + + Add ... - - + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2437,7 +2464,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2446,7 +2473,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2458,72 +2485,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2532,17 +2559,17 @@ p, li { white-space: pre-wrap; } - + Opponent 7: - + Opponent 8: - + Opponent 9: @@ -2550,68 +2577,68 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + 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. - + The entered server list address is not a valid URL. Please enter a valid server list address! @@ -2742,139 +2769,139 @@ Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3044,108 +3071,108 @@ Style will not be placed into list! startWindowImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. @@ -3153,265 +3180,293 @@ 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. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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 login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. 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. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + 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. - + An internal avatar error occured. Please report this to an admin in the lobby chat. - + 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. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. - + + Server Message - + PokerTH %1 diff --git a/ts/pokerth_af.ts b/ts/pokerth_af.ts index 58d7b4a1..ab1d7501 100644 --- a/ts/pokerth_af.ts +++ b/ts/pokerth_af.ts @@ -68,14 +68,14 @@ Kies asseblief 'n kaartpakstyl en probeer weer! GameTableStyleReader - - - + + + Game Table Style Error Speltafelstyl-fout - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -96,12 +96,12 @@ Jy kan egter wel met hierdie styl bly speel, want die vermiste inhoud sal deur P Kontak asseblief die speltafelstyl-bouer via "%3". - + Game Table Style Error - Fields content missing Speltafelstyl-fout: veldinhoud word vermis - + One or more pictures from current game table style "%1" were not found: %2 @@ -118,12 +118,12 @@ Jy kan egter wel met hierdie styl bly speel, want die vermiste inhoud sal deur P Kontak asseblief die speltafelstyl-bouer via "%3". - + Game Table Style Error - Pictures missing Speltafelstyl-fout: prente word vermis - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -138,32 +138,32 @@ Jy kan egter wel met hierdie styl bly speel, want die vermiste inhoud sal deur P Kontak asseblief die speltafelstyl-bouer via "%4". - + Game Table Style Error - Outdated Speltafelstyl-fout: verouderd - + Everything OK! Alles is oukei! - + Some pictures are missing, please contact style maintainer for this issue. Sommige prente word vermis. Kontak asseblief die styl se onderhouer oor hierdie probleem. - + Some style fields are missing, please contact style maintainer for this issue. Sommige stylvelde word vermis. Kontak asseblief die styl se onderhouer oor hierdie probleem. - + This style is outdated, please contact style maintainer for this issue. Hierdie styl is verouderd. Kontak asseblief die styl se onderhouer oor hierdie probleem. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -172,8 +172,8 @@ Please check the style file or choose another style! Kontroleer dus die styllêer, of kies 'n ander styl! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! 'n Kaartpakstyl is gekies in plaas van 'n speltafelstyl. @@ -193,15 +193,26 @@ Kies asseblief 'n speltafelstyl en probeer weer! Ignoreer speler - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Jy sal nie meer kletsboodskappe of speluitnodigings van hierdie gebruiker kry nie.<br>Wil jy regtig speler <b>%1</b> op die ignoreerlys sit? - + + PokerTH - Question PokerTH - Vraag + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -247,22 +258,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Projek - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -283,24 +294,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -364,7 +375,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=" "> - aanvanklike GUI-grafikaontwerp</span></p></body></html> - + Translation Vertaling @@ -381,7 +392,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=" ">Samuel Murray, afrikaans[at]gmail[dot]com</span></p></body></html> - + Thanks to Dankie aan @@ -432,12 +443,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;"><span style=" "> - vir modereer van forum en hantering van foutopsporing en wenslys</span></p></body></html> - + License Lisensie - + Close Toemaak @@ -621,9 +632,20 @@ Kies asseblief 'n ander naam. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Daar is reeds 'n spel met jou gekose spelnaam. + Daar is reeds 'n spel met jou gekose spelnaam. Kies asseblief 'n ander naam. @@ -632,12 +654,6 @@ Kies asseblief 'n ander naam. Game name: Spelnaam: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - connectToServerDialog @@ -1064,36 +1080,36 @@ p, li { white-space: pre-wrap; } Jy gaan nou by 'n privaat spel aansluit. Tik asseblief die wagwoord in! - + open maak oop - - - - + + + + Game Info Spelinfo - - + + Game Spel - - + + Players Spelers - - + + State Staat @@ -1104,15 +1120,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Beskikbare spelers @@ -1133,29 +1149,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standaard - - + + Registered players only Net geregistreerde spelers - - + + Invited players only Net genooide spelers - - + + Ranking game Gradeerspel @@ -1165,161 +1181,162 @@ p, li { white-space: pre-wrap; } Gekoppelde spelers: maks %1 - - + + T T - + + Connected players - Max. %1 Gekoppelde spelers: maks %1 - + running aan die gang - - + + running games: %1 spelle aan die gang: %1 - - + + open games: %1 oop spelle: %1 - + Invite %1 Nooi %1 - + Ignore %1 Ignoreer %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%3 het %1 uitgenooi na %2.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 het die uitnodiging na %2 van die hand gewys.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 kan nie by %2 aansluit nie want hy of sy is besig.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Jy het by 'n spel aangesluit met die tipe "nooi-alleen". Nooi gerus ander spelers uit deur op hul kenname in die lys beskikbare spelers te regskliek. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Jy is deur <b>%2</b> na die spel <b>%1</b> genooi.<br>Wil jy by daardie spel aansluit? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Jy sal nie meer kletsboodskappe of speluitnodigings van hierdie gebruiker kry nie.<br>Wil jy regtig speler <b>%1</b> op jou ignoreerlys sit? - - + + connected players: %1 gekoppelde spelers: %1 - - + + Connected players Gekoppelde spelers - + hands hande - + minutes minute - + double blinds dubbelblindes - + manual blinds order handmatige blindesvolgorde - + Server Error Bedienerfout - + You should not kick yourself from this game! Jy moenie jouself uit hierdie spel skop nie! - + search for player ... soek vir speler... - + Chat is only available to registered players. Klets werk net vir geregistreerde spelers. - + Invite player ... Nooi speler... - + Ignore player ... Ignoreer speler... - + %1 is playing in "%2". %1 speel in "%2". - + %1 is not playing at the moment. %1 speel nie op die oomblik nie. - - + + PokerTH - Info Message PokerTH - Inligtingsboodskap - + PokerTH - Question PokerTH - Vraag @@ -1558,13 +1575,13 @@ Nooi gerus ander spelers uit deur op hul kenname in die lys beskikbare spelers t gameTableImpl - - - + + - - - + + + + Stop Stop @@ -1574,60 +1591,70 @@ Nooi gerus ander spelers uit deur op hul kenname in die lys beskikbare spelers t PokerTH %1 - Die oopbron-Texas Holdem-enjin - - - - - + + + + + Start Begin - - - + + + Lobby Voorkamer - + Chat Klets - + Closing PokerTH during network game PokerTH tydens netwerkspel toemaak - + You are the hosting server. Do you want to close PokerTH anyway? Jy is die gasheerbediener. Wil jy nog steeds PokerTH toemaak? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message PokerTH - Internetspelboodskap - + Attention! Do you really want to leave the current game and go back to the lobby? Let op! Wil jy regtig die huidige spel verlaat en na die voorkamer terugkeer? - + Chat is only available to registered players. Klets werk net vir geregistreerde spelers. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1635,43 +1662,43 @@ If you are temporarily away, you can use the "away" tools in the tool - + Chance Kans - + Kick Skop - + Do you want to kick <b>%1</b><br>from this game? Wil jy <b>%1</b><br> uit hierdie spel skop? - - + + <b>%1</b> secs left <b>%1</b> sek oor - + vote stem - + votes stemme - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Speler <b>%1</b> het <b>%2</b> %3<br> teen hom. <b>%4</b> stem(e) nodig om te skop. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Jy het <b>%1</b> %2 teen jou.<br><b>%3</b> stem(e) nodig om te skop. @@ -2155,7 +2182,7 @@ Tik asseblief 'n geldige prent in! - + Sound Klank @@ -2165,265 +2192,270 @@ Tik asseblief 'n geldige prent in! Deaktiveer splatskerm aan begin - + + Show country flag in the corner of avatar + + + + Game Table Speltafel - - + + Description Beskrywing - - + + Maintainer Onderhouer - + State Staat - + Card Deck Kaartpak - + Card Back Kaartagterkant - + Use card back from card style Gebruik kaartagterkant van kaartstyl - + Use custom card back picture: Gebruik eie kaartagterkant-prent: - + Play sound effects Speel klankeffekte - + Sound Volume: Klankvolume: - + 10 10 - + Sound Categories Klankkategorieë - + Play game actions sounds like "check", "call", "raise" Speel spelaksieklanke soos "inhou", "roep", "verhoog" - + Play lobby chat notifications Speel voorkamerklets-berigte - + Play network/internet game notifications like "player joined the game" Speel netwerk/internetspel-berigte soos "speler het by spel aangesluit" - + Local Game Settings Plaaslikespel-instellings - + Number of players: Getal spelers: - - + + Start Cash: Begingeld: - - - - + + + + $ $ - - + + First small blind: Eerste klein blinde: - - + + Raise blinds: Verhoog blindes: - - - - + + + + Every: Elke: - - + + hands hande - - + + minutes minute - - + + Raise mode: Verhoogmodus: - - + + Always double blinds Blindes altyd verdubbel - - + + Manual blinds order: Handmatige blindesvolgorde: - - + + Edit ... Redigeer... - + Game Speed: Spelspoed: - + Pause between hands (press "start" button to go on) Wag tussen hande (druk "begin"-knop om voort te gaan) - + Show game settings dialog on every new game Wys spelinstellings-dialoog by elke nuwe spel - + Network Game Settings Netwerkspel-instellings - + Maximum number of players: Maksimum getal spelers: - + Timeout for player action: Uittelling vir speleraksie: - + Export as html Voer uit as HTML - + Export as txt Voer uit as TXT - + Save as ... Stoor as... - + Delete Skrap - + Log File Loglêer - - + + s s - + Network Server Settings Netwerkbediener-instellings - - + + Server Port: Bedienerpoort: - - + + Use SCTP Gebruik SCTP - - + + Use IPv6 Gebruik IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Wat is dit?</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">Wat is dit?</a> - + Internet Game Settings Internetspel-instellings - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2434,52 +2466,52 @@ 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;">Let wel: verstek-</span><span style=" font-weight:600; font-style:italic;">spelinstellings</span><span style=" font-style:italic;"> soos "Maksimum getal spelers", "Begingeld" en "Klein blinde" sal gebruik word </span><span style=" font-weight:600; font-style:italic;">uit die netwerkspel-instellings.</span></p></body></html> - + Server Address: Bedieneradres: - + Use password for private game: Gebruik wagwoord vir private spel: - + Computer Engine Rekenaarenjin - + Opponent 6: Opponent 6: - + Opponent 5: Opponent 5: - + Opponent 4: Opponent 4: - + Opponent 3: Opponent 3: - + Opponent 2: Opponent 2: - + Opponent 1: Opponent 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2490,48 +2522,48 @@ 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;">Let wel: Beste avatargehalte met prentratio soos </span><span style=" font-weight:600; font-style:italic;">width=50, height=50.</span></p></body></html> - + Enable/Disable Logging Aktiveer/deaktiveer logskryf - + Store log files for Stoor loglêers vir - + Log File Directory: Loglêer-gids: - + Write log after every: Skryf loglêer na elke: - + action (high frequent disc access) aksie (baie gereelde skyftoegang) - + hand (medium disc access) hand (medium skyftoegang) - + game (low disc access) spel (min skyftoegang) - + Log Messages Logboodskappe - + Player Nicks/Avatars Speler-kenname/avatars @@ -2546,22 +2578,22 @@ p, li { white-space: pre-wrap; } Wys linker nutskas - + Automatic Server Configuration URL URL vir outomatiese bedieneropstelling - + Serverlist Address: Bedienerlys-adres: - + Manual Server Configuration Handmatige bedieneropstelling - + Day(s) Dag(e) @@ -2591,13 +2623,13 @@ p, li { white-space: pre-wrap; } Wys kaartkansmonitor - + Avatar Server: Avatarbediener: - + Style Styl @@ -2607,25 +2639,25 @@ p, li { white-space: pre-wrap; } Moenie pokerwoorde soos check, call en raise op die speltafelstyl vertaal nie - - + + Add ... Byvoeg... - - + + Remove Verwyder - - + + Preview - Information: Voorskou - inligting: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2638,7 +2670,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;"><a href="http://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Kry nuwe PokerTH-speltafelstyle...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2651,7 +2683,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Kry nuwe PokerTH-kaartpakstyle...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2670,72 +2702,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-style:italic;">Let wel: Beste avatargehalte met prentratio soos </span><span style=" font-weight:600; font-style:italic;">width=48, height=76.</span></p></td></tr></table></body></html> - + Delay between hands: Wagtyd tussen hande: - + Server Bediener - + Game Spel - + Default game name: Verstek spelnaam: - + Default game type: Verstek speltipe: - + Standard Standaard - + Registered players only Net geregistreerde spelers - + Invited players only Net genooide spelers - + Ranking game Gradeerspel - + Show lobby chat Wys voorkamerklets - + Ignored Players Geïgnoreerde spelers - + Player Speler - + Remove Player Verwyder speler - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2748,17 +2780,17 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mensspeler:<br /><span style=" font-style:italic;">(Hierdie kennaam sal ook gebruik word vir die aanlynspel-aanmeld)</span></p></body></html> - + Opponent 7: Opponent 7: - + Opponent 8: Opponent 8: - + Opponent 9: Opponent 9: @@ -2836,64 +2868,64 @@ p, li { white-space: pre-wrap; } Turks - - - - + + + + Settings Error Instellingsfout - + The entered flipside picture doesn't exist. Please enter an valid picture! Die ingetikte omkeerkantprent bestaan nie. Tik asseblief 'n geldige prent in! - - + + The log file directory doesn't exist. Please select an valid directory! Die loglêer-gids bestaan nie. Kies asseblief 'n geldige gids! - + Language Changed Taal verander - + You have changed application language to %1. Please restart PokerTH to load new language! Jy het die program se taal na %1 verander. Herbegin asseblief PokerTH om nuwe taal te laai. - + Select your flipside picture Kies jou omkeerkantprent - + Images (*.png *.jpg *.gif) Prente (*.png *.jpg *.gif) - + Open Directory Maak gids oop - - + + Blinds Error Blindes-fout - - + + 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. @@ -2927,7 +2959,7 @@ Hierdie eerste-klein-blinde-waarde sal na die maksimum toegelate waarde gestel w Sweeds - + The entered server list address is not a valid URL. Please enter a valid server list address! Die ingetikte bedienerlysadres is nie 'n geldige URL nie. @@ -2964,133 +2996,133 @@ Tik asseblief 'n geldige bedienerlysadres in. Tamil - - + + Maintainer Name Onderhouer se naam - - + + Maintainer EMail Onderhouer se posadres - - + + Create Date Skep datum - + Windows Behaviour Venstergedrag - + scaleable vergroot/kleinbaar - + fixed vasgestel - + Minimum Size Minimumgrootte - + Maximum Size Maksimumgrootte - + Fixed Size Vaste grootte - + State Staat - + Please select your game table style Kies asseblief jou speltafelstyl - + PokerTH game table styles (*.xml) PokerTH-speltafelstyle (*.xml) - + Game Table Style Error Speltafelstyl-fout - + Selected game table style file is already in the list. Please select another one to add! Gekose speltafelstyl-lêer is reeds in die lys. Kies asseblief 'n ander om by te voeg. - + Game Table Style File Error Speltafelstyl-lêerfout - + Could not load game table style file correctly. Style will not be placed into list! Kon nie speltafelstyl-lêer korrek laai nie. Styl sal nie by lys gevoeg word nie. - + Please select your card deck style Kies asseblief jou kaartpakstyl. - + PokerTH card deck styles (*.xml) PokerTH-kaartpakstyle (*.xml) - + Card Deck Style Error Kaartpakstyl-fout - + Selected card deck style file is already in the list. Please select another one to add! Gekose kaartpakstyl-lêer is reeds in die lys. Kies asseblief 'n ander om by te voeg. - + Card Deck Style File Error Kaartpakstyl-lêerfout - + Could not load card deck style file correctly. Style will not be placed into list! Kon nie kaartpakstyl-lêer korrek laai nie. Styl sal nie by lys gevoeg word nie. - + PokerTH - Log file PokerTH - Loglêer - + Do you really want to delete the selected log file? @@ -3099,12 +3131,12 @@ Styl sal nie by lys gevoeg word nie. Wil jy regtig die gekose loglêer skrap? - + Save PokerTH log file Stoor PokerTH-loglêer - + PokerTH SQL log (*.pdb) PokerTH-SQL-log (*.pdb) @@ -3282,108 +3314,108 @@ Styl sal nie by lys gevoeg word nie. startWindowImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Netwerkfout - + Server address was not set. Bedieneradres is nie gestel nie. - + An invalid port was set (ports 0-1023 are not allowed). 'n Ongeldige poort is gestel (poorte 0-1023 word nie toegelaat nie). - + Could not create a socket for TCP communication. Kon nie 'n sok vir TCP-kommunikasie skep nie. - + Could not set the IP address. Kon nie die IP-adres stel nie. - + Could not set the port for this type of address. Kon nie die poort vir hierdie tipe adres stel nie. - + The server name could not be resolved. Kon nie die bedienernaam oplos nie. - + Bind failed - please choose a different port. Kon nie bind nie - kies asseblief 'n ander poort. - + Internal network error: "listen" failed. Interne netwerkfout: kom nie "luister" nie. - + Server execution was terminated. Bedienerlopie is beëindig. - + Could not connect to the server. Kon nie aan die bediener koppel nie. - + Connection timed out. Please check the server address. @@ -3394,274 +3426,302 @@ Kontroleer asseblief die bedieneradres. As die bediener agter 'n NAT-roeteerder is, maak seker poortaanstuur is aan die bedienerkant opgestel. - + Internal network error: "select" failed. Interne netwerkfout: kon nie "kies" nie. - + Internal network error: "send" failed. Interne netwerkfout: kom nie "stuur" nie. - + Connection was closed by the server. Die verbinding is deur die bediener toegemaak. - + Internal network error: Duplicate TCP connection. Interne netwerkfout: Duplikaat-TCP-verbinding. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. 'n Ongeldige netwerkpakkie is ontvang. Maak asseblief dat alle spelers dieselfde weergawe van PokerTH gebruik. - + Internal state error. Please make sure that all players use the same version of PokerTH. Interne staatfout. Maak asseblief dat alle spelers dieselfde weergawe van PokerTH gebruik. - + Invalid server list URL. Please correct the address in the settings. Ongeldige bedienerlys-URL. Korrigeer asseblief die adres in die instellings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Kon nie die bedienerlys-MD5-lêer oopmaak nie. Maak asseblief seker dat die bedienerlys-URL reg is. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Kon nie met die PokerTH-internetbedienerlys sinchroniseer nie. Maak asseblief seker dat die bedienerlys-URL reg is. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. Die PokerTH-internetbedienerlys bevat ongeldige data. As jy 'n doelgemaakte bedienerlys gebruik, maak asseblief seker dat dit in die regte formaat is. - + Could not unzip the PokerTH internet server list. Kon nie die PokerTH-internetbedienerlys uitpak nie. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Kon nie die PokerTH-internetbedienerlys aflaai nie. Maak asseblief seker adt jy direk aan die internet gekoppel is. - + Could not open the target file when downloading the server list. Kon nie die teikenlêer oopmaak toe die bedienerlys afgelaai is nie. - + 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. Die PokerTH-bediener werk nie met hierdie weergawe van die spel nie.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af. - + Sorry, this server is already full. Jammer, hierdie bediener is reeds vol. - + Invalid login. Please check your username and password. Ongeldige aanmeld. Kontroleer asseblief jou gebruikernaam en wagwoord. - + Your account is blocked indefinitely. Jou rekening is onbepaald geblokeer. - + You cannot login at this time. Please try again in a few seconds. Jy kan nie nou aanmeld nie. Probeer asseblief weer oor 'n paar sekondes. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Hierdie spel is van die tipe nooi-alleen. Jy kan nie by hierdie spel aansluit as jy nie genooi is nie. - + Invalid password when joining the game. Please reenter the password and try again. Ongeldige wagwoord toe by die spel aansluit. Tik asseblief weer die wagwoord in, en probeer weer. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Die wagwoord is te lank. Kies asseblief 'n ander naam. - + The game name is either too short or too long. Please choose another one. Die spelnaam is óf te kort óf te lank. Kies asseblief 'n ander naam. - + The game could not be found. Kon nie die spel vind nie. - + The chat text is invalid. Die kletsteks is ongeldig. - + The server referred to an unknown player. Aborting. Die bediener verwys na 'n onbekende speler. Ons staak dus. - + Internal error: The current player could not be found. Interne fout: Kon nie die huidige speler vind nie. - + Internal error: The current player is not active. Interne fout: Die huidige speler is nie aktief nie. - + You were kicked from the server. Jy is van die bediener af geskop. - + You were temporarily banned from the server. Jy is tydelik van die bediener af verban. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Jou bedienerverbinding het uitgetel vanweë geen aktiwiteit. Jy is welkom om weer te koppel! - + The client player count is invalid. Die kliëntspelertelling is ongeldig. - + Too many manual blinds were set. Please reconfigure the manual blinds. Te veel handmatige blindes is gestel. Stel asseblief weer die handmatige blindes op. - + An invalid avatar file was configured. Please choose a different avatar. 'n Ongeldige avatarlêer is opgestel. Kies asseblief 'n ander avatar. - + The selected avatar file is too large. Please choose a different avatar. Die gekose avatarlêer is te groot. Kies asseblief 'n ander avatar. - + An internal avatar error occured. Please report this to an admin in the lobby chat. 'n Interne avatarfout het voorgekom. Rapporteer dit asseblief aan 'n admin in die voorkamerklets. - + Could not start game: Synchronization failed. Kon nie spel begin nie: sinchronisering het misluk. - + The server is down for maintenance. Please try again later. Die bediener is af vir onderhoud. Probeer asseblief later weer. - + An internal error occured. 'n Interne fout het voorgekom. - + - + - - - - - - + + + + + + + + Network Notification Netwerkberigte - + You were kicked from the game. Jy is uit die spel geskop. - + Sorry, this game is already full. Jammer, hierdie spel is reeds vol. - + Unable to join - the server has already started the game. Kan nie aansluit nie - die bediener het reeds met die spel begin. - + Your admin state timed out due to inactivity. Feel free to create a new game! Jou adminstaat het uitgestel vanweë geen aktiwiteit. Skep gerus 'n nuwe spel. - + You cannot join this type of game as guest. Jy kan nie by hierdie tipe spel as 'n gas aansluit nie. - + The settings are invalid for this type of game. Die instellings is ongeldig vir hierdie tipe spel. - + 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. 'n Nuwe weergawe van PokerTH is beskikbaar.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af. - + 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. Hierdie betaweergawe van PokerTH is verouderd.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af. - + + Server Message Bedienerboodskap - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_bg.ts b/ts/pokerth_bg.ts index 94e4aaaf..806e884f 100644 --- a/ts/pokerth_bg.ts +++ b/ts/pokerth_bg.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -220,15 +220,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -290,22 +301,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Проект - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -326,24 +337,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -390,7 +401,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-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;">Страница на проекта : </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;">Автори: </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;"> - първоначална идея, архитектура, интерфейс дизайн, Линукс пакет</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;"> - първоначална идея, архитектура, разработка на мотора</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;"> - архитектура, мрежово разработване, Уиндоус пакет</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;"> - интерфейс дизайн, уебсайт</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 пакет</p></body></html> - + Translation Превод @@ -402,7 +413,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-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;">dankh - Bulgarian(Български)</p></body></html> - + Thanks to Благодарим на @@ -427,12 +438,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-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> - + License Лиценз - + Close Затвори @@ -609,7 +620,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -619,12 +636,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1131,36 +1142,36 @@ p, li { white-space: pre-wrap; } Присъединявате се към частна игра. Моля вкарайте паролата! - + open отвори - - - - + + + + Game Info Информация за играта - - + + Game Игра - - + + Players Играчи - - + + State Статус @@ -1175,15 +1186,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Свободни играчи @@ -1204,29 +1215,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1236,77 +1247,78 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running работи - - + + running games: %1 течящи игри: %1 - - + + open games: %1 отворени игри: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1315,85 +1327,85 @@ Feel free to invite other players by right-clicking on their nick in the availab играчи в чата: %1 - - + + connected players: %1 свързани играчи: %1 - - + + Connected players - + hands ръце - + minutes минути - + double blinds удвои входа - + manual blinds order персонализиран ред за входа - + Server Error Грешка със сървъра - + You should not kick yourself from this game! Не би трябвало да игонвате себе си от тази игра! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1648,13 +1660,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Спри @@ -1686,18 +1698,18 @@ Please choose another one. F1 - Всичко вътре | F2 - Заложи/Наддай | F3 - Приеми/Орговори | F4 - Оттегли се - - - - - + + + + + Start Започни - - - + + + Lobby Лоби @@ -1904,85 +1916,95 @@ Please choose a different name. Автоматичен метод е настроен: Приемай или се оттегляй. - + Chat Чат - + Closing PokerTH during network game Затваряне на PokerTH по време на игра в мрежа - + You are the hosting server. Do you want to close PokerTH anyway? Вие сте сървъра домакин. Искате ли да затворите PokerTH все пак ? - + PokerTH - Internet Game Message PokerTH - Съобщение от интернет игра - + Attention! Do you really want to leave the current game and go back to the lobby? Внимание! Наистина ли искате да напуснете играта и да се върнете в лобите ? - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2911,7 +2933,7 @@ p, li { white-space: pre-wrap; } - + Sound Звук @@ -2921,209 +2943,214 @@ p, li { white-space: pre-wrap; } - + + Show country flag in the corner of avatar + + + + Game Table - - + + Description - - + + Maintainer - + State Статус - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - + Play sound effects Пусни звуковите ефекти - + Sound Volume: Сила на звука: - + 10 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: Максимален брой играчи: - + Export as html - + Export as txt - + Save as ... - + Delete Изтрйи - + Log File @@ -3132,18 +3159,18 @@ p, li { white-space: pre-wrap; } Скорост на игра на компютърните играчи: - + Timeout for player action: Време за действие на играча: - - + + s сек - + Network Server Settings Настройки на сървъра за игра в мрежа @@ -3152,42 +3179,42 @@ p, li { white-space: pre-wrap; } Парола за сървъра: - - + + 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> - + 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-weight:400; font-style:normal;"> @@ -3202,12 +3229,12 @@ p, li { white-space: pre-wrap; } Настройки на сървъра за игра в Интернет (Посветен сървър) - + Server Address: Адрес на сървъра: - + Use password for private game: Парола за лична игра: @@ -3236,42 +3263,42 @@ p, li { white-space: pre-wrap; } Псевдоними на играчите - + Computer Engine Компютърен мотор - + Opponent 6: Съперник 6: - + Opponent 5: Съперник 5: - + Opponent 4: Съперник 4: - + Opponent 3: Съперник 3: - + Opponent 2: Съперник 2: - + Opponent 1: Съперник 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -3283,12 +3310,12 @@ p, li { white-space: pre-wrap; } Жив играч: - + Enable/Disable Logging Пусни/Спри регистрирането - + Store log files for Запази регистър файлове за @@ -3297,38 +3324,38 @@ p, li { white-space: pre-wrap; } Ден(дни) - + 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 Псевдоними/Аватари на играчите @@ -3343,22 +3370,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -3392,13 +3419,13 @@ p, li { white-space: pre-wrap; } Парола: - + Avatar Server: - + Style @@ -3408,25 +3435,25 @@ p, li { white-space: pre-wrap; } - - + + Add ... - - + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3435,7 +3462,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3444,7 +3471,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3456,72 +3483,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game Игра - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3530,12 +3557,12 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Съперник 1: {7:?} - + Opponent 8: Съперник 1: {8:?} @@ -3544,7 +3571,7 @@ p, li { white-space: pre-wrap; } Съперник 1: {10:?} - + Opponent 9: Съперник 1: {10:?} {9:?} @@ -3611,64 +3638,64 @@ 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! Сменихте езика за апликацията с %1. Моля рестартирайте PokerTH за да заредите новия език! - + Select your flipside picture Изберете картинка за тестето - + Images (*.png *.jpg *.gif) Картинки (*.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. @@ -3677,7 +3704,7 @@ This first-small-blind-value will be set to maximum allowed value. Този пръв малък вход ще бъде променен с максималната позволена стойност. - + The entered server list address is not a valid URL. Please enter a valid server list address! @@ -3753,139 +3780,139 @@ Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State Статус - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -4073,108 +4100,108 @@ Please choose another one. Моля изберете друг псевдоним. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. Вътрешна мержова грешка: "слушането" се провали. - + Server execution was terminated. Паботата на сървъра бе прекратена. - + Could not connect to the server. Връзката със сървъра не може да бъде осъществена. - + Connection timed out. Please check the server address. @@ -4185,119 +4212,144 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up Ако сървъра е зад NAT-рутър, моля бъдете сигурни че порта е правилно препратен от страна на сървъра. - + Internal network error: "select" failed. Вътрешна мержова грешка: "отбелязването" се провали. - + Internal network error: "send" failed. Вътрешна мержова грешка: "изпращането" се провали. - + 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. Вътрешна сървър грешка. Моля бъдете сигурни че всички играчи ползват една и съща версия на PokerTH. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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> и свалете последната версия. - + Sorry, this server is already full. Съжалаваме, но този сървър е вече пълен. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Грешна парола за присъединяване към играта. Моля вкарайте наново паролата. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Паролата е много дълга. Моля изберете друга. @@ -4312,151 +4364,154 @@ 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. Чат текста не е валиден. - + 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. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + 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. Избрания файл за аватар е много широк. Моля изберете друг. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Вътрешна грешка. Моля съобщете на администратор в лоби чата. - + 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. Не може да се присъедините - сървъра е започнал играта вече. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. Нова версия на 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> за да изтеглите последната версия. - + + Server Message - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_ca.ts b/ts/pokerth_ca.ts index 2c9c7b5d..0ac09ee7 100644 --- a/ts/pokerth_ca.ts +++ b/ts/pokerth_ca.ts @@ -68,14 +68,14 @@ Si us plau, seleccioneu un estil de baralla i torneu-ho a provar! GameTableStyleReader - - - + + + Game Table Style Error Error d'estil de taula - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -88,12 +88,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -104,12 +104,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -119,27 +119,27 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. @@ -154,7 +154,7 @@ Please contact the game table style builder %4. Si us plau, contacteu l'autor de l'estil %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -175,8 +175,8 @@ Manquen els valors de "%2". Si us plau, contacteu l'autor de l'estil %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Un estil de baralla s'ha seleccionat en lloc d'un estil de taula. @@ -207,16 +207,27 @@ Si us plau, contacteu l'autor de l'estil %3. Ignora el jugador - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + You will no longer recieve chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? No rebreu més missatges del xat o invitacions de partides d'aquest usuari.<br>Realment voleu posar el jugador <b>%1</b> a la llista per ignorar? - + + PokerTH - Question PokerTH - Pregunta @@ -265,22 +276,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Projecte - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -301,24 +312,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -382,7 +393,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=" "> - Disseny de gràfics del GUI inicial</span></p></body></html> - + Translation Traducció @@ -399,7 +410,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=" ">nom del traductor - adreça de correu</span></p></body></html> - + Thanks to Gràcies a @@ -450,12 +461,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;"><span style=" "> - per moderar els fòrums, per registrar els errors de programació, i per organitzar les peticions per noves funcions</span></p></body></html> - + License Llicència - + Close Surt @@ -639,7 +650,13 @@ Si us plau, trieu-ne un altre. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -649,12 +666,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1117,36 +1128,36 @@ p, li { white-space: pre-wrap; } Esteu a punt d'unir-vos a una partida privada. Si us plau, introduiu la contrasenya! - + open obert - - - - + + + + Game Info Informació de la partida - - + + Game Partida - - + + Players Jugadors - - + + State Estat @@ -1157,15 +1168,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Jugadors disponibles @@ -1186,29 +1197,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Estàndard - - + + Registered players only Només es permeten jugadors registrats - - + + Invited players only Només es permeten jugadors invitats - - + + Ranking game Partida de rànquing @@ -1218,87 +1229,88 @@ p, li { white-space: pre-wrap; } Jugadors conectats - màxim %1 - - + + T T - + + Connected players - Max. %1 Jugadors conectats - Màxim %1 - + running a marxa - - + + running games: %1 partides a marxa:%1 - - + + open games: %1 partides obertes: %1 - + Invite %1 - + Ignore %1 - + %1 is playing in "%2". - + %1 is not playing at the moment. - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1307,54 +1319,54 @@ Feel free to invite other players by right-clicking on their nick in the availab jugadors al xat: %1 - - + + connected players: %1 jugadors conectats: %1 - - + + Connected players Jugadors conectats - + hands mans - + minutes minuts - + double blinds duplicar cegues - + manual blinds order ordre de cegues manuals - + Server Error Error del servidor - + You should not kick yourself from this game! No es pot expulsar-vos a vos mateix de la partida! - + search for player ... - + Chat is only available to registered players. @@ -1363,7 +1375,7 @@ Feel free to invite other players by right-clicking on their nick in the availab Invita el jugador %1 - + Invite player ... Invita el jugador... @@ -1372,7 +1384,7 @@ Feel free to invite other players by right-clicking on their nick in the availab Ignora el jugador %1 - + Ignore player ... Ignora el jugador... @@ -1383,8 +1395,8 @@ You can invite other players with right-click on their nick in the left availabl Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llista de jugadors disponibles que es troba a l'esquerra. - - + + PokerTH - Info Message PokerTH - Missatge d'informació @@ -1409,7 +1421,7 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist No rebreu més missatges del xat o invitacions de partides d'aquest usuari.<br>Realment voleu posar el jugador <b>%1</b> a la llista per ignorar? - + PokerTH - Question PokerTH - Pregunta @@ -1648,13 +1660,13 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist gameTableImpl - - - + + - - - + + + + Stop Atura @@ -1664,60 +1676,70 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist PokerTH %1 -El motor de Texas Hold'em de codi font obert - - - - - + + + + + Start Comença - - - + + + Lobby Sala - + Chat Xat - + Closing PokerTH during network game S'està tancant el PokerTH durant la partida de xarxa - + You are the hosting server. Do you want to close PokerTH anyway? Sou l'ordinador central. Voleu sortir del PokerTH de totes maneres? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message PokerTH - Missatge de partida d'internet - + Attention! Do you really want to leave the current game and go back to the lobby? Atenció! Realment voleu abandonar la pardia actual i tornar a la sala? - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1725,43 +1747,43 @@ If you are temporarily away, you can use the "away" tools in the tool - + Chance Probabilitat - + Kick Expulsa - + Do you want to kick <b>%1</b><br>from this game? Voleu expulsar a <b>%1</b><br>de la partida? - - + + <b>%1</b> secs left Queden<b>%1</b> segons - + vote vot - + votes vots - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. El jugador <b>%1</b> té <b>%2</b> %3<br>contra ell. Manquen<b>%4</b> vot(s) per expulsar-lo. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Teniu <b>%1</b> %2 en contra.<br>Manquen<b>%3</b> vot(s) per expulsar-vos. @@ -2254,7 +2276,7 @@ Si us plau, introduiu un imatge vàlid! - + Sound So @@ -2264,265 +2286,270 @@ Si us plau, introduiu un imatge vàlid! Desactiva la pantalla de presentació al començar - + + Show country flag in the corner of avatar + + + + Game Table Taula de joc - - + + Description - - + + Maintainer - + State Estat - + Card Deck Baralla - + Card Back Revés - + Use card back from card style Utilitza el revés de la carta de l'estil de baralla - + Use custom card back picture: Utilitza imatge de revés de cartes personalitzada: - + Play sound effects Reprodueix efectes de so - + Sound Volume: Volum de so: - + 10 10 - + Sound Categories Categories de so - + Play game actions sounds like "check", "call", "raise" Reprodueix sons d'accions com "passar", "igualar", "pujar" - + Play lobby chat notifications Reprodueix notificacions de xat - + Play network/internet game notifications like "player joined the game" Reprodueix notificacions de partida de xarxa / internet com "un jugador s'ha unit" - + Local Game Settings Configuració de partida local - + Number of players: Nombre de jugadors: - - + + Start Cash: Diners inicials: - - - - + + + + $ $ - - + + First small blind: Primera cega petita: - - + + Raise blinds: Puja les cegues: - - - - + + + + Every: Cada: - - + + hands mans - - + + minutes minuts - - + + Raise mode: Mode de pujar: - - + + Always double blinds Sempre duplica les cegues - - + + Manual blinds order: Ordre manual de cegues: - - + + Edit ... Editar... - + Game Speed: Velocitat del joc: - + Pause between hands (press "start" button to go on) Fes pausa entre mans (oprimiu el botó "començar" per a continuar) - + Show game settings dialog on every new game Mostra diàleg de configuració d'opcions en cada partida nova - + Network Game Settings Configuració de partida de xarxa - + Maximum number of players: Nombre màxim de jugadors: - + Timeout for player action: Temps permès per acció del jugador: - + Export as html - + Export as txt - + Save as ... - + Delete - + Log File - - + + s s - + Network Server Settings Configuració de servidor de xarxa - - + + Server Port: Port de servidor: - - + + Use SCTP Utilitza SCTP - - + + Use IPv6 Utilitza IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Què és això?</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è és això?</a> - + Internet Game Settings Configuració de partida d'internet - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2533,52 +2560,52 @@ 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;">Atenció: </span><span style=" font-weight:600; font-style:italic;">Opcions de partida </span><span style=" font-style:italic;">predeterminats, com "Nombre màxim de jugadors", "Diners inicials", i "Cega petita" s'utilitzaràn </span><span style=" font-weight:600; font-style:italic;">de les Opcions de partida a la xarxa.</span></p></body></html> - + Server Address: Adreça de servidor: - + Use password for private game: Utilitza contrasenya per a partida privada: - + Computer Engine Motor d'ordenador - + Opponent 6: Adversari 6: - + Opponent 5: Adversari 5: - + Opponent 4: Adversari 4: - + Opponent 3: Adversari 3: - + Opponent 2: Adversari 2: - + Opponent 1: Adversari 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2589,48 +2616,48 @@ 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;">Atenció: Millor qualitat d'avatar amb proporció d'imatge com aquest: </span><span style=" font-weight:600; font-style:italic;">amplada=50, alçada=50.</span></p></body></html> - + Enable/Disable Logging Activa/Desactiva registre - + Store log files for Emmagatzemar arxius de registre per - + Log File Directory: Carpeta del arxiu de registre: - + Write log after every: Escriu registre després de cada: - + action (high frequent disc access) acció (accès a disc molt frequent) - + hand (medium disc access) mà (accès al disc mitjà) - + game (low disc access) partida (accès al disc baix) - + Log Messages Registra els missatges - + Player Nicks/Avatars Noms d'usuari/Avatars de jugador @@ -2645,22 +2672,22 @@ p, li { white-space: pre-wrap; } Mostra barra d'eines de l'esquerra - + Automatic Server Configuration URL URL de configuració automàtic de servidors - + Serverlist Address: Adreça de lista de servidors: - + Manual Server Configuration Configuració manual del servidor - + Day(s) Dia/Dies @@ -2690,13 +2717,13 @@ p, li { white-space: pre-wrap; } Mostra el visor de probabilitats - + Avatar Server: Servidor d'avatars: - + Style Estil @@ -2706,25 +2733,25 @@ p, li { white-space: pre-wrap; } No tradueixis termes de pòquer com "passar", "igualar", o "pujar" de l'estil de taula - - + + Add ... Afegir... - - + + Remove Eliminar - - + + Preview - Information: Previsualització - Informació: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2737,7 +2764,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;"><a href="http://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obteniu nous estils de taula de PokerTH ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2750,7 +2777,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obteniu nous estils de baralla de PokerTH ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2769,72 +2796,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-style:italic;">Atenció: Millor qualitat amb una proporció d'imatge com aquest: </span><span style=" font-weight:600; font-style:italic;">amplada=48, alçada=76.</span></p></td></tr></table></body></html> - + Delay between hands: Retard entre mans: - + Server Servidor - + Game Partida - + Default game name: Nom predeterminat de partida: - + Default game type: Tipus predeterminat de partida: - + Standard Estàndard - + Registered players only Només jugadors registrats - + Invited players only Només jugadors invitats - + Ranking game Partida de rànquing - + Show lobby chat Mostra el xat - + Ignored Players Jugadors ignorats - + Player Jugador - + Remove Player Eliminar jugador - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2847,17 +2874,17 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jugador humà:<br /><span style=" font-style:italic;">(Aquest nom d'usuari també s'utilitzarà per a l'entrada al joc en línia)</span></p></body></html> - + Opponent 7: Adversari 7: - + Opponent 8: Adversari 8: - + Opponent 9: Adversari 9: @@ -2940,64 +2967,64 @@ p, li { white-space: pre-wrap; } turc - - - - + + + + Settings Error Error de configuració - + The entered flipside picture doesn't exist. Please enter an valid picture! L'imatge de revés introduït no existeix. Si us plau, introdueu-ne una vàlida! - - + + The log file directory doesn't exist. Please select an valid directory! El directori d'arxiu de registre no existeix. Si us plau, seleccioneu un directori vàlid! - + Language Changed llengua canviada - + You have changed application language to %1. Please restart PokerTH to load new language! Heu canviat la llengua de l'aplicació a %1. Si us plau, reiniceu el PokerTH per carregar la nova llengua! - + Select your flipside picture Seleccioneu el vostre imatge del revés de la baralla - + Images (*.png *.jpg *.gif) imatges (*.png *.jpg *.gif) - + Open Directory diccionari obert - - + + Blinds Error Error de cegues - - + + 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. @@ -3041,7 +3068,7 @@ Aquest valor per a la primera cega petita s'utilizarà com al valor màxim suec - + The entered server list address is not a valid URL. Please enter a valid server list address! L'adreça de llista de servidors introduït no és un URL vàlid. @@ -3063,143 +3090,143 @@ Si us plau, introdueu una adreça de llista de servidor vàlida! danès - - + + Maintainer Name nom del mantenidor - - + + Maintainer EMail correu electrònic del mantenidor - - + + Create Date Data de creació - + Windows Behaviour Comportament de les finestres - + scaleable escalable - + fixed fix - + Minimum Size mida mínima - + Maximum Size mida màxima - + Fixed Size mida fixa - + State Estat - + Please select your game table style Si us plau, seleccioneu el vostre estil de taula - + PokerTH game table styles (*.xml) Estils de taula PokerTH (*.xml) - + Game Table Style Error Error d'estil de taula - + Selected game table style file is already in the list. Please select another one to add! L'arxiu d'estil de taula seleccionat ja existeix a la llista. Si us plau, seleccioneu-ne un altre per afegir! - + Game Table Style File Error Error d'arxiu d'estil de taula - + Could not load game table style file correctly. Style will not be placed into list! No s'ha pogut carregar l'arxiu de l'estil de taula correctament. L'estil no es posarà a la llista! - + Please select your card deck style Si us plau, seleccioneu el vostre estil de baralla - + PokerTH card deck styles (*.xml) Estils de baralla PokerTH (*.xml) - + Card Deck Style Error Error d'estil de baralla - + Selected card deck style file is already in the list. Please select another one to add! L'arxiu d'estil de baralla seleccionat ja existeix a la llista. Si us plau, seleccioneu-ne un altre per afegir! - + Card Deck Style File Error Error d'arxiu d'estil de baralla - + Could not load card deck style file correctly. Style will not be placed into list! No s'ha pogut carregar l'arxiu d'estil de baralla correctament. L'estil no es posarà a la llista! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3383,108 +3410,108 @@ Please choose another one. Si us plau, trieu-ne un altre. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Error de xarxa - + Server address was not set. L'adreça de servidor no s'ha establert. - + An invalid port was set (ports 0-1023 are not allowed). Un port no vàlid s'ha establert (ports 0-1023 no es permeten). - + Could not create a socket for TCP communication. No s'ha pogut fer un sòcol per a la comunicació TCP. - + Could not set the IP address. No s'ha pogut establir l'adreça IP. - + Could not set the port for this type of address. No s'ha pogut establir el port per a aquest tipus d'adreça. - + The server name could not be resolved. El nom del servidor no s'ha pogut resoldre. - + Bind failed - please choose a different port. Comunicació ha fallat. Seleccioneu un altre port. - + Internal network error: "listen" failed. Error intern de xarxa: ha fallat en "escoltar". - + Server execution was terminated. L'execució del servidor s'ha interromput. - + Could not connect to the server. No s'ha pogut connectar al servidor. - + Connection timed out. Please check the server address. @@ -3495,125 +3522,150 @@ Si us plau, comproveu l'adreça del servidor. Si el servidor és darrere un encaminador NAT, comproveu que el port de reeinviament està configurat en el servidor. - + Internal network error: "select" failed. Error intern de xarxa: ha fallat en "seleccionar". - + Internal network error: "send" failed. Error intern de xarxa: ha fallat en "enviar". - + Connection was closed by the server. La connexió ha estat tancat pel servidor. - + Internal network error: Duplicate TCP connection. Error intern de xarxa: Hi ha una connexió duplicada de TCP. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. S'ha rebut un paquet de xarxa no vàlid. Si us plau, tingueu en compte que tots els jugadors han d'utilitzar la mateixa versió de PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Error intern d'estat. Si us plau, comproveu que tots els jugadors utilitzin la mateixa versió de PokerTH. - + Invalid server list URL. Please correct the address in the settings. URL de llista de servidors no vàlid. Si us plau, corregiu l'adreça a la configuració. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. No s'ha pogut obrir l'arxiu MD5 de la llista de servidors. Si us plau, comproveu que l'URL de la llista de servidors és correcte. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. La sincronització de la llista de servidors d'internet de PokerTH ha fallat. Si us plau, comproveu que l'URL de la llista de servidors és correcte. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. La llista de servidors d'internet de PokerTH conté dades no vàlides. Si utilitzeu una llista personalitzada de servidors, si us plau, comproveu que el format és correcte. - + Could not unzip the PokerTH internet server list. No s'ha pogut descomprimir la llista de servidors de PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. No s'ha pogut descarregar la llista de servidors d'internet de PokerTH. Si us plau, comproveu que esteu directament conectat a l'internet. - + Could not open the target file when downloading the server list. No s'ha pogut obrir l'arxiu de destí al descarregar la llista de servidors. - + 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. El servidor de PokerTH no és compatible amb aquesta versió del joc.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada. - + Sorry, this server is already full. Aquest servidor ja és ple. - + Invalid login. Please check your username and password. Entrada no vàlida. Si us plau, comproveu el vostre nom d'usuari i la constrasenya. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. No podeu entrar ara. Si us plau, torneu-ho a provar en uns segons. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Contrasenya no vàlida al unir-se a la partida. Si us plau, torneu a introduir la contrasenya i torneu-ho a provar una altra vegada. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. La contrasenya és massa llarga. Si us plau, trieu-ne una altra. @@ -3628,151 +3680,154 @@ Si us plau, trieu-ne un altre. El nom de jugador és massa curt, massa llarg, o no és vàlid. Si us plau, trieu-ne un altre. - + The game name is either too short or too long. Please choose another one. El nom de la partida és massa curt o massa llarg. Si us plau, trieu-ne un altre. - + The game could not be found. La partida no s'ha pogut trobar. - + The chat text is invalid. El text de xat no és vàlid. - + The server referred to an unknown player. Aborting. El servidor s'ha referit a un jugador desconegut. Ara s'està tancant. - + Internal error: The current player could not be found. Error intern: El jugador actual no s'ha pogut trobar. - + Internal error: The current player is not active. Error intern: El jugador actual no està actiu. - + You were kicked from the server. Heu estat expulsat del servidor. - + You were temporarily banned from the server. Heu estat temporalment prohibit d'accedir el servidor. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! La vostra connexió al servidor ha fallat a causa d'inactivitat. Podeu tornar a conectar-vos! - + The client player count is invalid. El nombre de jugadors clients no és vàlid. - + Too many manual blinds were set. Please reconfigure the manual blinds. S'han configurat masses cegues manuals. Si us plau, torneu a configurar les cegues manuals. - + An invalid avatar file was configured. Please choose a different avatar. Un arxiu d'avatar no vàlid s'ha configurat. Si us plau, trieu un altre avatar. - + The selected avatar file is too large. Please choose a different avatar. L'arxiu d'avatar seleccionat és massa gran. Si us plau, trieu un altre avatar. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Un error intern d'avatar s'ha produït. Si us plau, informa d'això amb un administrador al xat. - + Could not start game: Synchronization failed. No s'ha pogut començar la partida: La sincronització ha fallat. - + The server is down for maintenance. Please try again later. Aquest servidor està desconectat per manteniment. Si us plau, torneu-ho a provar més tard. - + An internal error occured. Un error intern s'ha produït. - + - + - - - - - - + + + + + + + + Network Notification Notificació de xarxa - + You were kicked from the game. Heu estat expulsat de la partida. - + Sorry, this game is already full. Aquesta partida ja és plena. - + Unable to join - the server has already started the game. No s'ha pogut unir-se a la partida - el servidor ja l'ha començat. - + Your admin state timed out due to inactivity. Feel free to create a new game! El vostre estat com a administrador s'ha perdut a causa d'inactivitat. Podeu crear una partida nova! - + You cannot join this type of game as guest. No podeu unir-vos a aquest tipus de partida com a visitant. - + The settings are invalid for this type of 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. Una nova versió de PokerTH és disponible.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada. - + 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. Aquesta versió beta de PokerTH és obsoleta.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada. - + + Server Message Missatge de servidor - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_cz.ts b/ts/pokerth_cz.ts index 921f4fd8..cb8459aa 100644 --- a/ts/pokerth_cz.ts +++ b/ts/pokerth_cz.ts @@ -268,6 +268,14 @@ Kontaktujte, prosím, výrobce stylu herního stolu na "%4".You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Od tohoto uživatele již nebudete přijímat žádné zprávy, ani pozvánky do her.<br>Opravdu chcete přidat hráče <b>%1</b> na seznam ignorovaných? + + Report inappropriate avatar + + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -587,7 +595,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -619,7 +627,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -654,7 +662,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -680,6 +688,70 @@ 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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - za moderování fóra a organizaci bugtrackeru a seznamu požadovaných vlastností</p></td></tr></table></body></html> + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + aboutPokerthImpl @@ -807,7 +879,7 @@ Zvolte si jinou. There is already a game with your choosen game name. Please choose another one! - Hra se stejným názvem již existuje. + Hra se stejným názvem již existuje. Zvolte, prosím, jiný název! @@ -817,9 +889,19 @@ Zvolte, prosím, jiný název! There is a forbidden word in your choosen game name. Please choose another one! - Součástí názvu hry je zakázané slovo. + Součástí názvu hry je zakázané slovo. Vyberte, prosím, jiný. + + There is already a game with your chosen game name. +Please choose another one! + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + changeHumanPlayerNameDialog @@ -1728,6 +1810,14 @@ Budete-li takto zdržovat ještě %1-krát, budete ze hry vyhozeni! Pokud chcete ve hře zůstat, ale potřebujete si odskočit, využijte funkci "Pryč" z panelu napravo. + + Really want to exit? + + + + PokerTH - Close Table? + + internetGameLoginDialog @@ -2656,6 +2746,10 @@ p, li { white-space: pre-wrap; } Log File Soubor záznamu + + Show country flag in the corner of avatar + + settingsDialogImpl @@ -3358,6 +3452,26 @@ Prosím, zkontrolujte své uživatelské jméno a heslo. The settings are invalid for this type of game. Nastavení jsou pro tento typ hry neplatná. + + You cannot join this game, because another player in that game has your network address. + + + + Your connection to the server is very slow, the game had to start without you. + + + + The avatar report was accepted by the server. Thank you. + + + + This avatar was already reported by another player. + + + + An error occurred while reporting the avatar. + + timeoutMsgBoxImpl diff --git a/ts/pokerth_de.ts b/ts/pokerth_de.ts index ead6b26f..c3bda488 100644 --- a/ts/pokerth_de.ts +++ b/ts/pokerth_de.ts @@ -101,14 +101,14 @@ Bitte wählen Sie einen Kartendeck-Stil und versuchen Sie es erneut! GameTableStyleReader - - - + + + Game Table Style Error Spieltisch-Stilfehler - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -129,12 +129,12 @@ Sie können mit diesem Stil spielen, da der fehlende Inhalt durch den Standard-P Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils über "%3". - + Game Table Style Error - Fields content missing Spieltischstil-Fehler - Feldinhalte fehlen - + One or more pictures from current game table style "%1" were not found: %2 @@ -151,12 +151,12 @@ Sie können mit diesem Stil spielen, da der fehlende Inhalt durch den Standard-P Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils über "%3". - + Game Table Style Error - Pictures missing Spieltischstil-Fehler - Bilder fehlen - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -171,28 +171,28 @@ Sie können mit diesem Stil spielen, da der fehlende Inhalt durch den Standard-P Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils "%4". - + Game Table Style Error - Outdated Spieltischstil-Fehler - veraltet - + Everything OK! Alles okay! - + Some pictures are missing, please contact style maintainer for this issue. Einige Bilder fehlen, bitte kontaktieren Sie den Stil-Betreuer über diesen Vorfall. - + Some style fields are missing, please contact style maintainer for this issue. Einige Stilfelder fehlen, bitte kontaktieren Sie den Stil-Betreuer über diesen Vorfall. - + This style is outdated, please contact style maintainer for this issue. Dieser Stil ist veraltet, bitte kontaktieren Sie den Stil-Betreuer über diesen Vorfall. @@ -207,7 +207,7 @@ Die aktuelle PokerTH-Spieltisch-Stilversion ist "%2", doch dieser Stil Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -228,8 +228,8 @@ Der/die Wert(e) "%2" fehlt/fehlen. Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Es wurde ein Kartendeck-Stil anstatt eines Spieltisch-Stils gewählt. @@ -320,15 +320,26 @@ Bitte kontaktieren Sie den Ersteller des Spieltisch-Stils %3. Spieler ignorieren - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Sie werden keine Chat-Nachrichten oder Spieleinladungen mehr von diesem Spieler erhalten.<br>Möchten Sie den Spieler <b>%1</b> wirklich auf die Ignorier-Liste setzen? - + + PokerTH - Question PokerTH - Frage + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -387,12 +398,78 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + Project Projekt - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -415,7 +492,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -439,7 +516,6 @@ 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;"> - erstes GUI-Grafikdesign</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -448,7 +524,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -458,7 +534,6 @@ 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;">Mirko Albrecht<br />Felix Hammer<br />Bernd Arnold</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -484,7 +559,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -651,17 +726,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 @@ -698,7 +773,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 @@ -776,7 +851,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> @@ -1544,9 +1619,20 @@ Bitte wählen Sie einen anderen Namen. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Es gibt bereits ein Spiel mit Ihrem gewählten Namen. + Es gibt bereits ein Spiel mit Ihrem gewählten Namen. Bitte wählen Sie einen anderen! @@ -1556,10 +1642,9 @@ Bitte wählen Sie einen anderen! Spielname: - There is a forbidden word in your choosen game name. Please choose another one! - In Ihrem Spielnamen kommt ein unerlaubtes Wort vor. + In Ihrem Spielnamen kommt ein unerlaubtes Wort vor. Bitte wählen Sie einen anderen! @@ -2126,52 +2211,52 @@ p, li { white-space: pre-wrap; } Dies ist ein privates Spiel. Bitte Kennwort eingeben! - - - - + + + + Game Info Spieldaten - - + + Connected players Verbundene Spieler - + Server Error Serverfehler - + You should not kick yourself from this game! Sie sollten sich nicht selbst des Spiels verweisen! - + running läuft - - + + Game Spiel - - + + Players Spieler - - + + State Status @@ -2180,27 +2265,27 @@ p, li { white-space: pre-wrap; } Privat - + open offen - + hands Runden - + minutes Minuten - + double blinds Blinds verdoppeln - + manual blinds order Eigene Blinds-Reihenfolge @@ -2216,16 +2301,16 @@ p, li { white-space: pre-wrap; } - - + + P Prv (Privat) passt in die Spalte rein Prv - - + + Available Players Verfügbare Spieler @@ -2246,29 +2331,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standard - - + + Registered players only Nur registrierte Spieler - - + + Invited players only Nur eingeladene Spieler - - + + Ranking game Ranking-Spiel @@ -2278,74 +2363,75 @@ p, li { white-space: pre-wrap; } Verbundene Spieler - max. %1 - - + + T Typ passt in die Spalte rein Typ - + + Connected players - Max. %1 Verbundene Spieler - max. %1 - - + + running games: %1 Laufende Spiele: %1 - - + + open games: %1 Offene Spiele: %1 - + Invite %1 %1 einladen - + Ignore %1 %1 ignorieren - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 wurde zu %2 von %3 eingeladen.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 hat die Einladung zu %2 abgelehnt.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 kann %2 nicht beitreten, da er beschäftigt ist.</span> - - + + The game will start in<br><b>%1</b> seconds. Das Spiel startet in<br><b>%1</b> Sekunden. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Sie sind einem Spiel mit dem Typ "nur Einladungen" beigetreten. Sie können nun Spieler einladen, indem Sie auf deren Nicknamen in der Spielerliste mit der rechten Maustaste klicken. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Sie wurden von <b>%2</b> zu dem Spiel <b>%1</b> eingeladen.<br>Möchten Sie diesem Spiel beitreten? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Sie werden keine Chat-Nachrichten oder Spieleinladungen mehr von diesem Spieler erhalten.<br>Möchten Sie den Spieler <b>%1</b> wirklich auf Ihre Ignorier-Liste setzen? @@ -2354,49 +2440,49 @@ Sie können nun Spieler einladen, indem Sie auf deren Nicknamen in der Spielerli Spieler im Chat: %1 - - + + connected players: %1 Verbundene Spieler: %1 - + search for player ... nach Spieler suchen... - + Chat is only available to registered players. Der Chat steht nur registrierten Spielern zur Verfügung. - + Invite player ... Spieler einladen... - + Ignore player ... Spieler ignorieren... - + %1 is playing in "%2". %1 spielt in "%2". - + %1 is not playing at the moment. %1 spielt derzeit nicht. - - + + PokerTH - Info Message PokerTH - Infomeldung - + PokerTH - Question PokerTH - Frage @@ -2780,23 +2866,23 @@ Bitte wählen Sie einen anderen Namen. ⌘N zum Start eines neuen Spiels - - - - - + + + + + Start Start - - - + + - - - + + + + Stop Stop @@ -2858,7 +2944,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 @@ -2943,12 +3029,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. - + 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? @@ -2970,9 +3056,9 @@ Bitte gehen Sie auf <a href="http://www.pokerth.net/" target=" PokerTH %1 - Die Open-Source Texas Holdem Engine - - - + + + Lobby Lobby @@ -2981,12 +3067,12 @@ Bitte gehen Sie auf <a href="http://www.pokerth.net/" target=" Ein interner Avatarfehler ist aufgetreten. Bitte informieren Sie hierüber einen Admin im Lobbychat. - + PokerTH - Internet Game Message PokerTH - Internetspiel-Meldung - + Attention! Do you really want to leave the current game and go back to the lobby? Vorsicht! Möchten Sie das aktuelle Spiel wirklich verlassen @@ -3047,49 +3133,59 @@ Bitte stellen Sie sicher, dass Sie mit dem Internet direkt verbunden sind.Beim Herunterladen der Serverliste konnte die Zieldatei nicht geöffnet werden. - + Chance Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Rauswurf - + Do you want to kick <b>%1</b><br>from this game? Möchten Sie <b>%1</b><br>aus diesem Spiel entfernen? - - + + <b>%1</b> secs left <b>%1</b> Sekunde(n) verbleiben - + vote Stimme - + votes Stimmen - + Chat is only available to registered players. Mehr Text passte nicht rein. Chat nur für registrierte Spieler. - + PokerTH - Warning PokerTH - Warnung - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -3108,12 +3204,12 @@ Wenn Sie temporär abwesend sind, können Sie die Abwesend-Funktionen in der rec Sie haben <b>%1</b> %2 gegen sich.<br>Noch <b>%3</b> Stimmen bis zum Rauswurf. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Spieler <b>%1</b> hat <b>%2</b> %3 gegen<br>sich. Noch <b>%4</b> Stimme(n), um ihn rauszuwerfen. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Sie haben <b>%1</b> %2 gegen sich.<br>Noch <b>%3</b> Stimme(n) bis zum Rauswurf. @@ -3632,8 +3728,8 @@ p, li { white-space: pre-wrap; } Small Blind: - - + + Start Cash: Startgeld: @@ -3642,19 +3738,19 @@ p, li { white-space: pre-wrap; } Engine Version: - + Network Server Settings Einstellungen für Netzwerkspiel - - + + Server Port: Serverport: - - + + Use IPv6 IPv6 benutzen @@ -3663,32 +3759,32 @@ p, li { white-space: pre-wrap; } Serverkennwort: - + Computer Engine Computer-Engine - + Opponent 5: Gegner 5: - + Opponent 3: Gegner 3: - + Opponent 2: Gegner 2: - + Opponent 1: Gegner 1: - + Opponent 4: Gegner 4: @@ -3705,33 +3801,33 @@ p, li { white-space: pre-wrap; } 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 - + Delay between hands: Verzögerung zwischen Runden: - + Internet Game Settings Einstellungen für Internetspiel @@ -3773,22 +3869,22 @@ p, li { white-space: pre-wrap; } Statusleisten-Nachrichten anzeigen - + Show game settings dialog on every new game Den Dialog Spieleinstellungen bei jedem neuen Spiel anzeigen - + 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) @@ -3801,17 +3897,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: @@ -3821,7 +3917,7 @@ p, li { white-space: pre-wrap; } Symbole für Small Blind und Big Blind anzeigen - + Play sound effects Spiele Klangeffekte @@ -3830,20 +3926,20 @@ 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://de.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://de.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Was ist das?</a> @@ -3863,17 +3959,17 @@ p, li { white-space: pre-wrap; } Einstellungen - + Maximum number of players: Maximale Anzahl der Spieler: - + Sound Volume: Lautstärke: - + 10 10 @@ -3882,28 +3978,28 @@ p, li { white-space: pre-wrap; } 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) - + Sound Sound @@ -3926,12 +4022,12 @@ p, li { white-space: pre-wrap; } Internetserver-Einstellungen (dedizierter Server) - + Server Address: Serveradresse: - + Use password for private game: Benutze Kennwort für private Spiele: @@ -3956,58 +4052,58 @@ 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... @@ -4017,7 +4113,7 @@ p, li { white-space: pre-wrap; } Sprache: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4036,22 +4132,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;"><span style=" font-style:italic;">Hinweis: Beste Bildqualität mit einem Seitenverhältnis von </span><span style=" font-weight:600; font-style:italic;">Breite=48, Höhe=76.</span></p></td></tr></table></body></html> - + Sound Categories Klangkategorie - + Play game actions sounds like "check", "call", "raise" Spielaktionen wie Check, Call und Raise akustisch wiedergeben - + Play lobby chat notifications Lobbychat-Hinweismeldungen abspielen - + Play network/internet game notifications like "player joined the game" Mehrspieler-Hinweise wiedergeben (z. B. "Spieler trat Spiel bei") @@ -4060,7 +4156,7 @@ p, li { white-space: pre-wrap; } Lobbychat (IRC-Server) aktivieren/deaktivieren - + Player Nicks/Avatars Spielernicknamen/-avatare @@ -4104,26 +4200,26 @@ 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: beste Qualität mit Verhältnis </span><span style=" font-weight:600; font-style:italic;">Breite=100, Höhe=140.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Zeit für Spieleraktion: - - + + s Sek. - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -4134,7 +4230,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;">Hinweis: Standard-</span><span style=" font-weight:600; font-style:italic;">Spieleinstellungen</span><span style=" font-style:italic;"> - wie "Maximale Anzahl Spieler", "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> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -4145,99 +4241,104 @@ 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: beste Bildqualität mit einem Seitenverhältnis von </span><span style=" font-weight:600; font-style:italic;">Breite=50, Höhe=50.</span></p></body></html> - + Automatic Server Configuration URL URL für Server-Autokonfiguration - - + + Show country flag in the corner of avatar + + + + + Description Beschreibung - - + + Maintainer Betreuer - + State Status - + Server Server - + Serverlist Address: Serverlisten-Adresse: - + Manual Server Configuration Manuelle Serverkonfiguration - + Game Spiel - + Default game name: Standard-Spielname: - + Default game type: Standard-Spieltyp: - + Standard Standard - + Registered players only Nur registrierte Spieler - + Invited players only Nur eingeladene Spieler - + Ranking game Ranking-Spiel - + Show lobby chat Lobby-Chat anzeigen - + Ignored Players Ignorierte Spieler - + Player Spieler - + Remove Player Spieler entfernen - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4250,32 +4351,32 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Menschlicher Spieler:<br /><span style=" font-style:italic;">(Dieser Nickname wird auch für die Anmeldung zum Onlinespiel verwendet)</span></p></body></html> - + Day(s) Tag(e) - + Export as html Als HTML exportieren - + Export as txt Als Text exportieren - + Save as ... Speichern unter... - + Delete Löschen - + Log File Logdatei @@ -4310,27 +4411,27 @@ p, li { white-space: pre-wrap; } Deaktiviere Startbildschirm beim Startvorgang - + Game Table Spieltisch - + Card Deck Kartenstapel - + Card Back Kartenrückseite - + Use card back from card style Benutze Kartenrückseite vom Kartenstil - + Use custom card back picture: Benutze eigenes Bild für Kartenrückseite: @@ -4359,13 +4460,13 @@ p, li { white-space: pre-wrap; } Kennwort: - + Avatar Server: Avatarserver: - + Style Stil @@ -4383,25 +4484,25 @@ p, li { white-space: pre-wrap; } Aktivieren - - + + Add ... Hinzufügen... - - + + Remove Entfernen - - + + Preview - Information: Vorschau-Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4418,7 +4519,7 @@ p, li { white-space: pre-wrap; } Kartendeck-Stile - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4431,12 +4532,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Holen Sie sich die neuen PokerTH-Kartendeck-Stile...</span></a></p></body></html> - + Opponent 7: Gegner 7: - + Opponent 8: Gegner 8: @@ -4445,7 +4546,7 @@ p, li { white-space: pre-wrap; } Gegner 6: {10:?} - + Opponent 9: Gegner 9: @@ -4453,10 +4554,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Einstellungsfehler @@ -4473,7 +4574,7 @@ Please select an valid directory! Bitte wählen Sie ein gültiges Verzeichnis! - + Select your flipside picture Wähle das Rückseitenbild @@ -4482,12 +4583,12 @@ Bitte wählen Sie ein gültiges Verzeichnis! Bilder (*.png) - + Open Directory Öffne Verzeichnis - + Images (*.png *.jpg *.gif) Bilder (*.png *.jpg *.gif) @@ -4500,14 +4601,14 @@ Bitte wählen Sie ein gültiges Verzeichnis! Español (Spanisch) - - + + 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. @@ -4559,12 +4660,12 @@ Der erste Small Blind wird auf den größten erlaubten Wert gesetzt.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. @@ -4581,15 +4682,15 @@ Bitte starten Sie PokerTH neu um die neue Sprache zu laden! 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. @@ -4631,7 +4732,7 @@ Bitte wählen Sie ein gültiges Verzeichnis! Schwedisch - + The entered server list address is not a valid URL. Please enter a valid server list address! Die eingegebene Adresse ist keine gültige URL. @@ -4691,133 +4792,133 @@ Bitte geben Sie eine gültige Serverlisten-Adresse ein! Französisch (français) - - + + Maintainer Name Name des Betreuers - - + + Maintainer EMail E-Mail-Adr. des Betreuers - - + + Create Date Erstellt am - + Windows Behaviour Fensterverhalten - + scaleable skalierbar - + fixed fixiert - + Minimum Size Mindestgröße - + Maximum Size Maximale Größe - + Fixed Size Feste Größe - + State Status - + Please select your game table style Bitte wählen Sie Ihren Spieltisch-Stil - + PokerTH game table styles (*.xml) PokerTH-Spieltisch-Stile (*.xml) - + Game Table Style Error Spieltisch-Stilfehler - + Selected game table style file is already in the list. Please select another one to add! Die gewählte Spieltisch-Stildatei ist bereits in der Liste enthalten. Bitte wählen Sie eine andere, um sie hinzuzufügen! - + Game Table Style File Error Spieltisch-Stildatei-Fehler - + Could not load game table style file correctly. Style will not be placed into list! Die Spieltisch-Stildatei konnte nicht korrekt geladen werden. Der Stil wird nicht zur Liste hinzugefügt! - + Please select your card deck style Bitte wählen Sie Ihren Kartendeck-Stil - + PokerTH card deck styles (*.xml) PokerTH-Kartendeck-Stil (*.xml) - + Card Deck Style Error Kartendeck-Stilfehler - + Selected card deck style file is already in the list. Please select another one to add! Die gewählte Kartendeck-Stildatei ist bereits in der Liste enthalten. Bitte wählen Sie eine andere, um sie hinzuzufügen! - + Card Deck Style File Error Kartendeck-Stildatei-Fehler - + Could not load card deck style file correctly. Style will not be placed into list! Die Kartendeck-Stildatei konnte nicht korrekt geladen werden. Der Stil wird nicht zur Liste hinzugefügt! - + PokerTH - Log file PokerTH - Logdatei - + Do you really want to delete the selected log file? Möchten Sie die ausgewählte Logdatei wirklich löschen? @@ -4826,12 +4927,12 @@ Der Stil wird nicht zur Liste hinzugefügt! Möchten Sie die ausgewählte Logdatei wirklich löschen? - + Save PokerTH log file PokerTH-Logdatei speichern - + PokerTH SQL log (*.pdb) PokerTH-SQL-Log (*.pdb) @@ -5039,108 +5140,108 @@ Please choose another one. Bitte wählen Sie einen anderen Nicknamen. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. - + Connection timed out. Please check the server address. @@ -5150,125 +5251,150 @@ Bitte überprüfen Sie die Serveradresse. Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass serverseitig die Portweiterleitung aktiviert wurde. - + Internal network error: "select" failed. Interner Netzwerkfehler: "Auswahl" fehlgeschlagen. - + Internal network error: "send" failed. Interner Netzwerkfehler: "Senden" fehlgeschlagen. - + Connection was closed by the server. Der Server hat die Verbindung beendet. - + 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 Statusfehler. Bitte stellen Sie sicher, dass alle Spieler die gleiche Version von PokerTH benutzen. - + Invalid server list URL. Please correct the address in the settings. Ungültige URL für die Serverliste. Bitte korrigieren Sie die Adresse in den Einstellungen. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Die MD5-Datei mit den Serverlisten konnte nicht geladen werden. Bitte stellen Sie sicher, dass die URL zu den Serverlisten korrekt ist. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Die Synchronisierung der PokerTH-Internetserverliste ist fehlgeschlagen. Bitte stellen Sie sicher, dass die URL zu den Serverlisten korrekt ist. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. Die Liste mit den PokerTH-Internetservern enthält ungültige Daten. Sollten Sie eine eigene Serverliste benutzen, stellen Sie bitte sicher, dass ihr Format korrekt ist. - + Could not unzip the PokerTH internet server list. Die Liste mit den PokerTH-Internetservern konnte nicht entpackt werden. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Die Liste mit den PokerTH-Internetservern konnte nicht heruntergeladen werden. Bitte stellen Sie sicher, dass Sie mit dem Internet direkt verbunden sind. - + Could not open the target file when downloading the server list. Beim Herunterladen der Serverliste konnte die Zieldatei nicht geöffnet werden. - + 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. - + Sorry, this server is already full. Schade, der Server ist bereits voll. - + Invalid login. Please check your username and password. Ungültige Anmeldung. Bitte prüfen Sie Ihren Benutzernamen und Ihr Kennwort. - + Your account is blocked indefinitely. Ihr Konto wurde unbefristet gesperrt. - + You cannot login at this time. Please try again in a few seconds. Im Moment können Sie sich nicht anmelden. Bitte versuchen Sie es in wenigen Sekunden erneut. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Dieses Spiel ist vom Typ "Nur Einladungen". Sie können diesem Spiel nicht beitreten ohne eingeladen zu werden. - + Invalid password when joining the game. Please reenter the password and try again. Ungültiges Kennwort beim Betreten des Spieltisches. Bitte geben Sie das Kennwort erneut ein und versuchen Sie es nochmal. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Das Kennwort ist zu lang. Bitte wählen Sie ein kürzeres. @@ -5283,67 +5409,67 @@ Bitte wählen Sie einen anderen Namen. Der Spielername ist zu kurz, zu lang oder ungültig. Bitte wählen Sie einen anderen Namen. - + 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. - + The server referred to an unknown player. Aborting. Der Server verweist auf einen unbekannten Spieler. Abbruch. - + 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. - + You were kicked from the server. Sie wurden des Servers verwiesen. - + You were temporarily banned from the server. Sie wurden temporär vom Server ausgeschlossen. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Ihre Serververbindung wurde aufgrund zu langer Inaktivität unterbrochen. Sie sind willkommen sich wieder zu verbinden! - + The client player count is invalid. Die Anzahl der Mitspieler ist ungültig. - + 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. @@ -5352,86 +5478,89 @@ Bitte wählen Sie einen anderen Namen. Derzeit können Sie kein neues Avatar hochladen. Bitte versuchen Sie es in ein paar Sekunden erneut. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Ein interner Avatarfehler ist aufgetreten. Bitte informieren Sie hierüber einen Admin im Lobbychat. - + Could not start game: Synchronization failed. Das Spiel konnte nicht gestartet werden: die Synchronisierung ist fehlgeschlagen. - + The server is down for maintenance. Please try again later. Der Server wurde für Wartungsarbeiten heruntergefahren. Bitte versuchen Sie es später wieder. - + An internal error occured. Ein interner Fehler ist aufgetreten. - + - + - - - - - - + + + + + + + + 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. - + Unable to join - the server has already started the game. Betreten nicht möglich - der Server hat das Spiel bereits gestartet. - + Your admin state timed out due to inactivity. Feel free to create a new game! Das Zeitlimit Ihres Administratorstatus ist aufgrund Inaktivität abgelaufen. Erstellen Sie doch ein neues Spiel! - + You cannot join this type of game as guest. Sie können diesem Spieltyp als Gast nicht beitreten. - + The settings are invalid for this type of game. Die Einstellungen sind für diesen Spieltyp ungültig. - + 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. - + + Server Message Servermeldung - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_dk.ts b/ts/pokerth_dk.ts index d88b2dd3..3b9fa0c8 100644 --- a/ts/pokerth_dk.ts +++ b/ts/pokerth_dk.ts @@ -104,14 +104,14 @@ Vælg venligst en kort-bagside og prøv igen! GameTableStyleReader - - - + + + Game Table Style Error Pokerbord-skin fejl - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -124,12 +124,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -140,12 +140,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -155,27 +155,27 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. @@ -196,7 +196,7 @@ Please contact the game table style builder %4. Kontakt venligst fremstilleren af pokerbord-skin'et %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -229,8 +229,8 @@ Please contact the game table style builder %3. Kontakt venligst fremstilleren af pokerbordet %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! En kort-bagside var valgt i stedet for et pokerbord-skin. @@ -313,15 +313,26 @@ Kontakt venligst fremstilleren af pokerbord-skin'et %3. - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -371,22 +382,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Projekt - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -407,24 +418,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Oversættelse + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Tak til + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -448,22 +469,12 @@ p, li { white-space: pre-wrap; } - - Translation - Oversættelse - - - - Thanks to - Tak til - - - + License Licens - + Close Luk @@ -915,7 +926,13 @@ Vælg venligst et andet navn. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -925,12 +942,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1441,36 +1452,36 @@ p, li { white-space: pre-wrap; } Du er ved at tilslutte et privat spil. Indtast venligst adgangskode! - + open åben - - - - + + + + Game Info Spilinformation - - + + Game Spil - - + + Players Spillere - - + + State Tilstand @@ -1485,15 +1496,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Tilgængelige spillere @@ -1514,29 +1525,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1546,77 +1557,78 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running igangværende - - + + running games: %1 igangværende spil: %1 - - + + open games: %1 åbne spil: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1625,85 +1637,85 @@ Feel free to invite other players by right-clicking on their nick in the availab spillere i chat: %1 - - + + connected players: %1 tilsluttede spillere: %1 - - + + Connected players - + hands hænder - + minutes minutter - + double blinds dobbelt blinds - + manual blinds order manuel blinds-orden - + Server Error Server fejl - + You should not kick yourself from this game! Du skal ikke smide dig selv ud af dette spil! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1950,13 +1962,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Stop @@ -1982,18 +1994,18 @@ Feel free to invite other players by right-clicking on their nick in the availab F1 - All-In | F2 - Bet/Raise | F3 - Check/Call | F4 - Fold - - - - - + + + + + Start Start - - - + + + Lobby Lobby @@ -2010,44 +2022,54 @@ Feel free to invite other players by right-clicking on their nick in the availab Auto måde sat: Check eller fold. - + Chat Chat - + Closing PokerTH during network game Lukker PokerTH under et netværksspil - + You are the hosting server. Do you want to close PokerTH anyway? Du er vært for serveren. Ønsker du stadig at afslutte PokerTH? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message PokerTH - Internet-spil besked - + Attention! Do you really want to leave the current game and go back to the lobby? Advarsel! Ønsker du virkelig at forlade spillet og gå tilbage til lobby'en? - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2055,12 +2077,12 @@ If you are temporarily away, you can use the "away" tools in the tool - + Chance Chance - + Kick Smid ud @@ -2079,23 +2101,23 @@ ud fra dette spil? Spiller <b>%1</b> har %2 stemmer imod ham. - + Do you want to kick <b>%1</b><br>from this game? Ønsker du at smide <b>%1</b><br>ud fra dette spil? - - + + <b>%1</b> secs left <b>%1</b> sekunder tilbage - + vote Stem - + votes Stemmer @@ -2108,12 +2130,12 @@ ud fra dette spil? Du har <b>%1</b> %2 imod dig.<br><b>%3</b> stemmer nødvendige for udsmidning. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Spiller <b>%1</b> er <b>%2</b> %3<br>imod ham. <b>%4</b> stemme(r) nødvendige for udsmidning. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Du har <b>%1</b> %2 imod dig.<br><b>%3</b> stemme(r) nødvendige for udsmid. @@ -2628,7 +2650,7 @@ p, li { white-space: pre-wrap; } - + Sound Lyd @@ -2638,27 +2660,27 @@ p, li { white-space: pre-wrap; } Deaktiver splashscreen under opstart - + Game Table Spil-bord - + Card Deck Spillekort - + Card Back Kortbagside - + Use card back from card style Benyt kort-bagside fra kort-stil - + Use custom card back picture: Benyt brugerdefineret bagside billede: @@ -2675,167 +2697,167 @@ 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;">Bemærk: Den bedste kvalitet med billede-størrelse omkring </span><span style=" font-weight:600; font-style:italic;">bredde=76, højde=48.</span></p></body></html> - + Play sound effects Afspil lydeffekter - + Sound Volume: Lydstyrke: - + 10 10 - + Sound Categories Lydkatagorier - + Play game actions sounds like "check", "call", "raise" Afspil spil-handlingslyde som "check", "call", "raise" - + Play lobby chat notifications Afspil lobby-chat notifikationer - + Play network/internet game notifications like "player joined the game" Afspil netværk/internet-spil notifikationer som "player joined the game" - + Local Game Settings Lokale spilindstillinger - + Number of players: Antal deltagere: - - + + Start Cash: Start beløb: - - - - + + + + $ kr - - + + First small blind: Første small blind: - - + + Raise blinds: Forhøj blinds: - - - - + + + + Every: Hvert: - - + + hands hænder - - + + minutes minutter - - + + Raise mode: Raise-måde: - - + + Always double blinds Altid dobbelt-blinds - - + + Manual blinds order: Manuel blinds-orden: - - + + Edit ... Rediger ... - + Game Speed: Spilhastighed: - + Pause between hands (press "start" button to go on) Pause mellem hænder (tryk "start"-knappen for at fortsætte) - + Show game settings dialog on every new game Vis spilindstillings-dialog under hvert nyt spil - + Network Game Settings Netværk-spil indstillinger - + Maximum number of players: Maksimum antal deltagere: - + Export as html - + Export as txt - + Save as ... - + Delete Slet - + Log File @@ -2844,18 +2866,18 @@ p, li { white-space: pre-wrap; } Spilhastighed for computermodstandere: - + Timeout for player action: Tidsudløb for spillerhandling: - - + + s s - + Network Server Settings Netværks-server indstillinger @@ -2864,42 +2886,42 @@ p, li { white-space: pre-wrap; } Server adgangskode: - - + + Server Port: Server port: - - + + Use SCTP Benyt SCTP - - + + Use IPv6 Benyt IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Hvad 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">Hvad er dette?</a> - + Internet Game Settings Internet-spil indstillinger - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2910,12 +2932,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;"><span style=" font-style:italic;">Note: Standard </span><span style=" font-weight:600; font-style:italic;">Spilindstillinger</span><span style=" font-style:italic;"> som "maksimalt antal spillere", "Start beløb" og "Small blind" vil blive brugt </span><span style=" font-weight:600; font-style:italic;">fra netværk-spil indstillinger.</span></p></body></html> - + Server Address: Server adresse: - + Use password for private game: Benyt adgangskode for privat spil: @@ -2932,42 +2954,42 @@ p, li { white-space: pre-wrap; } #pokerth - + Computer Engine Computer motor - + Opponent 6: Modstander 6: - + Opponent 5: Modstander 5: - + Opponent 4: Modstander 4: - + Opponent 3: Modstander 3: - + Opponent 2: Modstander 2: - + Opponent 1: Modstander 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2982,48 +3004,48 @@ p, li { white-space: pre-wrap; } Menneskespiller: - + Enable/Disable Logging Slå til/fra logning - + Store log files for Gem filer for - + Log File Directory: Logfil sti: - + Write log after every: Skriv log efter hvert: - + action (high frequent disc access) handling (højt-forekommende disk-adgang) - + hand (medium disc access) hånd (mellem-forekommende disk-adgang) - + game (low disc access) spil (lavt-forekommende disk-adgang) - + Log Messages log beskeder - + Player Nicks/Avatars Spiller navn/avatars @@ -3038,24 +3060,29 @@ p, li { white-space: pre-wrap; } Vis venstre værktøjskasse - - + + Show country flag in the corner of avatar + + + + + Description - - + + Maintainer - + State Tilstand - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3067,87 +3094,87 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Automatic Server Configuration URL Automatisk server konfiguration URL - + Serverlist Address: Serverliste adresse: - + Manual Server Configuration Manuel serverkonfiguration - + Game Spil - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3156,7 +3183,7 @@ p, li { white-space: pre-wrap; } - + Day(s) Dag(e) @@ -3198,13 +3225,13 @@ p, li { white-space: pre-wrap; } Adgangskode: - + Avatar Server: Avatar-server: - + Style Stil @@ -3222,25 +3249,25 @@ p, li { white-space: pre-wrap; } Aktiver - - + + Add ... Tilføj ... - - + + Remove Fjern - - + + Preview - Information: Forhåndsvisning - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3257,7 +3284,7 @@ p, li { white-space: pre-wrap; } Kortbagsider - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3270,12 +3297,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Få nye PokerTH kortbagsider ...</span></a></p></body></html> - + Opponent 7: Modstander 7: - + Opponent 8: Modstander 8: @@ -3284,7 +3311,7 @@ p, li { white-space: pre-wrap; } Modstander 10: - + Opponent 9: Modstander 9: @@ -3356,64 +3383,64 @@ p, li { white-space: pre-wrap; } Tyrkisk - - - - + + + + Settings Error Indstillingsfejl - + The entered flipside picture doesn't exist. Please enter an valid picture! Det indtastede bagside-billede eksiterer ikke. Indtast venligts et brugbart billede! - - + + The log file directory doesn't exist. Please select an valid directory! Log-filens sti eksisterer ikke. Vælge venligst en brugbar sti! - + Language Changed Sprog ændret - + You have changed application language to %1. Please restart PokerTH to load new language! Du har ændret programmets sprog til %1. Genstart venligst PokerTH for at indlæse det nye sprog! - + Select your flipside picture Vælg dit bagside-billede - + Images (*.png *.jpg *.gif) Billeder (*.png *.jpg *.gif) - + Open Directory Åben sti - - + + Blinds Error Blinds-fejl - - + + 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. @@ -3477,7 +3504,7 @@ Dene første-small-blind-værdi vil blive sat to den maksimale tiladte værdi.Svensk - + The entered server list address is not a valid URL. Please enter a valid server list address! Den indtastede serverlise adresse er ikke en brugbar URL. @@ -3494,143 +3521,143 @@ Indtast venligst en brugbar serverliste adresse! Dansk - - + + Maintainer Name Vedligeholders navn - - + + Maintainer EMail Vedligeholders email - - + + Create Date Oprettelsesdato - + Windows Behaviour Vinduernes adfærd - + scaleable Skalérbar - + fixed fast - + Minimum Size Mindste størrelse - + Maximum Size Største størrelse - + Fixed Size Fast størrelse - + State Tilstand - + Please select your game table style Vælg venligst din pokerbord-skin - + PokerTH game table styles (*.xml) PokerTH pokerbord-skins(*.xml) - + Game Table Style Error Pokerbord-skin fejl - + Selected game table style file is already in the list. Please select another one to add! Det valgte pokerbord-skin er allerede på listen. Vælg venligst et andet at tilføje! - + Game Table Style File Error Pokerbord-skin fil-fejl - + Could not load game table style file correctly. Style will not be placed into list! Kunne ikke indlæse pokerbord-skin filen korrekt. Skin'et vil ikke blive tilføjet til listen! - + Please select your card deck style Vælg venligst din kort-bagside - + PokerTH card deck styles (*.xml) PokerTH kort-bagsider(*.xml) - + Card Deck Style Error Kort-bagside fejl - + Selected card deck style file is already in the list. Please select another one to add! Den valgte kort-bagsidefil er allerede på listen. Vælg venligst en anden for at tilføje! - + Card Deck Style File Error Kort-bagside-filfejl - + Could not load card deck style file correctly. Style will not be placed into list! Kunne ikke indlæse kort-bagsidefilen korrekt. Kortbagsiden vil ikke blive tilføjet til listen! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3826,108 +3853,108 @@ Please choose another one. Vælg venligst et andet. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Netværksfejl - + Server address was not set. Server adressen er ikke blevet sat. - + An invalid port was set (ports 0-1023 are not allowed). En invalid port var sat (port 0-1023 er ikke tilladt). - + Could not create a socket for TCP communication. Kunne ikke oprette en adgang til TCP kommunikation. - + Could not set the IP address. Kunne ikke sætte IP adressen. - + Could not set the port for this type of address. Kunne ikke sætte porten for denne type adresse. - + The server name could not be resolved. Servernavnet kunne ikke blive besluttet. - + Bind failed - please choose a different port. Blind fejlet - vælg venligst en andet port. - + Internal network error: "listen" failed. En netværksfejl: "listen" fejlede. - + Server execution was terminated. Server-lukning blev afsluttet. - + Could not connect to the server. Kunne ikke tilslutte serveren. - + Connection timed out. Please check the server address. @@ -3938,124 +3965,149 @@ Undersøg venligst serveradressen. Hvis serveren er under en NAT-router, skal du være sikker på, at forward-porten er blevet sat op på serversiden. - + Internal network error: "select" failed. Netværksfejl: "select" fejlet. - + Internal network error: "send" failed. Netværksfejl: "send" fejlede. - + Connection was closed by the server. Tilslutning blev lukket af serveren. - + Internal network error: Duplicate TCP connection. Netværksfejl: Dobbelt TCP-tilslutning. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. En invalid netværkspakke blev modtaget. Undersøg venligst, at alle spillere benytter den samme version af PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Tilstandsfejl. Undersøg venligst, at alle spillere benytter den samme version af PokerTH. - + Invalid server list URL. Please correct the address in the settings. Invalid serverliste URL. Ret venligst adressen under indstillinger. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Kunne ikke åbne serverliste MD5-fil. Undersøg venligst, at serverliste-URL'en er korrekt. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Synkronisering af PokerTH internet serverliste fejlede. Undersøg venligst, at serverliste URL'en er korrekt. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. PokerTH internet serverlisten indeholder invalide data. Hvis du benytter en brugerdefineret serverliste bedes du venligst undersøge, om formatet er korrekt. - + Could not unzip the PokerTH internet server list. Kunne ikke udpakke PokerTH internet serverliste. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Kunne ikke downloade PokerTH serverlisten. Undersøg venligst, at du er direkte tilsluttet til internettet. - + Could not open the target file when downloading the server list. Kunne ikke åbne målfilen under download af serverliste. - + 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 understøtter ikke denne version af spillet.<br>Gå venligst ind på <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den seneste version. - + Sorry, this server is already full. Undskyld, denne server er allerede fyldt op. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Invalid adgangskode under tilslutning til spil. Indtast venligst adgangskoden igen. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Adgangskoden er for lang. Vælg venligst en anden. @@ -4070,67 +4122,67 @@ Vælg venligst et andet navn. Spillernavnet er for kort, for langt eller ugyldigt. Vælg venligst et andet. - + The game name is either too short or too long. Please choose another one. Spil-navnet er enten for kort eller for langt. Vælg venligst et andet. - + The game could not be found. Spillet kunne ikke findes. - + The chat text is invalid. Chat-teksten er ugyldig. - + The server referred to an unknown player. Aborting. Serveren henviser til en ukendt spiller. Afbryder. - + Internal error: The current player could not be found. Fejl: Den nuværende spiller kunne ikke findes. - + Internal error: The current player is not active. Fejl: Den nuværende spiller er ikke aktiv. - + You were kicked from the server. Du er blevet smidt ud fra serveren. - + You were temporarily banned from the server. Du var midlertidigt blokeret fra serveren. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Din servertilslutning udløb pga. interaktivitet. Du er meget velkommen til at tilslutte igen! - + The client player count is invalid. Klient spillerantallet er ugyldigt. - + Too many manual blinds were set. Please reconfigure the manual blinds. For mange manuelle blinds var indstillet. Konfigurér venligst de manuelle blinds igen. - + An invalid avatar file was configured. Please choose a different avatar. En invalid avatarfil var konfigureret. Vælge venligst en anden avatar. - + The selected avatar file is too large. Please choose a different avatar. Den valgte avatarfil er for stor. Vælg venligst en anden avatar. @@ -4139,86 +4191,89 @@ Vælg venligst et andet navn. Du kan ikke uploade en ny avatarfil på nuværende tidspunkt. Prøv venligst igen om få sekunder. - + An internal avatar error occured. Please report this to an admin in the lobby chat. En avatarfejl opstod. Rapportér venligst dette til en admin i lobby-chatten. - + Could not start game: Synchronization failed. Kunne ikke starte spil: Synkronisering fejlede. - + The server is down for maintenance. Please try again later. Serveren er nede pga. vedligeholdelse. Prøv venligst igen senere. - + An internal error occured. En fejl opstod. - + - + - - - - - - + + + + + + + + Network Notification Netværksnotifikation - + You were kicked from the game. Du er blevet smidt ud af spillet. - + Sorry, this game is already full. Undskyld, dette spil er allerede fyldt. - + Unable to join - the server has already started the game. Ikke muligt at tilslutte - serveren har allerede startet spillet. - + Your admin state timed out due to inactivity. Feel free to create a new game! Din admintilstand er udløbet pga interaktivitet. Du er velkommen til at starte et nyt spil! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. En ny udgave af PokerTH er tilgængelig.<br>Gå venligst til <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den nyeste 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. Denne beta-udgave af PokerTH er udløbet.<br>Gå venligst til <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den nyeste version. - + + Server Message Server-besked - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_es.ts b/ts/pokerth_es.ts index 794e3a30..7117ed9a 100644 --- a/ts/pokerth_es.ts +++ b/ts/pokerth_es.ts @@ -101,14 +101,14 @@ Seleccione un estilo de baraja y vuelva a intentarlo. GameTableStyleReader - - - + + + Game Table Style Error Error en el estilo de mesa - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -128,12 +128,12 @@ Puede seguir utilizando este estilo, ya que el contenido faltante será sustitui Póngase en contacto con el autor del estilo a través de "%3". - + Game Table Style Error - Fields content missing Error en el estilo de mesa - Falta contenido de campos - + One or more pictures from current game table style "%1" were not found: %2 @@ -150,12 +150,12 @@ Puede seguir utilizando este estilo, ya que el contenido faltante será sustitui Póngase en contacto con el autor del estilo a través de "%3". - + Game Table Style Error - Pictures missing Error en el estilo de mesa - Faltan imágenes - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -170,27 +170,27 @@ Puede seguir utilizando este estilo, ya que el contenido faltante será sustitui Póngase en contacto con el autor del estilo a través de "%4". - + Game Table Style Error - Outdated Error en el estilo de mesa - Obsoleto - + Everything OK! Todo correcto. - + Some pictures are missing, please contact style maintainer for this issue. Faltan algunas imágenes. Por favor, informe al autor del estilo sobre este problema. - + Some style fields are missing, please contact style maintainer for this issue. Faltan algunos campos del estilo. Por favor, informe al autor del estilo sobre este problema. - + This style is outdated, please contact style maintainer for this issue. Este estilo es obsoleto. Por favor, informe al autor del estilo sobre este problema. @@ -205,7 +205,7 @@ La versión de estilo de mesa actual de PokerTH es "%2", pero este est Póngase en contacto con el autor del estilo %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -226,8 +226,8 @@ Faltan los valores de "%2". Póngase en contacto con el autor del estilo %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Se ha seleccionado un estilo de baraja en vez de uno de mesa. @@ -318,15 +318,26 @@ Póngase en contacto con el autor del estilo %3. Ignorar jugador - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Ya no recibirá más mensajes de charla o invitaciones de este usuario.<br>¿Seguro que desea añadir al usuario <b>%1</b>a la lista de ignorados? - + + PokerTH - Question PokerTH - Pregunta + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -372,12 +383,78 @@ p, li { white-space: pre-wrap; } - + Project Proyecto - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -400,7 +477,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -424,7 +501,6 @@ 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;"> - diseño inicial del entorno gráfico</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -433,7 +509,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -443,7 +519,6 @@ 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;">Miguel Revilla Rodríguez - yo@miguelrevilla.com</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -469,7 +544,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -636,7 +711,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 @@ -1333,12 +1408,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 @@ -1375,7 +1450,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 @@ -1426,7 +1501,7 @@ p, li { white-space: pre-wrap; } Acerca de PokerTH 0.6 - + <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> @@ -1960,9 +2035,20 @@ Elija un nombre diferente. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Ya existe una partida con el mismo nombre. + Ya existe una partida con el mismo nombre. Seleccione otro nombre. @@ -1972,10 +2058,9 @@ Seleccione otro nombre. Nombre de la partida: - There is a forbidden word in your choosen game name. Please choose another one! - Hay una palabra prohibida en el nombre de la partida. + Hay una palabra prohibida en el nombre de la partida. Elija otro nombre. @@ -2508,20 +2593,20 @@ p, li { white-space: pre-wrap; } gameLobbyDialogImpl - - - - + + + + Game Info Información de la partida - + Server Error Error en el servidor - + You should not kick yourself from this game! No puede expulsarse a usted mismo. @@ -2532,22 +2617,22 @@ p, li { white-space: pre-wrap; } - - + + Game Partida - - + + Players Jugadores - - + + State Estado @@ -2561,38 +2646,38 @@ p, li { white-space: pre-wrap; } Va a unirse a una partida privada. Introduzca la contraseña. - + running en marcha - + open abierta - - + + Connected players Jugadores conectados - + hands manos - + minutes minutos - + double blinds duplicar ciegas - + manual blinds order orden manual de ciegas @@ -2608,15 +2693,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Jugadores disponibles @@ -2637,29 +2722,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Normal - - + + Registered players only Sólo usuarios registrados - - + + Invited players only Sólo usuarios invitados - - + + Ranking game Partida clasificatoria @@ -2669,73 +2754,74 @@ p, li { white-space: pre-wrap; } Jugadores conectados - máx. %1 - - + + T T - + + Connected players - Max. %1 Jugadores conectados - máx. %1 - - + + running games: %1 partidas en marcha: %1 - - + + open games: %1 partidas abiertas: %1 - + Invite %1 Invitar a %1 - + Ignore %1 Ignorar a %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 ha sido invitado a %2 por %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 ha rechazado la invitación a %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 no se puede unir a %2 porque está ocupado.</span> - - + + The game will start in<br><b>%1</b> seconds. La partida comenzará en<br><b>%1</b> segundos. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Ha entrado en una partida sólo para invitados. Puede invitar a otros jugadores pulsando con el botón derecho sobre su apodo en la lista de jugadores. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Ha sido invitado a la partida <b>%1</b> por <b>%2</b>.<br>¿Quiere unirse a esa partida? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Ya no recibirá más mensajes de charla o invitaciones de este usuario.<br>¿Seguro que desea añadir al usuario <b>%1</b>a la lista de ignorados? @@ -2744,49 +2830,49 @@ Puede invitar a otros jugadores pulsando con el botón derecho sobre su apodo en jugadores en charla: %1 - - + + connected players: %1 jugadores conectados: %1 - + search for player ... buscar jugador ... - + Chat is only available to registered players. La charla sólo está disponible para usuarios registrados. - + Invite player ... Invitar jugador ... - + Ignore player ... Ignorar jugador ... - + %1 is playing in "%2". %1 está jugando en "%2". - + %1 is not playing at the moment. %1 no está jugando en este momento. - - + + PokerTH - Info Message PokerTH - Mensaje de información - + PokerTH - Question PokerTH - Pregunta @@ -3198,23 +3284,23 @@ Elija un nombre diferente. Cmd+N para iniciar una nueva partida - - - - - + + + + + Start Iniciar - - - + + - - - + + + + Stop Detener @@ -3269,7 +3355,7 @@ Si el servidor está detrás de un enrutador NAT, asegúrese de que el puerto de Esta partida está llena. - + Chat Charla @@ -3332,12 +3418,12 @@ Seleccione otro. El servidor está desconectado por mantenimiento. Inténtelo de nuevo más tarde. - + Closing PokerTH during network game Cerrando PokerTH durante una partida en red - + You are the hosting server. Do you want to close PokerTH anyway? Usted está alojando la partida. ¿Seguro que desea cerrar PokerTH? @@ -3359,9 +3445,9 @@ Seleccione otro. PokerTH %1 - El motor de Texas Holdem de código abierto - - - + + + Lobby Sala @@ -3370,12 +3456,12 @@ Seleccione otro. Ha ocurrido un error interno. Informe al administrador en la sala de charla. - + PokerTH - Internet Game Message PokerTH - Mensaje de partida en Internet - + Attention! Do you really want to leave the current game and go back to the lobby? ¿Seguro que desea abandonar la partida actual @@ -3436,48 +3522,58 @@ Asegúrese de que está conectado a Internet. No se puede abrir el archivo de destino al descargar la lista de servidores. - + Chance Probabilidad - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Expulsar - + Do you want to kick <b>%1</b><br>from this game? ¿Desea expulsar a <b>%1</b><br>de esta partida? - - + + <b>%1</b> secs left quedan <b>%1</b> segundos - + vote voto - + votes votos - + Chat is only available to registered players. La charla sólo está disponible para usuarios registrados. - + PokerTH - Warning PokerTH - Advertencia - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -3496,12 +3592,12 @@ Si está ausente temporalmente, puede utilizar el modo "ausente" en el Usted tiene <b>%1</b> %2 en contra.<br>Son necesarios <b>%3</b> para expulsarle. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. El jugador <b>%1</b> tiene <b>%2</b> %3<br>en contra. Son necesarios <b>%4</b> votos para la expulsión. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Tiene <b>%1</b> %2 en contra.<br>Son necesarios <b>%3</b> votos para la expulsión. @@ -4015,8 +4111,8 @@ p, li { white-space: pre-wrap; } Postura mínima: - - + + Start Cash: Dinero inicial: @@ -4029,14 +4125,14 @@ p, li { white-space: pre-wrap; } Opciones del servidor - - + + Server Port: Puerto del servidor: - - + + Use IPv6 Usar IPv6 @@ -4049,37 +4145,37 @@ p, li { white-space: pre-wrap; } Opciones predeterminadas de la partida en red - + Computer Engine Jugador virtual - + Opponent 5: Oponente 5: - + Opponent 3: Oponente 3: - + Opponent 2: Oponente 2: - + Opponent 6: Oponente 6: - + Opponent 1: Oponente 1: - + Opponent 4: Oponente 4: @@ -4096,23 +4192,23 @@ p, li { white-space: pre-wrap; } 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 @@ -4149,7 +4245,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 en cada nueva partida @@ -4158,17 +4254,17 @@ 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) @@ -4181,17 +4277,17 @@ p, li { white-space: pre-wrap; } Versión del motor para los ordenadores oponentes: - + Enable/Disable Logging Activar/Desactivar registro - + Store log files for Guardar los archivos de registro durante - + Write log after every: Escribir el registro cada: @@ -4201,7 +4297,7 @@ p, li { white-space: pre-wrap; } Mostrar botones para las ciegas - + Play sound effects Reproducir efectos de sonido @@ -4210,20 +4306,20 @@ 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> @@ -4243,17 +4339,17 @@ p, li { white-space: pre-wrap; } Preferencias - + Maximum number of players: Número máximo de jugadores: - + Sound Volume: Volumen del sonido: - + 10 10 @@ -4262,17 +4358,17 @@ p, li { white-space: pre-wrap; } 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) partida (acceso a disco bajo) @@ -4287,17 +4383,17 @@ p, li { white-space: pre-wrap; } - + Sound Sonido - + Network Server Settings Opciones de partida en red - + Internet Game Settings Opciones de partida en Internet @@ -4306,12 +4402,12 @@ p, li { white-space: pre-wrap; } Opciones del servidor de Internet (dedicado) - + Server Address: Dirección del servidor: - + Use password for private game: Utilizar contraseña para partida privada: @@ -4328,8 +4424,8 @@ p, li { white-space: pre-wrap; } #pokerth - - + + First small blind: Primera ciega pequeña: @@ -4339,27 +4435,27 @@ p, li { white-space: pre-wrap; } Desactivar pantalla de bienvenida - + Game Table Mesa de juego - + Card Deck Baraja - + Card Back Respaldo - + Use card back from card style Utilizar respaldo del estilo de la carta - + Use custom card back picture: Utilizar respaldo personalizado: @@ -4376,52 +4472,52 @@ 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 un tamaño de </span><span style=" font-weight:600; font-style:italic;">ancho=76, alto=48.</span></p></body></html> - - + + Raise blinds: Subir ciegas: - - - - + + + + Every: Cada: - - + + hands manos - - + + minutes minutos - - + + Raise mode: Modo de subida: - - + + Always double blinds Duplicar ciegas siempre - - + + Manual blinds order: Orden manual de ciegas: - - + + Edit ... Editar... @@ -4431,7 +4527,7 @@ p, li { white-space: pre-wrap; } Idioma: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4450,22 +4546,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;"><span style=" font-style:italic;">Nota: La mejor calidad se obtiene con un tamaño de </span><span style=" font-weight:600; font-style:italic;">ancho=48, alto=76.</span></p></td></tr></table></body></html> - + Sound Categories Categorías de sonidos - + Play game actions sounds like "check", "call", "raise" Reproducir sonidos de acciones como "check", "call", "raise" - + Play lobby chat notifications Reproducir notificaciones de la charla - + Play network/internet game notifications like "player joined the game" Reproducir notificaciones de partida en red como "un jugador se ha unido" @@ -4474,7 +4570,7 @@ p, li { white-space: pre-wrap; } Activar/Desactivar la sala de charla (servidor IRC) - + Player Nicks/Avatars Apodos/Avatares de los jugadores @@ -4508,26 +4604,26 @@ 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 las dimesiones</span><span style=" font-weight:600; font-style:italic;">ancho=100, alto=140.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Tiempo de acción del jugador: - - + + s s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -4538,7 +4634,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: Las </span><span style=" font-weight:600; font-style:italic;">opciones de la partida</span><span style=" font-style:italic;"> predeterminadas, como "Número máximo de jugadores", "Dinero inicial" y "Ciega pequeña" se leerán </span><span style=" font-weight:600; font-style:italic;">de las opciones de partida en red.</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-weight:400; font-style:normal; text-decoration:none;"> @@ -4549,104 +4645,109 @@ 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 de imagen se obtiene con las dimensiones </span><span style=" font-weight:600; font-style:italic;">ancho=50, alto=50.</span></p></body></html> - + Automatic Server Configuration URL URL de configuración automática de servidores - - + + Show country flag in the corner of avatar + + + + + Description Descripción - - + + Maintainer Mantenedor - + State Estado - + Delay between hands: Espera entre manos: - + Server Servidor - + Serverlist Address: Dirección de la lista de servidores: - + Manual Server Configuration Configuración manual del servidor - + Game Partida - + Default game name: Nombre de partida: - + Default game type: Tipo de partida predeterminado: - + Standard Normal - + Registered players only Sólo usuarios registrados - + Invited players only Sólo usuarios invitados - + Ranking game Partida clasificatoria - + Show lobby chat Mostrar charla principal - + Ignored Players Jugadores ignorados - + Player Jugador - + Remove Player Eliminar jugador - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4659,32 +4760,32 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Human Player:<br /><span style=" font-style:italic;">(Este apodo también se utilizará para el acceso a partidas en Internet)</span></p></body></html> - + Day(s) Día(s) - + Export as html Exportar como html - + Export as txt Exportar como txt - + Save as ... Guardar como... - + Delete Eliminar - + Log File Archivo de registro @@ -4726,13 +4827,13 @@ p, li { white-space: pre-wrap; } Contraseña: - + Avatar Server: Servidor de avatares: - + Style Estilo @@ -4750,25 +4851,25 @@ p, li { white-space: pre-wrap; } Activar - - + + Add ... Añadir... - - + + Remove Eliminar - - + + Preview - Information: Previsualización - Información: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4785,7 +4886,7 @@ p, li { white-space: pre-wrap; } Estilos de baraja - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4798,12 +4899,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obtener nuevos estilos de baraja de PokerTH...</span></a></p></body></html> - + Opponent 7: Oponente 7: - + Opponent 8: Oponente 8: @@ -4812,7 +4913,7 @@ p, li { white-space: pre-wrap; } Oponente 4: {10:?} - + Opponent 9: Oponente 9: @@ -4820,10 +4921,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Error en las preferencias @@ -4840,7 +4941,7 @@ Please select an valid directory! Introduzca un directorio válido. - + Select your flipside picture Seleccione la imagen del respaldo @@ -4849,24 +4950,24 @@ Introduzca un directorio válido. Imágenes (*.png) - + Open Directory Abrir directorio - + Images (*.png *.jpg *.gif) Imágenes (*.png *.jpg *.gif) - - + + Blinds Error Error en las ciegas - - + + 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. @@ -4914,12 +5015,12 @@ El valor de la primera ciega pequeña será el máximo permitido. Turco - + Language Changed El idioma ha cambiado - + You have changed application language to %1. Please restart PokerTH to load new language! Ha cambiado el idioma de la aplicación a %1. @@ -4936,15 +5037,15 @@ Reinicie PokerTH para cargar el nuevo idioma. Eslovaco - + The entered flipside picture doesn't exist. Please enter an valid picture! La imagen del respaldo introducida no existe. Seleccione una imagen válida. - - + + The log file directory doesn't exist. Please select an valid directory! El directorio del archivo de registro no existe. @@ -4986,7 +5087,7 @@ Seleccione un directorio válido. Sueco - + The entered server list address is not a valid URL. Please enter a valid server list address! La dirección de la lista de servidores introducida no es una URL válida. @@ -5038,133 +5139,133 @@ Introduzca una dirección válida. Tamil - - + + Maintainer Name Nombre del mantenedor - - + + Maintainer EMail eMail del mantenedor - - + + Create Date Fecha de creación - + Windows Behaviour Comportamiento de las ventanas - + scaleable escalable - + fixed fijo - + Minimum Size Tamaño mínimo - + Maximum Size Tamaño máximo - + Fixed Size Tamaño fijo - + State Estado - + Please select your game table style Seleccione su estilo de mesa - + PokerTH game table styles (*.xml) Estilos de mesa de PokerTH (*.xml) - + Game Table Style Error Error en el estilo de mesa - + Selected game table style file is already in the list. Please select another one to add! El estilo de mesa seleccionado ya está en la lista. Seleccione otro para añadirlo. - + Game Table Style File Error Error en el archivo del estilo de mesa - + Could not load game table style file correctly. Style will not be placed into list! No se puede cargar el archivo de estilo de mesa. El estilo no aparecerá en la lista. - + Please select your card deck style Seleccione su estilo de baraja - + PokerTH card deck styles (*.xml) Estilos de baraja de PokerTH (*.xml) - + Card Deck Style Error Error en el estilo de baraja - + Selected card deck style file is already in the list. Please select another one to add! El estilo de baraja seleccionado ya está en la lista. Seleccione otro para añadirlo. - + Card Deck Style File Error Error en el archivo del estilo de baraja - + Could not load card deck style file correctly. Style will not be placed into list! No se puede cargar el archivo de estilo de baraja. El estilo no aparecerá en la lista. - + PokerTH - Log file PokerTH - Archivo de registro - + Do you really want to delete the selected log file? ¿Seguro que desea eliminar el archivo de registro seleccionado? @@ -5173,12 +5274,12 @@ El estilo no aparecerá en la lista. ¿Seguro que desea eliminar el archivo de registro seleccionado? - + Save PokerTH log file Guardar archivo de registro de PokerTH - + PokerTH SQL log (*.pdb) Registro SQL de PokerTH (*.pdb) @@ -5382,108 +5483,108 @@ Please choose another one. Seleccione otro. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 puertos 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. - + Connection timed out. Please check the server address. @@ -5494,125 +5595,150 @@ 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. - + 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". - + Connection was closed by the server. Conexión cerrada por el servidor. - + 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 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. Asegúrese que todos los jugadores utilizan la misma versión de PokerTH. - + Invalid server list URL. Please correct the address in the settings. URL de lista de servidores no válida. Corrija la dirección en las preferencias. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. No se puede abrir el archivo MD5 de la lista de servidores. Asegúrese de que la URL de la lista de servidores es correcta. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Ha fallado la sincronización con la lista de servidores de PokerTH. Asegúrese de que la URL de la lista es correcta. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. La lista de servidores de PokerTH contiene información no válida. Si ha utilizado una lista de servidores personalizada, asegúrese de que el formato es correcto. - + Could not unzip the PokerTH internet server list. No se puede descomprimir la lista de servidores de PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. No se puede descargar la lista de servidores de PokerTH. Asegúrese de que está conectado a Internet. - + Could not open the target file when downloading the server list. No se puede abrir el archivo de destino al descargar la lista de servidores. - + 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. El servidor de PokerTH no soporta esta versión del juego.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> y descargue la última versión. - + Sorry, this server is already full. Lo sentimos, este servidor está lleno. - + Invalid login. Please check your username and password. Acceso no válido. Compruebe el nombre de usuario y contraseña. - + Your account is blocked indefinitely. Su cuenta ha sido bloqueada indefinidamente. - + You cannot login at this time. Please try again in a few seconds. No puede acceder en este momento. Inténtelo pasados unos segundos. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Esta partida es sólo para invitados. No puede unirse a ella sin una invitación. - + 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 avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. La contraseña es demasiado larga. Elija otra. @@ -5627,67 +5753,67 @@ Por favor, elija un nombre diferente. El nombre del jugador es muy corto, muy largo o no es válido. Seleccione otro. - + The game name is either too short or too long. Please choose another one. El nombre de la partida es muy largo o muy corto. Seleccione otro. - + The game could not be found. No se encuentra la partida. - + The chat text is invalid. El texto de charla no es válido. - + The server referred to an unknown player. Aborting. El servidor se ha referido a un jugador desconocido. Abortando. - + Internal error: The current player could not be found. Error interno: no se encuentra al jugador actual. - + Internal error: The current player is not active. Error interno: el jugador actual no está activo. - + You were kicked from the server. Ha sido expulsado del servidor. - + You were temporarily banned from the server. Se le ha prohibido temporalmente el acceso al servidor. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! La conexión se ha cerrado por inactividad. Le invitamos a volver a conectarse. - + The client player count is invalid. El número de jugadores no es válido. - + Too many manual blinds were set. Please reconfigure the manual blinds. Hay demasiadas ciegas manuales. Reconfigure las ciegas manuales. - + An invalid avatar file was configured. Please choose a different avatar. Se ha configurado un archivo de avatar no válido. Seleccione otro. - + The selected avatar file is too large. Please choose a different avatar. El avatar seleccionado es demasiado grande. Seleccione otro. @@ -5696,86 +5822,89 @@ Por favor, elija un nombre diferente. No se puede subir un nuevo avatar en este momento. Inténtelo dentro de unos segundos. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Ha ocurrido un error interno. Informe al administrador en la charla principal. - + Could not start game: Synchronization failed. No se puede iniciar la partida: fallo en la sincronización. - + The server is down for maintenance. Please try again later. El servidor está desconectado por mantenimiento. Inténtelo más tarde. - + An internal error occured. Ha ocurrido un error interno. - + - + - - - - - - + + + + + + + + Network Notification Notificación de red - + You were kicked from the game. Ha sido expulsado de la partida. - + Sorry, this game is already full. Disculpe, esta partida está llena. - + Unable to join - the server has already started the game. Imposible unirse - el servidor ya ha comenzado la partida. - + Your admin state timed out due to inactivity. Feel free to create a new game! Ha perdido su estado de administrador por inactividad. Puede crear una nueva partida. - + You cannot join this type of game as guest. No puede unirse a esta partida como anónimo. - + The settings are invalid for this type of game. Las opciones no son válidas para este tipo de partida. - + 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. Hay una nueva versión de PokerTH disponible.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> para descargarla. - + 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. Esta versión beta de PokerTH es obsoleta.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> para descargar la última versión. - + + Server Message Mensaje del servidor - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_fi.ts b/ts/pokerth_fi.ts index 618f7c62..07906953 100644 --- a/ts/pokerth_fi.ts +++ b/ts/pokerth_fi.ts @@ -101,14 +101,14 @@ Valitse korttipakkatyyli ja yritä uudestaan! GameTableStyleReader - - - + + + Game Table Style Error Pelipöytätyylin virhe - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -121,12 +121,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -137,12 +137,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -152,27 +152,27 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. @@ -187,7 +187,7 @@ Please contact the game table style builder %4. Ota yhteyttä pelipöytätyylin tekijään %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -208,8 +208,8 @@ Please contact the game table style builder %3. Ota yhteyttä pelipöytätyylin tekijään %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! korttipakktyyli valittiin pelipöytätyylin sijaan. @@ -292,15 +292,26 @@ Ota yhteyttä pelipöytätyylin tekijään %3. - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -346,22 +357,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Projekti - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -382,24 +393,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Käännös + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Kiitokset + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -423,22 +444,12 @@ p, li { white-space: pre-wrap; } - - Translation - Käännös - - - - Thanks to - Kiitokset - - - + License Lisenssi - + Close Sulje @@ -868,7 +879,13 @@ Valitse toinen nimi. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -878,12 +895,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1394,36 +1405,36 @@ p, li { white-space: pre-wrap; } Olet liittymässä yksityiseen peliin. Anna salasana! - + open avoin - - - - + + + + Game Info Peli-info - - + + Game Peli - - + + Players Pelaajat - - + + State Tila @@ -1438,15 +1449,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Käytettävissä olevat pelaajat @@ -1467,29 +1478,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1499,77 +1510,78 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running käynnissä - - + + running games: %1 pelejä käynnissä: %1 - - + + open games: %1 avoimia pelejä: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1578,85 +1590,85 @@ Feel free to invite other players by right-clicking on their nick in the availab Pelaajia chatissa: %1 - - + + connected players: %1 yhdistettyjä pelaajia: %1 - - + + Connected players - + hands kädet - + minutes minuutit - + double blinds tupla sokkopanokset - + manual blinds order manuaalinen sokkopanosjärjestys - + Server Error Palvelinvirhe - + You should not kick yourself from this game! Sinun ei tule potkaista itseäsi tästä pelistä! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1911,13 +1923,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Pysäytä @@ -1949,18 +1961,18 @@ Valitse toinen nimi. F1 - All-In | F2 - Panosta/Korota | F3 - Passaa/Katso | F4 - Luovuta - - - - - + + + + + Start Aloita - - - + + + Lobby Aula @@ -2171,27 +2183,27 @@ Valitse toinen nimi. Auto-tila asetettu: Passaa tai luovuta. - + Chat Chat - + Closing PokerTH during network game Suljetaan PokerTH verkkopelin aikana - + You are the hosting server. Do you want to close PokerTH anyway? Ylläpidät palvelinta. Haluatko silti sulkea PokerTH:n? - + PokerTH - Internet Game Message PokerTH - Internet-peliviesti - + Attention! Do you really want to leave the current game and go back to the lobby? Huomio! Haluatko todella jättää nykyisen pelin @@ -2252,48 +2264,58 @@ Varmista, että olet yhdistetty suoraan internetiin. Ei voitu avata kohdetiedostoa ladattaessa palvelinlistaa. - + Chance Todennäköisyys - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Potkaise - + Do you want to kick <b>%1</b><br>from this game? Haluatko potkaista <b>%1</b><br>tästä pelistä? - - + + <b>%1</b> secs left <b>%1</b> sekunttia jäljellä - + vote ääni - + votes ääntä - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2309,12 +2331,12 @@ If you are temporarily away, you can use the "away" tools in the tool Sinulla on <b>%1</b> %2 itseäsi vastaan. <br><b>%3</b> ääntä tarvitaan potkaisuun. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Pelaajalla <b>%1</b> on <b>%2</b> %3<br>häntä vastaan. <b>%4</b> ääntä tarvitaan potkaisuun. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Sinulla on <b>%1</b> %2 itseäsi vastaan.<br><b>%3</b> ääntä tarvitaan potkaisuun. @@ -2829,7 +2851,7 @@ p, li { white-space: pre-wrap; } - + Sound Ääni @@ -2839,27 +2861,27 @@ p, li { white-space: pre-wrap; } Älä näytä roiskeruutua käynnistettäessä - + Game Table Pelipöytä - + Card Deck Korttipakka - + Card Back Korttien selkämys - + Use card back from card style Käytä korttipakkatyylin selkämystä - + Use custom card back picture: Käytä kustomoitua korttien selkämyskuvaa: @@ -2876,167 +2898,167 @@ 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;">Huomio: Paras laatu kuvilla, joiden suhde on </span><span style=" font-weight:600; font-style:italic;">leveys=76, korkeus=48.</span></p></body></html> - + Play sound effects Toista ääniefektit - + Sound Volume: Äänenvoimakkuus: - + 10 10 - + Sound Categories Äänikategoriat - + Play game actions sounds like "check", "call", "raise" Toista toimintoäänet, kuten "passaa", "katso, "korota" - + Play lobby chat notifications Toista chattiaulahuomautukset - + Play network/internet game notifications like "player joined the game" Toista verkko-/internet-pelissä huomautukset, kuten "pelaaja liittyi peliin" - + Local Game Settings Paikallispelin asetukset - + Number of players: Pelaajien määrä: - - + + Start Cash: Aloitusraha: - - - - + + + + $ - - + + First small blind: Esimmäinen pieni sokkopanos: - - + + Raise blinds: Korota sokkopanoksia: - - - - + + + + Every: Jokaisen: - - + + hands käden jälkeen - - + + minutes minuutin jälkeen - - + + Raise mode: Korotustila: - - + + Always double blinds Tuplaa aina sokkopanokset - - + + Manual blinds order: Manuaalinen sokkopanosjärjestys: - - + + Edit ... Muokkaa ... - + Game Speed: Pelin nopeus: - + Pause between hands (press "start" button to go on) Pidä taukoa käsien välillä (paina "aloita" jatkaaksesi) - + Show game settings dialog on every new game Näytä pelin asetukset jokaisessa uudessa pelissä - + Network Game Settings Verkkopelin asetukset - + Maximum number of players: Pelaajien maksimimäärä: - + Export as html - + Export as txt - + Save as ... - + Delete Poista - + Log File @@ -3045,18 +3067,18 @@ p, li { white-space: pre-wrap; } Pelinopeus tietokonevastuksille: - + Timeout for player action: Aikaraja pelaajan toiminnalle: - - + + s s - + Network Server Settings Verkkopelin asetukset @@ -3065,42 +3087,42 @@ p, li { white-space: pre-wrap; } Palvelimen salasana: - - + + Server Port: Palvelinportti: - - + + Use SCTP Käytä SCTP - - + + Use IPv6 Käytä IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://fi.wikipedia.org/wiki/Ipv6">Mikä tämä on?</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">Mikä tämä on?</a> - + Internet Game Settings Internet-pelin asetukset - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3115,12 +3137,12 @@ p, li { white-space: pre-wrap; } Internet-peliasetukset (pysyvä palvelin) - + Server Address: Palvelinosoite: - + Use password for private game: Käytä salasanaa yksityiseen peliin: @@ -3149,42 +3171,42 @@ p, li { white-space: pre-wrap; } Pelaajien nimimerkit - + Computer Engine Tietokonealusta - + Opponent 6: Vastustaja 6: - + Opponent 5: Vastustaja 5: - + Opponent 4: Vastustaja 4: - + Opponent 3: Vastustaja 3: - + Opponent 2: Vastustaja 2: - + Opponent 1: Vastustaja 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -3199,48 +3221,48 @@ p, li { white-space: pre-wrap; } Ihmispelaaja: - + Enable/Disable Logging Salli/estä kirjautuminen - + Store log files for Tallenna logit kohteeseen - + Log File Directory: Logikansio: - + Write log after every: Kirjoita logi jokaisen: - + action (high frequent disc access) toiminnon jälkeen (korkea levynkäyttö) - + hand (medium disc access) Käden jälkeen (keskiverto levynkäyttö) - + game (low disc access) pelin jälkeen (alhainen levynkäyttö) - + Log Messages Logiviestit - + Player Nicks/Avatars Pelaajien nimimerkit/avatarit @@ -3255,24 +3277,29 @@ p, li { white-space: pre-wrap; } Näytä vasen työkalulaatikko - - + + Show country flag in the corner of avatar + + + + + Description - - + + Maintainer - + State Tila - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3284,87 +3311,87 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Automatic Server Configuration URL Automaattinen palvelin muotoilu URL - + Serverlist Address: Palvelinlistaosoite: - + Manual Server Configuration Manuaalinen palvelinmuotoilu - + Game Peli - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3373,7 +3400,7 @@ p, li { white-space: pre-wrap; } - + Day(s) Päivä(ä) @@ -3415,13 +3442,13 @@ p, li { white-space: pre-wrap; } Salasana: - + Avatar Server: Avataripalvelin: - + Style Tyyli @@ -3439,25 +3466,25 @@ p, li { white-space: pre-wrap; } Aktivoi - - + + Add ... Lisää ... - - + + Remove Poista - - + + Preview - Information: Esikatselu - Tiedot: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3474,7 +3501,7 @@ p, li { white-space: pre-wrap; } Korttipakkatyylit - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3487,12 +3514,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Hanki uusia PokerTH-korttipakkatyylejä ...</span></a></p></body></html> - + Opponent 7: Vastustaja 7: - + Opponent 8: Vastustaja 8: @@ -3501,7 +3528,7 @@ p, li { white-space: pre-wrap; } Vastustaja 1: {10:?} - + Opponent 9: Vastustaja 9: @@ -3573,64 +3600,64 @@ p, li { white-space: pre-wrap; } turkki - - - - + + + + Settings Error Asetusvirhe - + The entered flipside picture doesn't exist. Please enter an valid picture! Valittua kääntöpuolikuvaa ei ole olemassa. Valitse olemassa oleva kuva! - - + + The log file directory doesn't exist. Please select an valid directory! Logikansiota ei ole olemassa. Valitse olemassa oleva kansio! - + Language Changed Kieli vaihdettu - + You have changed application language to %1. Please restart PokerTH to load new language! Olet vaihtanut ohjelman kieleen %1. Käynnistä PokerTH ladataksesi uusi kieli! - + Select your flipside picture Valitse kääntöpuolikuvasi - + Images (*.png *.jpg *.gif) Kuvat (*.png *.jpg *.gif) - + Open Directory Avaa kansio - - + + Blinds Error Sokkopanosvirhe - - + + 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. @@ -3694,7 +3721,7 @@ Tämä "ensimmäinen pieni sokkopanosarvo" asetetaan suurimmaksi salli ruotsi - + The entered server list address is not a valid URL. Please enter a valid server list address! Valittu palvelinlistaosoite ei ole kelvollinen URL. @@ -3711,143 +3738,143 @@ Valitse kelvollinen palvelinlistaosoite! Tanska - - + + Maintainer Name Ylläpitäjän nimi - - + + Maintainer EMail Ylläpitäjän Email - - + + Create Date Luontipäivämäärä - + Windows Behaviour Ikkunan käyttäyminen - + scaleable Skaalattava - + fixed määritelty - + Minimum Size Minimi koko - + Maximum Size Maksimi koko - + Fixed Size Määritelty koko - + State Tila - + Please select your game table style Valitse pelipöytätyylisi - + PokerTH game table styles (*.xml) PokerTH-pelipöytätyyli (*.xml) - + Game Table Style Error Pelipöytätyylin virhe - + Selected game table style file is already in the list. Please select another one to add! Valittu pelipöytätyyli on jo listassa. Valitse toinen lisätäksesi se! - + Game Table Style File Error Pelipöytätyylin virhe - + Could not load game table style file correctly. Style will not be placed into list! Pelipöytätyylin lataaminen ei onnistunut ongelmitta. Tyyliä ei aseteta listaan! - + Please select your card deck style Valitse korttipakkatyylisi - + PokerTH card deck styles (*.xml) PokerTH-korttipakkatyylit /*.xml) - + Card Deck Style Error Korttipakkatyylin virhe - + Selected card deck style file is already in the list. Please select another one to add! Valittu korttipakkatyyli on jo listassa. Valitse toinen lisätäksesi se! - + Card Deck Style File Error Korttipakkatyylin virhe - + Could not load card deck style file correctly. Style will not be placed into list! Korttipakkatyylin lataaminen ei onnistunut ongelmitta. Tyyliä ei aseteta listaan! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -4047,108 +4074,108 @@ Please choose another one. Valitse toinen nimi. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Verkkovirhe - + Server address was not set. Palvelinosoitetta ei ole asetettu. - + An invalid port was set (ports 0-1023 are not allowed). Portti määritetty väärin (portit 0-1023 eivät kelpaa). - + Could not create a socket for TCP communication. Ei voitu luoda sockettia TCP-yhteydelle. - + Could not set the IP address. Ei voitu asettaa IP-osoitetta. - + Could not set the port for this type of address. Ei voitu asettaa porttia tämän kaltaiselle osoitteelle. - + The server name could not be resolved. Palvelimen nimeä ei voitu selvittää. - + Bind failed - please choose a different port. Sokkopanos epäonnistui - valitse toinen portti. - + Internal network error: "listen" failed. Sisäinen verkkovirhe: "kuuntelu" epäonnistui. - + Server execution was terminated. Palvelimen ajo keskeytettiin. - + Could not connect to the server. Ei voitu yhdistää palvelimeen. - + Connection timed out. Please check the server address. @@ -4159,124 +4186,149 @@ Tarkista palvelinosoite. Jos palvelin on NAT-reitittimen takana, varmista, että porttiohjaus on asetettu palvelimen puolella. - + Internal network error: "select" failed. Sisäinen verkkovirhe: "valitse" epäonnistui. - + Internal network error: "send" failed. Sisäinen verkkovirhe: "lähetä" epäonnistui. - + Connection was closed by the server. Palvelin katkaisi yhteyden. - + Internal network error: Duplicate TCP connection. Sisäinen verkkovirhe: Kaksinkertainen TCP-yhteys. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Epäkelpo verkkopaketti vastaanotettiin. Varmista, että kaikilla pelaajilla on sama versio PokerTH:sta. - + Internal state error. Please make sure that all players use the same version of PokerTH. Sisäinen tilavirhe. Varmista, että kaikilla pelaajilla on sama versio PokerTH:sta. - + Invalid server list URL. Please correct the address in the settings. Epäkelpo palvelinlistan URL. Korjaa osoite asetuksissa. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Ei voitu avata palvelinlistan MD5-tiedostoa. Varmista, että palvelinlistan URL on oikein. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. PokerTH:n internetpalvelinlistan synkronointi epäonnistui. Varmista, että palvelinlistan URL on oikein. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. PokerTH:n internetpalvelinlista sisältää kelvotonta dataa. Jos käytät kustomoitua palvelinlistaa, varmita sen muodon oikeellisuus. - + Could not unzip the PokerTH internet server list. PokerTH:n internetpalvelinlistaa ei voitu purkaa. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. PokerTH: internetpalvelinlistaa ei voitu ladata. Varmista, että olet yhdistetty suoraan internetiin. - + Could not open the target file when downloading the server list. Ei voitu avata kohdetiedostoa ladattaessa palvelinlistaa. - + 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-palvelin ei tue tätä peliversiota.<br>Lataa osoittesta<a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio pelistä. - + Sorry, this server is already full. Palvelin on jo täynnä. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Epäkelpo salasana liityttävään peliin. Kirjoita salasana uudestaan ja yritä uudestaan. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Salasana on liian pitkä. Valitse toinen. @@ -4291,67 +4343,67 @@ Valitse toinen nimi. Nimesi on liian lyhyt, pitkä ja epäkelpo. Valitse toinen nimi. - + The game name is either too short or too long. Please choose another one. Pelin nimi on joko liian lyhyt ja tai pitkä. Valitse toinen nimi. - + The game could not be found. Peliä ei löydetty. - + The chat text is invalid. Chattiteksti on epäkelpo. - + The server referred to an unknown player. Aborting. Palvelin viittasi tuntemattomaan pelaajaan. Hylätään. - + Internal error: The current player could not be found. Sisäinen virhe: Nykyistä pelaaja ei löydetä. - + Internal error: The current player is not active. Sisäinen virhe: Nykyinen pelaaja on toimeton. - + You were kicked from the server. Sinut potkaistiin palvelimelta. - + You were temporarily banned from the server. Sinut pannattiin väliaikaisesti palvelimelta. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Yhteytesi palvelimeen katkaistiin toimettomuun vuoksi. Olet tervetullut palaamaan takaisin! - + The client player count is invalid. Asiakaspelaajamäärä on epäkelpo. - + Too many manual blinds were set. Please reconfigure the manual blinds. Liian monta manuaalista sokkopanosta asetettiin. Määrittele manuaaliset sokkopanokset uudestaan. - + An invalid avatar file was configured. Please choose a different avatar. Epäkelpo avataritiedosto on määritelty. Valitse toinen avatari. - + The selected avatar file is too large. Please choose a different avatar. Valittu avataritiedosto on liian iso. Valitse toinen avatari. @@ -4360,86 +4412,89 @@ Valitse toinen nimi. Et voi ladata uutta avataritiedosto juuri nyt. Yritä muutaman sekunnin kuluttua uudestaan. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Tapahtui sisäinen avatarivirhe. Ilmoita asiasta ylläpitäjälle chattiaulassa. - + Could not start game: Synchronization failed. Ei voitu käynnistää peliä: Synkronointi epäonnistui. - + The server is down for maintenance. Please try again later. Palvelin on poissa käytössä huollon vuoksi. Yritä myöhemmin uudestaan. - + An internal error occured. Tapahtui sisäinen virhe. - + - + - - - - - - + + + + + + + + Network Notification Verkkohuomautus - + You were kicked from the game. Sinut potkaistiin pelistä. - + Sorry, this game is already full. Tämä peli on jo täynnä. - + Unable to join - the server has already started the game. Kykenemätön liittymään - palvelin on jo aloittanut pelin. - + Your admin state timed out due to inactivity. Feel free to create a new game! Ylläpitotilasi katkaistiin toimettomuuden vuoksi. Ole vapaa ja luo uusi peli! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. PokerTH:sta on julkaistu uusi versio. <br>Lataa osoitteesta <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio. - + 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ämä PokerTH:n beta on vanhentunut. <br>Lataa osoitteesta <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio. - + + Server Message Palvelinviesti - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_fr.ts b/ts/pokerth_fr.ts index 9a9d4380..9963aee2 100644 --- a/ts/pokerth_fr.ts +++ b/ts/pokerth_fr.ts @@ -100,14 +100,14 @@ Veuillez sélectionner un style de carte et essayez à nouveau ! GameTableStyleReader - - - + + + Game Table Style Error Erreur de style de table de jeu - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -127,12 +127,12 @@ Toutefois, vous pouvez quand même jouer avec ce style, les fichiers manquants s Veuillez contacter l'auteur de ce style de table de jeu via "%3". - + Game Table Style Error - Fields content missing Erreur de style de table de jeu - Le contenu de certains champs est manquant - + One or more pictures from current game table style "%1" were not found: %2 @@ -149,12 +149,12 @@ Toutefois, vous pouvez quand même jouer avec ce style, les fichiers manquants s Veuillez contacter l'auteur de ce style de table de jeu via "%3". - + Game Table Style Error - Pictures missing Erreur de style de table de jeu - Images manquantes - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -169,27 +169,27 @@ Toutefois, vous pouvez quand même jouer avec ce style, les fichiers manquants s Veuillez contacter l'auteur de ce style de table de jeu via "%4". - + Game Table Style Error - Outdated Erreur de style de table de jeu - Obsolète - + Everything OK! Tout fonctionne ! - + Some pictures are missing, please contact style maintainer for this issue. Certaines images sont manquantes, veuillez contacter l'auteur pour lui demander de corriger ce problème. - + Some style fields are missing, please contact style maintainer for this issue. Certains champs sont manquants, veuillez contacter l'auteur pour lui demander de corriger ce problème. - + This style is outdated, please contact style maintainer for this issue. Ce style est obsolète, veuillez contacter l'auteur pour lui demander de le mettre à jour. @@ -204,7 +204,7 @@ La version courante du style de table de jeu est "%2", mais ce style e Veuillez contacter le mainteneur du style de table de jeu %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -225,8 +225,8 @@ La(es) valeur(s) "%2" est(sont) manquante(s). Veuillez contacter le mainteneur du style de table de jeu %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Un style de carte a été sélectionné au lieu d'un style de table de jeu. @@ -317,16 +317,27 @@ Veuillez contacter le mainteneur du style de table de jeu %3. Ignorer le joueur - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Vous êtes sur le point de mettre le joueur <b>%1</b> dans la liste des joueurs ignorés. Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joueur, continuer ? - + + PokerTH - Question PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -385,12 +396,78 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + Project Projet - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -413,7 +490,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></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; 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;">Page officielle : </span></p> @@ -435,7 +512,6 @@ 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><br></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -444,7 +520,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-weight:400; font-style:normal;"> @@ -457,7 +533,6 @@ Guillaume Delacour - <a href="mailto: gui@iroqwa.org"><span s </body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -483,7 +558,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-weight:400; font-style:normal;"> @@ -653,7 +728,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 @@ -1350,12 +1425,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 à @@ -1392,7 +1467,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 @@ -1443,7 +1518,7 @@ p, li { white-space: pre-wrap; } À propos de PokerTH 0.6 - + <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> @@ -1925,9 +2000,20 @@ Veuillez choisir un nom différent. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Il existe déjà une partie portant le nom que vous avez choisi. + Il existe déjà une partie portant le nom que vous avez choisi. Veuillez choisir un autre nom. @@ -1937,10 +2023,9 @@ Veuillez choisir un autre nom. Nom de la partie : - There is a forbidden word in your choosen game name. Please choose another one! - Il y a un mot interdit dans le nom de la partie que vous avez tapé. + Il y a un mot interdit dans le nom de la partie que vous avez tapé. Merci de renomer cette partie. @@ -2469,20 +2554,20 @@ p, li { white-space: pre-wrap; } gameLobbyDialogImpl - - - - + + + + Game Info Infos sur la partie - + Server Error Erreur du serveur - + You should not kick yourself from this game! Vous ne pouvez pas vous expulser vous-même de la partie ! @@ -2493,22 +2578,22 @@ p, li { white-space: pre-wrap; } - - + + Game Partie - - + + Players Joueurs - - + + State Statut @@ -2522,38 +2607,38 @@ p, li { white-space: pre-wrap; } Vous êtes sur le point de rejoindre une partie privée. Veuillez entrer le mot de passe. - + running en cours - + open ouvert - - + + Connected players Joueurs connectés - + hands mains - + minutes minutes - + double blinds blinds doublées - + manual blinds order ordre manuel des blinds @@ -2569,15 +2654,15 @@ p, li { white-space: pre-wrap; } - - + + P Privée - - + + Available Players Joueurs connectés @@ -2598,29 +2683,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standard - - + + Registered players only Que les joueurs enregistrés - - + + Invited players only Que les joueurs invités - - + + Ranking game Classement @@ -2630,56 +2715,57 @@ p, li { white-space: pre-wrap; } Joueurs dans la partie - Max : %1 - - + + T Type - + + Connected players - Max. %1 Joueurs dans la partie - Max : %1 - - + + running games: %1 Parties en cours : %1 - - + + open games: %1 Parties ouvertes : %1 - + Invite %1 Inviter %1 - + Ignore %1 Ignorer %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 a été invité dans la partie %2 par %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 a décliné l'invitation de %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 ne peut pas joindre la partie de %2 car il est occupé.</span> - - + + The game will start in<br><b>%1</b> seconds. La partie va démarrer dans <br><b>%1</b> seconde(s). @@ -2692,14 +2778,14 @@ p, li { white-space: pre-wrap; } %1 ne joue pas actuellement. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Vous êtes entré dans une partie où seuls les joueurs invités sont admis. Invitez d'autres joueurs en faisant un clic droit sur leurs pseudos dans la liste des Joueurs disponibles - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Vous avez été invité dans la partie <b>%1</b> par <b>%2</b>.<br>Voulez-vous joindre cette partie? @@ -2712,7 +2798,7 @@ Invitez d'autres joueurs en faisant un clic droit sur leurs pseudos dans la <span style='color:red;'>%1 ne peut pas joindre la partie de %2 car il est occupé.</span> - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Vous êtes sur le point de mettre le joueur <b>%1</b> dans la liste de joueurs ignorés. Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joueur, continuer ? @@ -2722,18 +2808,18 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue joueurs sur le tchat : %1 - - + + connected players: %1 Joueurs connectés : %1 - + search for player ... Rechercher un joueur ... - + Chat is only available to registered players. Le tchat n'est accessible qu'aux joueurs enregistrés. @@ -2742,7 +2828,7 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue Inviter le joueur %1 - + Invite player ... Inviter le joueur ... @@ -2751,23 +2837,23 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue Ignorer le joueur %1 - + Ignore player ... Ignorer le joueur ... - + %1 is playing in "%2". %1 joue actuellement dans la partie "%2" - + %1 is not playing at the moment. %1 ne joue pas actuellement - - + + PokerTH - Info Message PokerTH - Message d'information @@ -2776,7 +2862,7 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue <span style='color:blue;'>%1 a été invité dans la partie %2 par %3.</span> - + PokerTH - Question PokerTH - Question @@ -3188,23 +3274,23 @@ Veuillez choisir un nom différent. ⌘N pour démarrer une nouvelle partie - - - - - + + + + + Start Démarrer - - - + + - - - + + + + Stop Pause @@ -3259,7 +3345,7 @@ Si le serveur est derrière un pare-feu, vérifiez que le port a été ouvert et Désolé, la partie est déjà complète. - + Chat Tchat @@ -3322,12 +3408,12 @@ Veuillez choisir un autre pseudonyme. Le serveur est arrêté pour maintenance. Veuillez réessayer plus tard. - + Closing PokerTH during network game Fermer PokerTH durant la partie en réseau - + You are the hosting server. Do you want to close PokerTH anyway? Vous hébergez le serveur. Voulez-vous quand même fermer PokerTH ? @@ -3349,9 +3435,9 @@ Veuillez choisir un autre pseudonyme. PokerTH %1 - Le moteur de Texas Holdem Open-Source - - - + + + Lobby Fermer @@ -3360,12 +3446,12 @@ Veuillez choisir un autre pseudonyme. Une erreur interne est survenue. Merci de la signaler à un administrateur sur le chat. - + PokerTH - Internet Game Message PokerTH - Message Partie Internet - + Attention! Do you really want to leave the current game and go back to the lobby? Attention ! Voulez-vous vraiment quitter la partie en cours @@ -3426,48 +3512,58 @@ Veuillez vérifier que vous êtes directement connectés à internet.Impossible d'ouvrir le fichier cible lors du téléchargement de la liste de serveurs. - + Chance Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Expulser - + Do you want to kick <b>%1</b><br>from this game? Voulez-vous expulser <b>%1</b><br>de cette partie ? - - + + <b>%1</b> secs left <b>%1</b> secondes restantes - + vote vote - + votes votes - + Chat is only available to registered players. Le tchat n'est accessible qu'aux joueurs enregistrés. - + PokerTH - Warning PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -3486,12 +3582,12 @@ Si vous êtes temporairement occupé, vous pouvez utiliser les options d'ab Vous avez <b>%1</b> %2 contre vous.<br><b>%3</b> votes requis pour l'expulser. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Le joueur <b>%1</b> a <b>%2</b> %3<br> contre lui. <b>%4</b> vote(s) requis pour l'expulsion. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Vous avez <b>%1</b> %2 contre vous.<br><b>%3</b> vote(s) requis pour l'expulsion. @@ -4005,8 +4101,8 @@ p, li { white-space: pre-wrap; } Petite Blind initiale: - - + + Start Cash: Bourse initiale : @@ -4019,14 +4115,14 @@ p, li { white-space: pre-wrap; } Paramètres server - - + + Server Port: Port du serveur : - - + + Use IPv6 Utiliser IPv6 @@ -4039,37 +4135,37 @@ 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 : @@ -4086,23 +4182,23 @@ p, li { white-space: pre-wrap; } Jour(s) - + Log File Directory: Chemin des journaux : - + Log Messages Journal des messages - + Local Game Settings Paramètres partie solo - + Network Game Settings Paramètres partie réseau @@ -4139,7 +4235,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 @@ -4148,17 +4244,17 @@ 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) @@ -4171,17 +4267,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 : @@ -4191,7 +4287,7 @@ p, li { white-space: pre-wrap; } Afficher les boutons pour la petite et la grande blind - + Play sound effects Utiliser les effets sonores @@ -4200,20 +4296,20 @@ 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://fr.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://fr.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Qu'est-ce que c'est ?</a> @@ -4233,17 +4329,17 @@ p, li { white-space: pre-wrap; } Paramètres - + Maximum number of players: Nombre maximal de joueurs : - + Sound Volume: Volume des effets sonores : - + 10 10 @@ -4252,17 +4348,17 @@ p, li { white-space: pre-wrap; } Temps alloué pour l'action du joueur (en secondes): - + action (high frequent disc access) Evè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) @@ -4277,17 +4373,17 @@ p, li { white-space: pre-wrap; } - + Sound Son - + Network Server Settings Paramètres de serveur réseau - + Internet Game Settings Paramètres partie Internet @@ -4296,12 +4392,12 @@ p, li { white-space: pre-wrap; } Paramètres serveur Internet (serveur dédié) - + Server Address: Adresse serveur : - + Use password for private game: Utiliser un mot de passe pour la partie privée : @@ -4318,8 +4414,8 @@ p, li { white-space: pre-wrap; } #pokerth - - + + First small blind: Première petite blind : @@ -4329,27 +4425,27 @@ p, li { white-space: pre-wrap; } Désactiver l'écran de démarrage - + Game Table Table de jeu - + Card Deck Style de carte - + Card Back Dos des cartes - + Use card back from card style Utiliser l'image de dos de cartes du style - + Use custom card back picture: Utiliser une image de dos de carte personnalisée : @@ -4362,52 +4458,52 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><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:8pt; 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-style:italic;">Note : pour une meilleure qualité, utilisez un ratio d'image comme </span><span style=" font-weight:600; font-style:italic;">width=76, height=48.</span></p></body></html> - - + + Raise blinds: Surenchère des blinds : - - - - + + + + Every: Fréquence : - - + + hands mains - - + + minutes minutes - - + + Raise mode: Mode de surenchère : - - + + Always double blinds Toujours doubler les blinds - - + + Manual blinds order: Ordre des blinds manuelles : - - + + Edit ... Editer ... @@ -4417,7 +4513,7 @@ p, li { white-space: pre-wrap; } Langue : - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4436,22 +4532,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;"><span style=" font-style:italic;">Note : Pour une meilleure qualité, utilisez une image avec </span><span style=" font-weight:600; font-style:italic;">largeur=48, hauteur=76.</span></p></body></html> - + Sound Categories Catégories de son - + Play game actions sounds like "check", "call", "raise" Jouer un son comme "parole", "payer", "surenchérir" - + Play lobby chat notifications Jouer un son lors des notifications du tchat - + Play network/internet game notifications like "player joined the game" Jouer un son lors des notifications des parties réseau/Internet comme "un joueur a rejoint la partie" @@ -4460,7 +4556,7 @@ p, li { white-space: pre-wrap; } Activer/Désactiver le chat (Serveur IRC) - + Player Nicks/Avatars Pseudos/Avatars joueur @@ -4494,26 +4590,26 @@ 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: Le meilleur ratio pour la qualité sera avec </span><span style=" font-weight:600; font-style:italic;">largeur=100, hauteur=140.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Temps de réponse du joueur : - - + + s s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -4524,7 +4620,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 : </span><span style=" font-weight:600; font-style:italic;">Les paramètres de partie solo</span><span style=" font-style:italic;"> comme "Nombre maximal de joueurs", "Bourse initiale" et "Petite Blind" seront utilisés </span>par défaut <span style=" font-weight:600; font-style:italic;">pour les paramètres de jeu réseau.</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-weight:400; font-style:normal; text-decoration:none;"> @@ -4535,105 +4631,110 @@ 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 une meilleure qualité, utilisez une image avec </span><span style=" font-weight:600; font-style:italic;">largeur=50, hauteur=50.</span></p></body></html> - + Automatic Server Configuration URL URL pour la configuration automatique du serveur - - + + Show country flag in the corner of avatar + + + + + Description Description - - + + Maintainer Auteur - + State Statut - + Delay between hands: Délai entre chaque main : - + Server Serveur - + Serverlist Address: Adresse de la liste de serveurs : - + Manual Server Configuration Configuration manuelle du serveur - + Game Partie - + Default game name: Nom de la partie par défaut : - + Default game type: Type de jeu par défaut : - + Standard Standard - + Registered players only Que les joueurs enregistrés - + Invited players only Que les joueurs invités - + Ranking game Classement - + Show lobby chat Afficher l'onglet de tchat (en bas à gauche) Montrer le tchat - + Ignored Players Joueurs ignorés - + Player Joueur - + Remove Player Enlever ce joueur - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4646,32 +4747,32 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mon pseudo :<br /><span style=" font-style:italic;">(Ce pseudo sera également utilisé pour le "nom d'utilisateur" des parties internet)</span></p></body></html> - + Day(s) Jour(s) - + Export as html Exporter en html - + Export as txt Exporter en txt - + Save as ... Enregistrer sous ... - + Delete Supprimer - + Log File Journaux @@ -4713,13 +4814,13 @@ p, li { white-space: pre-wrap; } Mot de passe : - + Avatar Server: Serveur d'avatars : - + Style Style @@ -4737,25 +4838,25 @@ p, li { white-space: pre-wrap; } Activer - - + + Add ... Ajouter ... - - + + Remove Supprimer - - + + Preview - Information: Prévisualisation - Information : - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4768,7 +4869,7 @@ p, li { white-space: pre-wrap; } Styles de dos de cartes - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4777,12 +4878,12 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obtenir de nouveaux styles de carte PokerTH</span></a></p></body></html> - + Opponent 7: Adversaire 7 : - + Opponent 8: Adversaire 8 : @@ -4791,7 +4892,7 @@ p, li { white-space: pre-wrap; } Adversaire 4 : {10:?} - + Opponent 9: Adversaire 9 : @@ -4799,10 +4900,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Erreur de paramètres @@ -4819,7 +4920,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 @@ -4828,24 +4929,24 @@ Veuillez sélectionner un répertoire valide! Images (*.png) - + Open Directory Parcourir - + Images (*.png *.jpg *.gif) Images (*.png *.jpg *.gif) - - + + Blinds Error Erreur 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. @@ -4893,12 +4994,12 @@ La première blind sera fixée à la valeur maximum possible. Turque - + Language Changed Langue changée - + You have changed application language to %1. Please restart PokerTH to load new language! Vous avez changé la langue de l'application pour %1. @@ -4915,15 +5016,15 @@ Veuillez redémarrer PokerTH pour charger cette langue ! Slovaque - + The entered flipside picture doesn't exist. Please enter an valid picture! L'image pour le dos de carte n'existe pas. Veuillez entrer une image valide ! - - + + The log file directory doesn't exist. Please select an valid directory! Le répertoire du journal n'existe pas. @@ -4965,7 +5066,7 @@ Veuillez sélectionner un répertoire valide ! Suédois - + The entered server list address is not a valid URL. Please enter a valid server list address! L'adresse de la liste de serveurs n'est pas une URL valide. @@ -5017,133 +5118,133 @@ Veuillez entrer une adresse de liste de serveurs valide ! Tamil - - + + Maintainer Name Nom de l'auteur - - + + Maintainer EMail Email de l'auteur - - + + Create Date Date de création - + Windows Behaviour Comportement de la fenêtre - + scaleable étirable - + fixed fixe - + Minimum Size Taille minimum - + Maximum Size Taille maximum - + Fixed Size Taille fixe - + State Statut - + Please select your game table style Veuillez sélectionner votre style de table de jeu - + PokerTH game table styles (*.xml) Styles de table de jeu PokerTH (*.xml) - + Game Table Style Error Erreur de style de table de jeu - + Selected game table style file is already in the list. Please select another one to add! Le fichier de style de table de jeu sélectionné est déjà dans la liste. Veuillez en sélectionner un autre à ajouter ! - + Game Table Style File Error Erreur sur le fichier style de table de jeu - + Could not load game table style file correctly. Style will not be placed into list! Impossible de charger correctement le fichier de style de table de jeu. Le style ne sera pas placé dans la liste ! - + Please select your card deck style Veuillez choisir votre style de carte - + PokerTH card deck styles (*.xml) Styles de carte PokerTH (*.xml) - + Card Deck Style Error Erreur de style de carte - + Selected card deck style file is already in the list. Please select another one to add! Le fichier de style de carte sélectionné est déjà dans la liste. Veuillez en sélectionner un autre à ajouter ! - + Card Deck Style File Error Erreur sur le fichier de carte - + Could not load card deck style file correctly. Style will not be placed into list! Impossible de charger correctement le fichier de carte. Le style ne sera pas placé dans la liste ! - + PokerTH - Log file PokerTH - Fichier de journalisation - + Do you really want to delete the selected log file? Voulez-vous vraiment supprimer ce fichier de journalisation ? @@ -5152,12 +5253,12 @@ Le style ne sera pas placé dans la liste ! Voulez-vous vraiment supprimer ce fichier de journalisation ? - + Save PokerTH log file Enregistrer le fichier de journalisation - + PokerTH SQL log (*.pdb) PokerTH SQL log (*.pdb) @@ -5365,108 +5466,108 @@ Please choose another one. Veuillez choisir un autre pseudo. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Erreur 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 réseau : l'opération "listen" a échoué. - + Server execution was terminated. L'exécution du serveur s'est terminée. - + Could not connect to the server. Connexion au serveur impossible. - + Connection timed out. Please check the server address. @@ -5477,125 +5578,150 @@ SVP 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. - + Internal network error: "select" failed. Erreur interne réseau : l'opération "select" a échouée. - + Internal network error: "send" failed. Erreur interne réseau : l'opération "send" a échouée. - + Connection was closed by the server. La connexion a été intérrompue par le serveur. - + Internal network error: Duplicate TCP connection. Erreur interne du réseau : connexion 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 de statut interne. Veuillez vous assurer que tous les joueurs utilisent la même version de PokerTH. - + Invalid server list URL. Please correct the address in the settings. L'adresse de la liste des serveurs est invalide. Veuillez corriger l'adresse dans les paramètres. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Impossible d'ouvrir le fichier MD5 de la liste de serveurs. Veuillez vérifier que l'URL de la liste de serveurs est correcte. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. La synchronisation de la liste de serveurs internet PokerTH a échouée. Veuillez vérifier que l'URL de la liste de serveurs est correcte. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. La liste de serveurs internet PokerTH contient des données invalides. Si vous utilisez une liste spécifique, vérifiez que son format est correct. - + Could not unzip the PokerTH internet server list. Impossible de décompresser la liste de serveurs internet PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Impossible de téléchager la liste de serveurs internet PokerTH. Veuillez vérifier que vous êtes directement connectés à internet. - + Could not open the target file when downloading the server list. Impossible d'ouvrir le fichier cible lors du téléchargement de la liste de serveurs. - + 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. Le serveur PokerTH ne supporte pas cette version du jeu.<br> Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière version. - + Sorry, this server is already full. Désolé, ce serveur a déjà atteint sa limite de joueurs. - + Invalid login. Please check your username and password. Nom d'utilisateur invalide. Veuillez vérifier votre nom d'utilisateur et mot de passe. - + Your account is blocked indefinitely. Votre compte a été bloqué indéfiniment. - + You cannot login at this time. Please try again in a few seconds. Vous ne pouvez pas vous connecter pour l'instant. Veuillez réessayer dans quelques secondes. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Cette partie est réservée aux joueurs invités. Vous ne pouvez donc pas la rejoindre sans être invité. - + 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 avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Ce mot de passe est trop long. Veuillez en choisir un autre. @@ -5610,67 +5736,67 @@ Veuillez choisir un nom différent. Le nom de joueur est trop court, trop long ou invalide. Veuillez en choisir un autre. - + The game name is either too short or too long. Please choose another one. Le nom de partie est soit trop long soit trop court. Veuillez en choisir un autre. - + The game could not be found. La partie est introuvable. - + The chat text is invalid. Le message de tchat est invalide. - + The server referred to an unknown player. Aborting. Le serveur fait référence à un joueur inconnu. Arrêt de la procédure. - + Internal error: The current player could not be found. Erreur interne : le joueur courant n'a pas été trouvé. - + Internal error: The current player is not active. Erreur interne : le joueur courant n'est pas actif. - + You were kicked from the server. Vous avez été expulsé du serveur. - + You were temporarily banned from the server. Vous avez été temporairement bannis du serveur. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Votre connexion au serveur a expirée pour cause d'inactivité. Vous êtes invités à vous reconnecter ! - + The client player count is invalid. Le compte du nombre de joueur est invalide. - + Too many manual blinds were set. Please reconfigure the manual blinds. Trop de blinds manuelles configurés. Veuillez reconfigurer les blinds manuelles. - + An invalid avatar file was configured. Please choose a different avatar. Un avatar invalide a été choisit. Veuillez en choisir un autre. - + The selected avatar file is too large. Please choose a different avatar. Le fichier d'avatar sélectionné est trop volumineux. Veuillez en choisir un autre. @@ -5679,86 +5805,89 @@ Veuillez choisir un nom différent. Vous ne pouvez pas envoyer un fichier d'avatar maintenant. Veuillez réessayer dans quelques secondes. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Une erreur d'avatar interne est survenue. Merci de la signaler à un administrateur sur le tchat. - + Could not start game: Synchronization failed. Impossible de démarrer la partie : échec de la synchronisation. - + The server is down for maintenance. Please try again later. Le serveur est arrêté pour maintenance. Veuillez réessayer plus tard. - + An internal error occured. Une erreur interne est survenue. - + - + - - - - - - + + + + + + + + Network Notification Notification réseau - + You were kicked from the game. Vous avez été expulsé de la partie. - + Sorry, this game is already full. Désolé, la partie est déjà complète. - + Unable to join - the server has already started the game. Impossible de joindre - la partie a déjà commencé. - + Your admin state timed out due to inactivity. Feel free to create a new game! Votre status d'administrateur a expiré pour cause d'inactivité. Recréez une partie ! - + You cannot join this type of game as guest. Vous ne pouvez pas joindre ce type de partie en tant qu'invité. - + The settings are invalid for this type of game. Les paramètres ne sont pas valables pour ce type de jeu. - + 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. Une nouvelle version de PokerTH est disponible. <br>Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière 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. Cette version bêta de PokerTH est obsolète. <br>Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière version. - + + Server Message Message du serveur - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_gr.ts b/ts/pokerth_gr.ts index 4b1d62fc..b33115d6 100644 --- a/ts/pokerth_gr.ts +++ b/ts/pokerth_gr.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -212,15 +212,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -281,22 +292,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Project - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -317,24 +328,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Translation + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Thanks to + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -358,22 +379,12 @@ p, li { white-space: pre-wrap; } - - Translation - Translation - - - - Thanks to - Thanks to - - - + License License - + Close Κλείσιμο @@ -637,7 +648,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -647,12 +664,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1159,36 +1170,36 @@ p, li { white-space: pre-wrap; } Επιχειρείτε να εισέλθετε σε ένα πριβέ παιχνίδι. Παρακαλώ δώστε τον κωδικό! - + open ανοιχτό - - - - + + + + Game Info Πληροφορίες Παιχνιδιού - - + + Game Παιχνίδι - - + + Players Παίχτες - - + + State Κατάσταση @@ -1203,15 +1214,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Διαθέσιμοι Παίχτες @@ -1232,29 +1243,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1264,77 +1275,78 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running σε εξέλιξη - - + + running games: %1 παιχνίδια σε εξέλιξη: %1 - - + + open games: %1 Ανοιχτά παιχνίδια: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1343,85 +1355,85 @@ Feel free to invite other players by right-clicking on their nick in the availab Παίχτες στο chat: %1 - - + + connected players: %1 Συνδεδεμένοι παίχτες: %1 - - + + Connected players - + hands μοιρασιές - + minutes λεπτά - + double blinds διπλά blinds - + manual blinds order Σειρά χειροκίνητων blinds - + Server Error Πρόβλημα στον Server - + You should not kick yourself from this game! Δεν χρειάζεται να διώξεις τον εαυτό σου απ' το παιχνίδι! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1676,13 +1688,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Παύση @@ -1714,18 +1726,18 @@ Please choose another one. F1 - Όλα Μέσα | F2 - Ποντάρω/Ρελάνς | F3 - Ντούκου/Μέσα | F4 - Πάσο - - - - - + + + + + Start Έναρξη - - - + + + Lobby Lobby @@ -1936,85 +1948,95 @@ Please choose a different name. Αυτόματο: Ντούκου ή Πάσο. - + Chat Chat - + Closing PokerTH during network game Κλείσιμο PokerTH κατα τη διάρκεια παιχνιδιού σε δίκτυο - + You are the hosting server. Do you want to close PokerTH anyway? Φιλοξενείτε τον server. Θέλετε να κλείσετε το PokerTH? - + PokerTH - Internet Game Message PokerTH - Μήνυμα Παιχνιδιού Internet - + Attention! Do you really want to leave the current game and go back to the lobby? Προσοχή! Θέλετε σίγουρα να φύγετε απ' το παιχνίδι και να επιστρέψετε στο lobby? - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2944,7 +2966,7 @@ p, li { white-space: pre-wrap; } - + Sound Ήχος @@ -2954,209 +2976,214 @@ p, li { white-space: pre-wrap; } - + + Show country flag in the corner of avatar + + + + Game Table - - + + Description - - + + Maintainer - + State Κατάσταση - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - + Play sound effects Ηχητικά Εφέ - + Sound Volume: Ένταση ήχου: - + 10 10 - + Sound Categories Κατηγορίες Ήχου - + Play game actions sounds like "check", "call", "raise" Αναπαραγωγή ήχων σε ενέργειες όπως "ντούκου", "μέσα", "ρελάνς" - + Play lobby chat notifications Αναπαραγωγή ειδοποιήσεων στο lobby chat - + Play network/internet game notifications like "player joined the game" Αναπαραγωγή ειδοποιήσεων σε παιχνίδι δικτύου/internet, όπως "παίχτης εισήλθε στο παιχνίδι" - + Local Game Settings Επιλογές Τοπικού Παιχνιδιού - + Number of players: Αριθμός παιχτών: - - + + Start Cash: Αρχικό Ποσό: - - - - + + + + $ $ - - + + First small blind: Αρχικό blind: - - + + Raise blinds: Αύξηση blind: - - - - + + + + Every: Κάθε: - - + + hands μοιρασιές - - + + minutes λεπτά - - + + Raise mode: Τύπος αύξησης: - - + + Always double blinds Πάντα διπλό blind - - + + Manual blinds order: Χειροκίνητη σειρά blinds: - - + + 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: Μέγιστος αριθμός παιχτών: - + Export as html - + Export as txt - + Save as ... - + Delete Διαγραφή - + Log File @@ -3165,18 +3192,18 @@ p, li { white-space: pre-wrap; } Ταχύτητα Παιχνιδιού για τους παίχτες του υπολογιστή: - + Timeout for player action: Χρόνος αναμονής για τον παίχτη: - - + + s s - + Network Server Settings Επιλογές Server Δικτύου @@ -3185,42 +3212,42 @@ p, li { white-space: pre-wrap; } Server Password: - - + + Server Port: Server Port: - - + + Use SCTP Use SCTP - - + + Use IPv6 Use 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> - + Internet Game Settings Επιλογές Παιχνιδιού στο Internet - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3235,12 +3262,12 @@ p, li { white-space: pre-wrap; } Επιλογές Internet Server (Dedicated Server) - + Server Address: Server Address: - + Use password for private game: Κωδικός για πριβέ παιχνίδι: @@ -3269,42 +3296,42 @@ p, li { white-space: pre-wrap; } Ψευδώνυμο Παιχτών - + Computer Engine Computer Engine - + Opponent 6: Αντίπαλος 6: - + Opponent 5: Αντίπαλος 5: - + Opponent 4: Αντίπαλος 4: - + Opponent 3: Αντίπαλος 3: - + Opponent 2: Αντίπαλος 2: - + Opponent 1: Αντίπαλος 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -3319,12 +3346,12 @@ p, li { white-space: pre-wrap; } Παίκτης: - + Enable/Disable Logging Ενεργοποίηση/Απενεργοποίηση Logging - + Store log files for Αποθήκευση αρχείων log για @@ -3333,38 +3360,38 @@ p, li { white-space: pre-wrap; } Μέρα(Μέρες) - + Log File Directory: Διεύθυνση Αρχείου Log: - + Write log after every: Κράτα log σε κάθε: - + action (high frequent disc access) ενέργεια (πολύ συχνή πρόσβαση στο δίσκο) - + hand (medium disc access) μοίρασμα (μέτρια πρόσβαση στο δίσκο) - + game (low disc access) παιχνίδι (χαμηλή πρόσβαση στο δίσκο) - + Log Messages Μηνύματα Log - + Player Nicks/Avatars Ψευδώνυμα/Εικόνα Παίχτη @@ -3383,22 +3410,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -3432,13 +3459,13 @@ p, li { white-space: pre-wrap; } Κωδικός: - + Avatar Server: - + Style @@ -3448,25 +3475,25 @@ p, li { white-space: pre-wrap; } - - + + Add ... - - + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3475,7 +3502,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3484,7 +3511,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3496,72 +3523,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game Παιχνίδι - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3570,12 +3597,12 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Αντίπαλος 1: {7:?} - + Opponent 8: Αντίπαλος 1: {8:?} @@ -3584,7 +3611,7 @@ p, li { white-space: pre-wrap; } Αντίπαλος 1: {10:?} - + Opponent 9: Αντίπαλος 1: {10:?} {9:?} @@ -3651,64 +3678,64 @@ p, li { white-space: pre-wrap; } Turkish - - - - + + + + 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! Η διεύθυνση του αρχείου log δεν υπάρχει. Παρακαλώ επιλέξτε μια σωστή διεύθυνση! - + Language Changed Η γλώσσα άλλαξε - + You have changed application language to %1. Please restart PokerTH to load new language! Έχετε επιλέξει την γλώσσα %1. Παρακαλώ επανεκκινήστε το PokerTH για να "φορτωθεί" η νέα γλώσσα! - + Select your flipside picture Επιλέξτε την εικόνα της τράπουλας - + Images (*.png *.jpg *.gif) Εικόνες (*.png *.jpg *.gif) - + Open Directory Άνοιγμα φακέλου - - + + Blinds Error Λάθος 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. @@ -3787,145 +3814,145 @@ This first-small-blind-value will be set to maximum allowed value. - + The entered server list address is not a valid URL. Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State Κατάσταση - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -4113,108 +4140,108 @@ Please choose another one. Παρακαλώ επιλέξτε άλλο nickname. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Λάθος Δικτύου - + Server address was not set. Η Server address δεν είχε ορισθεί. - + An invalid port was set (ports 0-1023 are not allowed). Έχει ορισθεί λάθος port (δεν επιτρέπονται ports από 0 εως 1023). - + Could not create a socket for TCP communication. Could not create a socket for TCP communication. - + Could not set the IP address. Could not set the IP address. - + Could not set the port for this type of address. Could not set the port for this type of address. - + The server name could not be resolved. Το όνομα του server δεν μπορεί να βρεθεί. - + Bind failed - please choose a different port. Bind failed - Παρακαλώ διαλέξτε διαφορετικό port. - + Internal network error: "listen" failed. Εσωτερικό λάθος δικτύου: "listen" failed. - + Server execution was terminated. Η λειτουργία του server τερματίστηκε. - + Could not connect to the server. Αδυναμία σύνδεσης με το server. - + Connection timed out. Please check the server address. @@ -4225,119 +4252,144 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up Αν ο server βρίσκεται σε NAT-Router, βεβαιωθείτε ότι το port forwarding λειτουργεί. - + Internal network error: "select" failed. Εσωτερικό λάθος δικτύου: "select" failed. - + Internal network error: "send" failed. Εσωτερικό λάθος δικτύου: "send" failed. - + Connection was closed by the server. Η σύνδεση τερματίστηκε απ' τον server. - + Internal network error: Duplicate TCP connection. Εσωτερικό λάθος δικτύου: Duplicate TCP connection. - + 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. Εσωτερικό λάθος. Παρακαλώ βεβαιωθείτε ότι όλοι οι παίχτες χρησιμοποιούν την ίδια έκδοση του PokerTH. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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. Ο server του PokerTH δεν υποστηρίζει αυτή την έκδοση του παιχνιδιού.<br>Παρακαλώ επισκεφθείτε την διεύθυνση <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> και "κατεβάστε" την τελευταία έκδοση. - + Sorry, this server is already full. Συγνώμη, αυτός ο server είναι γεμάτος. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Λανθασμένος κωδικός κατά την είσοδο στο παιχνίδι. Παρακαλώ δώστε τον κωδικό και ξαναπροσπαθήστε. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Ο κωδικός είναι πολύ μεγάλος. Παρακαλώ επιλέξτε κάποιον άλλο. @@ -4352,151 +4404,154 @@ 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. Το κείμενο του chat δεν είναι έγκυρο. - + The server referred to an unknown player. Aborting. Ο server αναφέρεται σε έναν άγνωστο παίχτη. Ακύρωση. - + Internal error: The current player could not be found. Εσωτερικό λάθος: Ο παίχτης δεν μπορεί να βρεθεί. - + Internal error: The current player is not active. Εσωτερικό λάθος: Ο παίχτης δεν είναι ενεργός. - + You were kicked from the server. "Διώχθηκες" απ' τον server. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + The client player count is invalid. Η μέτρηση των παιχτών είναι λανθασμένη. - + Too many manual blinds were set. Please reconfigure the manual blinds. Πολλά χειροκίνητα blinds. Παρακαλώ επανακαθορίστε τα χειροκίνητα blinds. - + An invalid avatar file was configured. Please choose a different avatar. Η εικόνα δεν είναι σωστή. Παρακαλώ επιλέξτε μια διαφορετική εικόνα. - + The selected avatar file is too large. Please choose a different avatar. Η επιλεγμένη εικόνα είναι πολύ μεγάλη. Παρακαλώ επιλέξτε μια διαφορετική εικόνα. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Εσωτερικό λάθος στην εικόνα. Παρακαλώ αναφέρετε το λάθος σε κάποιον admin στο lobby chat. - + Could not start game: Synchronization failed. Αδύνατον να ξεκινήσει το παιχνίδι: Αποτυχία συγχρονισμού. - + The server is down for maintenance. Please try again later. Ο server δεν λειτουργεί λόγω συντήρησης. Παρακαλώ ξαναπροσπαθήστε αργότερα. - + An internal error occured. Εσωτερικό λάθος. - + - + - - - - - - + + + + + + + + Network Notification Network Notification - + You were kicked from the game. Σας "έδιωξαν" απ' το παιχνίδι. - + Sorry, this game is already full. Συγνώμη, αυτό το παιχνίδι είναι γεμάτο. - + Unable to join - the server has already started the game. Δεν μπορείτε να εισέλθετε - το παιχνίδι έχει ήδη ξεκινήσει. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. Μια νέα έκδοση του 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> και "κατεβάστε" την τελευταία έκδοση. - + + Server Message - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_hu.ts b/ts/pokerth_hu.ts index 691e0637..d492200d 100644 --- a/ts/pokerth_hu.ts +++ b/ts/pokerth_hu.ts @@ -101,14 +101,14 @@ Válassz egy pakli stílust és próbáld újra! GameTableStyleReader - - - + + + Game Table Style Error Pókerasztal stílus hiba - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -127,12 +127,12 @@ Ennek ellenére használható a stílus, a hiányzó elemek helyén az alapérte Kérlek vedd fel a kapcsolatot a készítővel: „%3”. - + Game Table Style Error - Fields content missing Pókerasztal stílus hiba – Hiányzó tartalom - + One or more pictures from current game table style "%1" were not found: %2 @@ -149,12 +149,12 @@ Ennek ellenére használható a stílus, a hiányzó elemek helyén az alapérte Kérlek vedd fel a kapcsolatot a készítővel: „%3”. - + Game Table Style Error - Pictures missing Pókerasztal stílus hiba – Hiányzó képek - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -169,27 +169,27 @@ Ennek ellnére használható a stílus, a hiányzó elemek helyén az alapértel Kérlek vedd fel a kapcsolatot a készítővel: „%4”. - + Game Table Style Error - Outdated Pókerasztal stílus hiba – Elavult - + Everything OK! Minden rendben! - + Some pictures are missing, please contact style maintainer for this issue. Néhány kép hiányzik, vedd fel a kapcsolatot a stílus készítőjével. - + Some style fields are missing, please contact style maintainer for this issue. Néhány mezőadat hiányzik, vedd fel a kapcsolatot a stílus készítőjével. - + This style is outdated, please contact style maintainer for this issue. Ez a stílus elavult, vedd fel a kapcsolatot a stílus készítőjével. @@ -204,7 +204,7 @@ Please contact the game table style builder %4. Vedd fel a kapcsolatot a készítőjével: %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -225,8 +225,8 @@ A(z) %2 értékei hiányoznak Vedd fel a kapcsolatot a készítőjével: %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Pókerasztal stílus helyet kártyapakli stílust jelöltél ki. @@ -309,15 +309,26 @@ Vedd fel a kapcsolatot a készítőjével: %3. Játékos tiltása - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Többé nem fogod megkapni az üzeneteket és a játék meghívásokat ettől a felhasználótól. <br> Biztosan tiltani szeretnéd <b>%1</b> nevű felhasználót? - + + PokerTH - Question PokerTH – Kérdés + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -377,12 +388,78 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + Project Projekt - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -405,7 +482,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -429,7 +506,6 @@ 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;"> - nyitóképernyő grafika</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, @@ -439,7 +515,7 @@ p, <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -449,7 +525,6 @@ 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;">Richard Somlói - level@somloirichard.hu<br>mRaRa - masterrara@freemail.hu<br>GeG</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -475,7 +550,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -546,17 +621,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 Licenc - + Close Bezárás - + Thanks to Köszönet @@ -593,7 +668,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 @@ -628,7 +703,7 @@ p, li { white-space: pre-wrap; } A PokerTH 0.6-ről - + <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> @@ -1005,9 +1080,20 @@ Kérlek válassz másikat. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - A választott játéknév már használatban van. + A választott játéknév már használatban van. Kérlek válassz másikat! @@ -1017,10 +1103,9 @@ Kérlek válassz másikat! Játéknév: - There is a forbidden word in your choosen game name. Please choose another one! - A választott neved egy tiltott szót tartalmaz. + A választott neved egy tiltott szót tartalmaz. Kérlek válassz másikat! @@ -1549,20 +1634,20 @@ p, li { white-space: pre-wrap; } gameLobbyDialogImpl - - - - + + + + Game Info Játék infó - + Server Error Kiszolgáló hiba - + You should not kick yourself from this game! Nem tudod saját magadat kirúgni a játékból! @@ -1574,22 +1659,22 @@ p, li { white-space: pre-wrap; } - - + + Game Játék - - + + Players Játékosok - - + + State Állapot @@ -1603,38 +1688,38 @@ p, li { white-space: pre-wrap; } Egy privát játékot választottál. A csatlakozáshoz add meg a jelszót! - + running fut - + open nyitott - - + + Connected players Csatlakozott játékosok - + hands osztás - + minutes perc - + double blinds vakok duplázása - + manual blinds order egyéni vaksorrend @@ -1650,15 +1735,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Elérhető játékosok @@ -1679,29 +1764,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Normál - - + + Registered players only Csak regisztrált játékosok - - + + Invited players only Csak meghívott játékosok - - + + Ranking game Ranglistás játék @@ -1711,73 +1796,74 @@ p, li { white-space: pre-wrap; } Csatlakozott játékosok – max. %1 - - + + T T - + + Connected players - Max. %1 Csatlakozott játékosok – Max. %1 - - + + running games: %1 futó játékok: %1 - - + + open games: %1 nyitott játékok: %1 - + Invite %1 %1 meghívása - + Ignore %1 %1 tiltása - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%3 meghívta %1 nevű játékost a(z) %2 játékba.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 elutasította a meghívást a(z) %2 játékba.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 nem tud csatlakozni a(z) %2 játékba, mert elfoglalt.</span> - - + + The game will start in<br><b>%1</b> seconds. A játék <br><b>%1</b> másodperc múlva indul. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Csatlakoztál egy „csak meghívásos” játékhoz. Lehetőséged van bárkit meghívni, csak kattints a játékos nevére jobb gombbal és meghívás. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? <b>%1</b> meghívott a(z) <b>%2</b> nevű játékba.<br>Szeretnél csatlakozni? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Többé nem fogod megkapni az üzeneteket és a játék meghívásokat ettől a felhasználótól. <br> Biztosan tiltani szeretnéd <b>%1</b> nevű felhasználót? @@ -1786,49 +1872,49 @@ Lehetőséged van bárkit meghívni, csak kattints a játékos nevére jobb gomb csevegő játékosok: %1 - - + + connected players: %1 csatlakozott játékosok: %1 - + search for player ... játékos keresése … - + Chat is only available to registered players. A csevegés csak regisztrált játékosoknak érhető el. - + Invite player ... Játékos meghívása … - + Ignore player ... Játékos tiltása … - + %1 is playing in "%2". %1 a következő szobában játszik: %2. - + %1 is not playing at the moment. %1 jelenleg nem játszik. - - + + PokerTH - Info Message PokerTH – Információk - + PokerTH - Question PokerTH – Kérdés @@ -2236,23 +2322,23 @@ Kérlek válassz egy másik nevet. Cmd+N – új játék indítása - - - - - + + + + + Start Indítás - - - + + - - - + + + + Stop Leállítás @@ -2282,7 +2368,7 @@ Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port to A kliens játékos száma érvénytelen. - + Chat Csevegés @@ -2307,12 +2393,12 @@ Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port to F1 - All-In | F2 -Emel/Ráemel | F3 - Passz/Tart | F4 - Eldob - + Closing PokerTH during network game PokerTH bezárása hálózati játék alatt - + You are the hosting server. Do you want to close PokerTH anyway? Te vagy a hálózati kiszolgáló. Biztosan bezárod az alkalmazást? @@ -2322,67 +2408,77 @@ Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port to PokerTH %1 - A nyílt forrású Texas Holdem motor - - - + + + Lobby Társalgó - + PokerTH - Internet Game Message PokerTH – Internetes játék üzenetei - + Attention! Do you really want to leave the current game and go back to the lobby? Figyelem! Biztosan elhagyod az aktuális játékot, és kilépsz a társalgóba? - + Chance Esélyek - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Kidobás - + Do you want to kick <b>%1</b><br>from this game? Ki akarod dobni <b>%1</b>-t<br>a játékból? - - + + <b>%1</b> secs left <b>%1</b> mp. maradt - + vote szavazat - + votes szavazat - + Chat is only available to registered players. A csevegés csak regisztrált játékosok számára érhető el. - + PokerTH - Warning PokerTH – Felhívás - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2401,12 +2497,12 @@ Ha hosszabbtávon nem vagy gépközelben használd a „távol” kapcsolót.<b>%1</b> %2 gyűlt össze ellened.<br><b>%3</b> szavazat kell a kidobáshoz. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. <b>%1</b> játékos elllen <b>%2</b> %3<br>gyűlt össze. <b>%4</b> szavat kell a kidobáshoz. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. <b>%1</b> %2 gyűlt össze ellened.<br><b>%3</b> szavazat kell a kidobáshoz. @@ -2910,8 +3006,8 @@ p, li { white-space: pre-wrap; } Kis vak: - - + + Start Cash: Kezdő zseton: @@ -2924,14 +3020,14 @@ p, li { white-space: pre-wrap; } Kiszolgáló beállítások - - + + Server Port: Kiszolgáló port: - - + + Use IPv6 IPv6 használata @@ -2944,32 +3040,32 @@ 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: @@ -2986,23 +3082,23 @@ p, li { white-space: pre-wrap; } 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 @@ -3039,7 +3135,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 @@ -3048,17 +3144,17 @@ p, li { white-space: pre-wrap; } Kis vak 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 az osztások között („Indítás” gomb lenyomására megy tovább) @@ -3071,17 +3167,17 @@ p, li { white-space: pre-wrap; } Program verzió (gépi ellenfeleké): - + Enable/Disable Logging Naplózás engedélyezé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: @@ -3091,7 +3187,7 @@ p, li { white-space: pre-wrap; } Kis vak és Nagy vak gombok mutatása - + Play sound effects Hangok lejátszása @@ -3100,20 +3196,20 @@ 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> @@ -3134,17 +3230,17 @@ 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 10 @@ -3154,22 +3250,22 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body>< 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) @@ -3180,29 +3276,34 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body>< - + Sound Hang - - + + Show country flag in the corner of avatar + + + + + Description Leírás - - + + Maintainer Készítő - + State Állapot - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3221,92 +3322,100 @@ 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;">Tipp: a legjobb minőség a következő arányokkal érhető el: </span><span style=" font-weight:600; font-style:italic;">szélesség=48, magasság=76.</span></p></td></tr></table></body></html> - + Delay between hands: Szünet az osztások között: - + Network Server Settings Hálózati kiszolgáló beállításai - + Internet Game Settings Internetes játék beállításai - + Server Kiszolgáló - + Server Address: Kiszolgáló címe: - + Game Játék - + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style="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-style:italic;">Note: Default </span><span style=" font-weight:600; font-style:italic;">Game Settings</span><span style=" font-style:italic;"> like "Maximum number of players", "Start Cash" and "Small Blind" will be used </span><span style=" font-weight:600; font-style:italic;">from Network Game Settings.</span></p></body></html> + + + + Default game name: Alapértelmezett játéknév: - + Default game type: Alapértelmezett játéktípus: - + Standard Normál - + Registered players only Csak regisztrált játékosok - + Invited players only Csak meghívott játékosok - + Ranking game Ranglistás játék - + Use password for private game: Jelszó privát játékhoz: - + Export as html Exportálás HTML-be - + Export as txt Exportálás TXT-be - + Save as ... Mentés másként … - + Delete Törlés - + Log File Naplófájl @@ -3323,8 +3432,8 @@ p, li { white-space: pre-wrap; } #pokerth - - + + First small blind: Első kis vak: @@ -3334,27 +3443,27 @@ p, li { white-space: pre-wrap; } Indítóképernyő elrejtése a játék indításakor - + Game Table Pókerasztal - + Card Deck Kártyapakli - + Card Back Kártya hátlap - + Use card back from card style A kártyapakli stílus hátlapjának használata - + Use custom card back picture: Saját kártya hátlap használata: @@ -3372,52 +3481,52 @@ 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;">Tipp: a legjobb minőség a következő arányokkal érhető el: </span><span style=" font-weight:600; font-style:italic;">szélesség=76, magasság=48.</span></p></body></html> - - + + Raise blinds: Vaktétek emelése: - - - - + + + + Every: Minden: - - + + hands osztást követően - - + + minutes perc után - - + + Raise mode: Emelés módja: - - + + Always double blinds Vaktétek duplázása - - + + Manual blinds order: Vaktétek megadása: - - + + Edit ... Szerkesztés… @@ -3427,47 +3536,47 @@ p, li { white-space: pre-wrap; } Nyelv: - + Sound Categories Hang típusok - + Play game actions sounds like "check", "call", "raise" Hangok lejátszása minden lépésnél (pl. „passz”, „tartás”, „emelés”) - + Play lobby chat notifications Figyelmeztető hangok a társalgóba - + Play network/internet game notifications like "player joined the game" Figyelmeztető hangok hálózati/internetes játék alatt (pl. „játékos csatlakozott”) - + Show lobby chat Társalgó csevegés megjelenítése - + Ignored Players Tiltott játékosok - + Player Játékos - + Remove Player Eltávolított játékos - + Player Nicks/Avatars Játékos becenév/avatar @@ -3494,35 +3603,34 @@ 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-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;">Tipp: a legjobb minőség a következő arányokkal érhető el: </span><span style=" font-weight:600; font-style:italic;">szélesség=100, magasság=140.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Játékos rendelkezésére álló idő: - - + + s mp - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="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-style:italic;">Note: Default </span><span style=" font-weight:600; font-style:italic;">Game Settings</span><span style=" font-style:italic;"> like "Maximum number of players", "Start Cash" and "Small Blind" will be used </span><span style=" font-weight:600; font-style:italic;">from Network Game Settings.</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-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-style:italic;">Figyelem: A <span style=" font-weight:600; font-style:italic;">Hálózati játék</span> alapértelmezett beállításai kerülnek kiválasztásra </span><span style=" font-style:italic;">(pl. "Játékosok maximális száma", "Kezdő zseton", "Kis vak")</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-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-style:italic;">Figyelem: A <span style=" font-weight:600; font-style:italic;">Hálózati játék</span> alapértelmezett beállításai kerülnek kiválasztásra </span><span style=" font-style:italic;">(pl. "Játékosok maximális száma", "Kezdő zseton", "Kis vak")</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-weight:400; font-style:normal; text-decoration:none;"> @@ -3530,22 +3638,22 @@ 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-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;">Tipp: a legjobb avatar minőség a következő arányokkal érhető el: </span><span style=" font-weight:600; font-style:italic;">szélesség=50, magasság=50.</span></p></body></html> - + Automatic Server Configuration URL Automatikus kiszolgáló beállítások URL címe - + Serverlist Address: Kiszolgálólista címe: - + Manual Server Configuration Kézi kiszolgáló beállítás - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3558,7 +3666,7 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Játékos neve:<br /><span style=" font-style:italic;">(Ez a becenév fog mejelenni az internetes játéknál is)</span></p></body></html> - + Day(s) napig @@ -3600,13 +3708,13 @@ p, li { white-space: pre-wrap; } Jelszó: - + Avatar Server: Avatar kiszolgáló: - + Style Stílus @@ -3624,25 +3732,25 @@ p, li { white-space: pre-wrap; } Aktiválás - - + + Add ... Hozzáadás … - - + + Remove Eltávolítás - - + + Preview - Information: Előnézet – Információ: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3660,7 +3768,7 @@ p, li { white-space: pre-wrap; } Kártyapakli stílus - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3673,12 +3781,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Még több kártyapakli stílus letöltése ...</span></a></p></body></html> - + Opponent 7: Ellenfél 7: - + Opponent 8: Ellenfél 8: @@ -3687,7 +3795,7 @@ p, li { white-space: pre-wrap; } Ellenfél 6: {10:?} - + Opponent 9: Ellenfél 9: @@ -3695,10 +3803,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Beállítási hiba @@ -3715,7 +3823,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átoldalának képét @@ -3724,24 +3832,24 @@ Kérlek válassz egy valós mappát! Képek (*.png) - + Open Directory Mappa megnyitása - + Images (*.png *.jpg *.gif) Képek (*.png *.jpg *.gif) - - + + Blinds Error Hiba a vaktétekben - - + + 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. @@ -3803,12 +3911,12 @@ Az első kis vak a legnagyobb megengedett értékre módosul. török - + Language Changed Nyelv módosítva - + You have changed application language to %1. Please restart PokerTH to load new language! Az alkalmazás új nyelve: %1. @@ -3845,15 +3953,15 @@ A beállítás a PokerTH újraindítása után jut érvényre! tamil - + The entered flipside picture doesn't exist. Please enter an valid picture! A kért kártya hátoldal kép nem létezik. Kérlek válassz egy valós képet! - - + + The log file directory doesn't exist. Please select an valid directory! A naplófájl mappája nem elérhető. @@ -3895,7 +4003,7 @@ Kérlek válassz egy valós mappát! svéd - + The entered server list address is not a valid URL. Please enter a valid server list address! A megadott kiszolgálólista URL-je érvénytelen. @@ -3912,143 +4020,143 @@ Kérlek adj meg egy valós kiszolgálólista címet! dán - - + + Maintainer Name Készítette - - + + Maintainer EMail E-mail cím - - + + Create Date Dátum - + Windows Behaviour Ablak viselkedése - + scaleable alkalmazkodó - + fixed rögzített - + Minimum Size Legkisebb méret - + Maximum Size Legnagyobb méret - + Fixed Size Rögzített méret - + State Állapot - + Please select your game table style Válaszd ki a pókerasztal stílusát - + PokerTH game table styles (*.xml) PokerTH pókerasztal stílus (*.xml) - + Game Table Style Error Pókerasztal stílus hiba - + Selected game table style file is already in the list. Please select another one to add! A kiválasztott asztal stílus már szerepel a listán Válassz másikat! - + Game Table Style File Error Pókerasztal stílus fájl hiba - + Could not load game table style file correctly. Style will not be placed into list! Nem sikerült az asztal stílus betöltése. A stílus nem kerül a listára! - + Please select your card deck style Válaszd ki a kártyapakli stílusát - + PokerTH card deck styles (*.xml) PokerTH kártyapakli stílus (*.xml) - + Card Deck Style Error Kártyapakli stílus hiba - + Selected card deck style file is already in the list. Please select another one to add! A kiválasztott pakli stílus már szerepel a listán Válassz másikat! - + Card Deck Style File Error Kártyapakli stílus fájl hiba - + Could not load card deck style file correctly. Style will not be placed into list! Nem sikerült a pakli stílus betöltése. A stílus nem kerül a listára! - + PokerTH - Log file PokerTH – Naplófájl - + Do you really want to delete the selected log file? Biztosan törölni akarod a kiválasztott naplófájlt? - + Save PokerTH log file PokerTH naplófájl mentése - + PokerTH SQL log (*.pdb) PokerTH SQL napló (*.pdb) @@ -4252,108 +4360,108 @@ Please choose another one. Kérlek válassz másik nevet. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Hálózati hiba - + Server address was not set. Kiszolgáló 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 portot ehhez a cím típushoz. - + The server name could not be resolved. A kiszolgáló név feloldása nem lehetséges. - + Bind failed - please choose a different port. Kapcsolódás sikertelen – kérlek válassz másik portot. - + Internal network error: "listen" failed. Belső hálózati hiba: sikertelen "fülelés". - + Server execution was terminated. Kiszolgáló futtatása befejezve. - + Could not connect to the server. Nem lehet kapcsolódni a kiszolgálóhoz. - + Connection timed out. Please check the server address. @@ -4363,126 +4471,145 @@ Kérlek ellenőrizd a kiszolgáló címét. Ha a kiszolgáló NAT router mögött van, akkor bizonyosodj meg róla hogy a porttovábbítás engedélyezett. - + Internal network error: "select" failed. Belső hálózati hiba: sikertelen "kiválasztás". - + Internal network error: "send" failed. Belső hálózati hiba: sikertelen "küldés". - + Connection was closed by the server. A kiszolgáló megszakította a kapcsolatot. - + Internal network error: Duplicate TCP connection. Belső hálózati hiba: Duplikált TCP kapcsolat. - + 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. Kérlek bizonyosodj meg róla, hogy az összes játékos ugyanazt a verziót használja. - + Invalid server list URL. Please correct the address in the settings. Érvénytelen kiszolgálólista URL. Kérlek javítsd a címet a beállításoknál. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Nem sikerült megnyitni a kiszolgálólista MD5 fájlt. Kérlek győződj meg róla, hogy a kiszolgálólista címe megfelelő. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Nem sikerült a PokerTH internetes kiszolgálólistát szinkronizálni. Kérlek győződj meg a lista címének érvényességéről. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. A PokerTH internetes kiszolgálólistája hibás adatot tartalmaz. Ha egyéni listát használsz, kérlek győződj meg a formátum érvényességéről. - + Could not unzip the PokerTH internet server list. Nem sikerült a PokerTH internetes kiszolgálólista kicsomagolása. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Nem sikerült a PokerTH internetes kiszolgálólista letöltése. Kérlek ellenőrizd az internetes kapcsolatodat. - + Could not open the target file when downloading the server list. A kiszolgálólista letöltése közben a cél fájlt nem sikerült megnyitni. - + 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 PokerTH kiszolgáló nem támogatja ezt a verziót.<br>Kérlek látogass el a következő címre <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> és töltsd le a legfrissebb verziót. - + Sorry, this server is already full. Sajnáljuk, de ez a kiszolgáló jelenleg tele van. - + Invalid login. Please check your username and password. Hibás bejelentkezés. Ellenőrizd a felhasználónevet és a jelszót. - - Your account - is blocked indefinitely. - A fiókod határozatlan időre blokkolva lett. + + 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. + - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + Your account + is blocked indefinitely. + A fiókod határozatlan időre blokkolva lett. + + + You cannot login at this time. Please try again in a few seconds. Most nem jelentkezhetsz be. Próbáld meg kicsit később. - + This game is of type invite-only. You cannot join this game without being invited. A játék meghívásos. Csak akkor tudsz csatlakozni, ha valaki meghívott. - + 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ég egyszer é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. @@ -4498,68 +4625,73 @@ Kérlek válassz egy másik nevet. Kérlek válassz egy másik nevet. - + The game name is either too short or too long. Please choose another one. A játék nevet vagy túl rövid vagy túl hosszú. Kérlek válassz egy másik nevet. - + The game could not be found. A játék nem található. - + The chat text is invalid. A csevegő üzenet érvénytelen. - + The server referred to an unknown player. Aborting. A kiszolgáló egy ismeretlen játékosra hivatkozott. Megszakítás. - + Internal error: The current player could not be found. Belső hiba: az aktuális játékos nem található. - + Internal error: The current player is not active. Belső hiba: az aktuális játékos nem aktív. - + You were kicked from the server. A kiszolgáló kidobott a játékból. - + You were temporarily banned from the server. Ideiglenesen ki vagy tiltva a kiszolgálóról. - + + Your account is blocked indefinitely. + + + + Your server connection timed out due to inactivity. You are very welcome to reconnect! A kiszolgáló kapcsolat inaktivitás miatt megszakadt. Bármikor újra csatlakozhatsz! - + The client player count is invalid. A kliens játékosok száma érvénytelen. - + Too many manual blinds were set. Please reconfigure the manual blinds. Túl sok vaktét van megadva. Kérlek módosítsd a vakbeállításokat. - + An invalid avatar file was configured. Please choose a different avatar. Érvénytelen avatar fájl lett megadva. Kérlek válassz másik avatart. - + The selected avatar file is too large. Please choose a different avatar. A kiválasztott avatar fájl túl nagy. Kérlek válassz másik avatart. @@ -4568,87 +4700,99 @@ Kérlek válassz egy másik nevet. Jelenleg nem tudsz új avatar fájlt feltölteni. Kérlek próbáld újra néhány másodperc múlva. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Belső avatar hiba lépett fel. Kérlek jelezd ezt egy adminnak a társalgóban. - + Could not start game: Synchronization failed. A játék indítása sikertelen: szinkronizációs hiba. - + The server is down for maintenance. Please try again later. A kiszolgáló karbantartás miatt nem üzemel. Kérlek próbáld újra később. - + An internal error occured. Belső hiba lépett fel. - + - + - - - - - - + + + + + + + + Network Notification Hálózati figyelmeztetés - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + You were kicked from the game. Kidobtak a játékból. - + Sorry, this game is already full. Elnézést, ez a játék jelenleg tele van. - + Unable to join - the server has already started the game. Csatlakozás sikertelen – a kiszolgáló már elindította a játékot. - + Your admin state timed out due to inactivity. Feel free to create a new game! Inaktivitás miatt nem vagy már admin. Kezdj nyugodtan új játékot! - + You cannot join this type of game as guest. Nem csatlakozhatsz vendégként ehhez a játékhoz. - + The settings are invalid for this type of game. Érvénytelen beállítások ehhez a játékhoz. - 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. - Elérhető a PokerTH egy újabb verziója. <br>Kérlek látodass el a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> oldalra és töltsd le a legfrissebb verziót. + Elérhető a PokerTH egy újabb verziója. <br>Kérlek látodass el a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> oldalra és töltsd le a legfrissebb verziót. - + 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. Ez a PokerTH béta verzió már idejétmúlt. <br>Kérlek látodass el a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> oldalra és töltsd le a legfrissebb verziót. - + + Server Message Kiszolgáló üzenet - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_it.ts b/ts/pokerth_it.ts index 04fb48ea..8b4dbdd7 100644 --- a/ts/pokerth_it.ts +++ b/ts/pokerth_it.ts @@ -100,14 +100,14 @@ Seleziona uno stile appropriato e riprova! GameTableStyleReader - - - + + + Game Table Style Error Errore sullo stile del tavolo da gioco - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -128,12 +128,12 @@ Puoi comunque utilizzare lo stile, ma i contenuti mancanti saranno attinti dallo Per favore, contatta il responsabile dello stile via "%3". - + Game Table Style Error - Fields content missing Errore sullo Stile del Tavolo da Gioco - Contenuto dei campi assente - + One or more pictures from current game table style "%1" were not found: %2 @@ -150,12 +150,12 @@ Puoi comunque utilizzarlo, ma i contenuti mancanti saranno attinti dallo stile d Per favore, contatta il responsabile dello stile via "%3". - + Game Table Style Error - Pictures missing Errore sullo Stile del Tavolo da Gioco - Immagini mancanti - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -170,27 +170,27 @@ Puoi comunque utilizzarlo, ma i contenuti mancanti saranno attinti dallo stile d Per favore, contatta il responsabile dello stile via "%4". - + Game Table Style Error - Outdated Errore sullo Stile del Tavolo da Gioco - Obsoleto - + Everything OK! Tutto OK! - + Some pictures are missing, please contact style maintainer for this issue. Mancano alcune immagini, per favore contatta il responsabile dello stile. - + Some style fields are missing, please contact style maintainer for this issue. Mancano alcuni campi, per favore contatta il responsabile dello stile. - + This style is outdated, please contact style maintainer for this issue. Questo stile è obsoleto, si prega di contattare il responsabile dello stile. @@ -205,7 +205,7 @@ Please contact the game table style builder %4. Contatta il responsabile dello stile, %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -226,8 +226,8 @@ I valori di "%2" sono mancanti. Contatta il responsabile dello stile, %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! È stato selezionato uno stile per il mazzo di carte al posto di uno stile per il tavolo da gioco. @@ -316,15 +316,26 @@ Contatta il responsabile dello stile, %3. Ignora giocatore - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Non riceverai più messaggi di chat o inviti a partite da questo utente.<br>Vuoi veramente inserire l'utente <b>%1</b> nella lista degli utenti ignorati? - + + PokerTH - Question PokerTH - Domanda + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -368,12 +379,79 @@ Contatta il responsabile dello stile, %3. Informazioni su PokerTH 0.6-beta - + <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> - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + + Close Chiudi @@ -1386,7 +1464,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-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, achitettura di base, implementazione gui, pacchetto 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;"> - idea iniziale, architettura di base, sviluppo 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;"> - sviluppo di rete, pacchetto 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 gui, 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;"> - pacchetto MacOS</p></body></html> - + License Licenza @@ -1441,84 +1519,17 @@ p, li { white-space: pre-wrap; } - + Project Progetto - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - - - - + Thanks to Ringraziamenti a - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> -<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;">thiger, dunkanx, BerndA, coldz</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - - - - + Translation Traduzione @@ -1997,9 +2008,20 @@ Scegliere un nome diverso. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Esiste già una partita col nome che hai scelto. + Esiste già una partita col nome che hai scelto. Scegli un nome diverso! @@ -2009,10 +2031,9 @@ Scegli un nome diverso! Nome partita: - There is a forbidden word in your choosen game name. Please choose another one! - Nel nome che hai scelto per la partita compare una parola proibita. + Nel nome che hai scelto per la partita compare una parola proibita. Scegli un nome diverso! @@ -2557,13 +2578,13 @@ p, li { white-space: pre-wrap; } Partita di %1 - - + + connected players: %1 giocatori connessi: %1 - + double blinds raddoppia blind @@ -2572,15 +2593,15 @@ p, li { white-space: pre-wrap; } partita - - - - + + + + Game Info Informazioni partita - + hands mani @@ -2590,33 +2611,33 @@ p, li { white-space: pre-wrap; } Accesso a partita privata in corso - + manual blinds order ordine manuale dei blind - + minutes minuti - - + + Game Partita - - + + Players Giocatori - - + + State Stato @@ -2625,13 +2646,13 @@ p, li { white-space: pre-wrap; } Privato - + open aperta - - + + open games: %1 partite aperte: %1 @@ -2640,7 +2661,7 @@ p, li { white-space: pre-wrap; } giocatori in chat: %1 - + running iniziata @@ -2651,15 +2672,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Giocatori Disponibili @@ -2680,29 +2701,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standard - - + + Registered players only Solo utenti registrati - - + + Invited players only Solo utenti invitati - - + + Ranking game Valida per la classifica @@ -2712,119 +2733,120 @@ p, li { white-space: pre-wrap; } Giocatori connessi - max. %1 - - + + T T - + + Connected players - Max. %1 Giocatori connessi - Max. %1 - - + + running games: %1 partite in corso: %1 - - + + Connected players Giocatori connessi - + Server Error Errore del server - + search for player ... Ricerca giocatore ... - + Chat is only available to registered players. La chat è disponibile solamente ai giocatori registrati. - + Invite %1 Invita %1 - + Ignore %1 Ignora %1 - + %1 is playing in "%2". %1 sta giocando in "%2". - + %1 is not playing at the moment. %1 non sta giocando in questo momento. - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 è stato invitato a %2 da %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 ha rifiutato l'invito a %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 non può partecipare %2 perchè risulta occupato.</span> - - + + The game will start in<br><b>%1</b> seconds. La partita inizierà tra<br><b>%1</b> secondi. - + Invite player ... Invita giocatore ... - + Ignore player ... Ignora giocatore ... - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Sei entrato in una partita "su invito". Sentiti libero di invitare altri giocatori cliccando col tasto destro sul nickname nella lista dei giocatori disponibili. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Sei stato invitato alla partita <b>%1</b> da <b>%2</b>.<br>Desideri partecipare alla partita? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Non riceverai più messaggi di chat o inviti a partite da questo utente.<br>Vuoi veramente inserire l'utente <b>%1</b> nella lista degli utenti ignorati? - - + + PokerTH - Info Message PokerTH - Informazione - + PokerTH - Question PokerTH - Domanda @@ -2839,7 +2861,7 @@ Sentiti libero di invitare altri giocatori cliccando col tasto destro sul nickna Stai per unirti ad una partita privata. Inserisci la password! - + You should not kick yourself from this game! Non puoi auto-espellerti da questa partita! @@ -3169,7 +3191,7 @@ Assicurarsi che tutti i giocatori abbiano la stessa versione di PokerTH.E' stata specificata una porta non valida (le porte 0-1023 non sono permesse). - + Attention! Do you really want to leave the current game and go back to the lobby? Attenzione! Vuoi veramente abbandonare la partita corrente @@ -3188,12 +3210,12 @@ e tornare al prepartita? Bind fallito - selezionare una porta diversa. - + Chat Chat - + Closing PokerTH during network game Si sta chiudendo PokerTH durante una partita in rete @@ -3292,9 +3314,9 @@ Please reenter the password and try again. Reinserire la password e riprovare. - - - + + + Lobby Prepartita @@ -3316,7 +3338,7 @@ Reinserire la password e riprovare. PokerTH %1 - Il Motore Texas Holdem Open-Source - + PokerTH - Internet Game Message PokerTH - Messaggio partita su Internet @@ -3337,23 +3359,23 @@ Reinserire la password e riprovare. Spiacente, il server è già al completo. - - - - - + + + + + Start Inizio - - - + + - - - + + + + Stop Ferma @@ -3443,7 +3465,7 @@ Visitare l'URL <a href="http://www.pokerth.net/" target=" Impossibile partecipare - la partita è già iniziata. - + You are the hosting server. Do you want to close PokerTH anyway? Stai facendo da server. Vuoi comunque chiudere PokerTH? @@ -3522,48 +3544,58 @@ Assicurarsi di essere connessi direttamente ad internet. Impossibile aprire il file di destinazione durante il download della lista server. - + Chance Probabilità - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Espelli - + Do you want to kick <b>%1</b><br>from this game? Vuoi espellere <b>%1</b><br>da questa partita? - - + + <b>%1</b> secs left <b>%1</b> sec. rimasti - + vote voto - + votes voti - + Chat is only available to registered players. La chat è disponibile solamente ai giocatori registrati. - + PokerTH - Warning PokerTH - Attenzione - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -3582,12 +3614,12 @@ Se sei temporaneamente assente, puoi utilizzare l'apposito strumento " Hai <b>%1</b> %2 contro di te.<br><b>%3</b> voti necessari per essere espulso. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Il giocatore <b>%1</b> ha <b>%2</b> %3<br>contro di lui. <b>%4</b> voto/i necessari all'espulsione. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Hai <b>%1</b> %2 contro di te.<br><b>%3</b> voto/i necessari all'espulsione. @@ -4077,10 +4109,10 @@ Scegli un'immagine più piccola! settingsDialog - - - - + + + + $ $ @@ -4089,30 +4121,30 @@ Scegli un'immagine più piccola! 0.4 (corrente) - + 10 10 - + action (high frequent disc access) azione (elevato - accesso frequente al disco) - - + + <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> - - + + Always double blinds Raddoppia sempre i blind @@ -4129,7 +4161,7 @@ Scegli un'immagine più piccola! chat.freenode.net - + Computer Engine Computer @@ -4142,8 +4174,8 @@ Scegli un'immagine più piccola! Defaut - - + + Edit ... Modifica... @@ -4152,7 +4184,7 @@ Scegli un'immagine più piccola! Abilita Chat prepartita (server IRC) - + Enable/Disable Logging Ablita/Disabilita il registro @@ -4165,16 +4197,16 @@ Scegli un'immagine più piccola! Versione del motore per gli avversari AI: - - - - + + + + Every: Ogni: - - + + First small blind: Primo small blind: @@ -4183,12 +4215,12 @@ Scegli un'immagine più piccola! Dorso delle carte - + game (low disc access) partita (basso - accesso ridotto al disco) - + Game Speed: Velocità: @@ -4197,13 +4229,13 @@ Scegli un'immagine più piccola! Velocità di gioco per il computer: - + hand (medium disc access) mano (media - accesso normale al disco) - - + + hands mani @@ -4249,7 +4281,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; font-family:'Nimbus Sans L';"><span style=" font-style:italic;">N.b.: Le </span><span style=" font-weight:600; font-style:italic;">Impostazioni di Gioco</span><span style=" font-style:italic;"> predefinite come "Numero Massimo di Giocatori", "Contante Iniziale" e "Small Blind" saranno usate </span><span style=" font-weight:600; font-style:italic;">nelle impostazioni del gioco in rete. </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-weight:400; font-style:normal;"> @@ -4257,7 +4289,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-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-style:italic;">N.b.: Le </span><span style=" font-weight:600; font-style:italic;">Impostazioni di gioco</span><span style=" font-style:italic;"> predefinite come "Numero massimo di giocatori", "Contante iniziale" e "Small blind" saranno usate </span><span style=" font-weight:600; font-style:italic;">nelle impostazioni del gioco in rete. </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-weight:400; font-style:normal; text-decoration:none;"> @@ -4282,7 +4314,7 @@ p, li { white-space: pre-wrap; } Interfaccia - + Internet Game Settings Impostazioni partita su Internet @@ -4304,35 +4336,35 @@ p, li { white-space: pre-wrap; } Parametri locali predefiniti - + Local Game Settings Impostazioni locali - + Log File Directory: Percorso file di registro: - + Log Messages Registro messaggi - - + + Manual blinds order: Ordine manuale dei blind: - + Maximum number of players: Numero massimo di giocatori: - - + + minutes minuti @@ -4341,7 +4373,7 @@ p, li { white-space: pre-wrap; } Impostazioni rete predefinite - + Network Game Settings Impostazioni di rete @@ -4351,34 +4383,39 @@ p, li { white-space: pre-wrap; } Partita in rete/su Internet - + Network Server Settings Impostazioni server di rete - + Number of players: Numero di giocatori: - - + + Show country flag in the corner of avatar + + + + + Description Descrizione - - + + Maintainer Responsabile - + State Stato - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4397,72 +4434,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-style:italic;">N.B.: Migliore qualità con un rapporto di </span><span style=" font-weight:600; font-style:italic;">larghezza=48, altezza=76.</span></p></td></tr></table></body></html> - + Delay between hands: Intervallo una mano e l'altra: - + Server Server - + Game Partita - + Default game name: Nome partita predefinito: - + Default game type: Tipo partita predefinito: - + Standard Standard - + Registered players only Solo utenti registrati - + Invited players only Solo utenti invitati - + Ranking game Valida per la classifica - + Show lobby chat Mostra chat - + Ignored Players Giocatori Ignorati - + Player Giocatore - + Remove Player Rimuovi Giocatore - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4475,57 +4512,57 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Giocatore umano:<br /><span style=" font-style:italic;">(Questo nickname sarà utilizzato anche per l'accesso alle partite online)</span></p></body></html> - + Opponent 1: Giocatore 1: - + Opponent 2: Giocatore 2: - + Opponent 3: Giocatore 3: - + Opponent 4: Giocatore 4: - + Opponent 5: Giocatore 5: - + Opponent 6: Giocatore 6: - + Export as html Esporta in html - + Export as txt Esporta in txt - + Save as ... Salva con nome... - + Delete Elimina - + Log File File di registro @@ -4534,7 +4571,7 @@ p, li { white-space: pre-wrap; } Immagine del dorso delle carte: - + Pause between hands (press "start" button to go on) Pausa tra una mano e l'altra (premere start per proseguire) @@ -4543,27 +4580,27 @@ p, li { white-space: pre-wrap; } Nomi dei giocatori - + Player Nicks/Avatars Nick/Avatar dei giocatori - + Play game actions sounds like "check", "call", "raise" Suoni per le azioni di gioco ( "check", "call", "raise", ecc.) - + Play lobby chat notifications Notifiche chat di gioco - + Play network/internet game notifications like "player joined the game" Notifiche partite in rete/Internet (Es. "il giocatore si è unito alla partita") - + Play sound effects Abilita gli effetti sonori @@ -4576,14 +4613,14 @@ p, li { white-space: pre-wrap; } QLabel { font-weight: bold; } - - + + Raise blinds: Aumenta blind: - - + + Raise mode: Modalità aumento: @@ -4597,13 +4634,13 @@ p, li { white-space: pre-wrap; } Inverti l'ordine dei tasti funzione (F1 - F4) - - + + s s - + Server Address: Indirizzo del server: @@ -4612,8 +4649,8 @@ p, li { white-space: pre-wrap; } Password del server: - - + + Server Port: Porta del server: @@ -4642,7 +4679,7 @@ p, li { white-space: pre-wrap; } Visualizza l'animazione delle carte - + Show game settings dialog on every new game Visualizza la finestra delle impostazioni di gioco all'inizio di ogni nuova partita @@ -4676,28 +4713,28 @@ all'inizio di ogni nuova partita - + Sound Suono - + Sound Categories Categorie suoni - + Sound Volume: Volume effetti sonori: - - + + Start Cash: Contante iniziale: - + Store log files for Memorizza file di registro per @@ -4707,7 +4744,7 @@ all'inizio di ogni nuova partita Passa il focus della tastiera sull'area di puntata al proprio turno - + Timeout for player action: Tempo limite per l'azione del giocatore: @@ -4716,44 +4753,44 @@ all'inizio di ogni nuova partita Tempo limite per l'azione del giocatore (in secondi): - - + + Use IPv6 Utilizza IPv6 - + Use password for private game: Utilizza password per partita privata: - - + + Use SCTP Utilizza SCTP - + Write log after every: Scrivi sul file di registro ogni: - + Automatic Server Configuration URL URL configurazione automatica server - + Serverlist Address: Indirizzo lista server: - + Manual Server Configuration Configurazione manuale del server - + Day(s) Giorno(i) @@ -4788,27 +4825,27 @@ all'inizio di ogni nuova partita Disabilita la schermata d'avvio - + Game Table Tavolo di gioco - + Card Deck Mazzo di carte - + Card Back Dorso delle carte - + Use card back from card style Prendi il dorso delle carte dallo stile - + Use custom card back picture: Utilizza un dorso personalizzato: @@ -4838,13 +4875,13 @@ p, li { white-space: pre-wrap; } Password: - + Avatar Server: Server Avatar: - + Style Stile @@ -4862,25 +4899,25 @@ p, li { white-space: pre-wrap; } Attiva - - + + Add ... Aggiungi... - - + + Remove Rimuovi - - + + Preview - Information: Anteprima - Informazioni: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4893,7 +4930,7 @@ p, li { white-space: pre-wrap; } Stili mazzo - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4902,12 +4939,12 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Scarica nuovi stili per il mazzo di carte di PokerTH ...</span></a></p></body></html> - + Opponent 7: Giocatore 7: - + Opponent 8: Giocatore 8: @@ -4916,7 +4953,7 @@ p, li { white-space: pre-wrap; } Giocatore 10: - + Opponent 9: Giocatore 9: @@ -4924,8 +4961,8 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - + + Blinds Error Errore relativo ai blind @@ -4974,7 +5011,7 @@ p, li { white-space: pre-wrap; } Immmagine (*.png) - + Images (*.png *.jpg *.gif) Immagini (*.png *.jpg *.gif) @@ -4984,7 +5021,7 @@ p, li { white-space: pre-wrap; } Italiano - + Language Changed La lingua è stata cambiata @@ -4998,7 +5035,7 @@ p, li { white-space: pre-wrap; } Norvegese - + Open Directory Apri cartella @@ -5012,15 +5049,15 @@ p, li { white-space: pre-wrap; } Russo - + Select your flipside picture Seleziona un'immagine per il dorso delle carte - - - - + + + + Settings Error Errore nelle impostazioni @@ -5055,7 +5092,7 @@ p, li { white-space: pre-wrap; } Tamil - + The entered flipside picture doesn't exist. Please enter an valid picture! L'immagine selezionata per il dorso delle carte non esiste. @@ -5068,8 +5105,8 @@ Please enter an valid picture! Inserite un'immagine valida! - - + + 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. @@ -5078,8 +5115,8 @@ This first-small-blind-value will be set to maximum allowed value. Il valore del primo small blind verrà impostato al massimo consentito. - - + + The log file directory doesn't exist. Please select an valid directory! La cartella per il file di registro non esiste. @@ -5097,7 +5134,7 @@ Inserite una directory valida! Turco - + You have changed application language to %1. Please restart PokerTH to load new language! Hai cambiato la lingua dell'applicazione in %1. @@ -5129,7 +5166,7 @@ Riavvia PokerTH per caricare la nuova lingua! Svedese - + The entered server list address is not a valid URL. Please enter a valid server list address! L'indirizzo della lista server immesso non è un URL valido. @@ -5146,143 +5183,143 @@ Inserisci un indirizzo valido! Danese - - + + Maintainer Name Nome responsabile - - + + Maintainer EMail E-mail responsabile - - + + Create Date Data creazione - + Windows Behaviour Comportamento finestra - + scaleable scalabile - + fixed fissa - + Minimum Size Dimensione minima - + Maximum Size Dimensione massima - + Fixed Size Dimensione fissa - + State Stato - + Please select your game table style Seleziona lo stile del tavolo da gioco - + PokerTH game table styles (*.xml) Stili tavolo da gioco di PokerTH (*.xml) - + Game Table Style Error Errore sullo stile del tavolo da gioco - + Selected game table style file is already in the list. Please select another one to add! Lo stile del tavolo da gioco selezionato è già presente nella lista. Selezionane un altro! - + Game Table Style File Error Errore sul file dello stile del tavolo da gioco - + Could not load game table style file correctly. Style will not be placed into list! Impossibile caricare correttamente il file contenente lo stile. Lo stile non verrà aggiunto alla lista! - + Please select your card deck style Seleziona lo stile del mazzo di carte - + PokerTH card deck styles (*.xml) Stili mazzo di carte di PokerTH (*.xml) - + Card Deck Style Error Errore sullo stile del mazzo di carte - + Selected card deck style file is already in the list. Please select another one to add! Lo stile del mazzo di carte selezionato è già presente nella lista. Selezionane un altro! - + Card Deck Style File Error Errore sul file dello stile del mazzo di carte - + Could not load card deck style file correctly. Style will not be placed into list! Impossibile caricare correttamente il file contenente lo stile. Lo stile non verrà aggiunto alla lista! - + PokerTH - Log file PokerTH - File di registro - + Do you really want to delete the selected log file? Desideri veramente cancellare il file di registro selezionato? - + Save PokerTH log file Salva il file di registro di PokerTH - + PokerTH SQL log (*.pdb) Registro PokerTH SQL (*.pdb) @@ -5490,108 +5527,108 @@ Please choose another one. Scegline un altro. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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). È 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 non riuscito - seleziona una porta diversa. - + Internal network error: "listen" failed. Errore di rete interno: "listen" non riuscito. - + Server execution was terminated. L'esecuzione del server è stata interrotta. - + Could not connect to the server. Impossibile connettersi al server. - + Connection timed out. Please check the server address. @@ -5602,125 +5639,150 @@ Controlla l'indirizzo del server. Se il server è alle spalle di un router NAT, assicurati che sia stato abilitato il port forwarding. - + Internal network error: "select" failed. Errore di rete interno: "select" non riuscita. - + Internal network error: "send" failed. Errore di rete interno: "send" non riuscito. - + Connection was closed by the server. Connessione interrotta dal server. - + 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. È stato ricevuto un pacchetto non valido. Assicurati 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. Assicurati che tutti i giocatori abbiano la stessa versione di PokerTH. - + Invalid server list URL. Please correct the address in the settings. URL della lista server non valido. Correggi l'indirizzo nelle impostazioni. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Impossibile aprire il file MD5 della lista dei server. Assicurati che l'URL della lista dei server sia corretto. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. La sincronizzazione della lista server internet di PokerTH non è riuscita. Assicurati che l'URL della lista server sia corretto. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. La lista server internet di PokerTH contiene dati non validi. Se utilizzi una lista server personalizzata, assicurati che il suo formato sia corretto. - + Could not unzip the PokerTH internet server list. Impossibile decomprimere la lista dei server Internet di PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Impossibile scaricare la lista server internet di PokerTH. Assicurati di essere connesso direttamente ad internet. - + Could not open the target file when downloading the server list. Impossibile aprire il file di destinazione durante il download della lista server. - + 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>Visita l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scarica l'ultima versione. - + Sorry, this server is already full. Spiacente, il server è già al completo. - + Invalid login. Please check your username and password. Accesso negato. Controlla username e password. - + Your account is blocked indefinitely. Il tuo account è bloccato a tempo indeterminato. - + You cannot login at this time. Please try again in a few seconds. Impossibile effettuare l'accesso. Riprova fra qualche istante. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. L'accesso a questa partita è concesso solo su invito. Non puoi partecipare senza essere stato invitato. - + Invalid password when joining the game. Please reenter the password and try again. Password sbagliata per la partita selezionata. Reinserisci la password e riprova. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Questa password è troppo lunga. Scegline una diversa. @@ -5735,67 +5797,67 @@ Scegli un nome diverso. Il nome del giocatore è troppo corto, troppo lungo o non valido. Scegline 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. Scegline un altro. - + The game could not be found. Impossibile trovare la partita. - + The chat text is invalid. Il testo nella chat non è valido. - + The server referred to an unknown player. Aborting. Il server ha contattato un giocatore sconosciuto. Operazione annullata. - + 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. - + You were kicked from the server. Sei stato espulso dal server. - + You were temporarily banned from the server. Sei stato temporaneamente bandito dal server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! La connessione al server è andata in timeout per inattività. Riconnettiti, sei il benvenuto! - + The client player count is invalid. Il numero di giocatori non è valido. - + Too many manual blinds were set. Please reconfigure the manual blinds. Sono stati impostati troppi blind manuali. Devi riconfigurare i blind. - + An invalid avatar file was configured. Please choose a different avatar. È stato impostato un file di avatar non valido. Scegli un avatar diverso. - + The selected avatar file is too large. Please choose a different avatar. Il file di avatar selezionato è troppo grande. Scegli un avatar diverso. @@ -5804,86 +5866,89 @@ Scegli un nome diverso. Non puoi caricare un nuovo avatar in questo momento. Per favore, riprova tra qualche secondo. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Si è verificato un errore interno sugli avatar. Per favore, riferisci l'accaduto ad un admin nella chat prepartita. - + Could not start game: Synchronization failed. Impossibile avviare la partita: sincronizzazione non riuscita. - + The server is down for maintenance. Please try again later. Il server è down per manutenzione. Riprova più tardi. - + An internal error occured. Errore interno. - + - + - - - - - - + + + + + + + + Network Notification Notifica di rete - + You were kicked from the game. Sei stato espulso dalla partita. - + Sorry, this game is already full. Spiacente, la partita è già al completo. - + Unable to join - the server has already started the game. Impossibile partecipare - la partita è già iniziata. - + Your admin state timed out due to inactivity. Feel free to create a new game! Il tuo status di admin è andato in timeout per inattività. Sentiti libero di creare una nuova partita! - + You cannot join this type of game as guest. Non puoi accedere a questa partita come ospite. - + The settings are invalid for this type of game. Impostazioni non valide per questo tipo di partita. - + 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. È disponibile una nuova release di PokerTH.<br>Visita l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scarica 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. - + + Server Message Messaggio del server - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_lt.ts b/ts/pokerth_lt.ts index 055ff14a..43b00f26 100644 --- a/ts/pokerth_lt.ts +++ b/ts/pokerth_lt.ts @@ -68,14 +68,14 @@ Prašome pasirinkti kortų kaladės stilių ir mėginti dar kartą! GameTableStyleReader - - - + + + Game Table Style Error Žaidimo stalo stiliaus klaida - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -96,12 +96,12 @@ Vistiek galite žaisti su šiuo stiliu, nes trūkstamas turinys bus užpildytas Prašome susisiekti su žaidimo lentos stiliaus kūrėju, kaip "%3". - + Game Table Style Error - Fields content missing Žaidimo stalo stiliaus klaida - trūksta lauko turinio - + One or more pictures from current game table style "%1" were not found: %2 @@ -118,12 +118,12 @@ Vistiek galite žaisti su šiuo stiliumi, nes trūkstamas turinys bus užpildyta Prašome susisiekti su žaidimo stalo stiliaus kūrėju, kaip "%3". - + Game Table Style Error - Pictures missing Žaidimo stalo stiliaus klaida - trūksta paveikslėlio - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -138,32 +138,32 @@ Vistiek galite žaisti su šiuo stiliumi, nes trūkstamas turinys bus užpildyta Prašome susisiekti su žaidimo stalo stiliaus kūrėju, kaip "%4". - + Game Table Style Error - Outdated Žaidimo stalo stiliaus klaida - pasenęs - + Everything OK! Viskas GERAI! - + Some pictures are missing, please contact style maintainer for this issue. Trūksta kai kurių paveikslėlių, prašome susisiekti su stiliaus prižiūrėtoju dėl šios laidos. - + Some style fields are missing, please contact style maintainer for this issue. Trūksta kai kurių stiliaus laukų, prašome susisiekti su stiliaus prižiūrėtoju dėl šios laidos. - + This style is outdated, please contact style maintainer for this issue. Šis stilius yra pasenęs, prašome susisiekti su stiliaus prižiūrėtoju dėl šios laidos. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -172,8 +172,8 @@ Please check the style file or choose another style! Prašome patikrinti stiliaus failą arba pasirinkti kitą stilių! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Kortų kaladės stilius buvo pasirinktas vietoj žaidimo stalo stiliaus. @@ -193,15 +193,26 @@ Prašome pasirinkti žaidimo stalo stilių ir bandyti dar kartą! Žaidėjo ignoravimas - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Jūs daugiau nebegausite pokalbio žinučių ar kvietimų žaisti iš šio naudotojo.<br>Ar tikrai norite patalpinti žaidėją <b>%1</b> į ignoravimo sąrašą? - + + PokerTH - Question PokerTH - klausimas + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -260,17 +271,83 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + <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> - + Project Projektas - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -293,7 +370,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -317,7 +394,6 @@ 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -326,7 +402,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -336,7 +412,6 @@ 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;">Lulilo - dalelemanes@gmail.com</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -362,7 +437,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -429,7 +504,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=" "> - grafinės sąsajoskompozicijos iniciatorius</span></p></body></html> - + Translation Vertimas @@ -446,7 +521,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=" ">Lulilo - dalelemanes@gmail.com</span></p></body></html> - + Thanks to Ačiū @@ -497,12 +572,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;"><span style=" "> - už forumo prižiūrėjimą ir organizuotą klaidų sekimą ir funkcijų aprašymus</span></p></body></html> - + License Licenzija - + Close Uždaryti @@ -686,9 +761,20 @@ Prašome pasirinkti kitą vardą. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Čia jau yra žaidimas su tokiu žaidimo pavadinimu. + Čia jau yra žaidimas su tokiu žaidimo pavadinimu. Prašome pasirinkti kitą! @@ -698,10 +784,9 @@ Prašome pasirinkti kitą! Žaidimo pavadinimas: - There is a forbidden word in your choosen game name. Please choose another one! - Jūsų pasirinktame žaidimo pavadinime yra draudžiamas žodis. + Jūsų pasirinktame žaidimo pavadinime yra draudžiamas žodis. Prašome pasirinkti kitą! @@ -1130,36 +1215,36 @@ p, li { white-space: pre-wrap; } Jūs esate čia, kad prisijungtumėte prie privataus žaidimo. Prašome įrašyti slaptažodį! - + open atviras - - - - + + + + Game Info Žaidimo informacija - - + + Game Žaidimas - - + + Players Žaidėjai - - + + State Būsena @@ -1170,15 +1255,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Pasiekiami žaidėjai @@ -1199,29 +1284,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standartinis - - + + Registered players only Tik užsiregistravę žaidėjai - - + + Invited players only Tik pakviesti žaidėjai - - + + Ranking game Žaidimas dėl reitingų @@ -1231,161 +1316,162 @@ p, li { white-space: pre-wrap; } Prisijungusių vartotojų - max. %1 - - + + T T - + + Connected players - Max. %1 Prisijungusių vartotojų - Max. %1 - + running vykdoma - - + + running games: %1 vyksta žaidimų: %1 - - + + open games: %1 atviri žaidimai: %1 - + Invite %1 Pakviesti %1 - + Ignore %1 Ignoruoti %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 buvo pakviestas į %2 nuo %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 atmetė pakvietimą į %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 negali jungtis %2, nes yra užimta(s).</span> - - + + The game will start in<br><b>%1</b> seconds. Žaidimas prasidės po<br><b>%1</b> sekundžių. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Jūs atsidūrėte žaidimo su "tik su pakvietimais" tipu. Nesivaržykite pakviesti kitus žaidėjus spragtelėdami dešinį mygtuką ant jų slapyvardžių prieinamame žaidėjų sąraše. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Jūs buvote pakviestas į žaidimą <b>%1</b> nuo <b>%2</b>.<br>Ar norite jungtis prie žaidimo? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Jūs nebegausite daugiau pokalbio žinučių arba žaidimo pakvietimų iš šio naudotojo.<br>Ar tikrai norite patalpinti žaidėją <b>%1</b> į ignoravimo sąrašą? - - + + connected players: %1 prisijungę žaidėjai: %1 - - + + Connected players Prisijungę žaidėjai - + hands rankos - + minutes minutės - + double blinds dvigubi statymai - + manual blinds order rankinių statymų tvarka - + Server Error Serverio klaida - + You should not kick yourself from this game! Jūs negalėsite išmesti savęs iš šio žaidimo! - + search for player ... ieškoti žaidėjo ... - + Chat is only available to registered players. Pokalbis yra prieinamas tik užsiregistravusiems žaidėjams. - + Invite player ... Pakviesti žaidėją ... - + Ignore player ... Ignoruoti žaidėją ... - + %1 is playing in "%2". %1 žaidžia "%2". - + %1 is not playing at the moment. %1 šiuo metu nežaidžia. - - + + PokerTH - Info Message PokerTH - Informacinė žinutė - + PokerTH - Question PokerTH - Klausimas @@ -1624,13 +1710,13 @@ Nesivaržykite pakviesti kitus žaidėjus spragtelėdami dešinį mygtuką ant j gameTableImpl - - - + + - - - + + + + Stop Stabdyti @@ -1640,60 +1726,70 @@ Nesivaržykite pakviesti kitus žaidėjus spragtelėdami dešinį mygtuką ant j PokerTH %1 - atviro kodo Texas Holdem varikliukas - - - - - + + + + + Start Pradėti - - - + + + Lobby Fojė - + Chat Pokalbis - + Closing PokerTH during network game Uždaromas PokerTH per tinklo žaidimą - + You are the hosting server. Do you want to close PokerTH anyway? Jūs esate prieglobos serveris. Ar norite vistiek uždaryti PokerTH? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message PokerTH - žaidimo internetu žinutė - + Attention! Do you really want to leave the current game and go back to the lobby? Dėmesio! Ar tikrai norite palikti esamą žaidimą ir grįžti į fojė? - + Chat is only available to registered players. Pokalbis yra prieinamas tik užsiregistravusiems žaidėjams. - + PokerTH - Warning PokerTH - Įspėjimas - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1704,43 +1800,43 @@ Po %1 papildomo skirtojo laiko, reikia serveriui pašalinti Jus, kad užtikrint Jei esate laikinai atsitraukęs, galite panaudoti "išėjęs" priemonę, priemonių komplekte, kuris yra dešinėje. - + Chance Keisti - + Kick Pašalinti - + Do you want to kick <b>%1</b><br>from this game? Ar norite pašalinti <b>%1</b><br>iš šio žaidimo? - - + + <b>%1</b> secs left <b>%1</b> sek. liko - + vote balsavimas - + votes balsai - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Žaidėjas <b>%1</b> yra <b>%2</b> %3<br>prieš jį. <b>%4</b> balso ar balsų reikia pašalinimui. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Jūs turite <b>%1</b> %2 prieš tave.<br><b>%3</b> balso ar balsų reikia pašalinimui. @@ -2224,7 +2320,7 @@ Prašome įvesti galiojantį paveikslėlį! - + Sound Garsas @@ -2234,265 +2330,270 @@ Prašome įvesti galiojantį paveikslėlį! Išjungti ekrano užsklandą sistemos paleidime - + + Show country flag in the corner of avatar + + + + Game Table Žaidimo stalas - - + + Description Aprašymas - - + + Maintainer Prižiūrėtojas - + State Būsena - + Card Deck Kortų kaladė - + Card Back Kortos nugarėlė - + Use card back from card style Naudoti kortos nugarėlę iš kortos stiliaus - + Use custom card back picture: Naudoti savitą kortos nugarėlės paveikslėlį: - + Play sound effects Leisti garso efektus - + Sound Volume: Garso lygis: - + 10 10 - + Sound Categories Garso kategorijos - + Play game actions sounds like "check", "call", "raise" Leisti žaidimo veiksmo garsus, panašius į "tikrinti", "atsakyti", "didinti" - + Play lobby chat notifications Leistii fojė pokalbio pranešimus - + Play network/internet game notifications like "player joined the game" Leisti tinklo/interneto žaidimo pranešimus, panašius į "žaidėjas prisijungęs prie žaidimo" - + Local Game Settings Vietinio žaidimo nuostatos - + Number of players: Žaidėjų skaičius: - - + + Start Cash: Pradinis statymas: - - - - + + + + $ $ - - + + First small blind: Pirmasis mažasis statymas: - - + + Raise blinds: Didinti statymus: - - - - + + + + Every: Po kiekvienos: - - + + hands rankos - - + + minutes minutės - - + + Raise mode: Didinimo būsena: - - + + Always double blinds Visuomet dvigubinti statymus - - + + Manual blinds order: Rankinių statymų tvarka: - - + + Edit ... Taisyti ... - + Game Speed: Žaidimo greitis: - + Pause between hands (press "start" button to go on) Pauzė tarp rankų (spauskite "pradėti" mygtuką, kad tęstumėte) - + Show game settings dialog on every new game Rodyti žaidimo nuostatų dialogo langą per kiekvieną naują žaidimą - + Network Game Settings Tinklo žaidimo nuostatos - + Maximum number of players: Didžiausias žaidėjų skaičius: - + Timeout for player action: Pertraukėlė žaidėjo veiksmui atlikti: - + Export as html Eksportuoti kaip html - + Export as txt Eksportuoti kaip txt - + Save as ... Įrašyti kaip ... - + Delete Šalinti - + Log File Žurnalo failas - - + + s s - + Network Server Settings Tinklo serverio nuostatos - - + + Server Port: Serverio prievadas: - - + + Use SCTP Naudoti SCTP - - + + Use IPv6 Naudoti IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">Kas tai?</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">Kas tai?</a> - + Internet Game Settings Žaidimo internetu nuostatos - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2503,52 +2604,52 @@ 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;">Pastaba: Numatytosios </span><span style=" font-weight:600; font-style:italic;">Žaidimo nuostatos</span><span style=" font-style:italic;">, panašios į "Didžiausias žaidėjų skaičius", "Pradiniai pinigai" ir "Mažasis statymas" bus naudojamos </span><span style=" font-weight:600; font-style:italic;">iš tinklo žaidimo nuostatų.</span></p></body></html> - + Server Address: Serverio adresas: - + Use password for private game: Naudoti slaptažodį privačiam žaidimui: - + Computer Engine Kompiuterio varikliukas - + Opponent 6: Priešininkas 6: - + Opponent 5: Priešininkas 5: - + Opponent 4: Priešininkas 4: - + Opponent 3: Priešininkas 3: - + Opponent 2: Priešininkas 2: - + Opponent 1: Priešininkas 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2559,48 +2660,48 @@ 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;">Pastaba: Geriausia avataro kokybė su paveikslėlio koeficientu, panašiu į </span><span style=" font-weight:600; font-style:italic;">plotis=50, aukštis=50.</span></p></body></html> - + Enable/Disable Logging Įjungti/Išjungti prisijungimą - + Store log files for Žurnalo failo atmintinė - + Log File Directory: Žurnalo failo katalogas: - + Write log after every: Įrašyti žurnalą po kiekvieno: - + action (high frequent disc access) veiksmo (disko prieigos aukštas dažnis) - + hand (medium disc access) rankos (vidutinė disko prieiga) - + game (low disc access) žaidimo (žema disko prieiga) - + Log Messages Žurnalo žinutės - + Player Nicks/Avatars Žaidėjo slapyvardžiai/avatarai @@ -2615,22 +2716,22 @@ p, li { white-space: pre-wrap; } Rodyti kairįjį priemonių komplektą - + Automatic Server Configuration URL Automatinė serverio konfigūracija URL - + Serverlist Address: Serverio sąrašo adresas: - + Manual Server Configuration Rankinė serverio konfigūracija - + Day(s) Diena(os) @@ -2660,13 +2761,13 @@ p, li { white-space: pre-wrap; } Rodyti kortų parodymo galimybę - + Avatar Server: Avataro serveris: - + Style Stilius @@ -2676,25 +2777,25 @@ p, li { white-space: pre-wrap; } Nėra verčiamos pokerio eilutės, panašios į tikrinti, atsakyti, didinti iš žaidimo stalo stiliaus - - + + Add ... Pridėti ... - - + + Remove Pašalinti - - + + Preview - Information: Peržiūra - Informacija: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2707,7 +2808,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;"><a href="http://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Gauti naujus PokerTH žaidimo stalo stilius ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2720,7 +2821,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Gauti naujus PokerTH kortų kaladžių stilius ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2739,72 +2840,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-style:italic;">Pastaba: Geriausios kokybės su paveikslėlio koeficientu, panašiu į </span><span style=" font-weight:600; font-style:italic;">plotis=48, aukštis=76.</span></p></td></tr></table></body></html> - + Delay between hands: Delsti tarp rankų: - + Server Serveris - + Game Žaidimas - + Default game name: Numatytas žaidimo pavadinimas: - + Default game type: Numatytas žaidimo tipas: - + Standard Standartinis - + Registered players only Tik užsiregistravę žaidėjai - + Invited players only Tik pakviesti žaidėjai - + Ranking game Žaidimas dėl reitingų - + Show lobby chat Rodyti fojė pokalbius - + Ignored Players Ignoruojami žaidėjai - + Player Žaidėjas - + Remove Player Pašalinti žaidėją - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2817,17 +2918,17 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Žmogus žaidėjas:<br /><span style=" font-style:italic;">(Šis slapyvardis taip pat bus naudojamas internetinio žaidimo prisijungimui)</span></p></body></html> - + Opponent 7: Priešininkas 7: - + Opponent 8: Priešininkas 8: - + Opponent 9: Priešininkas 9: @@ -2905,64 +3006,64 @@ p, li { white-space: pre-wrap; } Turkų - - - - + + + + Settings Error Nuostatų klaida - + The entered flipside picture doesn't exist. Please enter an valid picture! Įvesta atvirkštinė paveikslėlio pusė neegzistuoja. Prašome įvesti galiojantį paveikslėlį! - - + + The log file directory doesn't exist. Please select an valid directory! Žurnalo failo katalogas neegzistuoja. Prašome pasirinkti galiojantį katalogą! - + Language Changed Kalba pakeista - + You have changed application language to %1. Please restart PokerTH to load new language! Jūs pakeitėte programos kalbą į %1. Prašome perkrauti PokerTH, kad įkeltumėte naują kalbą! - + Select your flipside picture Pasirinkite paveikslėlio atvirkštinę pusę - + Images (*.png *.jpg *.gif) Paveikslėliai (*.png *.jpg *.gif) - + Open Directory Atverti katalogą - - + + Blinds Error Statymų klaida - - + + 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. @@ -2996,7 +3097,7 @@ yra mažesnis už esamą pirmąjį-mažajį-statymą! Švedų - + The entered server list address is not a valid URL. Please enter a valid server list address! Įvestas serverio sąrašo adresas nėra galiojantis URL. @@ -3033,143 +3134,143 @@ Prašome įvesti galiojantį serverio sąrašo adresą! Tamilų - - + + Maintainer Name Prižiūrėtojo vardas - - + + Maintainer EMail Prižiūrėtojo el.paštas - - + + Create Date Sukūrimo data - + Windows Behaviour Langų elgsena - + scaleable išplečiamas - + fixed fiksuotas - + Minimum Size Mažiausias dydis - + Maximum Size Didžiausias dydis - + Fixed Size Fiksuotas dydis - + State Būsena - + Please select your game table style Prašome pasirinkti savo žaidimo stalo stilių - + PokerTH game table styles (*.xml) PokerTH žaidimo stalo stiliai (*.xml) - + Game Table Style Error Žaidimo stalo stiliaus klaida - + Selected game table style file is already in the list. Please select another one to add! Pasirinktas žaidimo stalo stiliaus failas jau yra sąraše. Prašome pasirinkti kitą! - + Game Table Style File Error Žaidimo stalo stiliaus failo klaida - + Could not load game table style file correctly. Style will not be placed into list! Nepavyko įkelti žaidimo stalo stiliaus failo teisingai. Stilius nebus įkeltas į sąrašą! - + Please select your card deck style Prašome pasirinkti savo kortų kaladės stilių - + PokerTH card deck styles (*.xml) PokerTH kortų kaladės stiliai (*.xml) - + Card Deck Style Error Kortų kaladės stiliaus klaida - + Selected card deck style file is already in the list. Please select another one to add! Pasirinktas kortų kaladės stiliaus failas jau yra sąraše. Prašome pasirinkti kitą! - + Card Deck Style File Error Kortų kaladės stiliaus failo klaida - + Could not load card deck style file correctly. Style will not be placed into list! Nepavyko įkelti kortų kaladės stiliaus failo teisingai. Stilius nebus įkeltas į sąrašą! - + PokerTH - Log file PokerTH - žurnalo failas - + Do you really want to delete the selected log file? Ar tikrai norite pašalinti pasirinktą žurnalo failą? - + Save PokerTH log file Išsaugoti PokerTH žurnalo failą - + PokerTH SQL log (*.pdb) PokerTH SQL žurnalas (*.pdb) @@ -3347,108 +3448,108 @@ Stilius nebus įkeltas į sąrašą! startWindowImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Tinklo klaida - + Server address was not set. Serverio adresas nebuvo nustatytas. - + An invalid port was set (ports 0-1023 are not allowed). Vidinis prievadas buvo nustatytas (prievadai 0-1023 yra neleidžiami). - + Could not create a socket for TCP communication. Nepavyko sukurti jungties TCP ryšiui. - + Could not set the IP address. Netinkamas IP adresas. - + Could not set the port for this type of address. Netinkamas prievadas šio tipo adresui. - + The server name could not be resolved. Serverio pavadinimo nepavyksta nustatyti. - + Bind failed - please choose a different port. Surišimas nepavyko - prašome pasirinkti kitą prievadą. - + Internal network error: "listen" failed. Vidinė tinklo klaida: "pasiklausymas" nepavyko. - + Server execution was terminated. Serverio vykdymas buvo nutrauktas. - + Could not connect to the server. Netinkamas prisijungimas prie serverio. - + Connection timed out. Please check the server address. @@ -3459,274 +3560,302 @@ Prašome patikrinti serverio adresą. Jei serveris yra už NAT-maršruto parinktuvo, įsitikinkite ar prievadas persiunčiant buvo nustatytas serverio pusėje. - + Internal network error: "select" failed. Vidinė tinklo klaida: "pasirinkti" nepavyko. - + Internal network error: "send" failed. Vidinė tinklo klaida: "nusiųsti" nepavyko. - + Connection was closed by the server. Prisijungimas buvo nutrauktas iš serverio. - + Internal network error: Duplicate TCP connection. Vidinė tinklo klaida: Dubliuojasi TCP prisijungimas. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Vidinis tinklo paketas buvo gautas. Prašome įsitikinti, kad visi žaidėjai naudoja tokią pačią PokerTH versiją. - + Internal state error. Please make sure that all players use the same version of PokerTH. Vidinės būsenos klaida. Prašome įsitikinti, kad visil žaidėjai naudoja tokią pačią PokerTH versiją. - + Invalid server list URL. Please correct the address in the settings. Netinkamas serverio sąrašo URL. Prašome ištaisyti adresą nuostatose. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Nepavyko atverti serverio sąrašo MD5 failo. Prašome įsitikinti, kad serverio sąrašo URL yra teisingas. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. PokerTH interneto serverio sąrašo sinchronizavimas nepavyko. Prašome įsitikinti, kad serverio sąrašo URL yra teisingas. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. PokerTH interneto serverio sąrašo turinys netinkamų duomenų. Jei naudojate savitą serverio sąrašą, prašome įsitikinti ar šis formatas yra teisingas. - + Could not unzip the PokerTH internet server list. Nepavyko išarchyvuoti PokerTH interneto serverio sąrašo. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Nepavyko atsiųsti PokerTH interneto serverio sąrašo. Prašome įsitikinti ar esate tiesiogiai prisijungęs prie interneto. - + Could not open the target file when downloading the server list. Nepavyko atverti paskirties failo, kuomet buvo atsiunčiamas serverio sąrašas. - + 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 serveris nesupranta šios žaidimo versijos.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisiųsti naujausią versiją. - + Sorry, this server is already full. Atsiprašome, šis serveris jau yra užpildytas. - + Invalid login. Please check your username and password. Netinkamas prisijungimas. Prašome patikrinti vartotojo vardą ir slaptažodį. - + Your account is blocked indefinitely. Jūsų paskyrą yra užblokuota neribotam laikui. - + You cannot login at this time. Please try again in a few seconds. Jūs negalite šiuo metu prisijungti. Prašome pamėginti vėl po penkių sekundžių. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Šis žaidimas yra tik su pakvietimais tipo. Jūs negalite jungtis prie šio žaidimo be pakvietimo. - + Invalid password when joining the game. Please reenter the password and try again. Netinkamas slaptažodis jungiantis prie žaidimą. Prašome įvesti slaptažodį ir mėginti dar kartą. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Slaptažodis yra per ilgas. Prašome pasirinkti kitą. - + The game name is either too short or too long. Please choose another one. Žaidimo pavadinimas yra per trumpas arba per ilgas. Prašome pasirinkti kitą. - + The game could not be found. Žaidimo nepavyko rasti. - + The chat text is invalid. Pokalbio tekstas yra netinkamas. - + The server referred to an unknown player. Aborting. Serveris kreipėsi į nežinomą žaidėją. Nutraukiama. - + Internal error: The current player could not be found. Vidinė klaida: Esamo žaidėjo nepavyko rasti. - + Internal error: The current player is not active. Vidinė klaida: Esamas žaidėjas nėra aktyvus. - + You were kicked from the server. Jūs buvote pašalintas iš serverio. - + You were temporarily banned from the server. Jūs buvote laikinai pašalintas iš serverio. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Jūsų serverio prisijungimo laikas baigėsi dėl neveiksnumo. Jūs esate labai kviečiamas vėl prisijungti! - + The client player count is invalid. Kliento žaidėjas yra apskaičiuotas netinkamai. - + Too many manual blinds were set. Please reconfigure the manual blinds. Per daug rankinių statymų buvo nustatyta. Prašome perkonfigūruoti rankinius statymus. - + An invalid avatar file was configured. Please choose a different avatar. Vidinis avataro failas buvo sukonfigūruotas. Prašome pasirinkti kitą avatarą. - + The selected avatar file is too large. Please choose a different avatar. Pasirinktas avataro failas yra per didelis. Prašome pasirinkti kitą avatarą. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Įvyko vidinė avataro klaida. Prašome pranešti apie tai administratoriui fojė pokalbio lange. - + Could not start game: Synchronization failed. Nepavyko pradėti žaidimo: Sinchronizavimas nepavyko. - + The server is down for maintenance. Please try again later. Serveris neveikia dėl apžiūros. Prašome pabandyti vėliau. - + An internal error occured. Įvyko vidinė klaida. - + - + - - - - - - + + + + + + + + Network Notification Tinklo pranešimas - + You were kicked from the game. Jūs buvote pašalintas iš žaidimo. - + Sorry, this game is already full. Atsiprašome, šis žaidimas jau yra užpildytas. - + Unable to join - the server has already started the game. Negalima prisijungti - serveris jau pradėjęs žaidimą. - + Your admin state timed out due to inactivity. Feel free to create a new game! Jūsų administratoriaus būsenos laikas baigėsi dėl neveiklumo. Nesivaržykite sukurti naujo žaidimo! - + You cannot join this type of game as guest. Jūs negalite jungtis prie šio žaidimo tipo kaip svečias. - + The settings are invalid for this type of game. Nuostatos yra netinkamos šio tipo žaidimui. - + 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. Nauja PokerTH laida yra prieinama.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisiųsti naujausią versiją. - + 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. Ši PokerTH beta laida yra pasenusi.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisųsti naujausią versiją. - + + Server Message Serverio žinutė - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_nl.ts b/ts/pokerth_nl.ts index 7e768017..b7e4c402 100644 --- a/ts/pokerth_nl.ts +++ b/ts/pokerth_nl.ts @@ -101,14 +101,14 @@ Selecteer een speelkaartenstijl en probeer het opnieuw. GameTableStyleReader - - - + + + Game Table Style Error Speeltafelstijlfout - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -129,12 +129,12 @@ De stijl is toch te gebruiken, want de ontbrekende inhoud wordt ingevuld door de De maker van de speeltafelstijl is te bereiken via %3. - + Game Table Style Error - Fields content missing Speeltafelstijlfout - ontbrekende veldinhoud - + One or more pictures from current game table style "%1" were not found: %2 @@ -151,12 +151,12 @@ De stijl is toch te gebruiken, want de ontbrekende inhoud wordt ingevuld door de De maker van de speeltafelstijl is te bereiken via %3. - + Game Table Style Error - Pictures missing Speeltafelstijlfout - ontbrekende afbeeldingen - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -171,27 +171,27 @@ De stijl is toch te gebruiken, want de ontbrekende inhoud wordt ingevuld door de De maker van de speeltafelstijl is te bereiken via %4. - + Game Table Style Error - Outdated Speeltafelstijlfout - te oud - + Everything OK! Alles in orde - + Some pictures are missing, please contact style maintainer for this issue. Er ontbreken afbeeldingen, hier kan contact over worden opgenomen met de maker van de stijl. - + Some style fields are missing, please contact style maintainer for this issue. Er ontbreken stijlvelden, hier kan contact over worden opgenomen met de maker van de stijl. - + This style is outdated, please contact style maintainer for this issue. De stijl is te oud, hier kan contact over worden opgenomen met de maker van de stijl. @@ -206,7 +206,7 @@ De huidige versie van speeltafelstijlen voor PokerTH is "%2" maar deze De maker van de stijl is te bereiken via %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -227,8 +227,8 @@ De waarde(s) "%2" ontbreekt/ontbreken. De maker van de stijl is te bereiken via %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Er is een speelkaartenstijl geselecteerd in plaats van een speeltafelstijl. @@ -319,15 +319,26 @@ De maker van de stijl is te bereiken via %3. Speler negeren - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Er zullen geen chatberichten of speluitnodigingen meer worden ontvangen van deze gebruiker. <br>Speler <b>%1</b> werkelijk op de lijst Genegeerde spelers zetten? - + + PokerTH - Question PokerTH - Vraag + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -386,12 +397,78 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + Project Project - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -414,7 +491,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -438,7 +515,6 @@ 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;"> - eerste grafisch ontwerp van de interface</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -447,7 +523,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -457,7 +533,6 @@ 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;">Jan Hein Dijkstra - janheyn@gmail.com</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -483,7 +558,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -631,7 +706,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 @@ -1328,12 +1403,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 @@ -1370,7 +1445,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 @@ -1447,7 +1522,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> @@ -2333,9 +2408,20 @@ Kies een andere naam. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Er is al een spel met de gekozen spelnaam. + Er is al een spel met de gekozen spelnaam. Kies een andere naam. @@ -2345,10 +2431,9 @@ Kies een andere naam. Naam van spel: - There is a forbidden word in your choosen game name. Please choose another one! - Er staat een verboden woord in de gekozen spelnaam. + Er staat een verboden woord in de gekozen spelnaam. Kies een andere naam. @@ -2971,20 +3056,20 @@ p, li { white-space: pre-wrap; } gameLobbyDialogImpl - - - - + + + + Game Info Info over spel - + Server Error Serverfout - + You should not kick yourself from this game! U mag zichzelf niet uit dit spel verwijderen. @@ -2999,15 +3084,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Aanwezige spelers @@ -3028,29 +3113,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Standaard - - + + Registered players only Alleen geregistreerde spelers - - + + Invited players only Alleen uitgenodigde spelers - - + + Ranking game Spel voor ranking @@ -3070,138 +3155,139 @@ p, li { white-space: pre-wrap; } U wilt meedoen met een privéspel. Voer het wachtwoord in. - - + + T T - + + Connected players - Max. %1 Spelers met verbinding - max. %1 - + running bezig - + open open - - + + Connected players Spelers met verbinding - + hands hand(en) - + minutes min. - + double blinds verdubbelen - + manual blinds order eigen lijst - + search for player ... Speler zoeken ... - + Chat is only available to registered players. Alleen geregistreerde spelers kunnen chatten. - + Invite %1 %1 uitnodigen - + Ignore %1 %1 negeren - + %1 is playing in "%2". %1 speelt in "%2". - + %1 is not playing at the moment. %1 speelt momenteel niet. - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 is uitgenodigd voor %2 door %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 heeft de uitnodiging voor %2 afgeslagen.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 is bezig en kan niet meedoen met %2.</span> - - + + The game will start in<br><b>%1</b> seconds. Het spel begint over<br><b>%1</b> seconden. - + Invite player ... Speler uitnodigen ... - + Ignore player ... Speler negeren ... - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Er wordt meegedaan aan een spel van het type "alleen op uitnodiging". Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de lijst Aanwezige spelers. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Uitnodiging ontvanger van <b>%2</b> voor spel <b>%1</b>.<br>Meedoen met dit spel? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Er zullen geen chatberichten of speluitnodigingen meer worden ontvangen van deze gebruiker. <br>Speler <b>%1</b> werkelijk op de lijst Genegeerde spelers zetten? - - + + PokerTH - Info Message PokerTH - Infobericht - + PokerTH - Question PokerTH - Vraag @@ -3212,22 +3298,22 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de - - + + Game Spel - - + + Players Spelers - - + + State Status @@ -3236,14 +3322,14 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de Privé - - + + running games: %1 %1 spel(len) bezig - - + + open games: %1 %1 open spel(len) @@ -3252,8 +3338,8 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de %1 speler(s) in de chat - - + + connected players: %1 %1 speler(s) met verbinding @@ -3673,23 +3759,23 @@ Kies een andere naam. Cmd+N om een nieuw spel te starten - - - - - + + + + + Start Start - - - + + - - - + + + + Stop Stop @@ -3752,7 +3838,7 @@ 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 @@ -3836,12 +3922,12 @@ 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? @@ -3858,19 +3944,19 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& 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 @@ -3940,48 +4026,58 @@ Zorg ervoor dat u een directe verbinding met internet hebt. Kan het doelbestand niet openen bij het downloaden van de serverlijst. - + Chance Kansen - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Verwijderen - + Do you want to kick <b>%1</b><br>from this game? Wilt u <b>%1</b><br>uit dit spel verwijderen? - - + + <b>%1</b> secs left nog <b>%1</b> sec. - + vote stem - + votes stemmen - + Chat is only available to registered players. Alleen geregistreerde spelers kunnen chatten. - + PokerTH - Warning PokerTH - Waarschuwing - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -4000,12 +4096,12 @@ Als u tijdelijk afwezig bent, kunt u de hulpmiddelen gebruiken in de toolbox Afw U heeft <b>%1</b> %2 tegen zich.<br><b>%3</b> stemmen zijn nodig voor verwijdering. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. <b>%2</b> %3 uitgebracht tegen <b>%1</b>.<br>Nog <b>%4</b> stem(men) nodig voor verwijderen. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. U heeft <b>%1</b> %2 tegen zich.<br> Nog <b>%3</b> stem(men) nodig voor verwijderen. @@ -4532,8 +4628,8 @@ p, li { white-space: pre-wrap; } Kleine blind: - - + + Start Cash: Startgeld: @@ -4546,14 +4642,14 @@ p, li { white-space: pre-wrap; } Server-instellingen - - + + Server Port: Serverpoort: - - + + Use IPv6 IPv6 gebruiken @@ -4566,37 +4662,37 @@ p, li { white-space: pre-wrap; } Standaardinstellingen van netwerkspel - + Computer Engine Computertegenstanders - + Opponent 5: Tegenstander 5: - + Opponent 3: Tegenstander 3: - + Opponent 2: Tegenstander 2: - + Opponent 6: Tegenstander 6: - + Opponent 1: Tegenstander 1: - + Opponent 4: Tegenstander 4: @@ -4613,23 +4709,23 @@ p, li { white-space: pre-wrap; } dag(en) - + Log File Directory: Map voor logbestanden: - + Log Messages Logberichten - + Local Game Settings Instellingen van lokaal spel - + Network Game Settings Instellingen van netwerkspel @@ -4666,7 +4762,7 @@ p, li { white-space: pre-wrap; } Berichten weergeven in de statusbalk - + Show game settings dialog on every new game Instellingenvenster weergeven voor ieder nieuw spel @@ -4675,17 +4771,17 @@ p, li { white-space: pre-wrap; } Rondes voordat blinds omhooggaan: - + Number of players: Aantal spelers: - + Game Speed: Speelsnelheid: - + Pause between hands (press "start" button to go on) Stoppen tussen handen (druk op Start om door te gaan) @@ -4698,17 +4794,17 @@ p, li { white-space: pre-wrap; } Simulatorversie van computertegenstanders: - + Enable/Disable Logging Logbestanden schrijven - + Store log files for Bewaar de logbestanden - + Write log after every: Logbestand bijwerken na iedere: @@ -4718,7 +4814,7 @@ p, li { white-space: pre-wrap; } Buttons voor kleine blind en grote blind weergeven - + Play sound effects Geluidseffecten afspelen @@ -4727,20 +4823,20 @@ p, li { white-space: pre-wrap; } 0.4 (huidige) - - + + Use SCTP SCTP gebruiken - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://nl.wikipedia.org/wiki/Ipv6">Wat is dit?</a> - - + + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://nl.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Wat is dit?</a> @@ -4760,17 +4856,17 @@ p, li { white-space: pre-wrap; } Instellingen - + Maximum number of players: Maximale aantal spelers: - + Sound Volume: Volume: - + 10 10 @@ -4779,17 +4875,17 @@ p, li { white-space: pre-wrap; } Denktijd voor de spelers (sec): - + action (high frequent disc access) handeling (veel schijfactiviteit) - + hand (medium disc access) hand (matige schijfactiviteit) - + game (low disc access) partij (weinig schijfactiviteit) @@ -4800,12 +4896,12 @@ p, li { white-space: pre-wrap; } - + Sound Geluid - + Network Server Settings Instellingen van netwerkserver @@ -4824,17 +4920,17 @@ p, li { white-space: pre-wrap; } Instellingen van internetserver (pokerserver) - + Server Address: Serveradres: - + Use password for private game: Wachtwoord gebruiken voor privéspel: - + Internet Game Settings Instellingen van internetspel @@ -4867,68 +4963,68 @@ p, li { white-space: pre-wrap; } Omgekeerde volgorde van F-toetsen (F1 - F3) - - + + First small blind: Eerste kleine blind: - - + + Raise blinds: Blinds verhogen: - - - - + + + + Every: Na iedere: - - + + hands hand(en) - - + + minutes min. - - + + Raise mode: Verhoogmodus: - - + + Always double blinds Blinds blijven verdubbelen - - + + Manual blinds order: Eigen lijst met blinds: - - + + Edit ... Bewerken ... - + Sound Categories Geluidcategorieën - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4947,17 +5043,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;">Opmerking: de afbeelding ziet er het best uit bij een hoogte-breedteverhouding van </span><span style=" font-weight:600; font-style:italic;">hoogte=76, breedte=48.</span></p></td></tr></table></body></html> - + Play game actions sounds like "check", "call", "raise" Geluiden van spelacties, bijv. 'checken', 'callen' en 'raisen' - + Play lobby chat notifications Meldingen van het chatten in de lobby - + Play network/internet game notifications like "player joined the game" Meldingen van netwerk-/internetspellen, bijv. 'er komt een speler bij' @@ -4971,7 +5067,7 @@ p, li { white-space: pre-wrap; } Chatten in de lobby (IRC-server) aan/uit - + Player Nicks/Avatars Spelersnamen/avatars @@ -5015,26 +5111,26 @@ 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;">Opmerking: de afbeelding ziet er het best uit bij een hoogte-breedteverhouding van </span><span style=" font-weight:600; font-style:italic;">hoogte=140, breedte=100.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Denktijd voor de spelers: - - + + s s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -5045,7 +5141,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;">Opmerking: standaard </span><span style=" font-weight:600; font-style:italic;">spelinstellingen</span><span style=" font-style:italic;">, waaronder 'Maximale aantal spelers', 'Startgeld' en 'Kleine blind' worden overgenomen van </span><span style=" font-weight:600; font-style:italic;">Instellingen van netwerkspel.</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-weight:400; font-style:normal; text-decoration:none;"> @@ -5056,104 +5152,109 @@ 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;">Opmerking: avatars zien er het best uit met een hoogte-breedteverhouding van </span><span style=" font-weight:600; font-style:italic;">hoogte=50, breedte=50.</span></p></body></html> - + Automatic Server Configuration URL Automatische serverconfiguratie-URL - - + + Show country flag in the corner of avatar + + + + + Description Beschrijving - - + + Maintainer Maker - + State Status - + Delay between hands: Pauze tussen handen: - + Server Server - + Serverlist Address: Adres serverlijst: - + Manual Server Configuration Aangepaste serverconfiguratie - + Game Spel - + Default game name: Standaard spelnaam: - + Default game type: Standaard speltype: - + Standard Standaard - + Registered players only Alleen geregistreerde spelers - + Invited players only Alleen uitgenodigde spelers - + Ranking game Spel voor ranking - + Show lobby chat Lobbychat weergeven - + Ignored Players Genegeerde spelers - + Player Speler - + Remove Player Speler verwijderen - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5166,32 +5267,32 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Menselijke speler:<br /><span style=" font-style:italic;">(Deze naam wordt ook gebruikt bij het inloggen voor online spelen)</span></p></body></html> - + Day(s) dag(en) - + Export as html Exporteren als html - + Export as txt Exporteren als txt - + Save as ... Opslaan als ... - + Delete Verwijderen - + Log File Logbestand @@ -5226,27 +5327,27 @@ p, li { white-space: pre-wrap; } Introductiescherm niet weergeven bij het starten - + Game Table Speeltafel - + Card Deck Speelkaarten - + Card Back Kaartachterkant - + Use card back from card style Kaartachterkant overnemen van de speelkaartenstijl - + Use custom card back picture: Een eigen afbeelding gebruiken voor de kaartachterkant: @@ -5275,13 +5376,13 @@ p, li { white-space: pre-wrap; } Wachtwoord: - + Avatar Server: Avatarserver: - + Style Stijl @@ -5299,25 +5400,25 @@ p, li { white-space: pre-wrap; } Activeren - - + + Add ... Toevoegen... - - + + Remove Verwijderen - - + + Preview - Information: Voorbeeld en gegevens: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5334,7 +5435,7 @@ p, li { white-space: pre-wrap; } Speelkaartenstijlen - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -5347,12 +5448,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Nieuwe speelkaartenstijlen voor PokerTH downloaden...</span></a></p></body></html> - + Opponent 7: Tegenstander 7: - + Opponent 8: Tegenstander 8: @@ -5361,7 +5462,7 @@ p, li { white-space: pre-wrap; } Tegenstander 4: {10:?} - + Opponent 9: Tegenstander 9: @@ -5369,10 +5470,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Fout in instellingen @@ -5389,7 +5490,7 @@ Please select an valid directory! Selecteer een geldige map! - + Select your flipside picture Uw afbeelding voor de kaartachterkant selecteren @@ -5398,24 +5499,24 @@ Selecteer een geldige map! Afbeeldingen (*.png) - + Open Directory Open map - + Images (*.png *.jpg *.gif) Afbeeldingen (*.png *.jpg *.gif) - - + + Blinds Error Fout in 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. @@ -5475,12 +5576,12 @@ De eerste kleine blind wordt ingesteld op de maximale waarde. Turks - + Language Changed Taal is gewijzigd - + You have changed application language to %1. Please restart PokerTH to load new language! De taal van het programma is gewijzigd naar %1. @@ -5512,15 +5613,15 @@ Start PokerTH opnieuw om de nieuwe taal te laden. Slowaaks - + The entered flipside picture doesn't exist. Please enter an valid picture! De ingestelde afbeelding voor de kaartachterkant bestaat niet. Stel een geldige afbeelding in. - - + + The log file directory doesn't exist. Please select an valid directory! De map voor logbestanden bestaat niet. @@ -5562,7 +5663,7 @@ Selecteer een geldige map. Zweeds - + The entered server list address is not a valid URL. Please enter a valid server list address! Het ingevoerde serverlijstadres is geen geldige URL. @@ -5607,133 +5708,133 @@ Voer een geldig serverlijstadres in. Tamil - - + + Maintainer Name Maker(s) - - + + Maintainer EMail E-mailadres - - + + Create Date Gemaakt op - + Windows Behaviour Venstergrootte - + scaleable schaalbaar - + fixed gefixeerd - + Minimum Size Minimumgrootte - + Maximum Size Maximumgrootte - + Fixed Size Gefixeerde grootte - + State Status - + Please select your game table style Selecteer een speeltafelstijl - + PokerTH game table styles (*.xml) Speeltafelstijlen voor PokerTH (*.xml) - + Game Table Style Error Speeltafelstijlfout - + Selected game table style file is already in the list. Please select another one to add! De geselecteerde speeltafelstijl staat al in de lijst. Selecteer een andere stijl om die toe te voegen. - + Game Table Style File Error Speeltafelstijlbestandfout - + Could not load game table style file correctly. Style will not be placed into list! Kan het stijlbestand voor de speeltafel niet laden. De stijl wordt niet in de lijst geplaatst. - + Please select your card deck style Selecteer een speelkaartenstijl - + PokerTH card deck styles (*.xml) Speelkaartenstijlen voor PokerTH (*.xml) - + Card Deck Style Error Speelkaartenstijlfout - + Selected card deck style file is already in the list. Please select another one to add! De geselecteerde speelkaartenstijl staat al in de lijst. Selecteer een andere stijl om die toe te voegen. - + Card Deck Style File Error Speelkaartenstijlbestandfout - + Could not load card deck style file correctly. Style will not be placed into list! Kan het stijlbestand voor de speelkaarten niet laden. De stijl wordt niet in de lijst geplaatst. - + PokerTH - Log file PokerTH - Logbestand - + Do you really want to delete the selected log file? Het geselecteerde logbestand werkelijk verwijderen? @@ -5742,12 +5843,12 @@ De stijl wordt niet in de lijst geplaatst. Het geselecteerde logbestand werkelijk verwijderen? - + Save PokerTH log file PokerTH-logbestand opslaan - + PokerTH SQL log (*.pdb) PokerTH SQL-logbestand (*.pdb) @@ -5947,108 +6048,108 @@ Please choose another one. Kies een andere naam. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Netwerkfout - + Server address was not set. Er is geen serveradres 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 vinden met de opgegeven naam. - + 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. - + Connection timed out. Please check the server address. @@ -6059,125 +6160,150 @@ Controleer het serveradres. Als de server zich achter een NAT-router bevindt, controleer dan daar of port forwarding goed ingesteld is. - + Internal network error: "select" failed. Interne netwerkfout: "select" niet uitvoerbaar. - + Internal network error: "send" failed. Interne netwerkfout: "send" niet uitvoerbaar. - + Connection was closed by the server. De verbinding is verbroken door de server. - + 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. Zorg ervoor dat alle spelers dezelfde versie van PokerTH gebruiken. - + Invalid server list URL. Please correct the address in the settings. Ongeldige URL van serverlijst. Voer het juiste adres in bij de instellingen. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Kan het MD5-bestand van de serverlijst niet openen. Zorg ervoor dat de serverlijst-URL juist is. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. De synchronisatie van de internetserverlijst van PokerTH is mislukt. Zorg ervoor dat de serverlijst-URL juist is. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. De internetserverlijst van PokerTH bevat ongeldige gegevens. Als u een eigen serverlijst gebruikt, is de indeling ervan mogelijk onjuist. - + Could not unzip the PokerTH internet server list. Kan de internetserverlijst van PokerTH niet decomprimeren. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Kan de internetserverlijst van PokerTH niet downloaden. Zorg ervoor dat u een directe verbinding met internet hebt. - + Could not open the target file when downloading the server list. Kan het doelbestand niet openen bij het downloaden van de serverlijst. - + 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. - + Sorry, this server is already full. Deze server is al vol. - + Invalid login. Please check your username and password. Ongeldige login. Controleer de gebruikersnaam en het wachtwoord. - + Your account is blocked indefinitely. Deze account is voor onbepaalde tijd geblokkeerd. - + You cannot login at this time. Please try again in a few seconds. Er kan nu niet worden ingelogd. Wacht enkele momenten en probeer het opnieuw. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Dit spel is van het type "alleen op uitnodiging". Zonder uitnodiging kan niet worden meegedaan. - + 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 avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Het wachtwoord is te lang. Kies een ander wachtwoord. @@ -6192,67 +6318,67 @@ Kies een andere naam. De spelersnaam is te kort, te lang of ongeldig. 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. - + The server referred to an unknown player. Aborting. De server verwees naar een onbekende speler. Verbinding verbroken. - + 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. - + You were kicked from the server. U bent verwijderd van de server. - + You were temporarily banned from the server. U bent tijdelijk verbannen van de server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! De verbinding met de server is verlopen wegens gebrek aan activiteit, maar er kan gewoon opnieuw verbinding worden gemaakt. - + The client player count is invalid. Het aantal spelers dat meedoet klopt niet. - + Too many manual blinds were set. Please reconfigure the manual blinds. Er zijn te veel blinds ingesteld. Stel de 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. @@ -6261,86 +6387,89 @@ Kies een andere naam. U kunt momenteel geen nieuw avatarbestand uploaden. Wacht enkele seconden en probeer het opnieuw. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Er is een interne avatarfout opgetreden. Meld dit bij het chatten in de lobby aan een administrator. - + Could not start game: Synchronization failed. Kan spel niet starten: synchronisatie mislukt. - + The server is down for maintenance. Please try again later. Wegens onderhoud is de server niet beschikbaar. Probeer het later opnieuw. - + An internal error occured. Interne fout opgetreden. - + - + - - - - - - + + + + + + + + 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. - + Unable to join - the server has already started the game. Kan niet meer meedoen - de server heeft het spel al gestart. - + Your admin state timed out due to inactivity. Feel free to create a new game! Uw status van spelleider is verlopen wegens gebrek aan activiteit, maar u kunt gewoon een nieuw spel maken. - + You cannot join this type of game as guest. Gasten kunnen niet meedoen aan dit type spel. - + The settings are invalid for this type of game. De instellingen zijn ongeldig voor dit speltype. - + 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. - + + Server Message Serverbericht - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_no.ts b/ts/pokerth_no.ts index dc58ab7a..d0115fb1 100644 --- a/ts/pokerth_no.ts +++ b/ts/pokerth_no.ts @@ -55,14 +55,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -75,12 +75,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -91,12 +91,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -106,40 +106,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -165,15 +165,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -219,17 +230,17 @@ p, li { white-space: pre-wrap; } - + Project Prosjekt - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -250,24 +261,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -314,7 +325,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 @@ -667,12 +678,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 @@ -697,7 +708,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 @@ -717,7 +728,7 @@ p, li { white-space: pre-wrap; } Om PokerTH 0.6 - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> @@ -876,7 +887,13 @@ Vennligst velg et annet navn. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -886,12 +903,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1351,20 +1362,20 @@ p, li { white-space: pre-wrap; } 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! @@ -1375,22 +1386,22 @@ p, li { white-space: pre-wrap; } - - + + Game Spill - - + + Players - - + + State @@ -1400,38 +1411,38 @@ p, li { white-space: pre-wrap; } - + running - + open - - + + Connected players - + hands - + minutes - + double blinds - + manual blinds order @@ -1447,15 +1458,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players @@ -1476,29 +1487,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1508,119 +1519,120 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - - + + running games: %1 - - + + open games: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? - - + + connected players: %1 - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1918,23 +1930,23 @@ Feel free to invite other players by right-clicking on their nick in the availab F1 - Kast/Sats allt | F2 - Pass/Syn | F3 - Sats/Høyne - - - - - + + + + + Start Start - - - + + - - - + + + + Stop Stopp @@ -2071,17 +2083,17 @@ Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp Ugyldig antall spillere. - + Chat Prat - + Closing PokerTH during network game - + You are the hosting server. Do you want to close PokerTH anyway? @@ -2091,76 +2103,86 @@ Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp - - - + + + Lobby - + PokerTH - Internet Game Message - + Attention! Do you really want to leave the current game and go back to the lobby? - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Kast ut - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2647,8 +2669,8 @@ p, li { white-space: pre-wrap; } Small Blind: - - + + Start Cash: Startkapital: @@ -2661,14 +2683,14 @@ p, li { white-space: pre-wrap; } Tjener-instillinger - - + + Server Port: Tjener-port: - - + + Use IPv6 Bruk IPv6 @@ -2681,32 +2703,32 @@ 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: @@ -2719,7 +2741,7 @@ p, li { white-space: pre-wrap; } Kallenavn på spillere - + Log File Directory: Katalog for loggfiler: @@ -2729,17 +2751,17 @@ p, li { white-space: pre-wrap; } - + Log Messages Logg - + Local Game Settings Innstillinger for lokalt spill - + Network Game Settings Innstillinger for nettverks-spill @@ -2776,7 +2798,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 @@ -2785,17 +2807,17 @@ 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) @@ -2808,17 +2830,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): @@ -2828,7 +2850,7 @@ p, li { white-space: pre-wrap; } Vis knapper for "small blind" og "big blind" - + Play sound effects Bruk lydeffekter @@ -2837,20 +2859,20 @@ 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> @@ -2867,22 +2889,22 @@ p, li { white-space: pre-wrap; } Innstillinger - + Maximum number of players: Maks. antall spillere: - + Sound Volume: Lyd-nivå: - + 10 10 - + Opponent 6: Motstander 6: @@ -2891,17 +2913,17 @@ p, li { white-space: pre-wrap; } 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) @@ -2912,33 +2934,33 @@ p, li { white-space: pre-wrap; } - + Sound - + Network Server Settings - + Internet Game Settings - + Server Address: - + Use password for private game: - - + + First small blind: @@ -2948,77 +2970,77 @@ p, li { white-space: pre-wrap; } - + Game Table - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - - + + Raise blinds: - - - - + + + + Every: - - + + hands - - + + minutes - - + + Raise mode: - - + + Always double blinds - - + + Manual blinds order: - - + + Edit ... @@ -3028,27 +3050,27 @@ 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" - + Player Nicks/Avatars @@ -3068,26 +3090,26 @@ p, li { white-space: pre-wrap; } - - - - + + + + $ - + Timeout for player action: - - + + s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3095,7 +3117,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-weight:400; font-style:normal; text-decoration:none;"> @@ -3103,22 +3125,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -3148,13 +3170,13 @@ p, li { white-space: pre-wrap; } - + Avatar Server: - + Style @@ -3164,25 +3186,30 @@ p, li { white-space: pre-wrap; } - - - Add ... + + Show country flag in the corner of avatar - + + Add ... + + + + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3191,24 +3218,24 @@ p, li { white-space: pre-wrap; } - - + + Description - - + + Maintainer - + State - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3217,7 +3244,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3229,72 +3256,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game Spill - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3303,37 +3330,37 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Motstander 6: {7:?} - + Opponent 8: Motstander 6: {8:?} - + Export as html - + Export as txt - + Save as ... - + Delete Slett - + Log File @@ -3342,7 +3369,7 @@ p, li { white-space: pre-wrap; } Motstander 6: {10:?} - + Opponent 9: Motstander 6: {10:?} {9:?} @@ -3350,10 +3377,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Feil i instillinger @@ -3370,7 +3397,7 @@ Please select an valid directory! Vennligst velg en gyldig katalog! - + Select your flipside picture Velg bakside-bilde @@ -3379,31 +3406,31 @@ 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. - + Language Changed @@ -3533,164 +3560,164 @@ This first-small-blind-value will be set to maximum allowed value. - + You have changed application language to %1. 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! - + The entered server list address is not a valid URL. Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3872,108 +3899,108 @@ Style will not be placed into list! startWindowImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. - + Connection timed out. Please check the server address. @@ -3984,119 +4011,144 @@ Vennligst sjekk tjener-adressen. Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp riktig. - + Internal network error: "select" failed. Intern nettverksfeil - "select" feilet. - + Internal network error: "send" failed. Intern nettverksfeil - "send" feilet. - + Connection was closed by the server. Tilkoblingen ble stengt av tjeneren. - + 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. Vennligst forsikre deg om at alle spillere bruker samme versjon av PokerTH. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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. Beklager, tjeneren har ikke plass til flere spillere. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Ugyldig passord. Prøv igjen. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Passordet er for langt. Vennligst velg et annet. @@ -4107,151 +4159,154 @@ Please choose a different name. Vennligst velg et annet navn. - + 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. Tjeneren referete til en ukjent spiller. Avbryter. - + Internal error: The current player could not be found. - + Internal error: The current player is not active. - + You were kicked from the server. Du ble kastet ut fra tjeneren. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + The client player count is invalid. Ugyldig antall spillere. - + 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. - + An internal avatar error occured. Please report this to an admin in the lobby chat. - + Could not start game: Synchronization failed. - + The server is down for maintenance. Please try again later. - + An internal error occured. En intern feil oppstod. - + - + - - - - - - + + + + + + + + Network Notification - + You were kicked from the game. - + Sorry, this game is already full. - + Unable to join - the server has already started the game. Kan ikke bli med - tjeneren har allerede startet spillet. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. - + + Server Message - + PokerTH %1 diff --git a/ts/pokerth_pl.ts b/ts/pokerth_pl.ts index 29f2cd5e..5765845f 100644 --- a/ts/pokerth_pl.ts +++ b/ts/pokerth_pl.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -220,15 +220,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -274,17 +285,17 @@ p, li { white-space: pre-wrap; } - + Project Projekt - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -305,24 +316,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Tłumaczenie + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Podziękowania + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -346,22 +367,12 @@ p, li { white-space: pre-wrap; } - - Translation - Tłumaczenie - - - - Thanks to - Podziękowania - - - + License Licencja - + Close Zamknij @@ -396,7 +407,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> @@ -733,7 +744,13 @@ Proszę wybrać inny nick. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -743,12 +760,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1248,20 +1259,20 @@ p, li { white-space: pre-wrap; } gra - - - - + + + + Game Info Informacje o grze - + Server Error Błąd serwera - + You should not kick yourself from this game! Nie powinieneś wyrzucać sam siebie z tej gry! @@ -1272,22 +1283,22 @@ p, li { white-space: pre-wrap; } - - + + Game Gra - - + + Players Gracze - - + + State Stan @@ -1301,38 +1312,38 @@ p, li { white-space: pre-wrap; } Próbujesz wejść do gry prywatnej. Proszę wpisz hasło! - + running w trakcie - + open otwarta - - + + Connected players - + hands rozdania - + minutes minuty - + double blinds podwajane - + manual blinds order własne @@ -1348,15 +1359,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Dostępni gracze @@ -1377,29 +1388,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1409,72 +1420,73 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - - + + running games: %1 gry w trakcie: %1 - - + + open games: %1 otwarte gry : %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1483,49 +1495,49 @@ Feel free to invite other players by right-clicking on their nick in the availab osób na chacie: %1 - - + + connected players: %1 podłączonych graczy: %1 - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1796,13 +1808,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Stop @@ -1815,11 +1827,11 @@ Feel free to invite other players by right-clicking on their nick in the availab Ctrl+N aby rozpocząć nową grę - - - - - + + + + + Start Start @@ -1970,7 +1982,7 @@ Proszę wybrać inny nick. Niestety ten serwer jest w tej chwili pełny. - + Chat Chat @@ -2055,12 +2067,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& 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? @@ -2070,9 +2082,9 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= PokerTH %1 - Open-Source'owa gra Texas Holdem - - - + + + Lobby Chat gier internetowych @@ -2093,70 +2105,80 @@ Proszę wejdź na stronę <a href="http://www.pokerth.net/" target= Ta wersja beta PokerTH jest przestarzała.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję. - + PokerTH - Internet Game Message PokerTH - Komunikat gry internetowej - + Attention! Do you really want to leave the current game and go back to the lobby? Uwaga! Czy na pewno chcesz opuścić tę grę i powrócić go chatu gier internetowych? - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2611,17 +2633,17 @@ Proszę wybrać inny! Ustawienia - + Play sound effects Włącz efekty dźwiękowe - + Sound Volume: Głośność: - + 10 10 @@ -2687,23 +2709,23 @@ p, li { white-space: pre-wrap; } Pokaż prawy toolbox - + Show game settings dialog on every new game Zawsze pytaj o ustawienia przed rozpoczęciu gry - + Number of players: Liczba graczy: - + Game Speed: Prędkość gry: - - + + Start Cash: Gotówka na starcie: @@ -2713,32 +2735,32 @@ p, li { white-space: pre-wrap; } - + Game Table - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - + Pause between hands (press "start" button to go on) Przerwa między rozdaniami ("start" rozpoczyna nowe rozdanie) @@ -2747,32 +2769,32 @@ p, li { white-space: pre-wrap; } 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> @@ -2781,7 +2803,7 @@ p, li { white-space: pre-wrap; } Szybkość przeciwników komputerowych: - + Maximum number of players: Maksymalna liczba graczy: @@ -2794,37 +2816,37 @@ p, li { white-space: pre-wrap; } Nicki graczy - + Computer Engine Przeciwnicy komputerowi - + Opponent 6: Przeciwnik 6: - + Opponent 5: Przeciwnik 5: - + Opponent 4: Przeciwnik 4: - + Opponent 3: Przeciwnik 3: - + Opponent 2: Przeciwnik 2: - + Opponent 1: Przeciwnik 1: @@ -2843,12 +2865,12 @@ p, li { white-space: pre-wrap; } Gracz: - + Enable/Disable Logging Włącz logowanie - + Store log files for Przechowuj logi przez @@ -2857,43 +2879,43 @@ p, li { white-space: pre-wrap; } dzień/dni - + Log File Directory: Zapisz plik log w: - + Write log after every: Zapisuj do logu po każdej: - + action (high frequent disc access) akcji (bardzo częste odwołania do dysku) - + hand (medium disc access) rozdaniu (przeciętne odwołania do dysku) - + game (low disc access) grze (rzadkie odwołania do dysku) - + Log Messages Logowanie - + Local Game Settings Ustawienia gier lokalnych - + Network Game Settings Ustawienia gier sieciowych @@ -2908,17 +2930,17 @@ p, li { white-space: pre-wrap; } - + Sound Dźwięk - + Network Server Settings Ustawienia gier siecowych - + Internet Game Settings Ustawienia gier internetowych @@ -2927,12 +2949,12 @@ p, li { white-space: pre-wrap; } Ustawienia serwera gier internetowych - + Server Address: Adres serwera: - + Use password for private game: Używaj tego hasła do gier prywatnych: @@ -2953,58 +2975,58 @@ p, li { white-space: pre-wrap; } Odwrotna kolejność klawiszy F (F1-F3) - - + + First small blind: Pierwszy mały ślepy (small blind): - - + + Raise blinds: Zwiększaj ślepe (blinds): - - - - + + + + Every: co: - - + + hands rozdań - - + + minutes minut - - + + Raise mode: Sposób zwiększania ślepych: - - + + Always double blinds Podwajaj wartość slepych - - + + Manual blinds order: Własna konfiguracja: - - + + Edit ... Edytuj ... @@ -3014,22 +3036,22 @@ p, li { white-space: pre-wrap; } Język: - + Sound Categories Odtwarzaj - + Play game actions sounds like "check", "call", "raise" dźwięki przy każdej akcji "check", "call", "raise" - + Play lobby chat notifications informacje chatu gier internetowych - + Play network/internet game notifications like "player joined the game" informacje dotyczące gry sieciowej np. "gracz dołączył do gry" @@ -3038,7 +3060,7 @@ p, li { white-space: pre-wrap; } Włącz chat gier internetowych (serwer IRC) - + Player Nicks/Avatars Nicki graczy/avatary @@ -3072,26 +3094,26 @@ p, li { white-space: pre-wrap; } Hasło kanału: - - - - + + + + $ $ - + Timeout for player action: - - + + s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3099,7 +3121,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-weight:400; font-style:normal; text-decoration:none;"> @@ -3107,22 +3129,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -3156,13 +3178,13 @@ p, li { white-space: pre-wrap; } Hasło: - + Avatar Server: - + Style @@ -3172,25 +3194,30 @@ p, li { white-space: pre-wrap; } - - - Add ... + + Show country flag in the corner of avatar - + + Add ... + + + + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3199,24 +3226,24 @@ p, li { white-space: pre-wrap; } - - + + Description - - + + Maintainer - + State Stan - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3225,7 +3252,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3237,72 +3264,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game Gra - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3311,37 +3338,37 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Przeciwnik 1: {7:?} - + Opponent 8: Przeciwnik 1: {8:?} - + Export as html - + Export as txt - + Save as ... - + Delete Usuń - + Log File @@ -3350,7 +3377,7 @@ p, li { white-space: pre-wrap; } Przeciwnik 1: {10:?} - + Opponent 9: Przeciwnik 1: {10:?} {9:?} @@ -3358,37 +3385,37 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Błąd w ustawieniach - + Select your flipside picture Wybierz własny obrazek - + Open Directory Otwórz folder - + Images (*.png *.jpg *.gif) Pliki graficzne (*.png *.jpg *.gif)Zjęcia (*.png *.jpg *.gif) - - + + Blinds Error Błąd ustawień ślepych - - + + 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. @@ -3481,12 +3508,12 @@ możliwą 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. @@ -3538,15 +3565,15 @@ Proszę ponownie uruchomić PokerH aby wczytać nowy język! - + The entered flipside picture doesn't exist. Please enter an valid picture! Wybrany własny obrazek talii nie istnieje. Proszę wybrać inny obrazek! - - + + The log file directory doesn't exist. Please select an valid directory! Wybrany folder dla plików logu nie istnieje. @@ -3558,145 +3585,145 @@ Proszę wybrać inny folder! Norweski - + The entered server list address is not a valid URL. Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State Stan - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3884,108 +3911,108 @@ Please choose another one. Proszę wybrierz inny nick. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error - + Server address was not set. Adres serwera nie został ustawiony. - + An invalid port was set (ports 0-1023 are not allowed). Ustawiony został niepoprawny port (porty 0-1023 nie są dozwolone). - + Could not create a socket for TCP communication. Nie udało się utworzyć gniazda sieciowego TCP. - + Could not set the IP address. Nie udało się ustawić adresu IP. - + Could not set the port for this type of address. Nie udało się ustawić portu dla tego typu adresu. - + The server name could not be resolved. Nie udało się znaleźć nazwy serwera. - + Bind failed - please choose a different port. Błąd - proszę wybrać inny port. - + Internal network error: "listen" failed. Wewnętrzny błąd sieciowy: "listen" nie wykonało się poprawnie. - + Server execution was terminated. Serwer został zatrzymany. - + Could not connect to the server. Nie udało się polączyć z serwerem. - + Connection timed out. Please check the server address. @@ -3996,119 +4023,144 @@ Proszę sprawdź adres serwera. Jeśli serwer jest w sieci z routerem NAT, to upewnij się, że "port forwarding" został poprawnie skonfigurowany. - + Internal network error: "select" failed. Wewnętrzny błąd sieciowy: "select" nie wykonało się poprawnie. - + Internal network error: "send" failed. Wewnętrzny błąd sieciowy: "send" nie wykonało się poprawnie. - + Connection was closed by the server. Połączenie zostało zerwane przez serwer. - + Internal network error: Duplicate TCP connection. Wewnętrzny błąd sieciowy: zdublowane 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 wszyscy gracze używają tej samej wersji PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Wewnętrzny błąd stanu. Proszę upewnij się, że wszyscy gracze używają tej samej wersji PokerTH. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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. Serwer PokerTH nie obsługuje wersji gry, której używasz.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję. - + Sorry, this server is already full. Niestety ten serwer jest już pełny. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Niepoprawne hasło. Proszę wpisz hasło jeszcze raz. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Hasło jest za długie. Proszę wprowadź inne hasło. @@ -4123,151 +4175,154 @@ Proszę wybrać inny nick. Nick gracza jest za krótki, za długi lub niepoprawny. Proszę wprowadź inny nick. - + 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ę wprowadź inną. - + The game could not be found. Gra nie została znaleziona. - + The chat text is invalid. Tekst rozmowy jest niepoprawny. - + The server referred to an unknown player. Aborting. Nieznany gracz na serwerze. Przerwanie gry. - + 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. - + You were kicked from the server. Zostałeś wyrzucony z serwera. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + The client player count is invalid. Niewłaściwa liczba graczy. - + Too many manual blinds were set. Please reconfigure the manual blinds. Za dużo ustawionych własnych ślepych. Proszę jeszze raz skonfigurować. - + An invalid avatar file was configured. Please choose a different avatar. Został ustawiony nieoprawny plik avataru. Proszę wybrać inny. - + The selected avatar file is too large. Please choose a different avatar. Wybrany avatar jest za duży. Proszę wybrać inny. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Wystąpił błąd z wbudowanym avatarem. Proszę poinformuj o tym administratora w chacie gier internetowych. - + Could not start game: Synchronization failed. Nie udało się rozpoczać gry. Synchronizacja zakończona niepowodzeniem. - + The server is down for maintenance. Please try again later. Serwer jest w tej chwili nieosiągalny ze względu na konserwacje. Proszę spróbować póżniej. - + An internal error occured. Wystąpił błąd wewnętrzny. - + - + - - - - - - + + + + + + + + Network Notification Informacja sieciowa - + You were kicked from the game. Zostałeś wyrzucony z serwera. - + Sorry, this game is already full. Niestety ten serwer jest w tej chwili pełny. - + Unable to join - the server has already started the game. Nie możesz dołączyć do tej gry - rozgrywka się już rozpoczęła. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. Nowa wersja PokerTH jest dostępna.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję. - + 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. Ta wersja beta PokerTH jest przestarzała.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję. - + + Server Message - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_ptbr.ts b/ts/pokerth_ptbr.ts index 6d7ef5ed..80a0fe6a 100644 --- a/ts/pokerth_ptbr.ts +++ b/ts/pokerth_ptbr.ts @@ -1,4 +1,6 @@ - + + + UTF-8 CardDeckStyleReader @@ -270,6 +272,14 @@ Por favor contate o desenvolvedor de estilos %3. PokerTH - Question Questão - PorketTH + + Report inappropriate avatar + + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -322,7 +332,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;">- Coded in 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=" 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> <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;">- Jogo de Poker para o popular "Texas Holdem" Poker</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Um jogador com até 6 pc-oponentes</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Jogos Multiplayer em rede</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Escrito em 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> @@ -369,15 +379,15 @@ 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=" 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=" 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> @@ -427,7 +437,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;"> 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;"> 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> @@ -626,7 +636,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;">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=" 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> @@ -648,9 +658,9 @@ 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;">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=" 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=" 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> @@ -709,7 +719,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;">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> - <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> + <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 @@ -856,7 +866,7 @@ p, li { white-space: pre-wrap; } - Coded in C++ / QT4 -© 2006-2007, FHammer, FThauer, LMay +© 2006-2007, FHammer, FThauer, LMay - 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 @@ -974,7 +984,7 @@ p, li { white-space: pre-wrap; } - Coded in C++/Qt4 -© 2006-2007, FHammer, FThauer, LMay +© 2006-2007, FHammer, FThauer, LMay - Jogo do popular "Texas Hold'em" Poker - Singleplayer com até 6 oponentes-computador - Multiplayer com jogos via rede @@ -1040,7 +1050,7 @@ p, li { white-space: pre-wrap; } - Coded in C++/Qt4 -© 2006-2008, FHammer, FThauer, LMay +© 2006-2008, FHammer, FThauer, LMay - Jogo do popular "Texas Hold'em" Poker - Singleplayer com até 6 oponentes-computador - Multiplayer com jogos via rede @@ -1135,7 +1145,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="-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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">© 2006-2009, FHammer, FThauer, LMay</p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">© 2006-2009, FHammer, FThauer, LMay</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker engine para o popular "Texas Hold'em" Poker</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Jogadores com até 9 oponentes de máquinas</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Jogos online<br />- Jogos online pela Internet<br />- Guia de mudanças online para galeria de estilos</p><p 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;"></p><p 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;">© 2006-2009, FHammer, FThauer, LMay</p></body></html> @@ -1207,7 +1217,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="-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;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) <html><head><meta name="qrichtext" content="1" /><style type="text/css">(new line) p, li { white-space: pre-wrap; }(new line) @@ -1246,7 +1256,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) <html><head><meta name="qrichtext" content="1" /><style type="text/css">(new line) p, li { white-space: pre-wrap; }(new line) </style></head><body style=" font-family:'Nimbus Sans L'; font-size:8pt; font-weight:400; font-style:normal;">(new line) @@ -1278,7 +1288,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) <html><head><meta name="qrichtext" content="1" /><style type="text/css">(new line) p, li { white-space: pre-wrap; }(new line) </style></head><body style=" font-family:'Nimbus Sans L'; font-size:8pt; font-weight:400; font-style:normal;">(new line) @@ -1313,7 +1323,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">(new line) <html><head><meta name="qrichtext" content="1" /><style type="text/css">(new line) p, li { white-space: pre-wrap; }(new line) </style></head><body style=" font-family:'Nimbus Sans L'; font-size:8pt; font-weight:400; font-style:normal;">(new line) @@ -1339,6 +1349,70 @@ p, li { white-space: pre-wrap; }(new line) <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;">heyn</span></p>(new line) <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - pela moderação do forum e organização do bugtracker e requisição de molhorias</p></td></tr></table></body></html> + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + aboutPokerthImpl @@ -1477,7 +1551,7 @@ Por favor escolha um nome diferente. There is already a game with your choosen game name. Please choose another one! - Já existe um jogo com o nome do jogo escolhido. + Já existe um jogo com o nome do jogo escolhido. Por favor, escolha outro! @@ -1487,9 +1561,19 @@ Por favor, escolha outro! There is a forbidden word in your choosen game name. Please choose another one! - Existe uma palavra proibida no seu nome de jogo.(new line) + Existe uma palavra proibida no seu nome de jogo.(new line) Por favor escolha outra! + + There is already a game with your chosen game name. +Please choose another one! + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + changeHumanPlayerNameDialog @@ -2814,6 +2898,14 @@ Depois %1 do tempo adicional o servidor precisa chutar você para que o jogo ten (new line) Se você está longe temporariamente, você pode usar o "longe" na caixa de ferramentas na direita. + + Really want to exit? + + + + PokerTH - Close Table? + + internetGameLoginDialog @@ -3904,6 +3996,10 @@ p, li { white-space: pre-wrap; } Opponent 9: Oponente 9: + + Show country flag in the corner of avatar + + settingsDialogImpl @@ -4651,6 +4747,26 @@ Por favor escolha um nome diferente. PokerTH %1 PokerTH %1 + + You cannot join this game, because another player in that game has your network address. + + + + Your connection to the server is very slow, the game had to start without you. + + + + The avatar report was accepted by the server. Thank you. + + + + This avatar was already reported by another player. + + + + An error occurred while reporting the avatar. + + timeoutMsgBoxImpl diff --git a/ts/pokerth_ptpt.ts b/ts/pokerth_ptpt.ts index 19c58e96..d2cc1a55 100644 --- a/ts/pokerth_ptpt.ts +++ b/ts/pokerth_ptpt.ts @@ -69,14 +69,14 @@ Por favor, selecione um baralho de cartas e tente novamente! GameTableStyleReader - - - + + + Game Table Style Error Erro no estilo da mesa de jogo - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -97,12 +97,12 @@ Ainda assim conseguirá jogar pois os elementos em falta serão preenchidos com Por favor, contacte o criador do mesa via %3. - + Game Table Style Error - Fields content missing Erro no estilo da mesa de jogo - conteúdos em falta - + One or more pictures from current game table style "%1" were not found: %2 @@ -119,12 +119,12 @@ Ainda assim conseguirá jogar pois os elementos em falta serão preenchidos com Por favor, contacte o criador do mesa via %3. - + Game Table Style Error - Pictures missing Erro no estilo da mesa de jogo - imagens em falta - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -139,32 +139,32 @@ Ainda assim conseguirá jogar pois os elementos em falta serão preenchidos com Por favor, contacte o criador do mesa via %4. - + Game Table Style Error - Outdated Erro no estilo da mesa de jogo - desatualizado - + Everything OK! Tudo correto! - + Some pictures are missing, please contact style maintainer for this issue. Faltam algumas imagens, contacte o programador deste estilo e reporte este assunto. - + Some style fields are missing, please contact style maintainer for this issue. Faltam alguns campos do estilo,contacte o programador deste estilo e reporte este assunto. - + This style is outdated, please contact style maintainer for this issue. Este estilo está desatualizado, contacte o programador deste estilo e reporte este assunto. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -173,8 +173,8 @@ Please check the style file or choose another style! Por favor, verifique o ficheiro ou escolha outra mesa! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Selecionou um baralho de cartas em vez de um estilo de mesa. @@ -194,15 +194,26 @@ Por favor, selecione uma mesa e tente novamente! Ignorar jogador - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? A partir de agora, não receberá mais mensagens de "chat" ou convites deste utilizador.<br>Pretende colocar o jogador <b>%1</b> na lista de ignorados? - + + PokerTH - Question PokerTH - Pergunta + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -261,17 +272,42 @@ 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - + <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> - + Project Projeto - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: 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;">Project page: </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, gui graphics editing, 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, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -294,7 +330,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;"> - basic architecture, network development, windows package, MacOS 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;"> - initial gui graphics design</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -318,7 +354,6 @@ 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;"> - pelo primeiro desenho da interface</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -327,7 +362,7 @@ p, li { white-space: pre-wrap; } <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -337,7 +372,6 @@ 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;">Sérgio Marques - smarquespt@gmail.com</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -363,7 +397,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;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> @@ -390,22 +424,63 @@ 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;"> - pela moderação no fórum e pela organização dos erros e funcionalidades</p></td></tr></table></body></html> - + Translation Tradução - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> + + + + Thanks to Obrigado a - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<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;"><span style=" font-weight:600;"> - </span>for different popular avatar picture resources</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;">Benedikt, Erhard, Felix, Florian, Linus, Lothar, 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=" 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 &quot;misc&quot; avatar pictures</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 licensed sounds</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> +<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;">thiger, dunkanx, BerndA, coldz</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for different patches</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;">kraut</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for internet-game-server hosting and administration</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;">danuxi</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for startwindow background gfx and danuxi1 table background</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;">heyn</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> - for moderating forum and organise bugtracker and feature requests</p></td></tr></table></body></html> + + + + License Licença - + Close Fechar @@ -565,9 +640,20 @@ Por favor, escolha outro. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Já existe um jogo com o nome que escolheu. + Já existe um jogo com o nome que escolheu. Por favor, escolha outro! @@ -577,10 +663,9 @@ Por favor, escolha outro! Nome do jogo: - There is a forbidden word in your choosen game name. Please choose another one! - Neste nome existe uma palavra proibida. + Neste nome existe uma palavra proibida. Por favor, escolha outro! @@ -1009,36 +1094,36 @@ p, li { white-space: pre-wrap; } Está prestes a entrar num jogo privado. Indique a sua senha! - + open aberto - - - - + + + + Game Info Info sobre o jogo - - + + Game Jogo - - + + Players Jogadores - - + + State Estado @@ -1049,15 +1134,15 @@ p, li { white-space: pre-wrap; } - - + + P P - - + + Available Players Jogadores disponíveis @@ -1078,29 +1163,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Padrão - - + + Registered players only Só para jogadores registados - - + + Invited players only Só para jogadores convidados - - + + Ranking game Jogo de classificação @@ -1110,161 +1195,162 @@ p, li { white-space: pre-wrap; } Jogadores ligados - máx. %1 - - + + T T - + + Connected players - Max. %1 Jogadores ligados - máx. %1 - + running a decorrer - - + + running games: %1 jogos a decorrer: %1 - - + + open games: %1 jogos abertos: %1 - + Invite %1 Convidar %1 - + Ignore %1 Ignorar %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 foi convidado para %2 por %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 rejeitou o convite para %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 não pode entrar em %2. De momento, está ocupado.</span> - - + + The game will start in<br><b>%1</b> seconds. O jogo vai iniciar dentro de <br><b>%1</b> segundos. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Entrou num jogo disponível por convite. Sinta-se à vontade para convidar outros jogadores através da lista dos "nicks" disponíveis. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Foi convidado por <b>%2</b> para o jogo <b>%1</b>.<br> Pretende entra neste jogo? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? A partir de agora, não receberá mais mensagens de "chat" ou convites deste utilizador.<br>Pretende colocar o jogador <b>%1</b> na lista de ignorados? - - + + connected players: %1 Jogadores ligados: %1 - - + + Connected players Jogadores ligados - + hands mãos - + minutes minutos - + double blinds duplicar "blinds" - + manual blinds order "blinds" manuais - + Server Error Erro do servidor - + You should not kick yourself from this game! Você não se pode expulsar deste jogo! - + search for player ... pesquisar pelo jogador... - + Chat is only available to registered players. O "chat" só está disponível para jogadores registados. - + Invite player ... Convidar jogador... - + Ignore player ... Ignorar jogador... - + %1 is playing in "%2". %1 está a jogar em "%2". - + %1 is not playing at the moment. De momento, %1 não está a jogar. - - + + PokerTH - Info Message Poket TH - Informações - + PokerTH - Question PokerTH - Pergunta @@ -1503,13 +1589,13 @@ Sinta-se à vontade para convidar outros jogadores através da lista dos "n gameTableImpl - - - + + - - - + + + + Stop Parar @@ -1519,60 +1605,70 @@ Sinta-se à vontade para convidar outros jogadores através da lista dos "n PokerTH %1 - The Open-Source Texas Holdem Engine - - - - - + + + + + Start Iniciar - - - + + + Lobby Sala - + Chat "Chat" - + Closing PokerTH during network game Fechando Poker TH durante um jogo de rede - + You are the hosting server. Do you want to close PokerTH anyway? Você está a funcionar como servidor. Tem acerteza que quer fechar? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message Poket TH - Mensagem do jogo em rede - + Attention! Do you really want to leave the current game and go back to the lobby? Atenção! Pretende sair do jogo atual e voltar para a sala? - + Chat is only available to registered players. O "chat" só está disponível para jogadores registados. - + PokerTH - Warning PokerTH - Aviso - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1583,43 +1679,43 @@ Após %1 interrupções o servidor precisa de o expulsar para manter o fluxo de Se vai ficar ausente, utilize o botão "ausente" na caixa de ferramentas à direita. - + Chance Hipóteses - + Kick Expulsar - + Do you want to kick <b>%1</b><br>from this game? Deseja expulsar o jogador <b>%1</b><br> deste jogo? - - + + <b>%1</b> secs left faltam <b>%1</b> segundos - + vote voto - + votes votos - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. O jogador <b>%1</b> tem <b>%2</b> %3<br>contra ele. <b>%4</b> voto(s) precisos para a expulsão. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Você tem <b>%1</b> %2 contra si.<br><b>%3</b> voto(s) precisos para a expulsão. @@ -2102,7 +2198,7 @@ Por favor, indique uma imagem válida! - + Sound Som @@ -2112,265 +2208,270 @@ Por favor, indique uma imagem válida! Desativar ecrã inicial - + + Show country flag in the corner of avatar + + + + Game Table Mesa de jogo - - + + Description Descrição - - + + Maintainer Programador - + State Estado - + Card Deck Baralho - + Card Back Verso da cartas - + Use card back from card style Utilizar verso do estilo de cartas - + Use custom card back picture: Utilizar imagem personalizada: - + Play sound effects Reproduzir efeitos sonoros - + Sound Volume: Volume: - + 10 10 - + Sound Categories Categorias de sons - + Play game actions sounds like "check", "call", "raise" Reproduzir sons de "check", "call", "raise" - + Play lobby chat notifications Reproduzir notificações da sala de "chat" - + Play network/internet game notifications like "player joined the game" Reproduzir notificações de jogo na internet (ex: jogador entrou no jogo) - + Local Game Settings Definições do jogo local - + Number of players: Número máximo de jogadores: - - + + Start Cash: Dinheiro inicial: - - - - + + + + $ $ - - + + First small blind: Primeira "small blind": - - + + Raise blinds: Aumentar "blinds": - - - - + + + + Every: A cada: - - + + hands mãos - - + + minutes minutos - - + + Raise mode: Modo de aumento: - - + + Always double blinds Duplicar sempre as "blinds" - - + + Manual blinds order: "Blinds" manuais: - - + + Edit ... Editar... - + Game Speed: Velocidade do jogo: - + Pause between hands (press "start" button to go on) Tempo de espera entra mão (prima "iniciar" para prosseguir) - + Show game settings dialog on every new game Mostrar as definições de jogo ao iniciar novos jogos - + Network Game Settings Definições do jogo em rede - + Maximum number of players: Número máximo de jogadores: - + Timeout for player action: Intervalo para ação do jogador: - + Export as html Exportar como html - + Export as txt Exportar como txt - + Save as ... Gravar como... - + Delete Apagar - + Log File Registo - - + + s s - + Network Server Settings Definições do servidor de rede - - + + Server Port: Porta do servidor: - - + + Use SCTP Utilizar SCTP - - + + Use IPv6 Utilizar IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://en.wikipedia.org/wiki/Ipv6">O que é isto?</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 que é isto?</a> - + Internet Game Settings Definições do jogo na internet - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2381,52 +2482,52 @@ 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: As definições </span><span style=" font-weight:600; font-style:italic;"> de jogo</span><span style=" font-style:italic;"> como "Número máximo de jogadores", "Dinheiro inicial" e "Small Blind" serão utilizadas </span><span style=" font-weight:600; font-style:italic;">baseadas nas definições do jogo em rede.</span></p></body></html> - + Server Address: Endereço do servidor: - + Use password for private game: Utilizar senha para jogos privados: - + Computer Engine Computador - + Opponent 6: Adversário 6: - + Opponent 5: Adversário 5: - + Opponent 4: Adversário 4: - + Opponent 3: Adversário 3: - + Opponent 2: Adversário 2: - + Opponent 1: Adversário 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2437,48 +2538,48 @@ 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: Para uma melhor qualidade do "avatar", escolha uma imagem com </span><span style=" font-weight:600; font-style:italic;">largura=50, altura=50.</span></p></body></html> - + Enable/Disable Logging Ativar/desativar registos - + Store log files for Guardar ficheiros para - + Log File Directory: Diretório para registos: - + Write log after every: Escrever registos a cada: - + action (high frequent disc access) ação (acesso frequente ao disco) - + hand (medium disc access) mão (acesso normal ao disco) - + game (low disc access) jogo (acesso baixo ao disco) - + Log Messages Mensagens de registo - + Player Nicks/Avatars "Nicks/Avatars" do jogaor @@ -2493,22 +2594,22 @@ p, li { white-space: pre-wrap; } Mostrar caixa de ferramentas esquerda - + Automatic Server Configuration URL Url de configuração automática do servidor - + Serverlist Address: Endereço da lista de servidor(s): - + Manual Server Configuration Configuração manual de servidor - + Day(s) Dia(s) @@ -2538,13 +2639,13 @@ p, li { white-space: pre-wrap; } Mostrar ecrã das hipóteses de combinação - + Avatar Server: Servidor do "avatar": - + Style Estilo @@ -2554,25 +2655,25 @@ p, li { white-space: pre-wrap; } Não traduzir as palavras "check", "call", "raise" - - + + Add ... Adicionar... - - + + Remove Remover - - + + Preview - Information: Antevisão - Informações: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2585,7 +2686,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;"><a href="http://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obter mais mesas de jogo para o PokerTH ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2598,7 +2699,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Obter mais baralhos de cartas para o PokerTH ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2617,72 +2718,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-style:italic;">Nota: Para uma melhor qualidade, deve escolher imagens com </span><span style=" font-weight:600; font-style:italic;">largura=48, altura=76.</span></p></td></tr></table></body></html> - + Delay between hands: Tempo de espera entre mãos: - + Server Servidor - + Game Jogo - + Default game name: Nome de jogo padrão: - + Default game type: Tipo de jogo padrão: - + Standard Padrão - + Registered players only Só para jogadores registados - + Invited players only Só para jogadores convidados - + Ranking game Jogo de classificação - + Show lobby chat Mostrar sala de "chat" - + Ignored Players Jogadores ignorados - + Player Jogador - + Remove Player Remover jogador - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2695,17 +2796,17 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jogador humano:<br /><span style=" font-style:italic;">(este "nick" também será utilizado para os jogos "on-line")</span></p></body></html> - + Opponent 7: Adversário 7: - + Opponent 8: Adversário 8: - + Opponent 9: Adversário 9: @@ -2713,64 +2814,64 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Erro de definições - + The entered flipside picture doesn't exist. Please enter an valid picture! A imagem indicada não existe. Por favor, indique uma imagem válida! - - + + The log file directory doesn't exist. Please select an valid directory! O diretório não existe. Por favor, indique um diretório válido! - + Language Changed O idioma foi alterado - + You have changed application language to %1. Please restart PokerTH to load new language! Você alterou o idioma da aplicação para %1. Por favor, reinicie a aplicação! - + Select your flipside picture Selecione a sua imagem invertida - + Images (*.png *.jpg *.gif) Imagens (*.png *.jpg *.gif) - + Open Directory Abrir diretório - - + + 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. @@ -2779,7 +2880,7 @@ This first-small-blind-value will be set to maximum allowed value. Esta 1ª "small blind" ira ser definida com o valor máximo permitido. - + The entered server list address is not a valid URL. Please enter a valid server list address! O endereço indicado não é uma URL válida. @@ -2911,143 +3012,143 @@ Por favor, indique um endereço válido! Turco - - + + Maintainer Name Nome do programador - - + + Maintainer EMail E-mail do programador - - + + Create Date Data de criação - + Windows Behaviour Comportamento das janelas - + scaleable à escala - + fixed fixa - + Minimum Size Tamanho mínimo - + Maximum Size Tamanho máximo - + Fixed Size Tamanho fixo - + State Estado - + Please select your game table style Por favor, escolha a mesa - + PokerTH game table styles (*.xml) Mesas do Poker TH (*.xml) - + Game Table Style Error Erro no estilo da mesa de jogo - + Selected game table style file is already in the list. Please select another one to add! O estilo da mesa selecionada já está na lista. Por favor, escolha outro estilo! - + Game Table Style File Error Erro no ficheiro de estilo da mesa de jogo - + Could not load game table style file correctly. Style will not be placed into list! Não foi possível carregar o ficheiro da mesa de jogo. O estilo não será colocado na lista! - + Please select your card deck style Por favor, escolha o baralho de cartas - + PokerTH card deck styles (*.xml) Baralhos de cartas do Poker Th (*.xml) - + Card Deck Style Error Erro no baralho de cartas - + Selected card deck style file is already in the list. Please select another one to add! O baralho de cartas selecionado já está na lista. Por favor, escolha outro estilo! - + Card Deck Style File Error Erro no ficheiro de estilo do baralho de cartas - + Could not load card deck style file correctly. Style will not be placed into list! Não foi possível carregar o ficheiro do baralho de cartas. O estilo não será colocado na lista! - + PokerTH - Log file Poker TH - Ficheiro de registo - + Do you really want to delete the selected log file? Pretende apagar o ficheiro selecionado? - + Save PokerTH log file Gravar ficheiro de registo - + PokerTH SQL log (*.pdb) Registo SQL do Poker Th (*.pdb) @@ -3217,108 +3318,108 @@ O estilo não será colocado na lista! startWindowImpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Erro de rede - + Server address was not set. O endereço do servidor não está definido. - + An invalid port was set (ports 0-1023 are not allowed). Definiu uma porta inválida (não pode usar as portas 0-1023). - + Could not create a socket for TCP communication. Não foi possível criar o "socket" para comunicação TCP. - + Could not set the IP address. Incapaz de definir o endereço IP. - + Could not set the port for this type of address. Incapaz definir esta porta para este tipo de endereço. - + The server name could not be resolved. O nome do servidor não foi processado. - + Bind failed - please choose a different port. Falha ao associar - escolha outra porta. - + Internal network error: "listen" failed. Erro interno de rede: falha ao receber dados. - + Server execution was terminated. A operação do servidor foi terminada. - + Could not connect to the server. Incapaz de ligar ao servidor. - + Connection timed out. Please check the server address. @@ -3329,274 +3430,302 @@ Verifique o endereço do servidor. Se o servidor estiver protegido por um router NAT, certifiqu-se que o reencaminhamento foi definido no servidor. - + Internal network error: "select" failed. Erro interno de rede: falha ao selecionar. - + Internal network error: "send" failed. Erro interno de rede: falha ao enviar dados. - + Connection was closed by the server. A ligação foi encerrada pelo servidor. - + Internal network error: Duplicate TCP connection. Erro interno de rede. Ligação TCP duplicada. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Foi recebido um pacote de rede inválido. Certifique-se que todos os jogadores têm a mesma versão do Poker TH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Erro interno. Certifique-se que todos os jogadores têm a mesma versão do Poker TH. - + Invalid server list URL. Please correct the address in the settings. A URL do servidor é inválida. Corrija o endereço nas definições. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Incapaz de abrir o ficheiro MD do servidor. Certifique-se que a URL do servidor está correta. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Falha ao sincronizar a lista de servidores do PokerTH. Certifique-se que a URL do servidor está correta. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. A lista de servidores Poker TH comtém dados inválidos. Se está a utilizar uma lista personalizada, verifique se está no formato correto. - + Could not unzip the PokerTH internet server list. Não foi possível extrair a lista de servidores do Poker TH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Não foi possível transferirr a lista de servidores do Poker TH. Verifique a sua ligação à internet. - + Could not open the target file when downloading the server list. Não foi possível abrir o ficheiro durante a transferência da lista. - + 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. Desculpe mas este servidor está cheio. - + Invalid login. Please check your username and password. Autenticação inválida. Verifoque o nome de utilizador e senha. - + Your account is blocked indefinitely. A sua conta foi bloqueada por tempo indeterminado. - + You cannot login at this time. Please try again in a few seconds. Neste momento, não pode iniciar a sessão. Por favor, tente mais tarde. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Este jogo só está disponível para convidados. Não pode entrar no jogo sem ser convidado. - + Invalid password when joining the game. Please reenter the password and try again. Ao entrar no jogo indicou uma senha inválida. Reintroduza a senha e tente novamente. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. A senha é muito grande. Por favor, escolha outra. - + The game name is either too short or too long. Please choose another one. O nome do jogo é muito pequeno, grande ou inválido. Por favor, escolha outro. - + The game could not be found. O jogo não foi encontrado. - + The chat text is invalid. O texto é inválido. - + The server referred to an unknown player. Aborting. O servidor referenciou um jogador desconhecido. Cancelando. - + Internal error: The current player could not be found. Erro interno: o jogador atual não foi encontrado. - + Internal error: The current player is not active. Erro interno: o jogador atual está inativo. - + You were kicked from the server. Você foi expulso deste servidor. - + You were temporarily banned from the server. Você foi banido temporariamente deste servidor. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! A sua ligação ao servidor expirou. Para jogar, tem que se ligar novamente! - + The client player count is invalid. A contagem de jogadores é inválida. - + Too many manual blinds were set. Please reconfigure the manual blinds. Foram definidas muitas "blinds" manuais. Verfifique as suas definições. - + An invalid avatar file was configured. Please choose a different avatar. Configurou como "avatar" um ficheiro inválido. Por favor, escolha outro. - + The selected avatar file is too large. Please choose a different avatar. O ficheiro de"avatar" escolhido é muito grande. Por favor, escolha outro. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Ocorreu um erro interno com o "avatar". Por favor, reporte-o ao administrador na sala de "chat". - + Could not start game: Synchronization failed. Não foi possível iniciar o jogo: falha ao sincronizar. - + The server is down for maintenance. Please try again later. O servidor está em manutenção. Tente mais tarde. - + An internal error occured. Ocorreu um erro interno. - + - + - - - - - - + + + + + + + + Network Notification Notificação de rede - + You were kicked from the game. Você foi expulso do jogo. - + Sorry, this game is already full. Desculpe mas este jogo está cheio. - + Unable to join - the server has already started the game. Não é possível entrar num servidor cujo jogo já iniciou. - + Your admin state timed out due to inactivity. Feel free to create a new game! O seu estado como administrador expirou. Sinta-se à vontade para criar um novo jogo! - + You cannot join this type of game as guest. Não pode entrar neste jogo como convidado. - + The settings are invalid for this type of game. As definições são inválidas para este tipo de jogo. - + 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. Está disponível uma nova versão do Poker TH.<br>Vá até <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e transfira a versão mais recente. - + 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. Esta versão Beta do Poker Th está desatualizada.<br>Vá até <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e transfira a versão mais recente. - + + Server Message Mensagem do servidor - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_ru.ts b/ts/pokerth_ru.ts index fc51659e..47ba825b 100644 --- a/ts/pokerth_ru.ts +++ b/ts/pokerth_ru.ts @@ -78,14 +78,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error Ошибка стиля игрового стола - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -98,12 +98,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -114,12 +114,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -129,27 +129,27 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. @@ -164,7 +164,7 @@ Please contact the game table style builder %4. Пожалуйста, свяжитесь с создателем стиля игрового стола %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -185,8 +185,8 @@ Please contact the game table style builder %3. Пожалуйста, свяжитесь с создателем стиля игрового стола %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Выбран файл стиля колоды вместо файл стиля игрового стола. @@ -273,15 +273,26 @@ Please contact the game table style builder %3. - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -341,7 +352,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 Проект @@ -388,17 +399,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;"> - сборка для MacOS</p></body></html> - - Translation - Перевод - - - - Thanks to - Благодарности - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -406,24 +407,6 @@ p, li { white-space: pre-wrap; } <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker engine for the popular &quot;Texas Hold'em&quot; Poker</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer games with up to 9 computer-opponents</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Multiplayer network games<br />- Internet online games<br />- Changeable gui with online style gallery<br />- <a href="http://online-ranking.pokerth.net"><span style=" text-decoration: underline; color:#0057ae;">Online ranking website</span></a> with result tables</p> -<p 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;"></p> -<p 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: 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;">Project page: </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> @@ -442,24 +425,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Перевод + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Благодарности + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -483,12 +476,30 @@ p, li { white-space: pre-wrap; } - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker engine for the popular &quot;Texas Hold'em&quot; Poker</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer games with up to 9 computer-opponents</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Multiplayer network games<br />- Internet online games<br />- Changeable gui with online style gallery<br />- <a href="http://online-ranking.pokerth.net"><span style=" text-decoration: underline; color:#0057ae;">Online ranking website</span></a> with result tables</p> +<p 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;"></p> +<p 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> + + + + License Лицензия - + Close Закрыть @@ -565,7 +576,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> @@ -996,7 +1007,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -1006,12 +1023,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1567,20 +1578,20 @@ p, li { white-space: pre-wrap; } Вы хотите присоединиться к приватной игре. Пожалуйста, введите пароль! - - - - + + + + Game Info Информация об игре - + Server Error Ошибка сервера - + You should not kick yourself from this game! Вы не можете отключить себя от этой игры! @@ -1591,22 +1602,22 @@ p, li { white-space: pre-wrap; } - - + + Game Игра - - + + Players Игроки - - + + State Состояние @@ -1620,38 +1631,38 @@ p, li { white-space: pre-wrap; } Вы хотите присоединиться к закрытой игре. Пожалуйста, введите пароль! - + running идет игра - + open открыта - - + + Connected players - + hands партий - + minutes минут - + double blinds удвоений ставок - + manual blinds order самостоятельное управление ставками @@ -1667,15 +1678,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Доступные игроки @@ -1696,29 +1707,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1728,72 +1739,73 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - - + + running games: %1 Текущих игр: %1 - - + + open games: %1 Открытых игр: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1802,49 +1814,49 @@ Feel free to invite other players by right-clicking on their nick in the availab Игроков в чате: %1 - - + + connected players: %1 Подключенных игроков: %1 - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -2147,13 +2159,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Стоп @@ -2170,11 +2182,11 @@ Feel free to invite other players by right-clicking on their nick in the availab F1 - Сбросить/Ва-банк | F2 - Пропуск/Ответить | F3 - Ставка/Повысить - - - - - + + + + + Start Старт @@ -2343,7 +2355,7 @@ Please choose a different name. F1 - Ставка/Повысить | F2 - Пропуск/Ответить | F3 - Сбросить/Ва-банк - + Chat Чат @@ -2428,12 +2440,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/> и скачайте самую новую версию. - + Closing PokerTH during network game Закрытие PokerTH во время сетевой игры - + You are the hosting server. Do you want to close PokerTH anyway? Вы являетесь сервером игры. Вы точно хотите закрыть PokerTH? @@ -2455,9 +2467,9 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& PokerTH %1 - Движок покера Texas Holdem c открытым кодом - - - + + + Lobby Общая комната @@ -2466,70 +2478,80 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& Произошла ошибка при обработке аватары. Пожалуйста, сообщите об этом администратору в общей комнате. - + PokerTH - Internet Game Message PokerTH - Сообщение Игры в Интернете - + Attention! Do you really want to leave the current game and go back to the lobby? Внимание! Вы действительно хотите покинуть текущую игру и вернуться в общую комнату? - + Chance Шансы - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Отключить - + Do you want to kick <b>%1</b><br>from this game? Вы действительно хотите отключить <b>%1</b><br>от игры? - - + + <b>%1</b> secs left <b>%1</b>сек. осталось - + vote голос - + votes голосов - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Игрок <b>%1</b> проголосовал против <b>%2</b> %3<br>. <b>%4</b> голоса(ов) необходимо для отключения. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. У вас <b>%1</b> %2 против вас.<br><b>%3</b> голоса(ов) необходимо для отключения. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -3089,12 +3111,12 @@ p, li { white-space: pre-wrap; } Показывать правую панель - + Play sound effects Включить звуковые эффекты - + Show game settings dialog on every new game Показывать диалог настроек перед началом игры @@ -3103,7 +3125,7 @@ p, li { white-space: pre-wrap; } Количество партий для повышения малой ставки: - + Number of players: Количество игроков: @@ -3116,18 +3138,18 @@ p, li { white-space: pre-wrap; } Малая ставка: - + Game Speed: Скорость игры: - - + + Start Cash: Начальная сумма: - + Pause between hands (press "start" button to go on) Пауза между партиями (нажмите "Старт" для продолжения) @@ -3148,32 +3170,32 @@ p, li { white-space: pre-wrap; } Пароль сервера: - - + + 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> @@ -3186,7 +3208,7 @@ p, li { white-space: pre-wrap; } Скорость игры компьютерных оппонентов: - + Maximum number of players: Максимальное количество игроков: @@ -3205,32 +3227,32 @@ 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: @@ -3243,12 +3265,12 @@ p, li { white-space: pre-wrap; } Имена игроков - + Enable/Disable Logging Включение/Выключение записи событий - + Store log files for Сохранять журнал событий @@ -3257,43 +3279,43 @@ p, li { white-space: pre-wrap; } дней - + Log File Directory: Каталог для файла журнала: - + Write log after every: Записывать в журнал после каждого: - + Log Messages Журнал сообщений - + Local Game Settings Настройки локальной игры - + Network Game Settings Настройки сетевой игры - + Sound Volume: Громкость: - + 10 10 - + Opponent 6: Оппонент 6: @@ -3302,17 +3324,17 @@ p, li { white-space: pre-wrap; } Время ожидания для хода игрока (сек): - + action (high frequent disc access) действия (много обращений к диску) - + hand (medium disc access) партии (средняя частота обращений к диску) - + game (low disc access) игры (малое количество обращения к диску) @@ -3327,7 +3349,7 @@ p, li { white-space: pre-wrap; } - + Sound Звук @@ -3336,12 +3358,12 @@ p, li { white-space: pre-wrap; } Количество партий для повышения ставки: - + Network Server Settings Настройки сетевого сервера - + Internet Game Settings Настройки игры в Интернете @@ -3360,12 +3382,12 @@ p, li { white-space: pre-wrap; } Настройки Интернет-сервера (Выделенный сервер) - + Server Address: Адрес сервера: - + Use password for private game: Использовать пароль для закрытой игры: @@ -3390,58 +3412,58 @@ 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 ... Редактировать ... @@ -3451,22 +3473,22 @@ 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" Озвучивать события Сетевой/Интернет игр типа "Игрок присоединился к игре" @@ -3475,7 +3497,7 @@ p, li { white-space: pre-wrap; } Разрешить/Запретить общий чат (IRC сервер) - + Player Nicks/Avatars Имена игроков/Aватары @@ -3519,26 +3541,26 @@ 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> - - - - + + + + $ $ - + Timeout for player action: Время ожидания хода игрока: - - + + s сек - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3549,7 +3571,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;">Примечание: по умолчанию, </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> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -3560,22 +3582,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;"><span style=" font-style:italic;">Примечание: рекомендуемые размеры картинки аватары </span><span style=" font-weight:600; font-style:italic;">ширина=50, высота=50.</span></p></body></html> - + Automatic Server Configuration URL Ссылка для автоматической настройки сервера - + Serverlist Address: Адрес списка серверов: - + Manual Server Configuration Ручная настройка сервера - + Day(s) Дня(ей) @@ -3610,27 +3632,27 @@ p, li { white-space: pre-wrap; } Отключить заставку при запуске - + Game Table Игровой стол - + Card Deck Колода карт - + Card Back Рубашка карт - + Use card back from card style Использовать рубашку из стиля карт - + Use custom card back picture: Использовать собственную рубашку: @@ -3659,13 +3681,13 @@ p, li { white-space: pre-wrap; } Пароль: - + Avatar Server: Сервер аватар: - + Style Стиль @@ -3675,25 +3697,30 @@ p, li { white-space: pre-wrap; } не переводить покерные названия наподобии check, call, raise из стиля игрового стола - - + + Show country flag in the corner of avatar + + + + + Add ... Добавить ... - - + + Remove Убрать - - + + Preview - Information: Предпросмотр-Информация: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3706,24 +3733,24 @@ 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://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Получить новые стили игровых столов для PokerTH ...</span></a></p></body></html> - - + + Description - - + + Maintainer - + State Состояние - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3736,7 +3763,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Получить новые стили колод PokerTH ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3748,72 +3775,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game Игра - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player Игрок - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3822,37 +3849,37 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Оппонент 7: - + Opponent 8: Оппонент 8: - + Export as html - + Export as txt - + Save as ... - + Delete Удалить - + Log File @@ -3861,7 +3888,7 @@ p, li { white-space: pre-wrap; } Оппонент 6: {10:?} - + Opponent 9: Оппонент 9: @@ -3869,10 +3896,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Ошибка в настройках @@ -3889,7 +3916,7 @@ Please select an valid directory! Укажите правильный каталог! - + Select your flipside picture Выберите свою картинку рубашки карт @@ -3898,24 +3925,24 @@ 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. @@ -3982,12 +4009,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! Вы выбрали %1 язык. @@ -4024,15 +4051,15 @@ 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! Указанный каталог для лога не существует. @@ -4074,7 +4101,7 @@ Please select an valid directory! Шведский - + The entered server list address is not a valid URL. Please enter a valid server list address! Введенный список серверов не является ссылкой. @@ -4091,143 +4118,143 @@ Please enter a valid server list address! Датский - - + + Maintainer Name Имя сопровождающего - - + + Maintainer EMail EMail сопровождающего - - + + Create Date Создать дату - + Windows Behaviour Оформление окна - + scaleable масштабируемый - + fixed фиксированная - + Minimum Size Минимальный размер - + Maximum Size Максимальный размер - + Fixed Size Фиксированный размер - + State Состояние - + Please select your game table style Пожалуйста, выберите стиль игрового стола - + PokerTH game table styles (*.xml) Стили столов PokerTH (*.xml) - + Game Table Style Error Ошибка стиля игрового стола - + Selected game table style file is already in the list. Please select another one to add! Выбранный стиль игрового стола уже в списке. Выберите еще один для добаления! - + Game Table Style File Error Ошибка файла стиля игрового стола - + Could not load game table style file correctly. Style will not be placed into list! Некоректный файл стиля игрового стола. Стиль не будет добавлен в список! - + Please select your card deck style Пожалуйста, выберите ваш стиль колоды - + PokerTH card deck styles (*.xml) Стили колоды PokerTH (*.xml) - + Card Deck Style Error Ошибка стиля колоды карт - + Selected card deck style file is already in the list. Please select another one to add! Выбранный стиль колоды уже в списке. Выберите еще один для добавления! - + Card Deck Style File Error Ошибка файла стиля колоды карт - + Could not load card deck style file correctly. Style will not be placed into list! Некорректный файл стиля колоды карт. Стиль не будет добавлен в список! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -4431,108 +4458,108 @@ Please choose another one. Выберите другое имя. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. @@ -4543,124 +4570,149 @@ 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. Ошибка внутреннего состояния. Убедитесь, что все игроки используют одинаковую версию PokerTH. - + Invalid server list URL. Please correct the address in the settings. Неверная ссылка на список серверов. Пожалуйста, поправбте адрес в настройках. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Не возможно открыть MD5 файл списка серверов. Убедитесь, что ссылка на список серверов верна. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Синхронизация списка интернет серверов PokerTH неудачно завершилась. Убедитесь, что ссылка на список серверов верна. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. Список серверов PokerTH содержит неверные сведения. Если вы используете собственный список серверов, убедитесь, что формат корректен. - + Could not unzip the PokerTH internet server list. Невозможно распаковать список серверов PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Не возможно скачать список интернет серверов PokerTH. Проверьте правильность подключения к интернет. - + Could not open the target file when downloading the server list. не возможно загрузить указанный файл во время загрузки списка серверов. - + 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/> и скачайте самую свежую версию. - + Sorry, this server is already full. Извините, сервер уже занят. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Неверный пароль при подключении. Введите пароль заново и подключитесь снова. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Слишком длинный пароль. Выберите другой. @@ -4675,67 +4727,67 @@ 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. Тескт чата неверный. - + 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. Вы были отключены от сервера. - + You were temporarily banned from the server. Вы были временно забанены на сервере. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Ваше соединение с сервером более не активно. Перезайдите! - + 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. Выбранный файл аватары слишком большой. Задайте другую аватару. @@ -4744,86 +4796,89 @@ Please choose a different name. Вы не можете загрузить файл аватары в данный момент. Попробуйте через пару секунд. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Произошла ошибка при обработке аватары. Пожалуйста, сообщите об этом администратору в общей комнате. - + 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. Подключение невозможно - игра уже начата. - + Your admin state timed out due to inactivity. Feel free to create a new game! Ваша игра слишком долго была неактивна. Создайте новую игру! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. Вышла новая версия 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/> и скачайте самую свежую версию. - + + Server Message Сообщение сервера - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_sk.ts b/ts/pokerth_sk.ts index bd4cb2fe..e6f1b68c 100644 --- a/ts/pokerth_sk.ts +++ b/ts/pokerth_sk.ts @@ -101,14 +101,14 @@ Prosím, vyberte štýl kariet a skúste to znovu! GameTableStyleReader - - - + + + Game Table Style Error Chyba v súbore so štýlom herného stola - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -129,12 +129,12 @@ Môžete pokračovať v hre pri použití tohto štýlu, ale chýbajúci obsah b Prosím, kontaktujte autora štýlu herného stola na "%3". - + Game Table Style Error - Fields content missing Chyba v súbore so štýlom herného stola - Chýbajúci obsah poľa - + One or more pictures from current game table style "%1" were not found: %2 @@ -151,12 +151,12 @@ Môžete však použiť na hru tento štýl, pretože chýbajúci obsah bude vyp Prosím, kontaktujte autora štýlu herného stola na "%3". - + Game Table Style Error - Pictures missing Chyba v súbore so štýlom herného stola - Chýbajúce obrázky - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -171,27 +171,27 @@ Môžete však použiť na hru tento štýl, pretože chýbajúci obsah bude vyp Prosím, kontaktujte autora štýlu herného stola na "%4". - + Game Table Style Error - Outdated Chyba štýlu herného stola - Neaktuálny - + Everything OK! Všetko je OK! - + Some pictures are missing, please contact style maintainer for this issue. Nejaké obrázky chýbajú, prosím, kontaktujte správcu štýlu pre vyriešenie tohto problému. - + Some style fields are missing, please contact style maintainer for this issue. Nejaké polia štýlu chýbajú, prosím, kontaktujte správcu štýlu kvôli tomuto problému. - + This style is outdated, please contact style maintainer for this issue. Tento štýl nie je aktuálny, prosím, kontaktujte správcu štýlu. @@ -206,7 +206,7 @@ Please contact the game table style builder %4. Prosím, napíšte zostaviteľovi herného stola %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -227,8 +227,8 @@ Hodnota(y) "%2" chýba(jú). Prosím, napíšte zostaviteľovi herného stola %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! Vybrali ste štýl kariet miesto štýlu herného stola. @@ -319,15 +319,26 @@ Prosím, napíšte zostaviteľovi štýlu herného stola %3. Ignorovať hráča - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? Od tohto hráča už neobdržíte správy v chate alebo pozvánky na hru.<br>Naozaj chcete pridať hráča <b>%1</b> na zoznam ignorovaných? - + + PokerTH - Question PokerTH - Otázka + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -387,7 +398,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 Projekt @@ -432,7 +443,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=" "> - úvodný návrh grafiky gui</span></p></body></html> - + Translation Preklad @@ -461,7 +472,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;"> jose1711@gmail.com</p></body></html> - + Thanks to Poďakovanie @@ -530,12 +541,12 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -556,24 +567,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -597,12 +608,12 @@ p, li { white-space: pre-wrap; } - + License Licencia - + Close Zavrieť @@ -637,7 +648,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> @@ -1271,9 +1282,20 @@ Prosím, vyberte si iné meno. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. +Please choose another one! + + + There is already a game with your choosen game name. Please choose another one! - Už existuje hra s rovnakým názvom, aký ste zadali vy. + Už existuje hra s rovnakým názvom, aký ste zadali vy. Prosím, zvoľte si iný názov! @@ -1283,10 +1305,9 @@ Prosím, zvoľte si iný názov! Názovy hry: - There is a forbidden word in your choosen game name. Please choose another one! - Názov vybranej hry obsahuje zakázané slovo. + Názov vybranej hry obsahuje zakázané slovo. Prosím, vyberte si iné! @@ -1823,20 +1844,20 @@ 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! @@ -1847,22 +1868,22 @@ p, li { white-space: pre-wrap; } - - + + Game Hra - - + + Players Hráči - - + + State Stav @@ -1876,38 +1897,38 @@ p, li { white-space: pre-wrap; } Chcete sa pripojiť k súkromnej hre. Prosím zadajte heslo! - + running spúšťam - + open otvorená - - + + Connected players Pripojení hráči - + hands rozdania - + minutes minúty - + double blinds dvojité stávky - + manual blinds order ručné stanovenie stávok @@ -1923,15 +1944,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Dostupní hráči @@ -1952,29 +1973,29 @@ p, li { white-space: pre-wrap; } - - + + Standard Štandardná - - + + Registered players only Iba registrovaní hráči - - + + Invited players only Iba pozvaní hráči - - + + Ranking game Vyhodnocovaná hra @@ -1984,73 +2005,74 @@ p, li { white-space: pre-wrap; } Pripojení hráči - max. %1 - - + + T - + + Connected players - Max. %1 Pripojení hráči - Max. %1 - - + + running games: %1 spustené hry: %1 - - + + open games: %1 otvorené hry: %1 - + Invite %1 Pozvať %1 - + Ignore %1 Ignorovať %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> <span style='color:blue;'>%1 bol(a) pozvaný(á) k %2 užívateľom %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> <span style='color:red;'>%1 odmietol pozvanie k %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> <span style='color:red;'>%1 sa nemôže pridať k %2, pretože je zaneprázdnený.</span> - - + + The game will start in<br><b>%1</b> seconds. Hra sa začne o <br><b>%1</b> sekúnd. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. Pridali ste sa k hre, ktorej typ je "len na pozvánku". Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich priezvisko v zozname dostupných hráčov. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? Prišla vám pozvánka ku hre <b>%1</b> od <b>%2</b>.<br>Želáte si pridať sa k tejto hre? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? Od tohto užívateľa už neobdržíte správy v chate alebo pozvánky do hry.<br>Naozaj si prajete pridať hráča <b>%1</b> do zoznamu ignorovaných? @@ -2059,49 +2081,49 @@ Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich prie hráči na chate: %1 - - + + connected players: %1 pripojení hráči: %1 - + search for player ... hľadanie hráča... - + Chat is only available to registered players. Chat je dostupný len registrovaným hráčom. - + Invite player ... Pozvať hráča... - + Ignore player ... Ignorovať hráča... - + %1 is playing in "%2". %1 hrá v "%2". - + %1 is not playing at the moment. %1 momentálne nehrá. - - + + PokerTH - Info Message PokerTH - Informačná správa - + PokerTH - Question PokerTH - Otázka @@ -2400,13 +2422,13 @@ Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich prie gameTableImpl - - - + + - - - + + + + Stop Zastaviť @@ -2423,11 +2445,11 @@ Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich prie F1 - Zložiť karty/Vsadiť všetko | F2 - Zdržať sa/Dorovnať | F3 - Stávka/Zvýšiť - - - - - + + + + + Start Štart @@ -2588,7 +2610,7 @@ Prosím, vyberte si iné meno. Ľutujem, táto hra je už plná. - + Chat Chat @@ -2673,12 +2695,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. - + 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? @@ -2700,9 +2722,9 @@ Prosím navštívte <a href="http://www.pokerth.net/" target=" PokerTH %1 - Open-Source Texas Holdem Engine - - - + + + Lobby Lobby @@ -2711,12 +2733,12 @@ Prosím navštívte <a href="http://www.pokerth.net/" target=" Došlo k internej chybe avatara. Prosím nahláste ju adminovi v lobby chate. - + PokerTH - Internet Game Message PokerTH - Správa hry na internete - + Attention! Do you really want to leave the current game and go back to the lobby? Upozornenie! Určite chcete opustiť momentálnu hru @@ -2777,48 +2799,58 @@ Uistite sa, prosím, že ste pripojený priamo na internet. Nepodarilo sa otvoriť cieľový súbor pri sťahovaní zoznamu serverov. - + Chance Šanca - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Vykopnúť - + Do you want to kick <b>%1</b><br>from this game? Želáte si vykopnúť <b>%1</b><br>z tejto hry? - - + + <b>%1</b> secs left zostáva <b>%1</b> sekúnd - + vote hlas - + votes hlasy(ov) - + Chat is only available to registered players. Chat je dostupný len registrovaným hráčom. - + PokerTH - Warning PokerTH - Varovanie - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2837,12 +2869,12 @@ Ak ste dočasne mimo, môžete použiť nástroje "preč" v nástrojov Proti vám bol(o) <b>%1</b> %2.<br><b>%3</b> hlasov je treba na vykopnutie. - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. Hráč <b>%1</b> má <b>%2</b> %3<br>proti. Na vykopnutie je potrebných <b>%4</b> hlasy(ov). - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. Je proti vám <b>%1</b> %2. <br><b>Na vykopnutie je potrebných <b>%3</b> hlasy(ov). @@ -3329,17 +3361,17 @@ Prosím zadajte platný obrázok! Nastavenia - + Play sound effects Prehrávať zvukové efekty - + Sound Volume: Hlasitosť zvuku: - + 10 10 @@ -3405,7 +3437,7 @@ p, li { white-space: pre-wrap; } Zobrazovať pravú nástrojovú lištu - + Show game settings dialog on every new game Zobrazovať dialógové okno s nastaveniami pred každou novou hrou @@ -3414,7 +3446,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: @@ -3427,18 +3459,18 @@ 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) @@ -3459,32 +3491,32 @@ p, li { white-space: pre-wrap; } 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> @@ -3497,7 +3529,7 @@ p, li { white-space: pre-wrap; } Rýchlosť hry počítačových súperov: - + Maximum number of players: Maximálny počet hráčov: @@ -3514,37 +3546,37 @@ p, li { white-space: pre-wrap; } 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: @@ -3563,12 +3595,12 @@ p, li { white-space: pre-wrap; } Ľudský hráč: - + Enable/Disable Logging Zapnúť/vypnúť zaznamenávanie - + Store log files for Ukladať log súbory @@ -3577,43 +3609,43 @@ p, li { white-space: pre-wrap; } 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 @@ -3628,17 +3660,17 @@ p, li { white-space: pre-wrap; } - + Sound Zvuk - + Network Server Settings Sieťové nastavenia servera - + Internet Game Settings Nastavenia internetovej hry @@ -3647,12 +3679,12 @@ p, li { white-space: pre-wrap; } Nastavenia internetového servera (Dedikovaný server) - + Server Address: Adresa servera: - + Use password for private game: Použiť heslo pre súkromnú hru: @@ -3673,58 +3705,58 @@ 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ť... @@ -3734,7 +3766,7 @@ p, li { white-space: pre-wrap; } Jazyk: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3753,22 +3785,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;"><span style=" font-style:italic;">Poznámka: Najlepšiu kvalitu dosiahnete s takýmto pomerom strán obrázka </span><span style=" font-weight:600; font-style:italic;">šírka=48, výška=76.</span></p></td></tr></table></body></html> - + 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" @@ -3777,7 +3809,7 @@ p, li { white-space: pre-wrap; } Zapnúť/vypnúť lobby chat (IRC server) - + Player Nicks/Avatars Prezývka/avatar hráča @@ -3821,26 +3853,26 @@ 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šia kvalita pri pomere strán obrázka </span><span style=" font-weight:600; font-style:italic;">šírka=100, výška=140.</span></p></body></html> - - - - + + + + $ $ - + Timeout for player action: Časový limit pre hráčovu akciu: - - + + s s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3851,7 +3883,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: Východzie </span><span style=" font-weight:600; font-style:italic;">nastavenie hry</span><span style=" font-style:italic;"> ako "Maximálny počet hráčov", "Úvodná hotovosť" a "Malá stávka" budú použité </span><span style=" font-weight:600; font-style:italic;">z nastavenia sieťovej hry..</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-weight:400; font-style:normal; text-decoration:none;"> @@ -3862,104 +3894,109 @@ 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šia kvalita avatara pri pomere strán obrázka </span><span style=" font-weight:600; font-style:italic;">šírka=50, výška=50.</span></p></body></html> - + Automatic Server Configuration URL URL Automatickej konfigurácie servera - - + + Show country flag in the corner of avatar + + + + + Description Popis - - + + Maintainer Správca - + State Stav - + Delay between hands: Prestávka medzi rozdaniami: - + Server Server - + Serverlist Address: Adresa zoznamu serverov: - + Manual Server Configuration Manuálne nastavenie serveru - + Game Hra - + Default game name: Východzí názov hry: - + Default game type: Východzí typ hry: - + Standard Štandardná - + Registered players only Iba registrovaní hráči - + Invited players only Iba pozvaní hráči - + Ranking game Vyhodnocovaná hra - + Show lobby chat Zobraziť lobby chat - + Ignored Players Ignorovaní hráči - + Player Hráč - + Remove Player Odstrániť hráča - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3972,32 +4009,32 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ľudský hráč:<br /><span style=" font-style:italic;">(Táto prezývka bude použitá aj ako login pre hru na internete)</span></p></body></html> - + Day(s) Deň(Dní) - + Export as html Exportovať do html - + Export as txt Exportovať do txt - + Save as ... Uložiť ako... - + Delete Vymazať - + Log File Súbor so záznamom @@ -4032,27 +4069,27 @@ p, li { white-space: pre-wrap; } Vypnúť úvodnú obrazovku pri štarte - + Game Table Herný stôl - + Card Deck Štýl kariet - + Card Back Rub kariete - + Use card back from card style Použiť rub kariet zo štýlu kariet - + Use custom card back picture: Použiť na rube kariet vlastný obrázok: @@ -4069,13 +4106,13 @@ p, li { white-space: pre-wrap; } Heslo: - + Avatar Server: Server s avatarmi: - + Style Štýl @@ -4093,25 +4130,25 @@ p, li { white-space: pre-wrap; } Aktivovať - - + + Add ... Pridať... - - + + Remove Odstrániť - - + + Preview - Information: Náhľad - Informácie: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4128,7 +4165,7 @@ p, li { white-space: pre-wrap; } Štýly kariet - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -4141,12 +4178,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://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Získať nové štýly kariet PokerTH...</span></a></p></body></html> - + Opponent 7: Súper 7: - + Opponent 8: Súper 8: @@ -4155,7 +4192,7 @@ p, li { white-space: pre-wrap; } Súper 1: {10:?} - + Opponent 9: Súper 9: @@ -4163,10 +4200,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Chyba v nastaveniach @@ -4183,7 +4220,7 @@ Please select an valid directory! Prosím, vyberte platný adresár! - + Select your flipside picture Vyberte si obrázok pre rub kariet @@ -4192,24 +4229,24 @@ 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. @@ -4218,7 +4255,7 @@ je menší ako momentálna prvá malá stávka! Hodnota prvej malej stávky bude nastavená na maximálnu možnú úroveň. - + Do you really want to delete the selected log file? Naozaj chcete vymazať vybraný súbor so záznamom? @@ -4266,12 +4303,12 @@ Hodnota prvej malej stávky bude nastavená na maximálnu možnú úroveň.Turečtina - + 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. @@ -4288,15 +4325,15 @@ Prosím reštartujte PokerTH pre načítanie nového jazyka! Slovenčina - + 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. @@ -4338,7 +4375,7 @@ Prosím zadajte platný adresár! Švédština - + The entered server list address is not a valid URL. Please enter a valid server list address! Zadaná adresa zoznamu serverov nie je platná URL. @@ -4390,128 +4427,128 @@ Zadajte, prosím, platnú adresu zoznamu serverov! Tamilčina - - + + Maintainer Name Meno správcu - - + + Maintainer EMail E-mail správcu - - + + Create Date Dátum vytvorenia - + Windows Behaviour Správanie okien - + scaleable škálovateľný - + fixed fixná veľkosť - + Minimum Size Minimálne rozmery - + Maximum Size Maximálne rozmery - + Fixed Size Fixné rozmery - + State Stav - + Please select your game table style Prosím, vyberte si váš štýl herného stola - + PokerTH game table styles (*.xml) Štýly herných stolov PokerTH (*.xml) - + Game Table Style Error Chyba v štýle herného stola - + Selected game table style file is already in the list. Please select another one to add! Vybraný súbor so štýlom herného stola je už v zozname. Prosím, zvoľte si iný štýl na pridanie! - + Game Table Style File Error Chyba v súbore so štýlom herného stola - + Could not load game table style file correctly. Style will not be placed into list! Nepodarilo sa korektne načítať súbor so štýlom herného stola. Štýl nebude pridaný do zoznamu! - + Please select your card deck style Prosím, vyberte si váš štýl kariet - + PokerTH card deck styles (*.xml) Štýly kariet PokerTH (*.xml) - + Card Deck Style Error Chyba v štýle kariet - + Selected card deck style file is already in the list. Please select another one to add! Vybraný súbor so štýlom kariet je už v zozname. Prosím, zvoľte si iný štýl na pridanie! - + Card Deck Style File Error Chyba v súbore so štýlom kariet - + Could not load card deck style file correctly. Style will not be placed into list! Nepodarilo sa korektne načítať súbor so štýlom kariet. Štýl nebude pridaný do zoznamu! - + PokerTH - Log file PokerTH - Súbor so záznamom @@ -4520,12 +4557,12 @@ Style will not be placed into list! Naozaj chcete vymazať vybraný súbor so záznamom? - + Save PokerTH log file Uložiť súbor so záznamom PokerTH - + PokerTH SQL log (*.pdb) PokerTH SQL log (*.pdb) @@ -4729,108 +4766,108 @@ Please choose another one. Prosím vyberte si inú prezývku. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. @@ -4841,125 +4878,150 @@ 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. Prosím, uistite sa, že všetci hráči používajú rovnakú verziu PokerTH. - + Invalid server list URL. Please correct the address in the settings. Neplatné URL zoznamu serverov. Prosím, opravte adresu v nastaveniach. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Nepodarilo sa otvoriť MD5 súbor zoznamu serverov. Uistite sa, prosím, že URL zoznamu serverov je správna. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. Synchronizácia zoznamu internetových serverov PokerTH zlyhala. Uistite sa, prosím, že URL zoznamu serverov je správna. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. Zoznam internetových serverov PokerTH obsahuje neplatné údaje. Ak používate vlastný zoznam serverov, uistite sa, prosím, že má správny formát. - + Could not unzip the PokerTH internet server list. Nepodarilo sa rozzipovať zoznam internetových serverov PokerTH. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. Nepodarilo sa stiahnuť zoznam internetových serverov PokerTH. Uistite sa, prosím, že ste pripojený priamo na internet. - + Could not open the target file when downloading the server list. Nepodarilo sa otvoriť cieľový súbor pri sťahovaní zoznamu serverov. - + 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. - + Sorry, this server is already full. Ľutujem, tento server je už plný. - + Invalid login. Please check your username and password. Neplatný login. Prosím, skontrolujte meno užívateľa a heslo. - + Your account is blocked indefinitely. Váš účet je trvalo blokovaný. - + You cannot login at this time. Please try again in a few seconds. Prihlásenie nie je v tejto chvíli možné. Skúste to, prosím, znovu o niekoľko sekúnd. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. Tento typ hry je len na pozvánku. Nemôžete sa pridať k tejto hre bez toho, aby vás niekto pozval. - + 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 avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Heslo je príliš dlhé. Prosím, zvoľte si iné heslo. @@ -4974,67 +5036,67 @@ Prosím, vyberte si iné meno. Meno hráča je príliš krátke, príliš dlhé alebo neplatné. Prosím vyberte iné. - + 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ý. - + The server referred to an unknown player. Aborting. Server sa odvolal na neznámeho hráča. Ukončujem. - + 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. - + You were kicked from the server. Boli ste vykopnutý zo serveru. - + You were temporarily banned from the server. Boli ste dočasne zablokovaný na serveri. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Vaše pripojenie k serveru vypršalo z dôvodu neaaktivity. Stačí sa len znovu pripojiť! - + The client player count is invalid. Počet hráčov klienta je neplatný. - + 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. @@ -5043,86 +5105,89 @@ Prosím, vyberte si iné meno. Teraz nemôžete uploadovať nový súbor s avatarom. Skúste to, prosím, o niekoľko sekúnd. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Došlo k internej chybe avatara. Prosím nahláste ju adminovi v lobby chate. - + Could not start game: Synchronization failed. Nepodarilo sa spustiť hru: Zlyhala synchronizácia. - + 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. - + An internal error occured. Nastala interná chyba. - + - + - - - - - - + + + + + + + + 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á. - + Unable to join - the server has already started the game. Nepodarilo sa pripojiť k hre - na serveri už začala hra. - + Your admin state timed out due to inactivity. Feel free to create a new game! Vaše administrátorský stav vypršal z dôvodu neaktivity. Kedykoľvek môžete vytvoriť novú hru! - + You cannot join this type of game as guest. K tejto hre sa nemôžete pripojiť ako hosť. - + The settings are invalid for this type of game. Nastavenia sú neplatné pre tento typ hry. - + 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. - + + Server Message Správa serveru - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_sv.ts b/ts/pokerth_sv.ts index f33997d7..d3ddb0fb 100644 --- a/ts/pokerth_sv.ts +++ b/ts/pokerth_sv.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -212,15 +212,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -282,22 +293,22 @@ p, li { white-space: pre-wrap; } - + <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> - + Project Projekt - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -318,24 +329,34 @@ p, li { white-space: pre-wrap; } - + + Translation + Översättning + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + + Thanks to + Tack till + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -359,22 +380,12 @@ p, li { white-space: pre-wrap; } - - Translation - Översättning - - - - Thanks to - Tack till - - - + License Licens - + Close Stäng @@ -639,7 +650,13 @@ Vänligen välj ett nytt namn. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -649,12 +666,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1161,36 +1172,36 @@ p, li { white-space: pre-wrap; } Du ansluter till ett privat parti. Vänligen ange lösenordet. - + open öppet - - - - + + + + Game Info Spelinformation - - + + Game - - + + Players Spelare - - + + State Status @@ -1205,15 +1216,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Tillgängliga spelare @@ -1234,29 +1245,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1266,77 +1277,78 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - + running aktivt - - + + running games: %1 aktiva spel: %1 - - + + open games: %1 öppna spel: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1345,85 +1357,85 @@ Feel free to invite other players by right-clicking on their nick in the availab Spelare i chatten: %1 - - + + connected players: %1 Anslutna spelare: %1 - - + + Connected players - + hands händer - + minutes minuter - + double blinds Dubbla mörkar vid höjning - + manual blinds order Manuell mörk-ordning - + Server Error Serverfel - + You should not kick yourself from this game! Du borde inte kicka dig själv från spelet! - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -1678,13 +1690,13 @@ Feel free to invite other players by right-clicking on their nick in the availab gameTableImpl - - - + + - - - + + + + Stop Sluta @@ -1716,18 +1728,18 @@ Välj ett nytt namn. F1 - "All in" (Satsa allt) | F2 - Satsa/Höj | F3 - Pass/Syn | F4 - Lägg - - - - - + + + + + Start Starta - - - + + + Lobby Lobby @@ -1938,85 +1950,95 @@ Vänligen välj ett nytt namn. Automatiskt läge valt: Pass eller Lägg. - + Chat Chatt - + Closing PokerTH during network game Stänger PokerTH under nätverksspel - + You are the hosting server. Do you want to close PokerTH anyway? Du är värdserver för spelet, vill du stänga ner i alla fall? - + PokerTH - Internet Game Message PokerTH - Internetspels-meddelande - + Attention! Do you really want to leave the current game and go back to the lobby? OBS! Vill du verkligen lämna det nuvarande spelet och återvända till lobbyn? - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2535,7 +2557,7 @@ p, li { white-space: pre-wrap; } - + Sound Ljud @@ -2545,209 +2567,214 @@ p, li { white-space: pre-wrap; } - + + Show country flag in the corner of avatar + + + + Game Table - - + + Description - - + + Maintainer - + State Status - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - + Play sound effects Spela ljudeffekter - + Sound Volume: Volym: - + 10 10 - + Sound Categories Ljud-kategorier - + Play game actions sounds like "check", "call", "raise" Spela ljud under partiet för handlingar som "pass", "syn", "höjning" - + Play lobby chat notifications Spela upp ljud i lobby-chatten - + Play network/internet game notifications like "player joined the game" Spela upp ljud vid nätverks- och internetspel, t ex "spelare anslöt till spelet" - + Local Game Settings Inställningar för Lokalt Spel - + Number of players: Antal spelare: - - + + Start Cash: Inköp: - - - - + + + + $ SEK - - + + First small blind: Ursprunglig liten mörk: - - + + Raise blinds: Höj mörkar: - - - - + + + + Every: Var: - - + + hands hand - - + + minutes minut - - + + Raise mode: Mörk-läge: - - + + Always double blinds Dubbla mörkar vid höjning - - + + Manual blinds order: Manuell ordning: - - + + Edit ... Redigera ... - + Game Speed: Hastighet: - + Pause between hands (press "start" button to go on) Pausa mellan händerna (tryck på start-knappen för att fortsätta) - + Show game settings dialog on every new game Visa inställningsrutan vid varje nytt spel - + Network Game Settings Inställningar för Nätverks-spel - + Maximum number of players: Maximalt antal spelare: - + Export as html - + Export as txt - + Save as ... - + Delete Ta bort - + Log File @@ -2756,18 +2783,18 @@ p, li { white-space: pre-wrap; } Hastighet för dator-spelare: - + Timeout for player action: Tid att agera på: - - + + s s - + Network Server Settings Inställningar för Nätverks-server @@ -2776,42 +2803,42 @@ p, li { white-space: pre-wrap; } Serverlösenord: - - + + Server Port: Serverport: - - + + Use SCTP Använd SCTP - - + + Use IPv6 Använd IPv6 - - + + <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a> <a href="http://sv.wikipedia.org/wiki/Ipv6">Vad är det här?</a> - - + + <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a> <a href="http://sv.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Vad är det här?</a> - + Internet Game Settings Inställningar för Internet-spel - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -2826,12 +2853,12 @@ p, li { white-space: pre-wrap; } Inställningar för Internetserver (dedikerad server) - + Server Address: Serveradress: - + Use password for private game: Använd lösenord för privat spel: @@ -2860,42 +2887,42 @@ p, li { white-space: pre-wrap; } Spelarnas namn - + Computer Engine Spelmotor - + Opponent 6: Motståndare 6: - + Opponent 5: Motståndare 5: - + Opponent 4: Motståndare 4: - + Opponent 3: Motståndare 3: - + Opponent 2: Motståndare 2: - + Opponent 1: Motståndare 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2910,12 +2937,12 @@ p, li { white-space: pre-wrap; } Mänsklig spelare: - + Enable/Disable Logging Aktivera/stäng av logg-funktionen - + Store log files for Lagra logg-filer i @@ -2924,38 +2951,38 @@ p, li { white-space: pre-wrap; } Dag(ar) - + Log File Directory: Katalog för loggar: - + Write log after every: Skriv till log efter varje: - + action (high frequent disc access) handling (många skrivningar till disk) - + hand (medium disc access) hand (medelmånga skrivningar till disk) - + game (low disc access) parti (få skrivningar till disk) - + Log Messages Loggmeddelanden - + Player Nicks/Avatars Spelarnamn/avatarer @@ -2974,22 +3001,22 @@ p, li { white-space: pre-wrap; } - + Automatic Server Configuration URL - + Serverlist Address: - + Manual Server Configuration - + Day(s) @@ -3023,13 +3050,13 @@ p, li { white-space: pre-wrap; } Lösenord: - + Avatar Server: - + Style @@ -3039,25 +3066,25 @@ p, li { white-space: pre-wrap; } - - + + Add ... - - + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3066,7 +3093,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3075,7 +3102,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3087,72 +3114,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3161,12 +3188,12 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Motståndare 1: {7:?} - + Opponent 8: Motståndare 1: {8:?} @@ -3175,7 +3202,7 @@ p, li { white-space: pre-wrap; } Motståndare 1: {10:?} - + Opponent 9: Motståndare 1: {10:?} {9:?} @@ -3242,64 +3269,64 @@ p, li { white-space: pre-wrap; } Turkiska - - - - + + + + Settings Error Inställningsfel - + The entered flipside picture doesn't exist. Please enter an valid picture! Den angivna kortbilden finns inte. Välj en giltig bild. - - + + The log file directory doesn't exist. Please select an valid directory! Den angivna mappen finns inte. Välj en giltig mapp för loggfiler. - + Language Changed Nytt språk valt - + You have changed application language to %1. Please restart PokerTH to load new language! Du har bytt språk till %1. Starta om PokerTH för att se förändringen. - + Select your flipside picture Välj bild för kortens baksida - + Images (*.png *.jpg *.gif) Bilder (*.png *.jpg *.gif) - + Open Directory Öppna mapp - - + + Blinds Error Mörk-fel - - + + 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. @@ -3378,145 +3405,145 @@ Det kommer sättas till det maximalt tillåtna värdet. - + The entered server list address is not a valid URL. Please enter a valid server list address! - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State Status - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3704,108 +3731,108 @@ Please choose another one. Välj ett nytt namn. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Network Error Nätverksfel - + Server address was not set. Ingen server-adress angiven - + An invalid port was set (ports 0-1023 are not allowed). En ogiltig port var angiven (port 0-1023 är ogiltig). - + Could not create a socket for TCP communication. Kunde inte etablera TCP-kommunikation. - + Could not set the IP address. Kunde inte bestämma IP-adress. - + Could not set the port for this type of address. Kunde inte ställa in porten för den här typen av adress. - + The server name could not be resolved. Kunde inte koppla servernamnet till en IP-adress. - + Bind failed - please choose a different port. Uppkoppling misslyckades, vänligen välj en annan port. - + Internal network error: "listen" failed. Internt nätverksfel: "listen" misslyckades. - + Server execution was terminated. Servern avslutade oväntat. - + Could not connect to the server. Kunde inte ansluta till servern. - + Connection timed out. Please check the server address. @@ -3816,119 +3843,144 @@ Vänligen kontrollera serveradressen. Om servern befinner sig bakom en NAT-router, försäkra dig om att serverns portar har blivit korrekt inställda. - + Internal network error: "select" failed. Internt nätverksfel: "select" misslyckades. - + Internal network error: "send" failed. Internt nätverksfel: "send" misslyckades. - + Connection was closed by the server. Anslutningen avbröts av servern. - + Internal network error: Duplicate TCP connection. Internt nätverksfel: Duplicerad TCP-anslutning. - + An invalid network packet was received. Please make sure that all players use the same version of PokerTH. Ett ogiltigt nätverkspaket har mottagits. Försäkra dig om att alla spelare använder samma version av PokerTH. - + Internal state error. Please make sure that all players use the same version of PokerTH. Internt programfel. Försäkra dig om att alla spelare använder samma version av PokerTH. - + Invalid server list URL. Please correct the address in the settings. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. - + Could not unzip the PokerTH internet server list. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. - + Could not open the target file when downloading the server list. - + 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 servern stöder inte den här versionen av spelet.<br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen. - + Sorry, this server is already full. Tyvärr, den här servern är fullsatt. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. Ogiltigt lösenord för det här partiet. Vänligen ange det korrekta lösenordet. - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Lösenordet är för långt. Vänligen välj ett nytt lösenord. @@ -3943,151 +3995,154 @@ Vänligen välj ett nytt namn. Ditt angivna namn är för kort/långt eller ogiltigt. Vänligen välj ett nytt namn. - + The game name is either too short or too long. Please choose another one. Namnet på partiet är antingen för kort eller för långt. Vänligen ange ett nytt namn. - + The game could not be found. Partiet kunde inte hittas. - + The chat text is invalid. Chatt-texten är ogiltig. - + The server referred to an unknown player. Aborting. Servern hänvisade till en okänd spelare. Avbryter. - + Internal error: The current player could not be found. Internt fel: Den aktuella spelaren kunde inte hittas. - + Internal error: The current player is not active. Internt fel: Den aktuella spelaren är inte aktiv. - + You were kicked from the server. Du slängdes ut från servern. - + You were temporarily banned from the server. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! - + The client player count is invalid. Antalet klienter är ogiltigt. - + Too many manual blinds were set. Please reconfigure the manual blinds. För många manuella mörkar angivna. Vänligen ställ in mörkarna på nytt. - + An invalid avatar file was configured. Please choose a different avatar. En ogiltig avatar var angiven. Vänligen välj en annan avatar. - + The selected avatar file is too large. Please choose a different avatar. Filstorleken på den valda avataren är för stor. Välj en annan avatar. - + An internal avatar error occured. Please report this to an admin in the lobby chat. Ett internt avatarfel uppstod. Var vänlig och rapportera detta till en admin i lobbyn. - + Could not start game: Synchronization failed. Kunde inte starta spelet: Synkroniseringen misslyckades. - + The server is down for maintenance. Please try again later. Servern är nere för underhåll, vänligen försök senare. - + An internal error occured. Ett internt fel har inträffat. - + - + - - - - - - + + + + + + + + Network Notification Nätverksmeddelande - + You were kicked from the game. Du slängdes ut från spelet. - + Sorry, this game is already full. Tyvärr, det här spelet är fullsatt. - + Unable to join - the server has already started the game. Kan inte ansluta - servern har redan påbörjat spelet. - + Your admin state timed out due to inactivity. Feel free to create a new game! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. En ny version av PokerTH är tillgänglig. <br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen. - + 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. Den här betaversionen av PokerTH är för gammal. <br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen. - + + Server Message - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_ta.ts b/ts/pokerth_ta.ts index 691b477a..d412ac11 100644 --- a/ts/pokerth_ta.ts +++ b/ts/pokerth_ta.ts @@ -68,14 +68,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error விளையாட்டு மேசை வடிவம் தவறு - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -88,12 +88,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -104,12 +104,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -119,27 +119,27 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. @@ -154,7 +154,7 @@ Please contact the game table style builder %4. தயவு செய்து விளையாட்டு மேசை வடிவத்தை உருவாக்குபவரிடம் கேட்கவும் %4. - + Cannot load game table style file: %1 Please check the style file or choose another style! @@ -175,8 +175,8 @@ Please contact the game table style builder %3. தயவு செய்து விளையாட்டு மேசை வடிவத்தை உருவாக்குபவரிடம் கேட்கவும் %3. - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! விளையாட்டு மேசை வடிவத்தை தேர்ந்தெடுப்பதற்கு பதிலாக சீட்டு-அட்டை கட்டின் வடிவம் தேர்ந்தெடுக்கப்பட்டுள்ளது. @@ -208,16 +208,27 @@ Please contact the game table style builder %3. விளையாட்டு வீரரை புறக்கணிக்கவும் - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + You will no longer recieve chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? இந்த நபரிடமிருந்து இனி பேச்சு தகவலோ விளையாடுவதற்கு அழைப்பிதலோ பெற முடியாது.<br>இருந்தும் இந்த விளையாட்டு வீரரை <b>%1</b> புறக்கணிப்பு பட்டியலில் போட விரும்புகிறீர்களா? - + + PokerTH - Question போகர்டேஹோ - வினா @@ -266,22 +277,22 @@ p, li { white-space: pre-wrap; } - + <a href="http://www.pokerth.net" target="_blank">http://www.pokerth.net<a> - + Project பணி திட்டம் - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -302,24 +313,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -383,7 +394,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=" "> - ஆரம்ப ஜியுஐ வரைபட வடிவம்</span></p></body></html> - + Translation மொழிபெயர்ப்பு @@ -400,7 +411,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=" ">மொழிபெயர்ப்பாளரின் பெயர் - மெயில் முகவரி</span></p></body></html> - + Thanks to நன்றிகள் @@ -451,12 +462,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;"><span style=" "> - பொதுக்குழுவை பராமரிப்பதற்கும் பிழைகளை சீர் செய்வதற்கும் மற்றும் புது அம்சங்களை சேர்க்கவும்</span></p></body></html> - + License உரிமம் - + Close மூடு @@ -639,7 +650,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -649,12 +666,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1113,36 +1124,36 @@ p, li { white-space: pre-wrap; } நீங்கள் ஒரு தனியார் விளையாட்டில் இணைய போகிறீர்கள். தயவு செய்து இரகசிய சொல்லை தரவும்! - + open திற - - - - + + + + Game Info விளையாட்டை பற்றிய செய்தி - - + + Game விளையாட்டு - - + + Players விளையாட்டு வீரர்கள் - - + + State வீரரின் தற்போதைய நிலவரம் @@ -1153,15 +1164,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players விளையாட இருக்கும் வீரர்கள் @@ -1182,29 +1193,29 @@ p, li { white-space: pre-wrap; } - - + + Standard சாதாரண - - + + Registered players only பதிவு செய்த விளையாட்டு வீரர்கள் மட்டும் - - + + Invited players only அழைக்கப்பட்ட விளையாட்டு வீரர்கள் மட்டும் - - + + Ranking game தரவரிசை விளையாட்டு @@ -1214,87 +1225,88 @@ p, li { white-space: pre-wrap; } விளையாட்டில் இணைந்துள்ள வீரர்கள் - அதிகபட்சம். %1 - - + + T - + + Connected players - Max. %1 விளையாட்டில் இணைந்துள்ள வீரர்கள் - அதிகபட்சம். %1 - + running நடைபெற்றுகொண்டிருக்கும் - - + + running games: %1 நடைபெற்றுகொண்டிருக்கும் விளையாட்டு: %1 - - + + open games: %1 ஆரம்பித்த விளையாட்டுகள்: %1 - + Invite %1 - + Ignore %1 - + %1 is playing in "%2". - + %1 is not playing at the moment. - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1303,54 +1315,54 @@ Feel free to invite other players by right-clicking on their nick in the availab உரையாடும் இடத்தில் உள்ள வீரர்கள்: %1 - - + + connected players: %1 இணைந்துள்ள விளையாட்டு வீரர்கள்: %1 - - + + Connected players இணைந்துள்ள விளையாட்டு வீரர்கள் - + hands சுற்றுகள் - + minutes நொடிகள் - + double blinds இரட்டிப்பு பந்தயத்தொகை - + manual blinds order சுய பந்தயத்தொகை வரிசை - + Server Error விளையாட்டு வழங்கியில் பிழை - + You should not kick yourself from this game! உங்களை நீங்களே விளையாட்டிலிருந்து வெளியே தள்ள கூடாது! - + search for player ... - + Chat is only available to registered players. @@ -1359,7 +1371,7 @@ Feel free to invite other players by right-clicking on their nick in the availab %1 என்ற விளையாட்டு வீரரை அழையுங்கள் - + Invite player ... விளையாட்டு வீரரை அழையுங்கள் ... @@ -1368,7 +1380,7 @@ Feel free to invite other players by right-clicking on their nick in the availab %1 என்ற விளையாட்டு வீரரை புறக்கணிக்கவும் - + Ignore player ... விளையாட்டு வீரரை புறக்கணிக்கவும் ... @@ -1379,8 +1391,8 @@ You can invite other players with right-click on their nick in the left availabl மற்றவர்களை அழைக்க இடது பக்கமுள்ள வீரர்களின் பட்டியலில் மௌசின் வலது பொத்தானை அழுத்தி விளையாட அழையுங்கள். - - + + PokerTH - Info Message போகர்டேஹோ - செய்தி தகவல் @@ -1405,7 +1417,7 @@ You can invite other players with right-click on their nick in the left availabl இனிமேல் இந்த நபரிடமிருந்து உரையாடல் செய்தியோ விளையாட்டு அழைப்பிதலோ பெற முடியாது.<br>நீங்கள் இந்த விளையாட்டு வீரரை <b>%1</b> புறக்கணிப்பு பட்டியலில் போட விரும்புகிறீர்களா? - + PokerTH - Question போகர்டேஹோ - வினா @@ -1644,13 +1656,13 @@ You can invite other players with right-click on their nick in the left availabl gameTableImpl - - - + + - - - + + + + Stop நிறுத்து @@ -1660,60 +1672,70 @@ You can invite other players with right-click on their nick in the left availabl போகர்டெஹோ %1 - சுதந்திர-மூலநிரல் டெக்சாஸ் ஹோல்தேம் பொறி - - - - - + + + + + Start ஆரம்பி - - - + + + Lobby வரவேற்ப்பறை - + Chat உரையாடல் - + Closing PokerTH during network game விளையாட்டு வலையில் போகர்டேஹோ வை மூடும் பொழுது - + You are the hosting server. Do you want to close PokerTH anyway? நீங்கள்தான் இந்த விளையாட்டை ஆரம்பித்தீர்கள். நீங்கள் போகர்டேஹோ வை நிச்சயம் மூட வேண்டுமா? - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + PokerTH - Internet Game Message போகர்டேஹோ - இணையதள விளையாட்டு செய்தி - + Attention! Do you really want to leave the current game and go back to the lobby? கவனிக்க! தற்சமயம் விளையாடும் விளையாட்டிலிருந்து நிச்சயம் நீங்கள் விலகி வரவேர்ப்பரைக்கு திரும்பி செல்ல விரும்புகிறீர்களா? - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -1721,43 +1743,43 @@ If you are temporarily away, you can use the "away" tools in the tool - + Chance ஜெயிக்கும் வாய்ப்பு - + Kick துரத்து - + Do you want to kick <b>%1</b><br>from this game? நீங்கள் <b>%1</b>என்பவரை <br>விளையாட்டிலிருந்து துரத்த விரும்புகிறீர்களா? - - + + <b>%1</b> secs left <b>%1</b> நொடிகள் மீதமுள்ளது - + vote ஒட்டு - + votes ஒட்டுகள் - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. விளையாட்டு வீரர் <b>%1</b> என்பவருக்கு எதிராக <b>%2</b> %3<br>உள்ளது. அவரை துரத்த <b>%4</b> ஓட்டுகள் தேவை. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. உங்களுக்கு எதிராக <b>%1</b> %2 உள்ளது.<br>உங்களை வெளியேற்ற <b>%3</b> ஓட்டுகள் தேவை. @@ -2249,7 +2271,7 @@ Please enter an valid picture! - + Sound சப்தம் @@ -2259,265 +2281,270 @@ Please enter an valid picture! விளையாட்டு துவங்கும் பொழுது வரும் ச்ப்லாஸ் திரையை நிறுத்திவிடு - + + Show country flag in the corner of avatar + + + + Game Table விளையாட்டு மேசை - - + + Description - - + + Maintainer - + State வீரரின் தற்போதைய நிலவரம் - + Card Deck சீட்டு அட்டைகளின் கட்டு - + Card Back சீட்டு அட்டையின் பின்புறம் - + Use card back from card style சீட்டு அட்டையின் பின்புறத்தை அட்டை வடிவத்திலிருந்து உபயோகிக்கவும் - + Use custom card back picture: சுயமாக தயாரித்த சீட்டு அட்டை படத்தை உபயோகிக்கவும்: - + 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: விளையாட்டு வீரர்களின் அதிகபட்ச எண்ணிக்கை: - + Timeout for player action: விளையாட்டு வீரர் ஒரு செயல் செய்ய காலவரம்பு: - + Export as html - + Export as txt - + Save as ... - + Delete - + Log File - - + + s - + Network Server Settings விளையாட்டு வலையின் விளையாட்டு வழங்கி அமைப்பு - - + + Server Port: விளையாட்டு வழங்கியின் போர்ட்: - - + + Use SCTP எஸ்சிதிபி ஐ உபயோகிக்கவும் - - + + Use IPv6 ஐபிவி6 ஐ உபயோகிக்கவும் - - + + <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> - + 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-weight:400; font-style:normal;"> @@ -2528,52 +2555,52 @@ 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-weight:600; font-style:italic;">விளையாட்டு வலை அமைப்பிலிருந்து உபயோகிக்கப்படும்.</span></p></body></html> - + Server Address: விளையாட்டு வழங்கியின் முகவரி: - + Use password for private game: தனியார் விளையாட்டுக்கு இரகசிய வார்த்தையை உபயோகிக்கவும்: - + Computer Engine கணிப்பொறி - + Opponent 6: எதிராளி 6: - + Opponent 5: எதிராளி 5: - + Opponent 4: எதிராளி 4: - + Opponent 3: எதிராளி 3: - + Opponent 2: எதிராளி 2: - + Opponent 1: எதிராளி 1: - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2585,48 +2612,48 @@ p, li { white-space: pre-wrap; } அகலம்=50, உயரம்=50 ஆக இருக்க வேண்டும்.</span></p></body></html> - + Enable/Disable Logging பதிவு செய்வதற்கு அனுமதி வழங்கு/வழங்காதே - + Store log files for பதிவு கோப்பையை சேர்த்து வைக்க வேண்டிய நாட்கள் - + 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 விளையாட்டு வீரர்களின் புனைப்பெயர்/அவதாரங்கள் @@ -2641,22 +2668,22 @@ p, li { white-space: pre-wrap; } இடது பக்கம் உள்ள கருவி பெட்டியை காட்டவும் - + Automatic Server Configuration URL தானாகவே அமைத்துக்கொள்ளும் விளையாட்டு வழங்கியின் முகவரி - + Serverlist Address: விளையாட்டு வழங்கிகளின் பட்டியல் முகவரி: - + Manual Server Configuration விளையாட்டு வழங்கியை தேவைக்கேற்ப மாற்றியமைத்து கொள்க - + Day(s) நாள்(கள்) @@ -2686,13 +2713,13 @@ p, li { white-space: pre-wrap; } சீட்டு அட்டை வாய்ப்பு கண்காணிப்பை காட்டவும் - + Avatar Server: அவதாரத்தின் வழங்கி: - + Style வடிவம் @@ -2702,25 +2729,25 @@ p, li { white-space: pre-wrap; } விளையாட்டு மேசை அமைப்பில் செக், கால், ரைஸ் போன்ற செயல் வார்த்தைகளை மொழிமாற்றம் செய்யாதே - - + + Add ... சேர்க்க ... - - + + Remove நீக்கவும் - - + + Preview - Information: முன்காட்சி - தகவல்: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2733,7 +2760,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;"><a href="http://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">போகர்டேஹோ வின் புதிய விளையாட்டு மேசை வடிவங்களை பெருக ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2746,7 +2773,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;"><a href="http://cdstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">போகர்டேஹோ வின் புதிய சீட்டு அட்டை கட்டின் வடிவம் பெருக ...</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2765,72 +2792,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-style:italic;">குறிப்பு: சிறந்த படத்தை பெற அதன் </span><span style=" font-weight:600; font-style:italic;">அகலம்=48, உயரம்=76 ஆக இருக்க வேண்டும்.</span></p></td></tr></table></body></html> - + Delay between hands: சுற்றுகளுக்கு இடையிலான காலதாமதம்: - + Server விளையாட்டு வழங்கி - + Game விளையாட்டு - + Default game name: எப்பொழுதும் பயன்படுத்தும் விளையாட்டு பெயர்: - + Default game type: எப்பொழுதும் பயன்படுத்தும் விளையாட்டு முறை: - + Standard சாதாரண - + Registered players only பதிவு செய்யப்பட்ட விளையாட்டு வீரர்கள் மட்டும் - + Invited players only அழைக்கப்பட்ட விளையாட்டு வீரர்கள் மட்டும் - + Ranking game தரவரிசை விளையாட்டு - + Show lobby chat வரவேற்ப்பறை உரையாடலை காட்டவும் - + Ignored Players புறக்கணிக்கப்பட்ட விளையாட்டு வீரர்கள் - + Player விளையாட்டு வீரர் - + Remove Player விளையாட்டு வீரரை நீக்கவும் - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -2843,17 +2870,17 @@ p, li { white-space: pre-wrap; } <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">மனித விளையாட்டு வீரர்:<br /><span style=" font-style:italic;">(இந்த புனைப்பெயர் இணையதள விளையாட்டு நுழைவுக்கும் உபயோக்கியப்படும்)</span></p></body></html> - + Opponent 7: எதிராளி 7: - + Opponent 8: எதிராளி 8: - + Opponent 9: எதிராளி 9: @@ -2936,64 +2963,64 @@ 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! நீங்கள் விளையாட்டை %1 என்ற மொழிக்கு மாற்றிவிட்டீர்கள். புது மொழியின் செயர்ப்பாட்டை காண தயவு செய்து போகர்டேஹோ வை மீண்டும் துவக்கவும்! - + Select your flipside picture சீட்டு அட்டையின் பின்புற படத்தை தேர்ந்தெடுக்கவும் - + Images (*.png *.jpg *.gif) வடிவங்கள் (*.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. @@ -3037,7 +3064,7 @@ This first-small-blind-value will be set to maximum allowed value. ஸ்வீடிஷ் - + The entered server list address is not a valid URL. Please enter a valid server list address! கொடுக்கப்பட்ட விளையாட்டு வழங்கி பட்டியலின் முகவரி சரியல்ல. @@ -3059,143 +3086,143 @@ Please enter a valid server list address! டானிஷ் - - + + Maintainer Name பராமரிப்பாளரின் பெயர் - - + + Maintainer EMail பராமரிப்பாளரின் இமெயில் - - + + Create Date தயாரிக்கப்பட்ட தேதி - + Windows Behaviour விண்டோவின் குணங்கள் - + scaleable மாற்ற தக்கது - + fixed நிர்ணயிக்கப்பட்டது - + Minimum Size குறைந்தபட்ச அளவு - + Maximum Size அதிகபட்ச அளவு - + Fixed Size நிர்ணயிக்கப்பட்ட அளவு - + State வீரரின் தற்போதைய நிலவரம் - + Please select your game table style தயவு செய்து உங்கள் விளையாட்டு மேசை வடிவத்தை தேர்ந்தெடுக்கவும் - + PokerTH game table styles (*.xml) போகர்டேஹோ வின் விளையாட்டு மேசை வடிவங்கள் (*.xml) - + Game Table Style Error விளையாட்டு மேசை வடிவத்தின் பிழை - + Selected game table style file is already in the list. Please select another one to add! தேர்ந்தெடுத்த விளையாட்டு மேசை வடிவத்தின் கோப்பை ஏற்கனவே பட்டியலில் உள்ளது. தயவு செய்து சேர்க்க வேறொன்றை தேர்ந்தெடுக்கவும்! - + Game Table Style File Error விளையாட்டு மேசை வடிவ கோப்பையின் பிழை - + Could not load game table style file correctly. Style will not be placed into list! விளையாட்டு மேசை வடிவ கோப்பையை சரியாக துவக்க முடியவில்லை. வடிவம் பட்டியலில் சேர்க்கப்படாது! - + Please select your card deck style தயவு செய்து உங்கள் சீட்டு அட்டை வடிவத்தை தேர்ந்தெடுக்கவும் - + PokerTH card deck styles (*.xml) போகர்டேஹோ வின் சீட்டு அட்டை வடிவங்கள் (*.xml) - + Card Deck Style Error சீட்டு அட்டை வடிவம் பிழை - + Selected card deck style file is already in the list. Please select another one to add! தேர்ந்தெடுத்த சீட்டு அட்டை வடிவத்தின் கோப்பை ஏற்கனவே பட்டியலில் உள்ளது. தயவு செய்து சேர்க்க வேறொன்றை தேர்ந்தெடுக்கவும்! - + Card Deck Style File Error சீட்டு அட்டை வடிவ கோப்பை பிழை - + Could not load card deck style file correctly. Style will not be placed into list! சீட்டு அட்டை வடிவ கோப்பையை சரியாக துவக்க முடியவில்லை. வடிவம் பட்டியலில் சேர்க்கப்படாது ! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3379,108 +3406,108 @@ Please choose another one. தயவு செய்து வேறொரு பெயரை தேர்ந்தெடுக்கவும். - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. திசிபி தொடர்புக்கு சாக்கெட் உருவாக்க இயலவில்லை. - + 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. @@ -3491,125 +3518,150 @@ 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. விளையாட்டின் உள்நிலை பிழை. விளையாட்டு வீரர்கள் அனைவரும் சரியான போகர்டேஹோ பிரதியை உபயோகிக்கின்றனரா என தயவு செய்து சரி பார்க்கவும். - + Invalid server list URL. Please correct the address in the settings. பட்டியலில் உள்ள விளையாட்டு வழங்கியின் முகவரி தவறு. தயவு செய்து விளையாட்டு வழங்கியின் அமைப்பில் முகவரியை மாற்றவும். - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. பட்டியலில் உள்ள விளையாட்டு வழங்கியின் MD5 எனும் கோப்பை திறக்க முடியவில்லை. தயவு செய்து விளையாட்டு வழங்கியின் முகவரியை பட்டியலில் சரி பார்க்கவும். - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. போகர்டேஹோ இன் இணையதள விளையாட்டு வழங்கிகளின் பிணைப்பு தவறிவிட்டது. தயவு செய்து விளையாட்டு வழங்கியின் முகவரியை பட்டியலில் சரி பார்க்கவும். - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. போகர்டேஹோ இன் இணையதள விளையாட்டு வழங்கியின் பட்டியலில் தவறான தகவல் உள்ளது. நீங்கள் உங்களுக்கென சிறப்பாக உருவாக்க பட்ட விளையாட்டு வழங்கி பட்டியலை உபயோகித்தால் தயவு செய்து அதன் வடிவமைப்பை சரி பார்க்கவும். - + Could not unzip the PokerTH internet server list. போகர்டேஹோ வின் இணையதள விளையாட்டு வழங்கியின் பட்டியலை அன்சிப் செய்ய முடியவில்லை. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. போகர்டேஹோ இன் இணையதள விளையாட்டு வழங்கியின் பட்டியலை இணையதளத்தில் இருந்து இறக்குமதி செய்ய முடியவில்லை. தயவு செய்து நீங்கள் இணையதளத்துடன் நேரதியாக இணைந்துளீரா என சரி பார்க்கவும். - + Could not open the target file when downloading the server list. இணையதள விளையாட்டு வழங்கியின் பட்டியலை இணையதளத்தில் இருந்து இறக்குமதி செய்யும் பொழுது தேவையான கோப்பையை திறக்க முடியவில்லை. - + 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. விளையாட்டின் இப்பிரதிக்கு போகர்டேஹோ இன் விளையாட்டு வழங்கி ஆதரவு தரவில்லை.<br>தயவு செய்து இந்த <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a>இந்த முகவரிக்கு சென்று புதிய பிரதியை இனையதளத்தில் இருந்து இறக்குமதி செய்யவும். - + Sorry, this server is already full. மன்னிக்கவும் விளையாட்டு வழங்கி முன்னதாகவே நிரம்பி வழிகிறது. - + Invalid login. Please check your username and password. தவறான நுழைவு. தயவு செய்து உங்களின் உபயோகிக்கும் பெயர் மற்றும் இரகசிய வார்த்தையை சரி பார்க்கவும். - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. தற்சமயம் உங்களால் நுழைய முடியாது. தயவு செய்து சிறிது வினாடிகள் கழித்து முயற்ச்சி செய்து பார்க்கவும். - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. விளையட்டினுள் நுழையும் பொழுது உபயோகித்த இரகசிய வார்த்தை தவறு. தயவு செய்து சரியான இரகசிய வார்த்தையை உபயோகித்து மீண்டும் முயற்ச்சி செய்யவும். - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. இரகசிய வார்த்தையின் நீளம் அதிகமாக உள்ளது. தயவு செய்து வேறொன்றை தேர்ந்தெடுக்கவும். @@ -3623,151 +3675,154 @@ 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. கூறிய வார்த்தை செல்லாது. - + 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. விளையாட்டு வழங்கியினால் நீங்கள் வெளியேற்றப்பட்டுள்ளீர். - + You were temporarily banned from the server. நீங்கள் தற்சமையம் விளையாட்டு வழங்கியை உபயோகிப்பதிலிருந்து தள்ளிவைக்கப்பட்டுளீர். - + Your server connection timed out due to inactivity. You are very welcome to reconnect! நீண்ட நேரம் விளையாடாமல் இருந்ததால் விளையாட்டு வளங்கியுடனான தொடர்பு துண்டிக்கப்பட்டுள்ளது. விளையட்டினுள் மீண்டும் சேர உங்களை வரவேற்கிறோம்! - + 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. தேர்ந்தெடுத்த அவதார் எனப்படும் கோப்பையின் அளவு மிகவும் அதிகமாக உள்ளது. தயவு செய்து வேறொரு அவதார் கோப்பையை தேர்ந்தெடுக்கவும். - + An internal avatar error occured. Please report this to an admin in the lobby chat. அவதார் கொப்பையினுள் பிழை ஏற்ப்பட்டுள்ளது. தயவு செய்து இதை பேசும் வரவேற்ப்பரையில் உள்ள நிர்வாகியிடம் கூறவும். - + 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. விளையாட்டில் சேர முடியாய்வில்லையா - ஏற்கனவே விளையாட்டு வழங்கியில் விளையாட்டு ஆரம்பமாகிவிட்டது. - + Your admin state timed out due to inactivity. Feel free to create a new game! நீண்ட நேரம் விளையாடாமல் இருந்ததால் நீங்கள் ஆரம்பித்த விளையாட்டு நிறைவுக்கு கொண்டுவரப்பட்டுள்ளது. வேண்டுமெனில் மீண்டும் ஒரு விளையாட்டை ஆரம்பிக்கவும்! - + You cannot join this type of game as guest. இவ்வகையான விளையாட்டில் ஒரு விருந்தாளியாக நீங்கள் சேர முடியாது. - + The settings are invalid for this type of 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. போகர்டேஹோ வின் புதிய பிரதி இணையதளத்தில் உள்ளது.<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. இந்த போகர்டேஹோ வின் பீட்டா வெளியீடு காலம் கடந்தது.<br>தயவு செய்து இந்த முகவரிக்கு <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> சென்று புதிய பிரதியை இறக்குமதி செய்யவும். - + + Server Message விளையாட்டு வழங்கியிடமிருந்து தகவல் - + PokerTH %1 போகர்டேஹோ %1 diff --git a/ts/pokerth_tr.ts b/ts/pokerth_tr.ts index f731999f..24e15679 100644 --- a/ts/pokerth_tr.ts +++ b/ts/pokerth_tr.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -224,15 +224,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -278,17 +289,17 @@ p, li { white-space: pre-wrap; } - + Project Proje - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: 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;">Project page: </span></p> @@ -309,24 +320,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -373,17 +384,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 @@ -408,7 +419,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 @@ -482,7 +493,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> @@ -950,7 +961,13 @@ Lütfen farklı bir isim seçiniz. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -960,12 +977,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1491,52 +1502,52 @@ p, li { white-space: pre-wrap; } Özel bir oyuna girmek üzeresiniz. Lütven parolanızı giriniz! - - - - + + + + Game Info Oyun Bilgisi - - + + Connected players - + Server Error Sunucu Hatası - + You should not kick yourself from this game! Bu oyunda kendi kendinizi tekmeleyemezsiniz! - + running çalışıyor - - + + Game Oyun - - + + Players Oyuncular - - + + State Aşama @@ -1545,27 +1556,27 @@ p, li { white-space: pre-wrap; } Özel - + open - + hands eller - + minutes dakika - + double blinds çifte teklif - + manual blinds order el ile teklif istemi @@ -1581,15 +1592,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players Uygun Oyuncular @@ -1610,29 +1621,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1642,72 +1653,73 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - - + + running games: %1 Çalışan oyunlar: %1 - - + + open games: %1 açık oyunlar: %1 - + Invite %1 - + Ignore %1 - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? @@ -1716,49 +1728,49 @@ Feel free to invite other players by right-clicking on their nick in the availab söyleşideki oyuncular: %1 - - + + connected players: %1 bağlı oyuncular: %1 - + search for player ... - + Chat is only available to registered players. - + Invite player ... - + Ignore player ... - + %1 is playing in "%2". - + %1 is not playing at the moment. - - + + PokerTH - Info Message - + PokerTH - Question @@ -2056,23 +2068,23 @@ Feel free to invite other players by right-clicking on their nick in the availab F1 - Katla/Hepsini | F2 - Denetle/Çağır | F3 - Bahis/Yükselt - - - - - + + + + + Start Başlat - - - + + - - - + + + + Stop Dur @@ -2245,7 +2257,7 @@ Eğer sunucu bir NAT-Router arkasındaysa, sunucu tarafındaki bağlantı noktas Oto kip ayarlı: denetleyin veya katlayın. - + Chat Sohbet @@ -2318,12 +2330,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ü 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? @@ -2345,9 +2357,9 @@ Lütfen <a href="http://www.pokerth.net/" target="_blank" PokerTH %1 - Açık-Kaynak Texas Holdem Motoru - - - + + + Lobby Kulis @@ -2356,70 +2368,80 @@ Lütfen <a href="http://www.pokerth.net/" target="_blank" İçsel bir simge hatası algılandı. Lütfen bunu kulis söyleşisinde yöneticiye iletin. - + PokerTH - Internet Game Message PokerTH - Internet Oyunu Mesajı - + Attention! Do you really want to leave the current game and go back to the lobby? Dikkat! Bu oyunu gerçekten bırakmak ve lobiye dönmek istiyormusunuz? - + Chance Şans - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick Tekmele - + Do you want to kick <b>%1</b><br>from this game? <b>%1</b><br> kişisini oyundan atmak istiyormusunuz? - - + + <b>%1</b> secs left <b>%1</b> saniye kaldı - + vote oy - + votes oylar - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2926,8 +2948,8 @@ p, li { white-space: pre-wrap; } Small Blind: - - + + Start Cash: Ödemeyi Başlat: @@ -2940,14 +2962,14 @@ p, li { white-space: pre-wrap; } Sunucu Ayarları - - + + Server Port: Sunucu Bağlantı Noktası: - - + + Use IPv6 IPv6 Kullan @@ -2960,32 +2982,32 @@ 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: @@ -2998,7 +3020,7 @@ p, li { white-space: pre-wrap; } Ouncu Takma Adları - + Log File Directory: Günlük Dosyası Dizini: @@ -3008,17 +3030,17 @@ p, li { white-space: pre-wrap; } - + Log Messages Günlük Mesajları - + Local Game Settings Yerel Oyun Ayarları - + Network Game Settings Ağ Oyunu Ayarları @@ -3055,7 +3077,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 @@ -3064,17 +3086,17 @@ 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) @@ -3087,17 +3109,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: @@ -3119,7 +3141,7 @@ p, li { white-space: pre-wrap; } Vis knapper for "small blind" og "big blind" - + Play sound effects Ses etkilerini oynat @@ -3128,20 +3150,20 @@ 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> @@ -3158,22 +3180,22 @@ 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: @@ -3182,17 +3204,17 @@ p, li { white-space: pre-wrap; } 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) @@ -3211,7 +3233,7 @@ p, li { white-space: pre-wrap; } - + Sound Ses @@ -3221,98 +3243,98 @@ p, li { white-space: pre-wrap; } - + Game Table - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: - - + + 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 ... - + Delay between hands: - + Network Server Settings Ağ Sunucusu Ayarları - + Internet Game Settings İnternet Oyun Ayarları @@ -3321,12 +3343,12 @@ p, li { white-space: pre-wrap; } İnternet Oyun Ayarları (Tahsis edilen Sunucu) - + Server Address: Sunucu Adresi: - + Use password for private game: Özel oyun için parola kullan: @@ -3348,22 +3370,22 @@ 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 @@ -3372,7 +3394,7 @@ p, li { white-space: pre-wrap; } Kulis Sohbetini Etkinleştir/Edilgenleştir (IRC Sunucu) - + Player Nicks/Avatars Oyuncu Takma İsimleri/Avatarları @@ -3413,26 +3435,26 @@ 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;">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> - - - - + + + + $ $ - + Timeout for player action: Oyuncu hamlesi için zaman bitti: - - + + s s - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal;"> @@ -3443,7 +3465,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;">Not: Öntanımlı </span><span style=" font-weight:600; font-style:italic;">Oyun Ayarları</span><span style=" font-style:italic;"> örneğin "En fazla oyuncu sayısı", "Başlangıç Parası" ve "En az Teklif" </span><span style=" font-weight:600; font-style:italic;">Ağ Oyunu Ayarlarında kullanılabilir.</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-weight:400; font-style:normal; text-decoration:none;"> @@ -3453,22 +3475,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;"><span style=" font-style:italic;">Not: En iyi kalitede resim oranı </span><span style=" font-weight:600; font-style:italic;">genişlik=50, yükseklik=50.</span></p></body></html> - + Automatic Server Configuration URL Otomatik Sunucu Ayarları Adresi - + Serverlist Address: Sunucu Listesi Adresi: - + Manual Server Configuration El ile Ayarlanmış Sunucu Ayarları - + Day(s) Gün(ler) @@ -3510,13 +3532,13 @@ p, li { white-space: pre-wrap; } Parola: - + Avatar Server: - + Style @@ -3526,25 +3548,30 @@ p, li { white-space: pre-wrap; } - - - Add ... + + Show country flag in the corner of avatar - + + Add ... + + + + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3553,24 +3580,24 @@ p, li { white-space: pre-wrap; } - - + + Description - - + + Maintainer - + State Aşama - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3579,7 +3606,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3591,67 +3618,67 @@ p, li { white-space: pre-wrap; } - + Server - + Game Oyun - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3660,37 +3687,37 @@ p, li { white-space: pre-wrap; } - + Opponent 7: Rakip 6: {7:?} - + Opponent 8: Rakip 6: {8:?} - + Export as html - + Export as txt - + Save as ... - + Delete Sil - + Log File @@ -3699,7 +3726,7 @@ p, li { white-space: pre-wrap; } Rakip 6: {10:?} - + Opponent 9: Rakip 6: {10:?} {9:?} @@ -3707,10 +3734,10 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - - - + + + + Settings Error Ayar Hatası @@ -3727,7 +3754,7 @@ Please select an valid directory! Lütfen geçerli bir dizin giriniz! - + Select your flipside picture Kıvrık taraf resminizi seçin @@ -3736,24 +3763,24 @@ 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. @@ -3820,12 +3847,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. @@ -3862,15 +3889,15 @@ Yeni dilde yüklenmesi için lütfen PokerTH programını yeniden başlatınız! - + 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. @@ -3912,7 +3939,7 @@ Lütfen geçerli bir dizin seçiniz! İsveççe - + The entered server list address is not a valid URL. Please enter a valid server list address! Girilen sunucu listesi adresi geçerli değil. @@ -3929,139 +3956,139 @@ Lütfen geçerli bir adres girin! Danimarka Dili - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State Aşama - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -4257,108 +4284,108 @@ Please choose another one. Lütfen başka bir tane seçiniz. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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ı. - + Connection timed out. Please check the server address. @@ -4369,124 +4396,149 @@ 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. - + 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. - + Connection was closed by the server. Bağlantı, sunucu tarafından kapatıldı. - + 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ı. Lütfen bütün oyuncuların PokerTH ın aynı sürümünü kullandığından emin olun. - + Invalid server list URL. Please correct the address in the settings. Geçersiz sunucu listesi. Lütfen ayarlardan adresi düzeltin. - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. Sunucu listesinin MD5 dosyası açılamadı. Lütfen sunucu listesinin adresinin doğru olduğundan emin olun. - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. PokerTH İnternet sunucu listesi eşzamanlanamadı. Lütfen sunucu listesi adresinin doğru olduğundan emin olun. - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. PokerTH İnternet sunucu listesi geçersiz veriler içeriyor. Eğer özel bir sunucu listesi kullanıyorsanız lütfen dosya biçiminin doğru olduğundan emin olun. - + Could not unzip the PokerTH internet server list. Sıkıştırılmış durumdaki PokerTH İnternet sunucu listesi açılamadı. - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. PokerTH sunucu listesi indirilemedi. Lütfen doğrudan İnternet'e bağlı olduğunuzdan emin olun. - + Could not open the target file when downloading the server list. Sunucu listesi indirilirken hedef dosya açılamadı. - + 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 sunucu, oyunun bu sürümünü desteklemiyor.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indirin. - + Sorry, this server is already full. Üzgünüm, bu sunucu dolu. - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + 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 avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. Parola çok uzun. Lütfen başka bir tane deneyin. @@ -4501,67 +4553,67 @@ Lütfen farklı bir isim seçiniz. Bu oyuncu ismi, çok kısa, çok uzun yahut geçersiz. Lütfen başka bir isim seçiniz. - + 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. - + The server referred to an unknown player. Aborting. Sunucu, bilinmeyen bir oyuncuya devredildi. Çıkılıyor. - + 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. - + You were kicked from the server. Sunucu tarafından tekmelendiniz. - + You were temporarily banned from the server. Sunucuya erişiminz geçici olarak yasaklandı. - + Your server connection timed out due to inactivity. You are very welcome to reconnect! Bir etkinlik olmadığından sunucu ile kurduğunuz bağlantı zamanaşımına uğradı. Tabii ki yeniden bağlanabilirsiniz! - + The client player count is invalid. İstemci oyuncu sayısı yanlış. - + 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. @@ -4570,86 +4622,89 @@ Lütfen farklı bir isim seçiniz. Şimdi yeni bir avatar dosyası yükleyemezsiniz. Lütfen birkaç saniye sonra yeniden deneyin. - + An internal avatar error occured. Please report this to an admin in the lobby chat. İçsel bir simge hatası algılandı. Lütfen bunu kulis söyleşisinde yöneticiye iletin. - + Could not start game: Synchronization failed. Oyun başlatılamadı: Eş zamalama yapılamadı. - + The server is down for maintenance. Please try again later. Sunucu bakım sebebiyle kapalı. Lütfen sonra tekrar deneyin. - + An internal error occured. Dahili bir hata oluştu. - + - + - - - - - - + + + + + + + + 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. - + Unable to join - the server has already started the game. Girilemiyor - sunucu zaten oyuna başladı. - + Your admin state timed out due to inactivity. Feel free to create a new game! Bir etkinlik olmadığından yönetici durumunuz zamanaşımına uğradı. Tabii ki yeni bir oyun oluşturabilirsiniz! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. PokerTH ın yeni bir yayını hazır.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indirin. - + 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 ara sürümü artık geçersiz.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indiriniz. - + + Server Message - + PokerTH %1 PokerTH %1 diff --git a/ts/pokerth_zhcn.ts b/ts/pokerth_zhcn.ts index db745d79..31150e6e 100644 --- a/ts/pokerth_zhcn.ts +++ b/ts/pokerth_zhcn.ts @@ -66,14 +66,14 @@ Please select a card deck style and try again! GameTableStyleReader - - - + + + Game Table Style Error - + Selected game table style "%1" seems to be incomplete or defective. The value(s) of: @@ -86,12 +86,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Fields content missing - + One or more pictures from current game table style "%1" were not found: %2 @@ -102,12 +102,12 @@ Please contact the game table style builder via "%3". - + Game Table Style Error - Pictures missing - + Selected game table style "%1" seems to be outdated. The current PokerTH game table style version is "%2", but this style has version "%3" set. @@ -117,40 +117,40 @@ Please contact the game table style builder via "%4". - + Game Table Style Error - Outdated - + Everything OK! - + Some pictures are missing, please contact style maintainer for this issue. - + Some style fields are missing, please contact style maintainer for this issue. - + This style is outdated, please contact style maintainer for this issue. - + Cannot load game table style file: %1 Please check the style file or choose another style! - - + + A card deck style was selected instead of a game table style. Please select a game table style and try again! @@ -216,15 +216,26 @@ Please select a game table style and try again! - + + Report inappropriate avatar + + + + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on ignore list? - + + PokerTH - Question + + + Are you sure you want to report the avatar of "%1" as inappropriate? + + ServerListDialog @@ -263,7 +274,7 @@ Please select a game table style and try again! © 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> @@ -361,17 +372,7 @@ p, li { white-space: pre-wrap; } 关于 - - Close - 关闭 - - - - License - 许可 - - - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -379,29 +380,6 @@ p, li { white-space: pre-wrap; } <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker engine for the popular &quot;Texas Hold'em&quot; Poker</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer games with up to 9 computer-opponents</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Multiplayer network games<br />- Internet online games<br />- Changeable gui with online style gallery<br />- <a href="http://online-ranking.pokerth.net"><span style=" text-decoration: underline; color:#0057ae;">Online ranking website</span></a> with result tables</p> -<p 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;"></p> -<p 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> - - - - - Project - 项目 - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: 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;">Project page: </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> @@ -420,24 +398,24 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">translator name - mail address</p></td></tr></table></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <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:8pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <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> @@ -461,12 +439,45 @@ p, li { white-space: pre-wrap; } - + + Close + 关闭 + + + + License + 许可 + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<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:8pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Poker engine for the popular &quot;Texas Hold'em&quot; Poker</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Singleplayer games with up to 9 computer-opponents</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Multiplayer network games<br />- Internet online games<br />- Changeable gui with online style gallery<br />- <a href="http://online-ranking.pokerth.net"><span style=" text-decoration: underline; color:#0057ae;">Online ranking website</span></a> with result tables</p> +<p 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;"></p> +<p 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;">© 2006-2010, FHammer, FThauer, LMay</p></td></tr></table></body></html> + + + + + Project + 项目 + + + Thanks to 鸣谢 - + Translation 翻译 @@ -732,7 +743,13 @@ Please choose a different name. - There is already a game with your choosen game name. + There is already a game with your chosen game name. +Please choose another one! + + + + + There is a forbidden word in your chosen game name. Please choose another one! @@ -742,12 +759,6 @@ Please choose another one! Game name: - - - There is a forbidden word in your choosen game name. -Please choose another one! - - changeHumanPlayerNameDialog @@ -1239,26 +1250,26 @@ p, li { white-space: pre-wrap; } %1的游戏 - - + + connected players: %1 已连接的玩家:%1 - + double blinds 双倍盲注 - - - - + + + + Game Info 游戏信息 - + hands 成手 @@ -1268,33 +1279,33 @@ p, li { white-space: pre-wrap; } 加入一个私人游戏 - + manual blinds order 手动盲注顺序 - + minutes 分钟 - - + + Game 游戏 - - + + Players 玩家 - - + + State 状态 @@ -1303,13 +1314,13 @@ p, li { white-space: pre-wrap; } 私人 - + open - - + + open games: %1 游戏开局:%1 @@ -1318,7 +1329,7 @@ p, li { white-space: pre-wrap; } 聊天中的玩家:%1 - + running 运行中 @@ -1329,15 +1340,15 @@ p, li { white-space: pre-wrap; } - - + + P - - + + Available Players 在线的玩家 @@ -1358,29 +1369,29 @@ p, li { white-space: pre-wrap; } - - + + Standard - - + + Registered players only - - + + Invited players only - - + + Ranking game @@ -1390,118 +1401,119 @@ p, li { white-space: pre-wrap; } - - + + T - + + Connected players - Max. %1 - - + + running games: %1 运行中的游戏:%1 - - + + Connected players - + Server Error 服务器错误 - + search for player ... - + Chat is only available to registered players. - + Invite %1 - + Ignore %1 - + %1 is playing in "%2". - + %1 is not playing at the moment. - + <span style='color:blue;'>%1 has been invited to %2 by %3.</span> - + <span style='color:red;'>%1 has rejected the invitation to %2.</span> - + <span style='color:red;'>%1 cannot join %2 because he is busy.</span> - - + + The game will start in<br><b>%1</b> seconds. - + Invite player ... - + Ignore player ... - + You have entered a game with type "invite-only". Feel free to invite other players by right-clicking on their nick in the available players list. - + You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game? - + You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list? - - + + PokerTH - Info Message - + PokerTH - Question @@ -1516,7 +1528,7 @@ Feel free to invite other players by right-clicking on their nick in the availab 你正在加入一个私人游戏。请输入密码! - + You should not kick yourself from this game! 你无法将自己踢出游戏! @@ -1796,7 +1808,7 @@ Please make sure that all players use the same version of PokerTH. 设置的端口无效(不能设置0-1023间的端口)。 - + Attention! Do you really want to leave the current game and go back to the lobby? 注意!你真的想离开当前的游戏 @@ -1815,12 +1827,12 @@ and go back to the lobby? 端口绑定失败 - 请使用其它的端口。 - + Chat 聊天 - + Closing PokerTH during network game 在网络游戏中关闭PokerTH @@ -1910,9 +1922,9 @@ Please reenter the password and try again. 请重新输入密码并重试。 - - - + + + Lobby 大厅 @@ -1929,7 +1941,7 @@ Please reenter the password and try again. 网络通知 - + PokerTH - Internet Game Message PokerTH - 网络游戏消息 @@ -1955,23 +1967,23 @@ Please reenter the password and try again. 对不起,服务器已经满人了。 - - - - - + + + + + Start 开始 - - - + + - - - + + + + Stop 停止 @@ -2032,7 +2044,7 @@ Please reenter the password and try again. 无法加入 - 服务器已经开始游戏。 - + You are the hosting server. Do you want to close PokerTH anyway? 你现在是主机。你还是希望关闭PokerTH么? @@ -2111,58 +2123,68 @@ Please make sure you are directly connected to the internet. 在下载服务器列表过程中无法打开目标文件。 - + Chance - + + Really want to exit? + + + + + PokerTH - Close Table? + + + + Kick - + Do you want to kick <b>%1</b><br>from this game? - - + + <b>%1</b> secs left - + vote - + votes - + Player <b>%1</b> has <b>%2</b> %3<br>against him. <b>%4</b> vote(s) needed to kick. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. - + Chat is only available to registered players. - + PokerTH - Warning - + You have triggered a warning level of timeouts in a ranking game. After %1 additional timeouts the server needs to kick you to provide a better game flow! @@ -2597,8 +2619,8 @@ Please choose a smaller picture! settingsDialog - - + + s @@ -2607,27 +2629,27 @@ Please choose a smaller picture! #pokerth - - - - + + + + $ $ - - + + <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> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style="font-weight:400; font-style:normal; text-decoration:none;"> @@ -2648,7 +2670,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;">注意:最佳的图像横宽比为</span><span style=" font-weight:600; font-style:italic;">宽度100, 高度140。</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-weight:400; font-style:normal;"> @@ -2659,18 +2681,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;"><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> - + 10 10 - + action (high frequent disc access) 每次操作(高频率磁盘读写) - - + + Always double blinds 总是将盲注翻倍 @@ -2687,7 +2709,7 @@ p, li { white-space: pre-wrap; } chat.freenode.net - + Computer Engine 电脑对手 @@ -2700,8 +2722,8 @@ p, li { white-space: pre-wrap; } 默认 - - + + Edit ... 编辑... @@ -2710,21 +2732,21 @@ p, li { white-space: pre-wrap; } 启用/禁用大厅聊天(IRC服务器) - + Enable/Disable Logging 启用/禁用日志 - - - - + + + + Every: 每: - - + + First small blind: 首轮小盲注: @@ -2733,7 +2755,7 @@ p, li { white-space: pre-wrap; } 牌背 - + game (low disc access) 每局游戏(低频率磁盘读写) @@ -2742,18 +2764,18 @@ p, li { white-space: pre-wrap; } 电脑对手游戏速度: - + Game Speed: 游戏速度: - + hand (medium disc access) 每手(中等频率磁盘读写) - - + + hands 成手 @@ -2768,7 +2790,7 @@ p, li { white-space: pre-wrap; } 界面 - + Internet Game Settings 因特网游戏设置 @@ -2782,35 +2804,35 @@ p, li { white-space: pre-wrap; } 语言: - + Local Game Settings 本地游戏设置 - + Log File Directory: 日志文件目录: - + Log Messages 日志消息 - - + + Manual blinds order: 手动盲注顺序: - + Maximum number of players: 玩家数上限: - - + + minutes 分钟 @@ -2820,47 +2842,47 @@ p, li { white-space: pre-wrap; } 网络/因特网游戏 - + Network Game Settings 网络游戏设定 - + Network Server Settings 网络服务器设定 - + Number of players: 玩家数目: - + Opponent 1: 对手1: - + Opponent 2: 对手2: - + Opponent 3: 对手3: - + Opponent 4: 对手4: - + Opponent 5: 对手5: - + Opponent 6: 对手6: @@ -2869,27 +2891,27 @@ p, li { white-space: pre-wrap; } 自己的牌背图片: - + Pause between hands (press "start" button to go on) 在两成手之间暂停(按下“开始”按钮继续) - + Play game actions sounds like "check", "call", "raise" 播放游戏操作声音,例如“让牌”,“跟进”,“加注” - + Play lobby chat notifications 播放大厅聊天通知 - + Play network/internet game notifications like "player joined the game" 播放网络/因特网游戏通知,例如“玩家加入游戏” - + Play sound effects 播放音效 @@ -2898,7 +2920,7 @@ p, li { white-space: pre-wrap; } 玩家昵称 - + Player Nicks/Avatars 玩家昵称/头像 @@ -2907,14 +2929,14 @@ p, li { white-space: pre-wrap; } QLabel { font-weight: bold; } - - + + Raise blinds: 加盲注: - - + + Raise mode: 加注模式: @@ -2924,7 +2946,7 @@ p, li { white-space: pre-wrap; } 反向F-键顺序(F1 - F4) - + Server Address: 服务器地址: @@ -2933,8 +2955,8 @@ p, li { white-space: pre-wrap; } 服务器密码: - - + + Server Port: 服务器端口: @@ -2959,7 +2981,7 @@ p, li { white-space: pre-wrap; } 显示翻牌动画 - + Show game settings dialog on every new game 在每次开始新游戏前显示游戏设置对话框 @@ -2992,28 +3014,28 @@ p, li { white-space: pre-wrap; } - + Sound 声音 - + Sound Categories 声音类别 - + Sound Volume: 音量: - - + + Start Cash: 入场金额: - + Store log files for 保存日志文件 @@ -3023,49 +3045,49 @@ p, li { white-space: pre-wrap; } 在你的回合将键盘焦点移至下注输入框 - + Timeout for player action: 玩家操作超时: - - + + Use IPv6 使用IPv6 - + Use password for private game: 为私人游戏使用密码: - - + + Use SCTP 使用SCTP - + Write log after every: 写入日志文件间隔: - + Automatic Server Configuration URL 自动服务器配置URL - + Serverlist Address: 服务器列表地址: - + Manual Server Configuration 手动服务器配置 - + Day(s) @@ -3100,27 +3122,27 @@ p, li { white-space: pre-wrap; } - + Game Table - + Card Deck - + Card Back - + Use card back from card style - + Use custom card back picture: @@ -3129,13 +3151,13 @@ p, li { white-space: pre-wrap; } 密码: - + Avatar Server: - + Style @@ -3145,25 +3167,30 @@ p, li { white-space: pre-wrap; } - - - Add ... + + Show country flag in the corner of avatar - + + Add ... + + + + + Remove - - + + Preview - Information: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3172,24 +3199,24 @@ p, li { white-space: pre-wrap; } - - + + Description - - + + Maintainer - + State 状态 - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3198,7 +3225,7 @@ p, li { white-space: pre-wrap; } - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3210,72 +3237,72 @@ p, li { white-space: pre-wrap; } - + Delay between hands: - + Server - + Game 游戏 - + Default game name: - + Default game type: - + Standard - + Registered players only - + Invited players only - + Ranking game - + Show lobby chat - + Ignored Players - + Player - + Remove Player - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3284,37 +3311,37 @@ p, li { white-space: pre-wrap; } - + Opponent 7: 对手6: {7:?} - + Opponent 8: 对手6: {8:?} - + Export as html - + Export as txt - + Save as ... - + Delete 删除 - + Log File @@ -3323,7 +3350,7 @@ p, li { white-space: pre-wrap; } 对手6: {10:?} - + Opponent 9: 对手6: {10:?} {9:?} @@ -3331,8 +3358,8 @@ p, li { white-space: pre-wrap; } settingsDialogImpl - - + + Blinds Error 盲注错误 @@ -3422,7 +3449,7 @@ p, li { white-space: pre-wrap; } - + Images (*.png *.jpg *.gif) 图像(*.png *.jpg *.gif) @@ -3432,7 +3459,7 @@ p, li { white-space: pre-wrap; } 意大利语 - + Language Changed 语言已变更 @@ -3442,7 +3469,7 @@ p, li { white-space: pre-wrap; } 挪威语 - + Open Directory 打开目录 @@ -3461,15 +3488,15 @@ p, li { white-space: pre-wrap; } 俄语 - + Select your flipside picture 选择牌背图片 - - - - + + + + Settings Error 设置错误 @@ -3489,15 +3516,15 @@ p, li { white-space: pre-wrap; } 瑞典语 - + The entered flipside picture doesn't exist. Please enter an valid picture! 输入的牌背图面不存在。 请重新输入! - - + + 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. @@ -3505,8 +3532,8 @@ This first-small-blind-value will be set to maximum allowed value. 首轮小盲注的值将设为所允许的最大值。 - - + + The log file directory doesn't exist. Please select an valid directory! 日志文件目录不存在。 @@ -3518,153 +3545,153 @@ Please select an valid directory! 土耳其语 - + You have changed application language to %1. Please restart PokerTH to load new language! 你已经将程序语言变更为%1。 请重新启动PokerTH来载入新的语言! - + The entered server list address is not a valid URL. Please enter a valid server list address! 输入的服务器列表地址不是一个有效的地址。 请重新输入一个有效的服务器列表地址。 - - + + Maintainer Name - - + + Maintainer EMail - - + + Create Date - + Windows Behaviour - + scaleable - + fixed - + Minimum Size - + Maximum Size - + Fixed Size - + State 状态 - + Please select your game table style - + PokerTH game table styles (*.xml) - + Game Table Style Error - + Selected game table style file is already in the list. Please select another one to add! - + Game Table Style File Error - + Could not load game table style file correctly. Style will not be placed into list! - + Please select your card deck style - + PokerTH card deck styles (*.xml) - + Card Deck Style Error - + Selected card deck style file is already in the list. Please select another one to add! - + Card Deck Style File Error - + Could not load card deck style file correctly. Style will not be placed into list! - + PokerTH - Log file - + Do you really want to delete the selected log file? - + Save PokerTH log file - + PokerTH SQL log (*.pdb) @@ -3852,108 +3879,108 @@ Please choose another one. 请重新选择。 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. 网络内部错误:“监听”失败。 - + Server execution was terminated. 服务器执行被终止。 - + Could not connect to the server. 无法连接到服务器。 - + Connection timed out. Please check the server address. @@ -3963,124 +3990,149 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up 如果服务器在NAT路由后,请确定服务器端已设定好端口转发。 - + Internal network error: "select" failed. 网络内部错误:“选择”失败。 - + Internal network error: "send" failed. 网络内部错误:“发送”失败。 - + 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. 网络状态错误。 请确认素有玩家使用相同版本的PokerTH。 - + Invalid server list URL. Please correct the address in the settings. 无效的服务器列表URL。 请在设置中更正。 - + Could not open the server list MD5 file. Please make sure that the server list URL is correct. 无法打开服务器列表MD5文件。 请确定服务器列表URL的正确性。 - + Synchronization of the PokerTH internet server list has failed. Please make sure that the server list URL is correct. 与PokerTH因特网服务器列表的同步失败。 请确定服务器列表URL的正确性。 - + The PokerTH internet server list contains invalid data. If you use a custom server list, please make sure its format is correct. PokerTH因特网服务器列表存在无效的数据。 如果你正在使用一个自定的服务器列表,请确定它的格式是正确的。 - + Could not unzip the PokerTH internet server list. 无法解压缩PokerTH因特网服务器列表。 - + Could not download the PokerTH internet server list. Please make sure you are directly connected to the internet. 无法下载PokerTH因特网服务器列表。 请确定你是否与因特网链接。 - + Could not open the target file when downloading the server list. 在下载服务器列表过程中无法打开目标文件。 - + 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>并下载最新的版本。 - + Sorry, this server is already full. 对不起,服务器已经满人了。 - + Invalid login. Please check your username and password. - + Your account is blocked indefinitely. - + You cannot login at this time. Please try again in a few seconds. - + + You cannot join this game, because another player in that game has your network address. + + + + + Your connection to the server is very slow, the game had to start without you. + + + + This game is of type invite-only. You cannot join this game without being invited. - + Invalid password when joining the game. Please reenter the password and try again. 加入游戏时使用了错误的密码。 请重新输入密码并重试。 - + + The avatar report was accepted by the server. Thank you. + + + + + This avatar was already reported by another player. + + + + + An error occurred while reporting the avatar. + + + + The password is too long. Please choose another one. 密码太长。请重新选择。 @@ -4095,67 +4147,67 @@ 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. 无效的聊天文本。 - + 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. 你被踢出服务器。 - + You were temporarily banned from the server. 你暂时被服务器封禁。 - + Your server connection timed out due to inactivity. You are very welcome to reconnect! 你与服务器的连接因为闲置而超时。请重新连接! - + 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. 你选择的头像文件过大。请重新选择。 @@ -4164,86 +4216,89 @@ Please choose a different name. 你现在不能上传新的头像文件。请几秒后重试。 - + An internal avatar error occured. Please report this to an admin in the lobby chat. 发生内部错误。请将其通过大厅聊天报告给管理员。 - + 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. 无法加入 - 服务器已经开始游戏。 - + Your admin state timed out due to inactivity. Feel free to create a new game! 你的管理员状态因为闲置而超时。请重新创建游戏! - + You cannot join this type of game as guest. - + The settings are invalid for this type of 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. 有新版本的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>并下载最新的版本。 - + + Server Message - + PokerTH %1 PokerTH %1