diff --git a/src/gui/qt/aboutpokerth.ui b/src/gui/qt/aboutpokerth.ui index 8fbd9b5c..c5c190cd 100755 --- a/src/gui/qt/aboutpokerth.ui +++ b/src/gui/qt/aboutpokerth.ui @@ -125,7 +125,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: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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; font-weight:600;">IRC: </span></p> diff --git a/src/gui/qt/serverlistdialog.ui b/src/gui/qt/serverlistdialog.ui index 0ace28f0..47af2ce3 100644 --- a/src/gui/qt/serverlistdialog.ui +++ b/src/gui/qt/serverlistdialog.ui @@ -1,7 +1,8 @@ - + + ServerListDialog - - + + 0 0 @@ -9,39 +10,39 @@ 241 - + Server List - - - - + + + + true - + false - + Server Name - - Country + + Country/Region - - - + + + Qt::Horizontal - + QDialogButtonBox::Cancel|QDialogButtonBox::Ok - + true @@ -56,11 +57,11 @@ ServerListDialog accept() - + 248 254 - + 157 274 @@ -72,11 +73,11 @@ ServerListDialog reject() - + 316 260 - + 286 274 diff --git a/src/gui/qt/styles/carddeckstylereader.cpp b/src/gui/qt/styles/carddeckstylereader.cpp index c671bed4..469b7d81 100644 --- a/src/gui/qt/styles/carddeckstylereader.cpp +++ b/src/gui/qt/styles/carddeckstylereader.cpp @@ -66,7 +66,7 @@ void CardDeckStyleReader::readStyleFile(QString file) { TiXmlElement *GameTableElement = docHandle.FirstChild( "PokerTH" ).FirstChild( "TableStyle" ).ToElement(); if(GameTableElement) { QMessageBox::warning(myW, tr("Card Deck Style Error"), - tr("You wanna add a card deck style but selected a game table style.\nPlease choose a card deck style and try again!"), + tr("A game table style was selected instead of a card deck style.\nPlease select a card deck style and try again!"), QMessageBox::Ok); } else { diff --git a/src/gui/qt/styles/gametablestylereader.cpp b/src/gui/qt/styles/gametablestylereader.cpp index 3d2e5952..1c9c9908 100644 --- a/src/gui/qt/styles/gametablestylereader.cpp +++ b/src/gui/qt/styles/gametablestylereader.cpp @@ -103,7 +103,7 @@ void GameTableStyleReader::readStyleFile(QString file) { TiXmlElement *CardDeckElement = docHandle.FirstChild( "PokerTH" ).FirstChild( "CardDeck" ).ToElement(); if(CardDeckElement) { QMessageBox::warning(myW, tr("Game Table Style Error"), - tr("You wanna add a game table style but selected a card deck style.\nPlease choose a game table style and try again!"), + tr("A card deck style was selected instead of a game table style.\nPlease select a game table style and try again!"), QMessageBox::Ok); } else { @@ -511,7 +511,7 @@ void GameTableStyleReader::showItemPicsLeftErrorMessage(QString style, QStringLi if(email != "NULL") EMail = email; QMessageBox::warning(myW, tr("Game Table Style Error"), - tr("One or more pictures from current game table style \"%1\" where not found: \n\n\"%2\" \n\nPlease contact the game table style builder %3.").arg(style).arg(pics).arg(EMail), + tr("One or more pictures from current game table style \"%1\" were not found: \n\n\"%2\" \n\nPlease contact the game table style builder %3.").arg(style).arg(pics).arg(EMail), QMessageBox::Ok); } diff --git a/ts/pokerth_START_HERE.ts b/ts/pokerth_START_HERE.ts index da417492..99317acf 100644 --- a/ts/pokerth_START_HERE.ts +++ b/ts/pokerth_START_HERE.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -170,22 +170,22 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region - + aboutPokerth @@ -237,29 +237,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -295,6 +272,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -833,142 +833,142 @@ p, li { white-space: pre-wrap; } - + Log - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any - + Speed: - + Start Local Game ... - + Ctrl+N - + Quit - + Ctrl+Q - + About PokerTH ... - + Settings ... - + Create Network Game ... - + Ctrl+O - + Join Network Game ... - + Ctrl+J - + Fullscreen - + Ctrl+F - + Show/Hide Chat Window - + Ctrl+T - + Show/Hide Hands Window - + Ctrl+H - + Show/Hide Log Window - + Ctrl+L - + Internet Game ... - + Ctrl+I - + Show/Hide Away Window - + Ctrl+A @@ -993,22 +993,22 @@ p, li { white-space: pre-wrap; } - + Chance - + Configure PokerTH ... - + Close - + Ctrl+X @@ -1018,22 +1018,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1076,12 +1076,12 @@ p, li { white-space: pre-wrap; } - + PokerTH - Internet Game Message - + Attention! Do you really want to leave the current game and go back to the lobby? @@ -1092,37 +1092,37 @@ and go back to the lobby? - + 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. @@ -2003,7 +2003,7 @@ p, li { white-space: pre-wrap; } - Opponent 10: + Opponent 9: diff --git a/ts/pokerth_bg.ts b/ts/pokerth_bg.ts index 811e42d2..348750f4 100644 --- a/ts/pokerth_bg.ts +++ b/ts/pokerth_bg.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -180,18 +180,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -335,29 +335,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -393,6 +370,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -931,32 +931,32 @@ p, li { white-space: pre-wrap; } Чат - + Log Отчитане - + Away Заминал - + Manual Action (default) Ръчно действие (по подразбиране) - + Auto-Check / Auto-Fold Автоматично-Приемай / Автоматично-Оттегляй - + Auto-Check / Auto-Call-Any Автоматично-Приемай / Автоматично-Отговаряй на всичко - + Speed: Скорост: @@ -976,112 +976,112 @@ p, li { white-space: pre-wrap; } Игра в мрежата - + Start Local Game ... Започни локална игра... - + Ctrl+N Ctrl+N - + Quit Изход - + Ctrl+Q Ctrl+Q - + About PokerTH ... Относно PokerTH... - + Settings ... Настройки ... - + Create Network Game ... Създай игра в мрежата ... - + Ctrl+O Ctrl+O - + Join Network Game ... Присъедини се към игра в мрежа ... - + Ctrl+J Ctrl+J - + Fullscreen Пълен екран - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Покажи/Скрий чат прозорец - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Покажи/Скрий прозореца с ръцете - + Ctrl+H Ctrl+H - + Show/Hide Log Window Покажи/Скрий прозореца с регистъра - + Ctrl+L Ctrl+L - + Internet Game ... Интернет игра ... - + Ctrl+I Ctrl+I - + Show/Hide Away Window Покажи/Скрий "Заминал" прозореца - + Ctrl+A Ctrl+A @@ -1106,7 +1106,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1116,17 +1116,17 @@ p, li { white-space: pre-wrap; } Настройки - + Configure PokerTH ... - + Close Затвори - + Ctrl+X @@ -1136,22 +1136,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1470,12 +1470,12 @@ Please choose a different name. Вие сте сървъра домакин. Искате ли да затворите PokerTH все пак ? - + PokerTH - Internet Game Message PokerTH - Съобщение от интернет игра - + Attention! Do you really want to leave the current game and go back to the lobby? Внимание! Наистина ли искате да напуснете играта @@ -1487,37 +1487,37 @@ and go back to the lobby? - + 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. @@ -2961,7 +2961,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Съперник 1: {10:?} + Съперник 1: {10:?} + + + + Opponent 9: + Съперник 1: {10:?} {9:?} diff --git a/ts/pokerth_de.ts b/ts/pokerth_de.ts index cfa3e2b8..a2433826 100644 --- a/ts/pokerth_de.ts +++ b/ts/pokerth_de.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -898,29 +898,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -956,6 +933,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1574,7 +1574,7 @@ p, li { white-space: pre-wrap; } gameTable - + Speed: Tempo: @@ -1594,37 +1594,37 @@ p, li { white-space: pre-wrap; } Spiel - + Ctrl+N Strg+N - + Quit Schließen - + About PokerTH ... Über PokerTH... - + Settings ... Einstellungen... - + Create Network Game ... Netzwerkspiel erstellen... - + Join Network Game ... Netzwerkspiel beitreten... - + Fullscreen Vollbild @@ -1639,12 +1639,12 @@ p, li { white-space: pre-wrap; } Chat - + Log Log - + Start Local Game ... Lokales Spiel starten... @@ -1654,57 +1654,57 @@ p, li { white-space: pre-wrap; } Netzwerkspiel - + Internet Game ... Internetspiel... - + Ctrl+Q Strg+Q - + Show/Hide Chat Window Chat-Fenster zeigen/verstecken - + Show/Hide Log Window Log-Fenster zeigen/verstecken - + Show/Hide Hands Window Blätter-Fenster zeigen/verstecken - + Ctrl+O Strg+O - + Ctrl+J Strg+J - + Ctrl+F Strg+F - + Ctrl+T Strg+T - + Ctrl+H Strg+H - + Ctrl+L Strg+L @@ -1714,7 +1714,7 @@ p, li { white-space: pre-wrap; } PokerTH 0.6 - Die Open-Source Texas Holdem Engine - + Ctrl+I Strg+I @@ -1724,22 +1724,22 @@ p, li { white-space: pre-wrap; } All In - + Away Abwesend - + Manual Action (default) Manuelle Eingabe (Standard) - + Auto-Check / Auto-Fold Auto-Check und Auto-Fold - + Auto-Check / Auto-Call-Any Auto-Check und Auto-Call-any @@ -1749,12 +1749,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - Die Open-Source Texas Holdem Engine - + Show/Hide Away Window Abwesend-Fenster zeigen/verstecken - + Ctrl+A Strg+A @@ -1779,7 +1779,7 @@ p, li { white-space: pre-wrap; } Nein - + Chance Chance @@ -1789,17 +1789,17 @@ p, li { white-space: pre-wrap; } Einstellungen - + Configure PokerTH ... Konfiguriere PokerTH... - + Close Schließen - + Ctrl+X Strg+X @@ -1809,22 +1809,22 @@ p, li { white-space: pre-wrap; } Abstimmung gestartet von: - + Show/Hide Chance Window Chancenfenster zeigen/verstecken - + Ctrl+C Strg+C - + &View - + &Settings @@ -2195,12 +2195,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 @@ -2277,27 +2277,27 @@ Bitte stellen Sie sicher, dass Sie mit dem Internet direkt verbunden sind.Chance - + 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 @@ -2312,12 +2312,12 @@ Bitte stellen Sie sicher, dass Sie mit dem Internet direkt verbunden sind.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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -3399,7 +3399,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Gegner 6: {10:?} + Gegner 6: {10:?} + + + + Opponent 9: + Gegner 6: {10:?} {9:?} diff --git a/ts/pokerth_dk.ts b/ts/pokerth_dk.ts index 4d6c08dc..dabc8e37 100644 --- a/ts/pokerth_dk.ts +++ b/ts/pokerth_dk.ts @@ -5,13 +5,14 @@ Card Deck Style Error - + Kort-bagside fejl You wanna add a card deck style but selected a game table style. Please choose a card deck style and try again! - + Du vil tilføje en kort-bagside men valgte et pokerbord. +Vælg venligst en kort-bagside og prøv igen! @@ -19,14 +20,19 @@ Please choose a card deck style and try again! The current PokerTH card deck style version is "%2", but this style has version "%3" set. Please contact the game table style builder %4. - + Den valgte kort-bagside "%1" er forældet. + Den nuværende PokerTH kort-bagsides version er "%2", men denne bagside har version "%3". + +Kontakt venligst fremstilleren af pokerbordet %4. Cannot load card deck style file: %1 Please check the style file or choose another style! - + Kunne ikke indlæse kort-bagsiden: %1 + +Undersøg venligst filen eller vælg en anden kort-bagside! @@ -35,7 +41,11 @@ Please check the style file or choose another style! The value(s) of "%2" is/are missing. Please contact the game table style builder %3. - + Den valgte kort-bagside "%1" er ukomplet eller beskadiget. + +Værdierne på "%2" mangler. + +Kontakt venligst fremstilleren af pokerbordet %3. @@ -43,6 +53,15 @@ Please contact the game table style builder %3. The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + Den valgte kort-bagside "%1" er ukomplet eller beskadiget. +Bagside-billede(rne) "%2" er ikke tilgængelig(e). + +Kontakt venligst fremstilleren af kort-bagsiden %3. + + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! @@ -64,13 +83,14 @@ Please contact the card deck style builder %3. Game Table Style Error - + Pokerbord-stil fejl You wanna add a game table style but selected a card deck style. Please choose a game table style and try again! - + Du vil tilføje et pokerbord men valgte en kort-bagside. +Vælg venligst et pokerbord og prøv igen! @@ -78,14 +98,19 @@ Please choose a game table style and try again! The current PokerTH game table style version is "%2", but this style has version "%3" set. Please contact the game table style builder %4. - + Det valgte pokerbord "%1" er forældet. + Det nuværende PokerTH pokerbords version er "%2", men dette bord er version "%3". + +Kontakt venligst fremstilleren af pokerbordet %4. Cannot load game table style file: %1 Please check the style file or choose another style! - + Kan ikke indlæse pokerbords-fil: %1 + +Undersøg venligst filen eller vælg et andet bord! @@ -94,7 +119,11 @@ Please check the style file or choose another style! The value(s) of "%2" is/are missing. Please contact the game table style builder %3. - + Det valgte pokerbord "%1" er ukomplet eller beskadiget. + +Værdierne på "%2" mangler. + +Kontakt venligst fremstilleren af pokerbordet %3. @@ -102,6 +131,25 @@ Please contact the game table style builder %3. "%2" +Please contact the game table style builder %3. + Et eller flere af billederne fra det nuværende pokerbord "%1" kunne ikke findes: + +"%2" + +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! + + + + + One or more pictures from current game table style "%1" were not found: + +"%2" + Please contact the game table style builder %3. @@ -175,18 +223,23 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Serverliste - + Server Name - + Servernavn Country + Land + + + + Country/Region @@ -375,7 +428,17 @@ 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=" 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;">- Pokerspil af den populære "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;">- Singleplayer-spil med op til 9 computer-modstandere</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- Multiplayer netværksspil<br />- internet online spil<br />- Justerbart GUI med online stilgalleri</p> +<p style="-qt-paragraph-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> @@ -398,7 +461,25 @@ 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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></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 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-family:'Sans Serif'; font-weight:600;">Projektside: </span></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-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; font-weight:600;">Udviklere: </span></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-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - startende idé, grundlæggende arkitektur, gui-udvikling, gui grafikredigering, linux-udgave</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - Startende idé, grundlæggende arkitektur, motor-udvikling</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - grundlæggende arkitektur, netværksudvikling, windows-udgave, MacOS-udgave</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - grundlæggende gui-grafik design</span></p></body></html> @@ -407,7 +488,11 @@ p, li { white-space: pre-wrap; } 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-family:'Sans Serif';">translator name - mail address</span></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 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-family:'Sans Serif';">Mads Kalør - madskornel92@stofanet.dk</span></p></body></html> @@ -433,6 +518,50 @@ 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-family:'Sans Serif';"> - for startwindow background gfx and danuxi1 table background</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-family:'Sans Serif'; font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia rettigheder</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-family:'Sans Serif'; font-weight:600;"> - </span><span style=" font-family:'Sans Serif';">til forskellige populære avatar-ressourcer</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til menneske-avatarbilleder</span></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-family:'Sans Serif'; font-weight:600;">ZeiZei</span><span style=" font-family:'Sans Serif';"> </span></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-family:'Sans Serif';"> - til "andre" avatarbilleder</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://kde-look.org/"><span style=" font-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til forskellige gpl-licenserede lyde</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til selv-optagede chip-lyde</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til forskellige rettelser</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til internet spilserver, hosting og administration</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til startsvindue-baggrundsgrafik and danuxi1 pokerbordsbaggrund</span></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> - til moderering af forum og organiseret bugtracker samt fremtidsefterspørgelser</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> @@ -864,7 +993,11 @@ p, li { white-space: pre-wrap; } 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://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</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; } +</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://www.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p></body></html> @@ -973,32 +1106,32 @@ p, li { white-space: pre-wrap; } Chat - + Log Log - + Away Væk - + Manual Action (default) Manuel handling (standart) - + Auto-Check / Auto-Fold Auto-check / Auto-fold - + Auto-Check / Auto-Call-Any Auto-check / Auto-call-alle - + Speed: Hastighed: @@ -1008,112 +1141,112 @@ p, li { white-space: pre-wrap; } Se - + Start Local Game ... Start lokalt spil ... - + Ctrl+N Ctrl+N - + Quit Afslut - + Ctrl+Q Ctrl+Q - + About PokerTH ... Om PokerTH ... - + Settings ... Indstillinger ... - + Create Network Game ... Opret netværksspil ... - + Ctrl+O Ctrl+O - + Join Network Game ... Tilslut netværksspil ... - + Ctrl+J Ctrl+J - + Fullscreen Fuldskærm - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Vis/skjul chatvindue - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Vis/skjul hænder-vindue - + Ctrl+H Ctrl+H - + Show/Hide Log Window Vis/skjul logvindue - + Ctrl+L Ctrl+L - + Internet Game ... Internetspil ... - + Ctrl+I Ctrl+I - + Show/Hide Away Window Vis/skjul væk-vindue - + Ctrl+A Ctrl+A @@ -1138,7 +1271,7 @@ p, li { white-space: pre-wrap; } Nej - + Chance Skift @@ -1148,17 +1281,17 @@ p, li { white-space: pre-wrap; } Indstillinger - + Configure PokerTH ... Konfigurér PokerTH ... - + Close Luk - + Ctrl+X Ctrl+X @@ -1168,24 +1301,24 @@ p, li { white-space: pre-wrap; } Afstemning startet af: - + Show/Hide Chance Window Vis/skjul chance-vindue - + Ctrl+C Ctrl+C - + &View - + &Vis - + &Settings - + &Indstillinger @@ -1261,12 +1394,12 @@ p, li { white-space: pre-wrap; } Du er vært for serveren. Ønsker du stadig at afslutte PokerTH? - + 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 @@ -1278,7 +1411,7 @@ og gå tilbage til lobby'en? Chance - + Kick Smid ud @@ -1300,22 +1433,22 @@ 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 @@ -1330,14 +1463,14 @@ 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. @@ -2179,37 +2312,37 @@ p, li { white-space: pre-wrap; } Style - + Stil Don't translate poker strings like check, call, raise from game table style - + Game Table Styles - + Pokerborde Activate - + Aktiver Add ... - + Tilføj ... Remove - + Fjern Preview - Information: - + Forhåndsvisning - Information: @@ -2218,12 +2351,16 @@ p, li { white-space: pre-wrap; } 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://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Get new PokerTH game table styles ...</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; } +</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://gtstyles.pokerth.net/"><span style=" text-decoration: underline; color:#0000ff;">Få nye PokerTH pokerborde ...</span></a></p></body></html> Card Deck Styles - + Kortbagsider @@ -2232,22 +2369,31 @@ p, li { white-space: pre-wrap; } 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;">Get new PokerTH card deck styles ...</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; } +</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;">Få nye PokerTH kortbagsider ...</span></a></p></body></html> Opponent 7: - Modstander 1: {7:?} + Modstander 7: Opponent 8: - Modstander 1: {8:?} + Modstander 8: Opponent 10: - Modstander 1: {10:?} + Modstander 10: + + + + Opponent 9: + Modstander 10: {9:?} @@ -2417,111 +2563,115 @@ Indtast venligst en brugbar serverliste adresse! 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 Please select your game table style - + Vælg venligst din pokerbord PokerTH game table styles (*.xml) - + PokerTH pokerborde(*.xml) Game Table Style Error - + Pokerbordsfejl Selected game table style file is already in the list. Please select another one to add! - + Det valgte pokerbord er allerede på listen. +Vælg venligst et andet at tilføje! Game Table Style File Error - + Pokerbords-filfejl Could not load game table style file correctly. Style will not be placed into list! - + Kunne ikke indlæse pokerbordsfilen korrekt. +Pokerbordet 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! @@ -2680,12 +2830,12 @@ Style will not be placed into list! &PokerTH - + &PokerTH &Settings - + &Indstillinger @@ -3014,7 +3164,7 @@ Vælg venligst et andet navn. PokerTH %1 - PokerTH %1 + PokerTH %1 diff --git a/ts/pokerth_es.ts b/ts/pokerth_es.ts index 537f6ffe..64840029 100644 --- a/ts/pokerth_es.ts +++ b/ts/pokerth_es.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -1332,29 +1332,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1390,6 +1367,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1973,7 +1973,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Velocidad: @@ -1993,37 +1993,37 @@ p, li { white-space: pre-wrap; } Partida - + Ctrl+N Ctrl+N - + Quit Salir - + About PokerTH ... Acerca de PokerTH... - + Settings ... Preferencias... - + Create Network Game ... Crear partida en red... - + Join Network Game ... Unirse a partida en red... - + Fullscreen Pantalla completa @@ -2038,17 +2038,17 @@ p, li { white-space: pre-wrap; } Charla - + Log Registro - + Start Local Game ... Iniciar partida local... - + Ctrl+Q Ctrl+Q @@ -2063,7 +2063,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Mostrar/Ocultar ventana de charla @@ -2078,7 +2078,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Mostrar/Ocultar ventana de registro @@ -2088,37 +2088,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Mostrar/Ocultar ventana de manos - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -2133,32 +2133,32 @@ p, li { white-space: pre-wrap; } Partida de red - + Internet Game ... Partida en Internet... - + Ctrl+I Ctrl+I - + Away Ausente - + Manual Action (default) Acción manual (predeterminado) - + Auto-Check / Auto-Fold Pasar / Abandonar automáticamente - + Auto-Check / Auto-Call-Any Pasar / Ver automáticamente @@ -2168,12 +2168,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - El motor de Texas Holdem de código abierto - + Show/Hide Away Window Mostrar/Ocultar ventana - + Ctrl+A Ctrl+A @@ -2198,7 +2198,7 @@ p, li { white-space: pre-wrap; } No - + Chance Probabilidad @@ -2208,17 +2208,17 @@ p, li { white-space: pre-wrap; } Preferencias - + Configure PokerTH ... Configurar PokerTH... - + Close Cerrar - + Ctrl+X Ctrl+X @@ -2228,22 +2228,22 @@ p, li { white-space: pre-wrap; } Votación iniciada por: - + Show/Hide Chance Window Mostrar/Ocultar ventana de probabilidad - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -2584,12 +2584,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 @@ -2666,27 +2666,27 @@ Asegúrese de que está conectado a Internet. Probabilidad - + 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 @@ -2701,12 +2701,12 @@ Asegúrese de que está conectado a Internet. 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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -3763,7 +3763,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Oponente 4: {10:?} + Oponente 4: {10:?} + + + + Opponent 9: + Oponente 4: {10:?} {9:?} diff --git a/ts/pokerth_fi.ts b/ts/pokerth_fi.ts index d93f15fe..da5a8d29 100644 --- a/ts/pokerth_fi.ts +++ b/ts/pokerth_fi.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -175,18 +175,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -395,29 +395,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -453,6 +430,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -991,32 +991,32 @@ p, li { white-space: pre-wrap; } Chat - + Log Logi - + Away Poissa - + Manual Action (default) Manuaalinen toiminto (oletus) - + Auto-Check / Auto-Fold Auto-Passaus / Auto-Luovutus - + Auto-Check / Auto-Call-Any Auto-Passaus / Auto-Katso-Kaikki - + Speed: Nopeus: @@ -1036,112 +1036,112 @@ p, li { white-space: pre-wrap; } Verkkopeli - + Start Local Game ... Aloita paikallispeli ... - + Ctrl+N Ctrl+N - + Quit Lopeta - + Ctrl+Q Ctrl+Q - + About PokerTH ... Tietoa PokerTH:sta... - + Settings ... Asetukset ... - + Create Network Game ... Luo verkkopeli ... - + Ctrl+O Ctrl+O - + Join Network Game ... Liity verkkopeliin ... - + Ctrl+J Ctrl+J - + Fullscreen Kokonäyttö - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Näytä/piilota chatti-ikkuna - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Näytä/piilota kädet-ikkuna - + Ctrl+H Ctrl+H - + Show/Hide Log Window Näytä/piilota Logi-ikkuna - + Ctrl+L Ctrl+L - + Internet Game ... Internet-peli ... - + Ctrl+I Ctrl+I - + Show/Hide Away Window Näytä/piilota poissa-ikkuna - + Ctrl+A Ctrl+A @@ -1166,7 +1166,7 @@ p, li { white-space: pre-wrap; } Ei - + Chance Todennäköisyys @@ -1176,17 +1176,17 @@ p, li { white-space: pre-wrap; } Asetukset - + Configure PokerTH ... Säädä PokerTH:ä ... - + Close Sulje - + Ctrl+X Crtl+X @@ -1196,22 +1196,22 @@ p, li { white-space: pre-wrap; } Äänestyksen aloitti: - + Show/Hide Chance Window Näytä/Piilota todennäköisyysikkuna - + Ctrl+C Crtl+C - + &View - + &Settings @@ -1535,12 +1535,12 @@ Valitse toinen nimi. 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 @@ -1617,27 +1617,27 @@ Varmista, että olet yhdistetty suoraan internetiin. Todennäköisyys - + 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ä @@ -1652,12 +1652,12 @@ Varmista, että olet yhdistetty suoraan internetiin. 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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -2589,7 +2589,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Vastustaja 1: {10:?} + Vastustaja 1: {10:?} + + + + Opponent 9: + Vastustaja 1: {10:?} {9:?} diff --git a/ts/pokerth_fr.ts b/ts/pokerth_fr.ts index c24e69c0..baf0f54d 100644 --- a/ts/pokerth_fr.ts +++ b/ts/pokerth_fr.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -1278,29 +1278,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1336,6 +1313,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1919,7 +1919,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Vitesse: @@ -1939,37 +1939,37 @@ p, li { white-space: pre-wrap; } Partie - + Ctrl+N Ctrl+N - + Quit Quitter - + About PokerTH ... A propos de PokerTH ... - + Settings ... Paramètres ... - + Create Network Game ... Créer une partie en réseau ... - + Join Network Game ... Se joindre à une partie en réseau ... - + Fullscreen Plein écran @@ -1984,17 +1984,17 @@ p, li { white-space: pre-wrap; } Chat - + Log Journal - + Start Local Game ... Démarrer une partie solo ... - + Ctrl+Q Ctrl+Q @@ -2009,7 +2009,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Montrer/Cacher la fenêtre de Chat @@ -2024,7 +2024,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Montrer/Cacher la fenêtre de journal @@ -2034,37 +2034,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Montrer/Cacher la fenêtre de mains - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -2079,32 +2079,32 @@ p, li { white-space: pre-wrap; } Partie en réseau - + Internet Game ... Partie sur Internet ... - + Ctrl+I Ctrl+l - + Away Absence - + Manual Action (default) Action manuelle (défaut) - + Auto-Check / Auto-Fold Parole auto / Passer auto - + Auto-Check / Auto-Call-Any Parole auto / Payer auto toutes mains @@ -2114,12 +2114,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - Le moteur Open Source de Texas Hold'em - + Show/Hide Away Window Montrer/Cacher la fenêtre d'absence - + Ctrl+A Ctrl+A @@ -2144,7 +2144,7 @@ p, li { white-space: pre-wrap; } Non - + Chance Chance @@ -2154,17 +2154,17 @@ p, li { white-space: pre-wrap; } Paramètres - + Configure PokerTH ... Configurer PokerTH ... - + Close Fermer - + Ctrl+X Ctrl+X @@ -2174,22 +2174,22 @@ p, li { white-space: pre-wrap; } Vote initié par: - + Show/Hide Chance Window Montrer/Cacher la fenêtre chance - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -2530,12 +2530,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 @@ -2612,27 +2612,27 @@ Veuillez vérifier que vous êtes directement connectés à internet.Chance - + 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 @@ -2647,12 +2647,12 @@ Veuillez vérifier que vous êtes directement connectés à internet.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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -3710,7 +3710,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Adversaire 4: {10:?} + Adversaire 4: {10:?} + + + + Opponent 9: + Adversaire 4: {10:?} {9:?} diff --git a/ts/pokerth_gr.ts b/ts/pokerth_gr.ts index f81a3a91..a9c83d65 100644 --- a/ts/pokerth_gr.ts +++ b/ts/pokerth_gr.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -170,18 +170,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -361,29 +361,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -419,6 +396,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -957,32 +957,32 @@ p, li { white-space: pre-wrap; } Chat - + Log Log - + Away Away - + Manual Action (default) Χειροκίνητο (πρεπιλογή) - + Auto-Check / Auto-Fold Αυτόματο: Ντούκου / Πάσο - + Auto-Check / Auto-Call-Any Αυτόματο: Ντούκου / Μέσα-σε-όλα - + Speed: Ταχύτητα: @@ -1002,112 +1002,112 @@ p, li { white-space: pre-wrap; } Παιχνίδι Δικτύου - + Start Local Game ... Τοπικό Παιχνίδι ... - + Ctrl+N Ctrl+N - + Quit Κλείσιμο - + Ctrl+Q Ctrl+Q - + About PokerTH ... About PokerTH ... - + Settings ... Επιλογές ... - + Create Network Game ... Δημιουργία Παιχνιδιού Δικτύου ... - + Ctrl+O Ctrl+O - + Join Network Game ... Είσοδος σε Παιχνίδι Δικτύου ... - + Ctrl+J Ctrl+J - + Fullscreen Πλήρης Οθόνη - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Εμφάνιση/Απόκρυψη Παραθύρου Chat - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Εμφάνιση/Απόκρυψη Παραθύρου Αξίας Φύλλων - + Ctrl+H Ctrl+H - + Show/Hide Log Window Εμφάνιση/Απόκρυψη Παραθύρου Log - + Ctrl+L Ctrl+L - + Internet Game ... Παιχνίδι στο Internet ... - + Ctrl+I Ctrl+I - + Show/Hide Away Window Εμφάνιση/Απόκρυψη Παραθύρου - + Ctrl+A Ctrl+A @@ -1132,7 +1132,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1142,17 +1142,17 @@ p, li { white-space: pre-wrap; } Επιλογές - + Configure PokerTH ... - + Close Κλείσιμο - + Ctrl+X @@ -1162,22 +1162,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1501,12 +1501,12 @@ Please choose a different name. Φιλοξενείτε τον server. Θέλετε να κλείσετε το PokerTH? - + PokerTH - Internet Game Message PokerTH - Μήνυμα Παιχνιδιού Internet - + Attention! Do you really want to leave the current game and go back to the lobby? Προσοχή! Θέλετε σίγουρα να φύγετε απ' το παιχνίδι @@ -1518,37 +1518,37 @@ and go back to the lobby? - + 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. @@ -2999,7 +2999,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Αντίπαλος 1: {10:?} + Αντίπαλος 1: {10:?} + + + + Opponent 9: + Αντίπαλος 1: {10:?} {9:?} diff --git a/ts/pokerth_hu.ts b/ts/pokerth_hu.ts index 21351d3e..33e0a38d 100644 --- a/ts/pokerth_hu.ts +++ b/ts/pokerth_hu.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -175,18 +175,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -447,29 +447,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -505,6 +482,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1073,7 +1073,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Sebesség: @@ -1093,37 +1093,37 @@ p, li { white-space: pre-wrap; } Játék - + Ctrl+N Ctrl+N - + Quit Kilépés - + About PokerTH ... A PokerTH -ról ... - + Settings ... Beállítások ... - + Create Network Game ... Hálózati játék létrehozása ... - + Join Network Game ... Belépés hálózati játékba ... - + Fullscreen Teljes képernyő @@ -1138,17 +1138,17 @@ p, li { white-space: pre-wrap; } Társalgó - + Log Napló - + Start Local Game ... Helyi játék indítása ... - + Ctrl+Q Ctrl+Q @@ -1163,7 +1163,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Társalgó mutatása/elrejtése @@ -1178,7 +1178,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Napló mutatása/elrejtése @@ -1188,37 +1188,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Sorrend mutatása/elrejtése - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1228,32 +1228,32 @@ p, li { white-space: pre-wrap; } PokerTH 0.5 - A nyílt forráskódú Texas Holdem játék {0.6 ?} - + Internet Game ... Internetes játék ... - + Ctrl+I Ctrl+I - + Away Távollét - + Manual Action (default) Egyéni akció (alapértelmezés) - + Auto-Check / Auto-Fold Auto-Passz / Auto-Eldobás - + Auto-Check / Auto-Call-Any Auto-Passz / Auto-Bármi-tartás @@ -1263,12 +1263,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - A nyílt forráskódú Texas Holdem játék - + Show/Hide Away Window Távollét mutatása/elrejtése - + Ctrl+A Ctrl+A @@ -1293,7 +1293,7 @@ p, li { white-space: pre-wrap; } nem - + Chance Esélyek @@ -1303,17 +1303,17 @@ p, li { white-space: pre-wrap; } Beállítások - + Configure PokerTH ... PokerTH beállítása... - + Close Bezár - + Ctrl+X Ctrl-X @@ -1323,22 +1323,22 @@ p, li { white-space: pre-wrap; } A szavazást kezdeményezte: - + Show/Hide Chance Window Esélyek mutatása/elrejtése - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -1581,12 +1581,12 @@ Ha a szerver NAT router mögött van, akkor bizonyosodj meg róla hogy a port to Előszoba - + 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, @@ -1598,27 +1598,27 @@ and go back to the lobby? Esélyek - + 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 @@ -1633,12 +1633,12 @@ and go back to the lobby? <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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -2657,7 +2657,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Ellenfél 6: {10:?} + Ellenfél 6: {10:?} + + + + Opponent 9: + Ellenfél 6: {10:?} {9:?} diff --git a/ts/pokerth_it.ts b/ts/pokerth_it.ts index 83db7471..dbcef71d 100644 --- a/ts/pokerth_it.ts +++ b/ts/pokerth_it.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -1475,29 +1475,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1533,6 +1510,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -2136,7 +2136,7 @@ p, li { white-space: pre-wrap; } gameTable - + About PokerTH ... Informazioni su PokerTH... @@ -2146,17 +2146,17 @@ p, li { white-space: pre-wrap; } All In - + Auto-Check / Auto-Call-Any Auto-Check / Auto-Call (sempre) - + Auto-Check / Auto-Fold Auto-Check / Auto-Fold - + Away Away @@ -2176,57 +2176,57 @@ p, li { white-space: pre-wrap; } Chat - + Create Network Game ... Crea partita in rete... - + Ctrl+A Ctrl+A - + Ctrl+F Ctrl+F - + Ctrl+H Ctrl+H - + Ctrl+I Ctrl+I - + Ctrl+J Ctrl+J - + Ctrl+L Ctrl+L - + Ctrl+N Ctrl+N - + Ctrl+O Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+T Ctrl+T @@ -2236,7 +2236,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Fullscreen Tutto schermo @@ -2256,12 +2256,12 @@ p, li { white-space: pre-wrap; } Mani - + Internet Game ... Partita in Internet... - + Join Network Game ... Unisciti a una partita in rete... @@ -2271,12 +2271,12 @@ p, li { white-space: pre-wrap; } ⌘L - + Log Registro - + Manual Action (default) Azione manuale (predefinito) @@ -2311,42 +2311,42 @@ p, li { white-space: pre-wrap; } QMainWindow { background-image: url(:/guiv2/resources/guiv2/table.png); background-position: bottom center; background-origin: content; } - + Quit Esci - + Settings ... Impostazioni... - + Show/Hide Away Window Mostra/Nascondi finestra away - + Show/Hide Chat Window Mostra/Nascondi finestra di chat - + Show/Hide Hands Window Mostra/Nascondi finestra mani - + Show/Hide Log Window Mostra/Nascondi finestra registro - + Speed: Velocità: - + Start Local Game ... Inizia una partita locale... @@ -2381,7 +2381,7 @@ p, li { white-space: pre-wrap; } No - + Chance Probabilità @@ -2391,17 +2391,17 @@ p, li { white-space: pre-wrap; } Impostazioni - + Configure PokerTH ... Configura PokerTH... - + Close Chiudi - + Ctrl+X Ctrl+X @@ -2411,22 +2411,22 @@ p, li { white-space: pre-wrap; } Voto iniziato da: - + Show/Hide Chance Window Mostra/Nascondi Finestra Probabilità - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -2473,7 +2473,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 @@ -2645,7 +2645,7 @@ Reinserire la password e riprovare. PokerTH %1 - Il Motore Texas Holdem Open-Source - + PokerTH - Internet Game Message PokerTH - Messaggio partita su Internet @@ -2884,27 +2884,27 @@ Assicurarsi di essere connessi direttamente ad internet. Probabilità - + 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 @@ -2919,12 +2919,12 @@ Assicurarsi di essere connessi direttamente ad internet. 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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -4014,7 +4014,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Giocatore 6: {10:?} + Giocatore 6: {10:?} + + + + Opponent 9: + Giocatore 6: {10:?} {9:?} diff --git a/ts/pokerth_nl.ts b/ts/pokerth_nl.ts index fb0ee2f3..26797716 100644 --- a/ts/pokerth_nl.ts +++ b/ts/pokerth_nl.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -1693,29 +1693,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1751,6 +1728,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -2459,7 +2459,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Snelheid: @@ -2479,37 +2479,37 @@ p, li { white-space: pre-wrap; } Spel - + Ctrl+N Ctrl+N - + Quit Afsluiten - + About PokerTH ... Info over PokerTH ... - + Settings ... Instellingen ... - + Create Network Game ... Netwerkspel maken ... - + Join Network Game ... Meedoen met netwerkspel ... - + Fullscreen Volledig scherm @@ -2524,17 +2524,17 @@ p, li { white-space: pre-wrap; } Chat - + Log Log - + Start Local Game ... Lokaal spel starten ... - + Ctrl+Q Ctrl+Q @@ -2549,7 +2549,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Chat-venster aan/uit @@ -2564,7 +2564,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Log-venster aan/uit @@ -2574,37 +2574,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Handen-venster aan/uit - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -2619,12 +2619,12 @@ p, li { white-space: pre-wrap; } Netwerkspel - + Internet Game ... Internetspel ... - + Ctrl+I Ctrl+I @@ -2634,22 +2634,22 @@ p, li { white-space: pre-wrap; } All-in - + Away Afwezig - + Manual Action (default) Handmatige acties (standaard) - + Auto-Check / Auto-Fold Automatisch checken of folden - + Auto-Check / Auto-Call-Any Automatisch checken of callen @@ -2664,12 +2664,12 @@ p, li { white-space: pre-wrap; } Terug naar de lobby - + Show/Hide Away Window Afwezig-venster aan/uit - + Ctrl+A Ctrl+A @@ -2694,7 +2694,7 @@ p, li { white-space: pre-wrap; } Nee - + Chance Kansen @@ -2704,17 +2704,17 @@ p, li { white-space: pre-wrap; } Instellingen - + Configure PokerTH ... PokerTH instellen ... - + Close Sluiten - + Ctrl+X Ctrl+X @@ -2724,22 +2724,22 @@ p, li { white-space: pre-wrap; } In stemming gebracht door - + Show/Hide Chance Window Kansen-venster aan/uit - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -3105,12 +3105,12 @@ Please go to <a href="http://www.pokerth.net/" target="_blank& 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 @@ -3197,27 +3197,27 @@ Zorg ervoor dat u een directe verbinding met internet hebt. Kansen - + 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 @@ -3232,12 +3232,12 @@ Zorg ervoor dat u een directe verbinding met internet hebt. 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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -4349,7 +4349,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Tegenstander 4: {10:?} + Tegenstander 4: {10:?} + + + + Opponent 9: + Tegenstander 4: {10:?} {9:?} diff --git a/ts/pokerth_no.ts b/ts/pokerth_no.ts index 6da30bd8..8a3eee91 100644 --- a/ts/pokerth_no.ts +++ b/ts/pokerth_no.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -175,22 +175,22 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region - + aboutPokerth @@ -654,29 +654,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -712,6 +689,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1295,7 +1295,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Hastighet: @@ -1315,37 +1315,37 @@ p, li { white-space: pre-wrap; } Spill - + Ctrl+N Ctrl+N - + Quit Avslutt - + About PokerTH ... Om PokerTH... - + Settings ... Innstillinger... - + Create Network Game ... Start nettverks-spill... - + Join Network Game ... Bli med i et nettverksspill... - + Fullscreen Fullskjerm @@ -1360,17 +1360,17 @@ p, li { white-space: pre-wrap; } Prat - + Log Logg - + Start Local Game ... Start lokalt spill... - + Ctrl+Q Ctrl+Q @@ -1385,7 +1385,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window @@ -1400,7 +1400,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window @@ -1410,37 +1410,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window - + Ctrl+O - + Ctrl+J - + Ctrl+F - + Ctrl+T - + Ctrl+H - + Ctrl+L @@ -1450,32 +1450,32 @@ p, li { white-space: pre-wrap; } PokerTH 0.5 - Åpen kildekode Texas Holdem {0.6 ?} - + Internet Game ... - + Ctrl+I - + Away - + Manual Action (default) - + Auto-Check / Auto-Fold - + Auto-Check / Auto-Call-Any @@ -1485,12 +1485,12 @@ p, li { white-space: pre-wrap; } - + Show/Hide Away Window - + Ctrl+A @@ -1515,7 +1515,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1525,17 +1525,17 @@ p, li { white-space: pre-wrap; } Innstillinger - + Configure PokerTH ... - + Close Lukk - + Ctrl+X @@ -1545,22 +1545,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1779,12 +1779,12 @@ Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp - + PokerTH - Internet Game Message - + Attention! Do you really want to leave the current game and go back to the lobby? @@ -1795,37 +1795,37 @@ and go back to the lobby? - + 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. @@ -2832,7 +2832,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Motstander 6: {10:?} + Motstander 6: {10:?} + + + + Opponent 9: + Motstander 6: {10:?} {9:?} diff --git a/ts/pokerth_pl.ts b/ts/pokerth_pl.ts index 42f94ce2..bebb7d1f 100644 --- a/ts/pokerth_pl.ts +++ b/ts/pokerth_pl.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -180,18 +180,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -463,29 +463,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -521,6 +498,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1069,12 +1069,12 @@ p, li { white-space: pre-wrap; } Chat - + Log Log - + Speed: Prędkość: @@ -1094,92 +1094,92 @@ p, li { white-space: pre-wrap; } Gra - + Start Local Game ... Rozpocznij grę lokalną ... - + Ctrl+N Ctrl+N - + Quit Zakończ - + Ctrl+Q Ctrl+Q - + About PokerTH ... O programie PokerTH ... - + Settings ... Ustawienia ... - + Create Network Game ... Utwórz grę sieciową ... - + Ctrl+O Ctrl+O - + Join Network Game ... Dołącz do gry sieciowej ... - + Ctrl+J Ctrl+J - + Fullscreen Pełny ekran - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Pokaż/ukryj okno chatu - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Pokaż/ukryj okno układów pokerowych - + Ctrl+H Ctrl+H - + Show/Hide Log Window Pokaż/ukryj okno logu - + Ctrl+L Ctrl+L @@ -1194,12 +1194,12 @@ p, li { white-space: pre-wrap; } Gra sieciowa - + Internet Game ... Gra internetowa ... - + Ctrl+I Ctrl+I @@ -1209,22 +1209,22 @@ p, li { white-space: pre-wrap; } All In - + Away Nieobecność - + Manual Action (default) Czekaj na decyzję gracza (domyślnie) - + Auto-Check / Auto-Fold Automatycznie czekaj/odrzuć - + Auto-Check / Auto-Call-Any Automatycznie czekaj/sprawdzaj-dowolną-stawkę @@ -1234,12 +1234,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - Open-Source'owa gra Texas Holdem - + Show/Hide Away Window Pokaż/ukryj okno nieobecności - + Ctrl+A @@ -1264,7 +1264,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1274,17 +1274,17 @@ p, li { white-space: pre-wrap; } Ustawienia - + Configure PokerTH ... - + Close Zamknij - + Ctrl+X @@ -1294,22 +1294,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1659,12 +1659,12 @@ 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ę @@ -1676,37 +1676,37 @@ i powrócić go chatu gier internetowych? - + 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. @@ -2698,7 +2698,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Przeciwnik 1: {10:?} + Przeciwnik 1: {10:?} + + + + Opponent 9: + Przeciwnik 1: {10:?} {9:?} diff --git a/ts/pokerth_ptbr.ts b/ts/pokerth_ptbr.ts index a719e540..97c520fb 100644 --- a/ts/pokerth_ptbr.ts +++ b/ts/pokerth_ptbr.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -986,29 +986,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -1044,6 +1021,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1647,7 +1647,7 @@ p, li { white-space: pre-wrap; } gameTable - + About PokerTH ... Sobre PokerTH ... @@ -1657,52 +1657,52 @@ p, li { white-space: pre-wrap; } Bate Papo - + Create Network Game ... Criar Jogo em rede ... - + Ctrl+F Ctrl+F - + Ctrl+H Ctrl+H - + Ctrl+J Ctrl+J - + Ctrl+L Ctrl+L - + Ctrl+N Ctrl+N - + Ctrl+O Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+T Ctrl+T - + Fullscreen Tela Cheia @@ -1717,12 +1717,12 @@ p, li { white-space: pre-wrap; } Hands - + Join Network Game ... Entrar em jogo de rede ... - + Log Registro @@ -1742,37 +1742,37 @@ p, li { white-space: pre-wrap; } QMainWindow { background-image: url(:/guiv2/resources/guiv2/table.png); background-position: bottom center; background-origin: content; } - + Quit Sair - + Settings ... Configurações ... - + Show/Hide Chat Window Mostrar/Esconder Janela de Bate Papo - + Show/Hide Hands Window Mostrar/Esconder Janela de Hands - + Show/Hide Log Window Mostrar/Esconder Janela de Registro - + Speed: Velocidade: - + Start Local Game ... Iniciar Jogo Local ... @@ -1797,12 +1797,12 @@ p, li { white-space: pre-wrap; } Jogo em Rede - + Internet Game ... Jogo na internet ... - + Ctrl+I Ctrl+I @@ -1812,22 +1812,22 @@ p, li { white-space: pre-wrap; } Apostar tudo - + Away Fora - + Manual Action (default) Ação Manual (padrão) - + Auto-Check / Auto-Fold Auto-Check / Auto-Desistir - + Auto-Check / Auto-Call-Any Auto-Check / Auto-Qualquer-Call @@ -1842,12 +1842,12 @@ p, li { white-space: pre-wrap; } Voltar a Sala - + Show/Hide Away Window Mostrar/Esconder Janela de indisponível - + Ctrl+A Ctrl+A @@ -1872,7 +1872,7 @@ p, li { white-space: pre-wrap; } Não - + Chance Chance @@ -1882,17 +1882,17 @@ p, li { white-space: pre-wrap; } Configurações - + Configure PokerTH ... Configure PoketTh ... - + Close Fechar - + Ctrl+X Ctrl+X @@ -1902,22 +1902,22 @@ p, li { white-space: pre-wrap; } Votação iniciado por: - + Show/Hide Chance Window Mostrar/Esconder Janela de Chances - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -2294,12 +2294,12 @@ Por favor vá para <a href="http://www.pokerth.net/" target="_ Um erro interno de avatar ocorreu. Por favor reporte ao admin do lobby bate-papo. - + PokerTH - Internet Game Message PokerTH - Mensagem do jogo da Internet - + Attention! Do you really want to leave the current game and go back to the lobby? Atenção! Você realmente quer sair do jogo atual @@ -2376,27 +2376,27 @@ Por favor tenha certeza de que está conectado a internet. Chance - + Kick Chutar - + Do you want to kick <b>%1</b><br>from this game? Você quer chutar <b>%1</b><br>deste jogo? - + <b>%1</b> secs left <b>%1</b> segundos restantes - + vote vote - + votes votos @@ -2411,12 +2411,12 @@ Por favor tenha certeza de que está conectado a internet. Você tem <b>%1</b> %2 contra você.<br><b>%3</b> votos necessários para chutar. - + 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. @@ -3499,7 +3499,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Oponente 6: {10:?} + Oponente 6: {10:?} + + + + Opponent 9: + Oponente 6: {10:?} {9:?} diff --git a/ts/pokerth_ru.ts b/ts/pokerth_ru.ts index 59b5a1c3..0fa807c5 100644 --- a/ts/pokerth_ru.ts +++ b/ts/pokerth_ru.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -180,18 +180,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -586,29 +586,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -644,6 +621,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1302,7 +1302,7 @@ p, li { white-space: pre-wrap; } Чат - + Speed: Скорость: @@ -1312,7 +1312,7 @@ p, li { white-space: pre-wrap; } Стоп - + Log Журнал @@ -1327,47 +1327,47 @@ p, li { white-space: pre-wrap; } Игра - + Start Local Game ... Начать локальную игру ... - + Ctrl+N Ctrl+N - + Quit Выход - + Ctrl+Q Ctrl+Q - + About PokerTH ... О программе PokerTH ... - + Settings ... Наcтройки ... - + Create Network Game ... Создать сетевую игру ... - + Join Network Game ... Присоединиться к сетевой игре ... - + Fullscreen Полноэкранный режим @@ -1377,7 +1377,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Показать/Скрыть окно чата @@ -1392,7 +1392,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Показать/Скрыть окно журнала сообщений @@ -1402,37 +1402,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Показать/Скрыть окно комбинаций - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1447,12 +1447,12 @@ p, li { white-space: pre-wrap; } Сетевая игра - + Internet Game ... Игра в Интернете ... - + Ctrl+I Ctrl+I @@ -1462,22 +1462,22 @@ p, li { white-space: pre-wrap; } Ва-банк - + Away Режим отсутствия - + Manual Action (default) Самостоятельная игра (по умолчанию) - + Auto-Check / Auto-Fold Автопропуск / Автосброс - + Auto-Check / Auto-Call-Any Автопропуск / Автоответ @@ -1492,12 +1492,12 @@ p, li { white-space: pre-wrap; } Вернуться в общую комнату - + Show/Hide Away Window Показать/Скрыть окно "Режим отсутствия" - + Ctrl+A Ctrl+A @@ -1522,7 +1522,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1532,17 +1532,17 @@ p, li { white-space: pre-wrap; } Наcтройки - + Configure PokerTH ... - + Close Закрыть - + Ctrl+X @@ -1552,22 +1552,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1944,12 +1944,12 @@ 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? Внимание! Вы действительно хотите покинуть текущую игру @@ -1961,37 +1961,37 @@ and go back to the lobby? - + 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. @@ -3106,7 +3106,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Оппонент 6: {10:?} + Оппонент 6: {10:?} + + + + Opponent 9: + Оппонент 6: {10:?} {9:?} diff --git a/ts/pokerth_sk.ts b/ts/pokerth_sk.ts index 0d648d13..07b648d2 100644 --- a/ts/pokerth_sk.ts +++ b/ts/pokerth_sk.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -185,18 +185,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -787,29 +787,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -845,6 +822,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1448,12 +1448,12 @@ p, li { white-space: pre-wrap; } Chat - + Log Záznam - + Speed: Rýchlosť: @@ -1473,47 +1473,47 @@ p, li { white-space: pre-wrap; } Hra - + Start Local Game ... Spustiť lokálnu hru... - + Ctrl+N Ctrl+N - + Quit Ukončiť - + Ctrl+Q Ctrl+Q - + About PokerTH ... O PokerTH... - + Settings ... Nastavenia... - + Create Network Game ... Vytvoriť sieťovú hru... - + Join Network Game ... Pripojiť sa k sieťovej hre... - + Fullscreen Celá obrazovka @@ -1523,7 +1523,7 @@ p, li { white-space: pre-wrap; } ⌘F - + Show/Hide Chat Window Zobraziť/skryť okno chatu @@ -1538,7 +1538,7 @@ p, li { white-space: pre-wrap; } ⌘H - + Show/Hide Log Window Zobraziť/skryť okno s logmi @@ -1548,37 +1548,37 @@ p, li { white-space: pre-wrap; } ⌘L - + Show/Hide Hands Window Zobraziť/skryť okno rozdaní - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Ctrl+T Ctrl+T - + Ctrl+H Ctrl+H - + Ctrl+L Ctrl+L @@ -1593,12 +1593,12 @@ p, li { white-space: pre-wrap; } Sieťová hra - + Internet Game ... Internetová hra... - + Ctrl+I Ctrl+I @@ -1608,22 +1608,22 @@ p, li { white-space: pre-wrap; } Vsadiť všetko - + Away Preč - + Manual Action (default) Manuálna akcia (východzie) - + Auto-Check / Auto-Fold Auto-Ok / Auto-Zložiť - + Auto-Check / Auto-Call-Any Auto-Ok / Auto-Dorovnať-čokoľvek @@ -1633,12 +1633,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - Open-source Engine pre Texas Holdem - + Show/Hide Away Window Zobraziť/skryť okno neprítomnosti - + Ctrl+A Ctrl+A @@ -1663,7 +1663,7 @@ p, li { white-space: pre-wrap; } Nie - + Chance Šanca @@ -1673,17 +1673,17 @@ p, li { white-space: pre-wrap; } Nastavenia - + Configure PokerTH ... Nastaviť PokerTH ... - + Close Zavrieť - + Ctrl+X Ctrl+X @@ -1693,22 +1693,22 @@ p, li { white-space: pre-wrap; } Hlasovanie navrhol(la): - + Show/Hide Chance Window Zobraziť/skryť okno so šancou - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -2075,12 +2075,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 @@ -2157,27 +2157,27 @@ Uistite sa, prosím, že ste pripojený priamo na internet. Šanca - + 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) @@ -2192,12 +2192,12 @@ Uistite sa, prosím, že ste pripojený priamo na internet. 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. - + You have <b>%1</b> %2 against you.<br><b>%3</b> vote(s) needed to kick. @@ -3271,7 +3271,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Súper 1: {10:?} + Súper 1: {10:?} + + + + Opponent 9: + Súper 1: {10:?} {9:?} diff --git a/ts/pokerth_sv.ts b/ts/pokerth_sv.ts index 3e52f3a4..89105425 100644 --- a/ts/pokerth_sv.ts +++ b/ts/pokerth_sv.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -170,18 +170,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -363,29 +363,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -421,6 +398,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -959,32 +959,32 @@ p, li { white-space: pre-wrap; } Chatt - + Log Logg - + Away Frånvarande - + Manual Action (default) Manuell handling (förval) - + Auto-Check / Auto-Fold Automatiskt Passa / Lägga sig - + Auto-Check / Auto-Call-Any Automatiskt Passa / Syna Allt - + Speed: Hastighet: @@ -1004,112 +1004,112 @@ p, li { white-space: pre-wrap; } Nätverksspel - + Start Local Game ... Starta lokalt spel - + Ctrl+N Ctrl+N - + Quit Avsluta - + Ctrl+Q Ctrl+Q - + About PokerTH ... Om PokerTH - + Settings ... Inställningar - + Create Network Game ... Skapa nätverks-spel - + Ctrl+O Ctrl+O - + Join Network Game ... Anslut till nätverks-spel - + Ctrl+J Ctrl+J - + Fullscreen Helskärm - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Visa/Göm chatten - + Ctrl+T Ctrl+T - + Show/Hide Hands Window Visa/Göm kombinationer - + Ctrl+H Ctrl+H - + Show/Hide Log Window Visa/Göm loggen - + Ctrl+L Ctrl+L - + Internet Game ... Internetspel - + Ctrl+I Ctrl+I - + Show/Hide Away Window Visa/Göm Frånvaro-fönstret - + Ctrl+A Ctrl+A @@ -1134,7 +1134,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1144,17 +1144,17 @@ p, li { white-space: pre-wrap; } Inställningar - + Configure PokerTH ... - + Close Stäng - + Ctrl+X @@ -1164,22 +1164,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1503,12 +1503,12 @@ Vänligen välj ett nytt namn. 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 @@ -1520,37 +1520,37 @@ och återvända till lobbyn? - + 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. @@ -2494,7 +2494,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Motståndare 1: {10:?} + Motståndare 1: {10:?} + + + + Opponent 9: + Motståndare 1: {10:?} {9:?} diff --git a/ts/pokerth_tr.ts b/ts/pokerth_tr.ts index 41d7cc16..68be6d5c 100644 --- a/ts/pokerth_tr.ts +++ b/ts/pokerth_tr.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -180,18 +180,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -690,29 +690,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -748,6 +725,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1316,7 +1316,7 @@ p, li { white-space: pre-wrap; } QGroupBox { background-image: url(:/graphics/resources/graphics/toolboxFrameBG.png) } - + Speed: Hız: @@ -1336,37 +1336,37 @@ p, li { white-space: pre-wrap; } Oyun - + Ctrl+N Ctrl+N - + Quit Çık - + About PokerTH ... PokerTH Hakkında... - + Settings ... Ayarlar... - + Create Network Game ... Ağ Oyunu Oluştur... - + Join Network Game ... Ağ Oyununa Katıl... - + Fullscreen Tam Ekran @@ -1386,17 +1386,17 @@ p, li { white-space: pre-wrap; } Sohbet - + Log Günlük - + Start Local Game ... Yerel Oyun Başlat... - + Ctrl+Q Ctrl+Q @@ -1416,57 +1416,57 @@ p, li { white-space: pre-wrap; } Ağ Oyunu - + Ctrl+O Ctrl+O - + Ctrl+J Ctrl+J - + Ctrl+F Ctrl+F - + Show/Hide Chat Window Söyleşi Penceresini Göster/Gizle - + Ctrl+T Ctrl+T - + Show/Hide Hands Window El Penceresini Göster/Gizle - + Ctrl+H Ctrl+H - + Show/Hide Log Window Günlük Penceresini Göster/Gizle - + Ctrl+L Ctrl+L - + Internet Game ... İnternet Oyunu ... - + Ctrl+I Ctrl+I @@ -1476,22 +1476,22 @@ p, li { white-space: pre-wrap; } Hepsi İçinde - + Away Uzak - + Manual Action (default) El İle Hamle (ön tanımlı) - + Auto-Check / Auto-Fold Oto-Denetim / Oto-Katla - + Auto-Check / Auto-Call-Any Oto-Denetim / Oto-Çağrı-Herhangi bir @@ -1501,12 +1501,12 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-beta - Açık-Kaynak Texas Holdem Motoru - + Show/Hide Away Window Uzakta penceresini Göster/Gizle - + Ctrl+A Ctrl+A @@ -1531,7 +1531,7 @@ p, li { white-space: pre-wrap; } Hayır - + Chance Şans @@ -1541,17 +1541,17 @@ p, li { white-space: pre-wrap; } Ayarlar - + Configure PokerTH ... PokerTH'ı ayarla... - + Close Kapat - + Ctrl+X Ctrl+X @@ -1561,22 +1561,22 @@ p, li { white-space: pre-wrap; } Oylamayı başlatan: - + Show/Hide Chance Window Şans Penceresini Göster/Gizle - + Ctrl+C Ctrl+C - + &View - + &Settings @@ -1943,12 +1943,12 @@ 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 @@ -1960,37 +1960,37 @@ ve lobiye dönmek istiyormusunuz? Şans - + 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. @@ -3069,7 +3069,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - Rakip 6: {10:?} + Rakip 6: {10:?} + + + + Opponent 9: + Rakip 6: {10:?} {9:?} diff --git a/ts/pokerth_zhcn.ts b/ts/pokerth_zhcn.ts index 01218e8c..7fb2d0ee 100644 --- a/ts/pokerth_zhcn.ts +++ b/ts/pokerth_zhcn.ts @@ -7,12 +7,6 @@ Card Deck Style Error - - - You wanna add a card deck style but selected a game table style. -Please choose a card deck style and try again! - - Selected card deck style "%1" seems to be outdated. @@ -45,6 +39,12 @@ The card picture(s) "%2" is/are not available. Please contact the card deck style builder %3. + + + A game table style was selected instead of a card deck style. +Please select a card deck style and try again! + + Chat @@ -66,12 +66,6 @@ Please contact the card deck style builder %3. Game Table Style Error - - - You wanna add a game table style but selected a card deck style. -Please choose a game table style and try again! - - Selected game table style "%1" seems to be outdated. @@ -96,9 +90,15 @@ The value(s) of "%2" is/are missing. Please contact the game table style builder %3. + + + A card deck style was selected instead of a game table style. +Please select a game table style and try again! + + - One or more pictures from current game table style "%1" where not found: + One or more pictures from current game table style "%1" were not found: "%2" @@ -175,18 +175,18 @@ Please contact the game table style builder %3. ServerListDialog - + Server List - + Server Name - - Country + + Country/Region @@ -460,29 +460,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;">© 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 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-family:'Sans Serif'; font-weight:600;">Projectpage: </span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -518,6 +495,29 @@ 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-family:'Sans Serif';"> - for moderating forum and organise bugtracker and feature requests</span></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 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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> </span><a href="http://www.pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">http://www.pokerth.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> #pokerth (irc.freenode.net)</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"></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-family:'Sans Serif'; 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;"><span style=" font-family:'Sans Serif';"> Felix Hammer (</span><a href="mailto:doitux@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">doitux@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, gui implementation, gui graphics editing, linux package</span></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-family:'Sans Serif';"> Florian Thauer (</span><a href="mailto:floty@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">floty@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial idea, basic architecture, engine development</span></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-family:'Sans Serif';"> Lothar May (</span><a href="mailto:lotodore@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">lotodore@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - basic architecture, network development, windows package, MacOS package</span></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-family:'Sans Serif';"> Oskar Lindqvist (</span><a href="mailto:tranberry@pokerth.net"><span style=" font-family:'Sans Serif'; text-decoration: underline; color:#0000ff;">tranberry@pokerth.net</span></a><span style=" font-family:'Sans Serif';">)</span></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-family:'Sans Serif';"> - initial gui graphics design</span></p></body></html> + + aboutPokerthImpl @@ -1041,22 +1041,22 @@ p, li { white-space: pre-wrap; } gameTable - + About PokerTH ... 关于PokerTH... - + Auto-Check / Auto-Call-Any 自动让牌/自动跟进 - + Auto-Check / Auto-Fold 自动让牌/自动收牌 - + Away 离开 @@ -1066,62 +1066,62 @@ p, li { white-space: pre-wrap; } 聊天 - + Create Network Game ... 创建网络游戏... - + Ctrl+A Ctrl+A - + Ctrl+F Ctrl+F - + Ctrl+H Ctrl+H - + Ctrl+I Ctrl+I - + Ctrl+J Ctrl+J - + Ctrl+L Ctrl+L - + Ctrl+N Ctrl+N - + Ctrl+O Ctrl+O - + Ctrl+Q Ctrl+Q - + Ctrl+T Ctrl+T - + Fullscreen 全屏 @@ -1136,22 +1136,22 @@ p, li { white-space: pre-wrap; } 成手 - + Internet Game ... 因特网游戏... - + Join Network Game ... 加入网络游戏... - + Log 日志 - + Manual Action (default) 手动操作(默认) @@ -1166,42 +1166,42 @@ p, li { white-space: pre-wrap; } PokerTH 0.6-公测版 - 开源的德州扑克游戏引擎 - + Quit 退出 - + Settings ... 设置... - + Show/Hide Away Window 显示/隐藏“离开”窗口 - + Show/Hide Chat Window 显示/隐藏“聊天”窗口 - + Show/Hide Hands Window 显示/隐藏“成手”窗口 - + Show/Hide Log Window 显示/隐藏“日志”窗口 - + Speed: 速度: - + Start Local Game ... 开始本地游戏... @@ -1231,7 +1231,7 @@ p, li { white-space: pre-wrap; } - + Chance @@ -1241,17 +1241,17 @@ p, li { white-space: pre-wrap; } 设置 - + Configure PokerTH ... - + Close 关闭 - + Ctrl+X @@ -1261,22 +1261,22 @@ p, li { white-space: pre-wrap; } - + Show/Hide Chance Window - + Ctrl+C - + &View - + &Settings @@ -1316,7 +1316,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? 注意!你真的想离开当前的游戏 @@ -1472,7 +1472,7 @@ Please reenter the password and try again. 网络通知 - + PokerTH - Internet Game Message PokerTH - 网络游戏消息 @@ -1681,37 +1681,37 @@ Please make sure you are directly connected to the internet. - + 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. @@ -2657,7 +2657,12 @@ p, li { white-space: pre-wrap; } Opponent 10: - 对手6: {10:?} + 对手6: {10:?} + + + + Opponent 9: + 对手6: {10:?} {9:?}