diff --git a/data/translations/pokerth_af.qm b/data/translations/pokerth_af.qm
index 024eb7d3..f2a3bcf8 100644
Binary files a/data/translations/pokerth_af.qm and b/data/translations/pokerth_af.qm differ
diff --git a/data/translations/pokerth_ca.qm b/data/translations/pokerth_ca.qm
index 89ab8bec..d498e4f1 100644
Binary files a/data/translations/pokerth_ca.qm and b/data/translations/pokerth_ca.qm differ
diff --git a/data/translations/pokerth_cz.qm b/data/translations/pokerth_cz.qm
index b6d0a937..be241a76 100644
Binary files a/data/translations/pokerth_cz.qm and b/data/translations/pokerth_cz.qm differ
diff --git a/data/translations/pokerth_de.qm b/data/translations/pokerth_de.qm
index 7a4c9d59..07f477b6 100644
Binary files a/data/translations/pokerth_de.qm and b/data/translations/pokerth_de.qm differ
diff --git a/data/translations/pokerth_es.qm b/data/translations/pokerth_es.qm
index b889ac43..a9cc036b 100644
Binary files a/data/translations/pokerth_es.qm and b/data/translations/pokerth_es.qm differ
diff --git a/data/translations/pokerth_fi.qm b/data/translations/pokerth_fi.qm
index 02f96acd..cb9a65b7 100644
Binary files a/data/translations/pokerth_fi.qm and b/data/translations/pokerth_fi.qm differ
diff --git a/data/translations/pokerth_fr.qm b/data/translations/pokerth_fr.qm
index 7fe7006a..24d72721 100644
Binary files a/data/translations/pokerth_fr.qm and b/data/translations/pokerth_fr.qm differ
diff --git a/data/translations/pokerth_hu.qm b/data/translations/pokerth_hu.qm
index 80425e96..ff5ecf97 100644
Binary files a/data/translations/pokerth_hu.qm and b/data/translations/pokerth_hu.qm differ
diff --git a/data/translations/pokerth_it.qm b/data/translations/pokerth_it.qm
index 58e53670..8683a378 100644
Binary files a/data/translations/pokerth_it.qm and b/data/translations/pokerth_it.qm differ
diff --git a/data/translations/pokerth_jp.qm b/data/translations/pokerth_jp.qm
index 1d7e0d49..f31f40b5 100644
Binary files a/data/translations/pokerth_jp.qm and b/data/translations/pokerth_jp.qm differ
diff --git a/data/translations/pokerth_lt.qm b/data/translations/pokerth_lt.qm
index ac0be098..cdbae66a 100644
Binary files a/data/translations/pokerth_lt.qm and b/data/translations/pokerth_lt.qm differ
diff --git a/data/translations/pokerth_nl.qm b/data/translations/pokerth_nl.qm
index 8f6a60f2..3ad19afd 100644
Binary files a/data/translations/pokerth_nl.qm and b/data/translations/pokerth_nl.qm differ
diff --git a/data/translations/pokerth_no.qm b/data/translations/pokerth_no.qm
index c0017e08..5b53ca5c 100644
Binary files a/data/translations/pokerth_no.qm and b/data/translations/pokerth_no.qm differ
diff --git a/data/translations/pokerth_pl.qm b/data/translations/pokerth_pl.qm
index a5ffd6f8..6ad26d7f 100644
Binary files a/data/translations/pokerth_pl.qm and b/data/translations/pokerth_pl.qm differ
diff --git a/data/translations/pokerth_ptbr.qm b/data/translations/pokerth_ptbr.qm
index a0a9f807..124fbf3f 100644
Binary files a/data/translations/pokerth_ptbr.qm and b/data/translations/pokerth_ptbr.qm differ
diff --git a/data/translations/pokerth_ptpt.qm b/data/translations/pokerth_ptpt.qm
index 85a8f52c..f649370f 100644
Binary files a/data/translations/pokerth_ptpt.qm and b/data/translations/pokerth_ptpt.qm differ
diff --git a/data/translations/pokerth_ru.qm b/data/translations/pokerth_ru.qm
index f57e9de8..394b1efa 100644
Binary files a/data/translations/pokerth_ru.qm and b/data/translations/pokerth_ru.qm differ
diff --git a/data/translations/pokerth_sk.qm b/data/translations/pokerth_sk.qm
index 5c8779e2..b2176bf0 100644
Binary files a/data/translations/pokerth_sk.qm and b/data/translations/pokerth_sk.qm differ
diff --git a/data/translations/pokerth_zhcn.qm b/data/translations/pokerth_zhcn.qm
index 7fc745a9..db682667 100644
Binary files a/data/translations/pokerth_zhcn.qm and b/data/translations/pokerth_zhcn.qm differ
diff --git a/pokerth.pro b/pokerth.pro
index ed4db1ed..98c59fa3 100755
--- a/pokerth.pro
+++ b/pokerth.pro
@@ -2,7 +2,7 @@
TEMPLATE = subdirs
SUBDIRS = pokerth_protocol.pro pokerth_db.pro pokerth_lib.pro pokerth_game.pro
-!mac:!gui_800x480 {
+!unix:!mac:!gui_800x480 {
SUBDIRS += pokerth_server.pro chatcleaner.pro
}
CONFIG += ordered
diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp
index f143fa84..b57e8866 100644
--- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp
+++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp
@@ -2049,7 +2049,7 @@ void gameLobbyDialogImpl::reportBadGameName()
tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No);
if(ret == QMessageBox::Yes) {
-// mySession->reportBadGameName(gameId); TODO
+ mySession->reportBadGameName(gameId);
}
}
}
diff --git a/ts/pokerth_START_HERE.ts b/ts/pokerth_START_HERE.ts
index 7b704c51..afa6e2c7 100644
--- a/ts/pokerth_START_HERE.ts
+++ b/ts/pokerth_START_HERE.ts
@@ -984,11 +984,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1008,19 +1003,19 @@ Please choose another one!
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1038,25 +1033,25 @@ Please choose another one!
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1100,17 +1095,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-Chat
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1128,60 +1124,60 @@ p, li { white-space: pre-wrap; }
-
+ Joining a private Game
-
+ You are about to join a private game. Please enter the password!
-
+ open
-
-
-
-
+
+
+
+ Game Info
-
-
+
+ Game
-
-
+
+ Players
-
-
+
+ State
-
-
+
+ P
-
-
+
+ Available Players
@@ -1201,118 +1197,137 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1
-
+ running
-
-
+
+ running games: %1
-
-
+
+ open games: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
-
-
+
+ connected players: %1
@@ -1328,1307 +1343,1304 @@ Feel free to invite other players by right-clicking on their nick in the availab
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players
-
+ hands
-
+ minutes
-
+ double blinds
-
+ manual blinds order
-
+ Server Error
-
+ You should not kick yourself from this game!
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -3576,7 +3588,7 @@ Please enter an valid picture!
-
+ Factory Settings
@@ -3706,21 +3718,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game Settings
-
+ Number of players:
-
-
+
+ Start Cash:
@@ -3729,26 +3741,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $
-
-
+
+ First small blind:
-
-
+
+ Raise blinds:
@@ -3757,94 +3769,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:
-
-
+
+ hands
-
-
+
+ minutes
-
-
+
+ Raise mode:
-
-
+
+ Always double blinds
-
-
+
+ Manual blinds order:
-
-
+
+ Edit ...
-
+ Game Speed:
-
+ Pause between hands (press "start" button to go on)
-
+ Show game settings dialog on every new game
-
+ Network Game Settings
-
+ Maximum number of players:
-
+ Timeout for player action:
@@ -3868,114 +3880,114 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ Delete
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
-
-
+
+ s
-
+ Network Server Settings
-
-
+
+ Server Port:
-
-
+
+ Use SCTP
-
-
+
+ Use IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a>
-
+ Internet Game Settings
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -3984,61 +3996,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:
-
+ Use password for private game:
-
+ Computer Engine
-
+ Opponent 6:
-
+ Opponent 5:
-
+ Opponent 4:
-
+ Opponent 3:
-
+ Opponent 2:
-
+ Opponent 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4047,37 +4059,37 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable Logging
-
+ Log File Directory:
-
+ Write log after every:
-
+ action (high frequent disc access)
-
+ hand (medium disc access)
-
+ game (low disc access)
@@ -4085,13 +4097,13 @@ p, li { white-space: pre-wrap; }
-
+ Log Messages
-
+ Player Nicks/Avatars
@@ -4105,33 +4117,38 @@ p, li { white-space: pre-wrap; }
Show left toolbox
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URL
-
+ Serverlist Address:
-
+ Manual Server Configuration
-
+ Store log files for:
-
+ Day(s)
@@ -4167,7 +4184,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -4243,90 +4260,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ Game
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4336,19 +4353,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:
-
+ Opponent 8:
-
+ Opponent 9:
@@ -4356,69 +4373,69 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings Error
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!
-
+ Language Changed
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!
-
+ Select your flipside picture
-
+ Images (*.png *.jpg *.gif)
-
+ Open Directory
-
-
+
+ Blinds Error
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!
@@ -4554,186 +4571,186 @@ Please enter a valid server list address!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ State
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -4921,106 +4938,106 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network Error
-
+ Server address was not set.
-
+ An invalid port was set (ports 0-1023 are not allowed).
-
+ Could not create a socket for TCP communication.
-
+ Could not set the IP address.
-
+ Could not set the port for this type of address.
-
+ The server name could not be resolved.
-
+ Bind failed - please choose a different port.
-
+ Internal network error: "listen" failed.
-
+ Server execution was terminated.
-
+ Could not connect to the server.
-
+ Connection timed out.
Please check the server address.
@@ -5028,281 +5045,296 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
-
+ Internal network error: "select" failed.
-
+ Internal network error: "send" failed.
-
+ Internal network error: Duplicate TCP connection.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.
-
+ Could not unzip the PokerTH internet server list.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.
-
+ Could not open the target file when downloading the server list.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ Sorry, this server is already full.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.
-
+ The game could not be found.
-
+ The chat text is invalid.
-
+ The server referred to an unknown player. Aborting.
-
+ Internal error: The current player could not be found.
-
+ Internal error: The current player is not active.
-
+ You were kicked from the server.
-
+ You were temporarily banned from the server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!
-
+ The client player count is invalid.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.
-
+ An invalid avatar file was configured. Please choose a different avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.
-
+ Could not start game: Synchronization failed.
-
+ The server is down for maintenance. Please try again later.
-
+ An internal error occured.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network Notification
-
+ You were kicked from the game.
-
+ Sorry, this game is already full.
-
+ Unable to join - the server has already started the game.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
-
+
+ Server Message
-
+ PokerTH %1
diff --git a/ts/pokerth_af.ts b/ts/pokerth_af.ts
index bb8ca7e7..c029b405 100644
--- a/ts/pokerth_af.ts
+++ b/ts/pokerth_af.ts
@@ -1,4 +1,4 @@
-
+
UTF-8
@@ -707,17 +707,17 @@ p, li { white-space: pre-wrap; }
<tr>
<td style="border: none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://commons.wikimedia.org/wiki/Main_Page"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; font-weight:600; text-decoration: underline; color:#0000ff;">Wikimedia Commons</span></a></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; font-weight:600;"> - </span><span style=" font-family:'Nimbus Sans L'; font-size:14pt;">vir 'n verskeidenheid gewilde avatarprente</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; font-weight:600;"> - </span><span style=" font-family:'Nimbus Sans L'; font-size:14pt;">vir 'n verskeidenheid gewilde avatarprente</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; 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:'Nimbus Sans L'; font-size:14pt;"> - vir mensavatar-prente</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; font-weight:600;">ZeiZei</span><span style=" font-family:'Nimbus Sans L'; font-size:14pt;"> </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt;"> - vir "diverse" avatarprente</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:'Nimbus Sans L'; font-size:14pt; 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:'Nimbus Sans L'; font-size:14pt;"> - vir 'n verskeidenheid GPL-gelisensieerde klanke</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt;"> - vir 'n verskeidenheid GPL-gelisensieerde klanke</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; 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:'Nimbus Sans L'; font-size:14pt;"> - vir selfopgeneemde skyfieklanke</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; 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:'Nimbus Sans L'; font-size:14pt;"> - vir 'n verskeidenheid pleisters</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt;"> - vir 'n verskeidenheid pleisters</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; 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:'Nimbus Sans L'; font-size:14pt;"> - vir huisvesting en administrasie van internetspelbediener</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Nimbus Sans L'; font-size:14pt; font-weight:600;">danuxi</span></p>
@@ -1317,9 +1317,8 @@ Kies asseblief 'n ander naam.
Speletjies
- Timeout for player action (sec):
- Uittelling vir speleraksie (sek):
+ Uittelling vir speleraksie (sek):
@@ -1340,19 +1339,19 @@ Kies asseblief 'n ander naam.
&Skop speler
-
+ Sort alphabeticallyRangskik alfabeties
-
+ Sort by countryRangskik volgens land
-
+ Display idle playersWys niksdoenspelers
@@ -1370,25 +1369,25 @@ Kies asseblief 'n ander naam.
&Verlaat spel
-
+ Join &any gameSluit aan &by enige spel
-
+ &Create Game&Skep spel
-
+ &Join Game&Sluit by spel aan
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1439,17 +1438,18 @@ p, li { white-space: pre-wrap; }
+ Timing:Tydneem:
-
+ Lobby-ChatVoorkamer-klets
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1471,46 +1471,46 @@ p, li { white-space: pre-wrap; }
Spel begin. Wag asseblief...
-
+ Joining a private GameBy 'n privaat spel aansluit
-
+ You are about to join a private game. Please enter the password!Jy gaan nou by 'n privaat spel aansluit. Tik asseblief die wagwoord in!
-
+ openmaak oop
-
-
-
-
+
+
+
+ Game InfoSpelinfo
-
-
+
+ GameSpel
-
-
+
+ PlayersSpelers
-
-
+
+ StateStaat
@@ -1520,15 +1520,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersBeskikbare spelers
@@ -1548,119 +1548,138 @@ p, li { white-space: pre-wrap; }
Spelers se info...
-
-
-
+
+
+ StandardStandaard
-
-
-
+
+
+ Registered players onlyNet geregistreerde spelers
-
-
-
+
+
+ Invited players onlyNet genooide spelers
-
-
-
+
+
+ Ranking gameGradeerspel
-
+ Connected players - max. %1Gekoppelde spelers: maks %1
-
-
+
+ TT
-
-
+
+ Report inappropriate game name
+ Rapporteer onvanpaste spelnaam
+
+
+
+
+
+ sec (action)
+ sek (aksie)
+
+
+
+
+
+ sec (hand delay)
+ sek (handvertraging)
+
+
+
+ Connected players - Max. %1Gekoppelde spelers: maks %1
-
+ runningaan die gang
-
-
+
+ running games: %1spelle aan die gang: %1
-
-
+
+ open games: %1oop spelle: %1
-
+ Invite %1Nooi %1
-
+ Ignore %1Ignoreer %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%3 het %1 uitgenooi na %2.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 het die uitnodiging na %2 van die hand gewys.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 kan nie by %2 aansluit nie want hy of sy is besig.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Die spel begin oor<br><b>%1</b> sekondes.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Jy het by 'n spel aangesluit met die tipe "nooi-alleen".
Nooi gerus ander spelers uit deur op hul kenname in die lys beskikbare spelers te regskliek.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Jy is deur <b>%2</b> na die spel <b>%1</b> genooi.<br>Wil jy by daardie spel aansluit?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Jy sal nie meer kletsboodskappe of speluitnodigings van hierdie gebruiker kry nie.<br>Wil jy regtig speler <b>%1</b> op jou ignoreerlys sit?
-
-
+
+ connected players: %1gekoppelde spelers: %1
@@ -1676,1307 +1695,1312 @@ Nooi gerus ander spelers uit deur op hul kenname in die lys beskikbare spelers t
Wys spelerstatistiek
- sec (action)
- sek (aksie)
+ sek (aksie)
- sec (hand delay)
- sek (handvertraging)
+ sek (handvertraging)
-
-
+
+ Connected playersGekoppelde spelers
-
+ handshande
-
+ minutesminute
-
+ double blindsdubbelblindes
-
+ manual blinds orderhandmatige blindesvolgorde
-
+ Server ErrorBedienerfout
-
+ You should not kick yourself from this game!Jy moenie jouself uit hierdie spel skop nie!
-
+ search for player ...soek vir speler...
-
+ Chat is only available to registered players.Klets werk net vir geregistreerde spelers.
-
+ Invite player ...Nooi speler...
-
+ Ignore player ...Ignoreer speler...
-
+ %1 is playing in "%2".%1 speel in "%2".
-
+ %1 is not playing at the moment.%1 speel nie op die oomblik nie.
-
-
+
+ PokerTH - Info MessagePokerTH - Inligtingsboodskap
-
+
+ PokerTH - QuestionPokerTH - Vraag
-
+ AfghanistanAfghanistan
-
+ ALand IslandsAlandeilande
-
+ AlbaniaAlbanië
-
+ AlgeriaAlgerië
-
+ American SamoaAmerikaanse Samoa
-
+ AndorraAndorra
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaAntarktika
-
+ Antigua And BarbudaAntigua en Barbuda
-
+ ArgentinaArgentinië
-
+ ArmeniaArmenië
-
+ ArubaAruba
-
+ AustraliaAustralië
-
+ AustriaOostenryk
-
+ AzerbaijanAzerbeidjans
-
+ BahamasBahamas
-
+ BahrainBahrein
-
+ BangladeshBangladesj
-
+ BarbadosBarbados
-
+ BelarusBelarus
-
+ BelgiumBelgië
-
+ BelizeBelize
-
+ BeninBenin
-
+ BermudaBermuda
-
+ BhutanBhoetan
-
+ BoliviaBolivia
-
+ Bosnia And HerzegovinaBosnië en Herzegowina
-
+ BotswanaBotswana
-
+ Bouvet IslandBouveteiland
-
+ BrazilBrasilië
-
+ British Indian Ocean TerritoryBritse Indiese Oseaangebied
-
+ Brunei DarussalamBroenei Darussalam
-
+ BulgariaBulgarye
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaKambodja
-
+ CameroonKameroen
-
+ CanadaKanada
-
+ Cape VerdeKaap Verde
-
+ Cayman IslandsKaaimaneilande
-
+ Central African RepublicSentraal-Afrikaanse Republiek
-
+ ChadTsjad
-
+ ChileChili
-
+ ChinaSjina
-
+ Christmas IslandChristmaseiland
-
+ Cocos (Keeling) IslandsKokoseilande
-
+ ColombiaColombia
-
+ ComorosComore
-
+ CongoKongo
-
+ Congo, The Democratic Republic Of TheKongo, Demokratiese Republiek van die
-
+ Cook IslandsCookeilande
-
+ Costa RicaCosta Rica
-
+ Cote D'IvoireIvoorkus
-
+ CroatiaKroasië
-
+ CubaKuba
-
+ CyprusCiprus
-
+ Czech RepublicTsjeggiese Republiek
-
+ DenmarkDenemarke
-
+ DjiboutiDjiboeti
-
+ DominicaDominica
-
+ Dominican RepublicDominikaanse Republiek
-
+ EcuadorEcuador
-
+ EgyptEgipte
-
+ El SalvadorEl Salvador
-
+ Equatorial GuineaEkwatoriaal-Guinee
-
+ EritreaEritrea
-
+ EstoniaEstland
-
+ EthiopiaEtiopië
-
+ Falkland Islands (Malvinas)Falklandeilande
-
+ Faroe IslandsFaroër-eilande
-
+ FijiFidji
-
+ FinlandFinland
-
+ FranceFrankryk
-
+ French GuianaFrans-Guinee
-
+ French PolynesiaFrans-Polinesië
-
+ French Southern TerritoriesFranse Suidelike Gebiede
-
+ GabonGaboen
-
+ GambiaGambië
-
+ GeorgiaGeorgië
-
+ GermanyDuitsland
-
+ GhanaGhana
-
+ GibraltarGibraltar
-
+ GreeceGriekeland
-
+ GreenlandGroenland
-
+ GrenadaGrenada
-
+ GuadeloupeGuadeloupe
-
+ GuamGuam
-
+ GuatemalaGuatemala
-
+ GuernseyGuernsey
-
+ GuineaGuinee
-
+ Guinea-BissauGuinee-Bissau
-
+ GuyanaGuyana
-
+ HaitiHaïti
-
+ Heard Island And Mcdonald IslandsHeard- en McDonald-eilande
-
+ Holy See (Vatican City State)Vatikaanstad
-
+ HondurasHonduras
-
+ Hong KongHongkong
-
+ HungaryHongarye
-
+ IcelandYsland
-
+ IndiaIndië
-
+ IndonesiaIndonesië
-
+ Iran, Islamic Republic OfIran, Islamitiese Republiek van
-
+ IraqIrak
-
+ IrelandIerland
-
+ Isle Of ManEiland Man
-
+ IsraelIsrael
-
+ ItalyItalië
-
+ JamaicaJamaika
-
+ JapanJapan
-
+ JerseyJersey
-
+ JordanJordanië
-
+ KazakhstanKazakhstan
-
+ KenyaKenia
-
+ KiribatiKiribati
-
+ Korea, Democratic People'S Republic OfKorea, Demokratiese Volksrepubliek van
-
+ Korea, Republic OfKorea, Republiek van
-
+ KuwaitKoeweit
-
+ KyrgyzstanKirgisistan
-
+ Lao People'S Democratic RepublicLao Volks- Demokratiese Republiek
-
+ LatviaLetland
-
+ LebanonLibanon
-
+ LesothoLesotho
-
+ LiberiaLiberië
-
+ Libyan Arab JamahiriyaLibië
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLitaue
-
+ LuxembourgLuxemburg
-
+ MacaoMacao
-
+ Macedonia, The Former Yugoslav Republic OfMasedonië (FYROM)
-
+ MadagascarMadagaskar
-
+ MalawiMalawi
-
+ MalaysiaMaleisië
-
+ MaldivesMaledive
-
+ MaliMali
-
+ MaltaMalta
-
+ Marshall IslandsMarshalleilande
-
+ MartiniqueMartinique
-
+ MauritaniaMauritanië
-
+ MauritiusMauritius
-
+ MayotteMayotte
-
+ MexicoMeksiko
-
+ Micronesia, Federated States OfMikronesië, Federale State van
-
+ Moldova, Republic OfMoldowa, Republiek van
-
+ MonacoMonaco
-
+ MongoliaMongolië
-
+ MontserratMontserrat
-
+ MoroccoMarokko
-
+ MozambiqueMosambiek
-
+ MyanmarBirma
-
+ NamibiaNamibië
-
+ NauruNauru
-
+ NepalNepal
-
+ NetherlandsNederland
-
+ Netherlands AntillesNederlandse Antille
-
+ New CaledoniaNieu-Caledonië
-
+ New ZealandNieu-Seeland
-
+ NicaraguaNicaragua
-
+ NigerNiger
-
+ NigeriaNigerië
-
+ NiueNiue
-
+ Norfolk IslandNorfolkeiland
-
+ Northern Mariana IslandsNoordelike Marianaeilande
-
+ NorwayNoorweë
-
+ OmanOman
-
+ PakistanPakistan
-
+ PalauPalau
-
+ Palestinian Territory, OccupiedPalesteinse Gebied, Besette
-
+ PanamaPanama
-
+ Papua New GuineaPapoea-Nieu-Guinee
-
+ ParaguayParaguay
-
+ PeruPeru
-
+ PhilippinesFilippyne
-
+ PitcairnPitcairn
-
+ PolandPole
-
+ PortugalPortugal
-
+ Puerto RicoPuerto Rico
-
+ QatarKatar
-
+ ReunionReunion
-
+ RomaniaRoemenië
-
+ Russian FederationRussiese Federasie
-
+ RwandaRwanda
-
+ Saint HelenaSint Helena
-
+ Saint Kitts And NevisSint Kitts en Nevis
-
+ Saint LuciaSint Lucia
-
+ Saint Pierre And MiquelonSint Pierre en Miquelon
-
+ Saint Vincent And The GrenadinesSint Vincent en die Grenadine
-
+ SamoaSamoa
-
+ San MarinoSan Marino
-
+ Sao Tome And PrincipeSao Tome en Principe
-
+ Saudi ArabiaSaoedi-Arabië
-
+ SenegalSenegal
-
+ Serbia And MontenegroSerwië en Montenegro
-
+ SeychellesSeychelle
-
+ Sierra LeoneSierra Leone
-
+ SingaporeSingapoer
-
+ SlovakiaSlowakye
-
+ SloveniaSlowenië
-
+ Solomon IslandsSalomonseilande
-
+ SomaliaSomalië
-
+ South AfricaSuid-Afrika
-
+ South Georgia And The South Sandwich IslandsSuid-Georgië en die Suid-Sandwich-eilande
-
+ SpainSpanje
-
+ Sri LankaSri Lanka
-
+ SudanSoedan
-
+ SurinameSuriname
-
+ Svalbard And Jan MayenSvalbard en Jan Mayen
-
+ SwazilandSwaziland
-
+ SwedenSwede
-
+ SwitzerlandSwitserland
-
+ Syrian Arab RepublicSirië, Arabiese Republiek van
-
+ Taiwan, Province Of ChinaTaiwan (Republiek van Sjina)
-
+ TajikistanTadjikistan
-
+ Tanzania, United Republic OfTanzanië, Verenigde Republiek van
-
+ ThailandThailand
-
+ Timor-LesteOos-Timor
-
+ TogoTogo
-
+ TokelauTokelau
-
+ TongaTongaans
-
+ Trinidad And TobagoTrinidad en Tobago
-
+ TunisiaTunisië
-
+ TurkeyTurkye
-
+ TurkmenistanTurkmenistan
-
+ Turks And Caicos IslandsTurkse en Caicos-eilande
-
+ TuvaluTuvalu
-
+ UgandaUganda
-
+ UkraineOekraïne
-
+ United Arab EmiratesVerenigde Arabiese Emirate
-
+ United KingdomVerenigde Koninkryk
-
+ United StatesVerenigde State
-
+ United States Minor Outlying IslandsVerenigde State se Klein Buite-eilande
-
+ UruguayUruguay
-
+ UzbekistanOesbekistan
-
+ VanuatuVanuatu
-
+ VenezuelaVenezuela
-
+ Viet NamViëtnam
-
+ Virgin Islands, BritishBritse Maagde-eilande
-
+ Virgin Islands, U.S.Amerikaanse Maagde-eilande
-
+ Wallis And FutunaWallis en Futuna
-
+ Western SaharaWes-Sahara
-
+ YemenJemen
-
+ ZambiaZambië
-
+ ZimbabweZimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Is jy seker jy wil die spelnaam van "%1" as onvanpas rapporteer?
+ gameTable
@@ -3959,7 +3983,7 @@ Tik asseblief 'n geldige prent in!
-
+ Factory SettingsFabrieksinstellings
@@ -4096,21 +4120,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsPlaaslikespel-instellings
-
+ Number of players:Getal spelers:
-
-
+
+ Start Cash:Begingeld:
@@ -4119,26 +4143,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Eerste klein blinde:
-
-
+
+ Raise blinds:Verhoog blindes:
@@ -4147,94 +4171,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Elke:
-
-
+
+ handshande
-
-
+
+ minutesminute
-
-
+
+ Raise mode:Verhoogmodus:
-
-
+
+ Always double blindsBlindes altyd verdubbel
-
-
+
+ Manual blinds order:Handmatige blindesvolgorde:
-
-
+
+ Edit ...Redigeer...
-
+ Game Speed:Spelspoed:
-
+ Pause between hands (press "start" button to go on)Wag tussen hande (druk "begin"-knop om voort te gaan)
-
+ Show game settings dialog on every new gameWys spelinstellings-dialoog by elke nuwe spel
-
+ Network Game SettingsNetwerkspel-instellings
-
+ Maximum number of players:Maksimum getal spelers:
-
+ Timeout for player action:Uittelling vir speleraksie:
@@ -4266,25 +4290,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:Voorskou:
-
+ Export as HTMLVoer uit as HTML
-
+ Reset all settings to default ...Stel alle instellings terug na verstek...
-
+ Note: You can not reset all settings to default during a running game!Let wel: Jy kan nie tydens 'n aktiewe spel alle instellings terugstel na verstek nie!
@@ -4294,90 +4318,90 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtVoer uit as TXT
-
+ Save as ...Stoor as...
-
+ DeleteSkrap
-
+ Log FileLoglêer
-
-
+
+ s s
-
+ Network Server SettingsNetwerkbediener-instellings
-
-
+
+ Server Port:Bedienerpoort:
-
-
+
+ Use SCTPGebruik SCTP
-
-
+
+ Use IPv6Gebruik IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Wat is dit?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Wat is dit?</a>
-
+ Internet Game SettingsInternetspel-instellings
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4389,61 +4413,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Bedieneradres:
-
+ Use password for private game:Gebruik wagwoord vir private spel:
-
+ Computer EngineRekenaarenjin
-
+ Opponent 6:Opponent 6:
-
+ Opponent 5:Opponent 5:
-
+ Opponent 4:Opponent 4:
-
+ Opponent 3:Opponent 3:
-
+ Opponent 2:Opponent 2:
-
+ Opponent 1:Opponent 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4455,7 +4479,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingAktiveer/deaktiveer logskryf
@@ -4465,31 +4489,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Loglêer-gids:
-
+ Write log after every: Skryf loglêer na elke:
-
+ action (high frequent disc access)aksie (baie gereelde skyftoegang)
-
+ hand (medium disc access)hand (medium skyftoegang)
-
+ game (low disc access)spel (min skyftoegang)
@@ -4497,13 +4521,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLogboodskappe
-
+ Player Nicks/AvatarsSpeler-kenname/avatars
@@ -4517,33 +4541,38 @@ p, li { white-space: pre-wrap; }
Show left toolboxWys linker nutskas
+
+
+ Play blind raise notification
+ Berig dat spel se blinde verhoog
+
-
+ Automatic Server Configuration URLURL vir outomatiese bedieneropstelling
-
+ Serverlist Address:Bedienerlys-adres:
-
+ Manual Server ConfigurationHandmatige bedieneropstelling
-
+ Store log files for:Stoor loglêers vir:
-
+ Day(s) Dag(e)
@@ -4579,7 +4608,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avatarbediener:
@@ -4670,90 +4699,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Wagtyd tussen hande:
-
+ ServerBediener
-
+ GameSpel
-
+ Default game name:Verstek spelnaam:
-
+ Default game type:Verstek speltipe:
-
+ StandardStandaard
-
+ Registered players onlyNet geregistreerde spelers
-
+ Invited players onlyNet genooide spelers
-
+ Ranking gameGradeerspel
-
+ Show lobby chatWys voorkamerklets
-
+ Automatically leave the table after the game finishedVerlaat tafel outomaties sodra spel afgehandel is
-
+ Ignored PlayersGeïgnoreerde spelers
-
+ PlayerSpeler
-
+ Remove PlayerVerwyder speler
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4767,19 +4796,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Opponent 7:
-
+ Opponent 8:Opponent 8:
-
+ Opponent 9:Opponent 9:
@@ -4857,65 +4886,65 @@ p, li { white-space: pre-wrap; }
Turks
-
-
-
-
-
+
+
+
+
+ Settings ErrorInstellingsfout
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Die ingetikte omkeerkantprent bestaan nie.
Tik asseblief 'n geldige prent in!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Die loglêer-gids bestaan nie.
Kies asseblief 'n geldige gids!
-
+ Language ChangedTaal verander
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Jy het die program se taal na %1 verander.
Herbegin asseblief PokerTH om nuwe taal te laai.
-
+ Select your flipside pictureKies jou omkeerkantprent
-
+ Images (*.png *.jpg *.gif)Prente (*.png *.jpg *.gif)
-
+ Open DirectoryMaak gids oop
-
-
+
+ Blinds ErrorBlindes-fout
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -4949,7 +4978,7 @@ Hierdie eerste-klein-blinde-waarde sal na die maksimum toegelate waarde gestel w
Sweeds
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Die ingetikte bedienerlysadres is nie 'n geldige URL nie.
@@ -4991,152 +5020,152 @@ Tik asseblief 'n geldige bedienerlysadres in.Tamil
-
+ The opponent names are not unique.
Please choose different names for each Opponent!Die opponentname is nie uniek nie.
Kies asseblief verskillende name vir die opponente!
-
+ Settings InformationInstellingsinligting
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Jy het die loglêer-gids verander.
Herbegin asseblief PokerTH om die nuwe gids vir loglêers te laai!
-
-
+
+ Maintainer NameOnderhouer se naam
-
-
+
+ Maintainer EMailOnderhouer se posadres
-
-
+
+ Create DateSkep datum
-
+ Windows BehaviourVenstergedrag
-
+ scaleablevergroot/kleinbaar
-
+ fixedvasgestel
-
+ Minimum SizeMinimumgrootte
-
+ Maximum SizeMaksimumgrootte
-
+ Fixed SizeVaste grootte
-
+ StateStaat
-
+ Please select your game table styleKies asseblief jou speltafelstyl
-
+ PokerTH game table styles (*.xml)PokerTH-speltafelstyle (*.xml)
-
+ Game Table Style ErrorSpeltafelstyl-fout
-
+ Selected game table style file is already in the list.
Please select another one to add!Gekose speltafelstyl-lêer is reeds in die lys.
Kies asseblief 'n ander om by te voeg.
-
+ Game Table Style File ErrorSpeltafelstyl-lêerfout
-
+ Could not load game table style file correctly.
Style will not be placed into list!Kon nie speltafelstyl-lêer korrek laai nie.
Styl sal nie by lys gevoeg word nie.
-
+ Please select your card deck styleKies asseblief jou kaartpakstyl.
-
+ PokerTH card deck styles (*.xml)PokerTH-kaartpakstyle (*.xml)
-
+ Card Deck Style ErrorKaartpakstyl-fout
-
+ Selected card deck style file is already in the list.
Please select another one to add!Gekose kaartpakstyl-lêer is reeds in die lys.
Kies asseblief 'n ander om by te voeg.
-
+ Card Deck Style File ErrorKaartpakstyl-lêerfout
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Kon nie kaartpakstyl-lêer korrek laai nie.
Styl sal nie by lys gevoeg word nie.
-
+ PokerTH - Delete log filesPokerTH – Skrap loglêers
-
+ Do you really want to delete the selected log files?Wil jy regtig die gekose loglêers skrap?
@@ -5149,32 +5178,32 @@ Styl sal nie by lys gevoeg word nie.
Wil jy regtig die gekose loglêer skrap?
-
+ Export PokerTH log file to HTMLVoer PokerTH-loglêer uit na HTML
-
+ PokerTH HTML log (*.html)PokerTH se HTML-log (*.html)
-
+ Export PokerTH log file to plain textVoer PokerTH-loglêer uit na skoonteks
-
+ PokerTH plain text log (*.txt)PokerTH se skoonteks-log (*.txt)
-
+ PokerTH - SettingsPokerTH - Instellings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Let op! Dit sal al jou persoonlike instellings skrap en PokerTH verlaat!
@@ -5185,12 +5214,12 @@ Wil jy regtig terugstel na die fabrieksinstellings?Wil jy regtig die gekose loglêer skrap?
-
+ Save PokerTH log fileStoor PokerTH-loglêer
-
+ PokerTH SQL log (*.pdb)PokerTH-SQL-log (*.pdb)
@@ -5393,106 +5422,106 @@ Wil jy regtig terugstel na die fabrieksinstellings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNetwerkfout
-
+ Server address was not set.Bedieneradres is nie gestel nie.
-
+ An invalid port was set (ports 0-1023 are not allowed).'n Ongeldige poort is gestel (poorte 0-1023 word nie toegelaat nie).
-
+ Could not create a socket for TCP communication.Kon nie 'n sok vir TCP-kommunikasie skep nie.
-
+ Could not set the IP address.Kon nie die IP-adres stel nie.
-
+ Could not set the port for this type of address.Kon nie die poort vir hierdie tipe adres stel nie.
-
+ The server name could not be resolved.Kon nie die bedienernaam oplos nie.
-
+ Bind failed - please choose a different port.Kon nie bind nie - kies asseblief 'n ander poort.
-
+ Internal network error: "listen" failed.Interne netwerkfout: kom nie "luister" nie.
-
+ Server execution was terminated.Bedienerlopie is beëindig.
-
+ Could not connect to the server.Kon nie aan die bediener koppel nie.
-
+ Connection timed out.
Please check the server address.
@@ -5503,12 +5532,12 @@ Kontroleer asseblief die bedieneradres.
As die bediener agter 'n NAT-roeteerder is, maak seker poortaanstuur is aan die bedienerkant opgestel.
-
+ Internal network error: "select" failed.Interne netwerkfout: kon nie "kies" nie.
-
+ Internal network error: "send" failed.Interne netwerkfout: kom nie "stuur" nie.
@@ -5517,26 +5546,26 @@ As die bediener agter 'n NAT-roeteerder is, maak seker poortaanstuur is aan
Die verbinding is deur die bediener toegemaak.
-
+ Internal network error: Duplicate TCP connection.Interne netwerkfout: Duplikaat-TCP-verbinding.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.'n Ongeldige netwerkpakkie is ontvang.
Maak asseblief dat alle spelers dieselfde weergawe van PokerTH gebruik.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Interne staatfout.
Maak asseblief dat alle spelers dieselfde weergawe van PokerTH gebruik.
-
+ Invalid server list URL.
Please correct the address in the settings.Ongeldige bedienerlys-URL.
@@ -5555,252 +5584,267 @@ Please make sure that the server list URL is correct.
Maak asseblief seker dat die bedienerlys-URL reg is.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.Die PokerTH-internetbedienerlys bevat ongeldige data.
As jy 'n doelgemaakte bedienerlys gebruik, maak asseblief seker dat dit in die regte formaat is.
-
+ Could not unzip the PokerTH internet server list.Kon nie die PokerTH-internetbedienerlys uitpak nie.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Kon nie die PokerTH-internetbedienerlys aflaai nie.
Maak asseblief seker adt jy direk aan die internet gekoppel is.
-
+ Could not open the target file when downloading the server list.Kon nie die teikenlêer oopmaak toe die bedienerlys afgelaai is nie.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Die PokerTH-bediener werk nie met hierdie weergawe van die spel nie.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af.
-
+ Sorry, this server is already full.Jammer, hierdie bediener is reeds vol.
-
+ Invalid login.
Please check your username and password.Ongeldige aanmeld.
Kontroleer asseblief jou gebruikernaam en wagwoord.
-
+ Your account is blocked indefinitely.Jou rekening is onbepaald geblokeer.
-
+ You cannot login at this time. Please try again in a few seconds.Jy kan nie nou aanmeld nie. Probeer asseblief weer oor 'n paar sekondes.
-
+ You cannot join this game, because another player in that game has your network address.Jy kan nie by hierdie spel aansluit nie omdat 'n ander speler in daardie spel dieselfde netwerkadres as jy het.
-
+ Your connection to the server is very slow, the game had to start without you.Jou verbinding met die bediener is baie stadig, en daarom het die spel sonder jou begin.
-
+ This game is of type invite-only. You cannot join this game without being invited.Hierdie spel is van die tipe nooi-alleen. Jy kan nie by hierdie spel aansluit as jy nie genooi is nie.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ongeldige wagwoord toe by die spel aansluit.
Tik asseblief weer die wagwoord in, en probeer weer.
-
+ The avatar report was accepted by the server. Thank you.Die avatarrapport is deur die bediener aanvaar. Dankie.
-
+ This avatar was already reported by another player.Hierdie avatar is reeds deur 'n ander speler gerapporteer.
-
+ An error occurred while reporting the avatar.'n Interne fout het voorgekom toe avatar gerapporteer is.
-
+ The password is too long. Please choose another one.Die wagwoord is te lank. Kies asseblief 'n ander naam.
-
+ The connection to the server was lost.Die verbinding met die bediener is laat val.
-
+ The game name is either too short or too long. Please choose another one.Die spelnaam is óf te kort óf te lank. Kies asseblief 'n ander naam.
-
+ The game could not be found.Kon nie die spel vind nie.
-
+ The chat text is invalid.Die kletsteks is ongeldig.
-
+ The server referred to an unknown player. Aborting.Die bediener verwys na 'n onbekende speler. Ons staak dus.
-
+ Internal error: The current player could not be found.Interne fout: Kon nie die huidige speler vind nie.
-
+ Internal error: The current player is not active.Interne fout: Die huidige speler is nie aktief nie.
-
+ You were kicked from the server.Jy is van die bediener af geskop.
-
+ You were temporarily banned from the server.Jy is tydelik van die bediener af verban.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Jou bedienerverbinding het uitgetel vanweë geen aktiwiteit. Jy is welkom om weer te koppel!
-
+ The client player count is invalid.Die kliëntspelertelling is ongeldig.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Te veel handmatige blindes is gestel. Stel asseblief weer die handmatige blindes op.
-
+ An invalid avatar file was configured. Please choose a different avatar.'n Ongeldige avatarlêer is opgestel. Kies asseblief 'n ander avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.Die gekose avatarlêer is te groot. Kies asseblief 'n ander avatar.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.'n Interne avatarfout het voorgekom. Rapporteer dit asseblief aan 'n admin in die voorkamerklets.
-
+ Could not start game: Synchronization failed.Kon nie spel begin nie: sinchronisering het misluk.
-
+ The server is down for maintenance. Please try again later.Die bediener is af vir onderhoud. Probeer asseblief later weer.
-
+ An internal error occured.'n Interne fout het voorgekom.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNetwerkberigte
-
+ You were kicked from the game.Jy is uit die spel geskop.
-
+ Sorry, this game is already full.Jammer, hierdie spel is reeds vol.
-
+ Unable to join - the server has already started the game.Kan nie aansluit nie - die bediener het reeds met die spel begin.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Jou adminstaat het uitgestel vanweë geen aktiwiteit. Skep gerus 'n nuwe spel.
-
+ You cannot join this type of game as guest.Jy kan nie by hierdie tipe spel as 'n gas aansluit nie.
-
+ The settings are invalid for this type of game.Die instellings is ongeldig vir hierdie tipe spel.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.'n Nuwe weergawe van PokerTH is beskikbaar.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Hierdie betaweergawe van PokerTH is verouderd.<br>Besoek asseblief <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en laai die jongste weergawe af.
-
-
+
+ Server MessageBedienerboodskap
-
+
+ The game name report was accepted by the server. Thank you.
+ Die spelnaamrapport is deur die bediener aanvaar. Dankie.
+
+
+
+ This game name was already reported by another player.
+ Hierdie spelnaam is reeds deur 'n ander speler gerapporteer.
+
+
+
+ An error occurred while reporting the game name.
+ 'n Fout het voorgekom toe die spelnaam gerapporteer is.
+
+
+ PokerTH %1PokerTH %1
@@ -5927,3 +5971,4 @@ Tik asseblief weer die wagwoord in, en probeer weer.
+
diff --git a/ts/pokerth_bg.ts b/ts/pokerth_bg.ts
index c13cfbd6..f260892d 100644
--- a/ts/pokerth_bg.ts
+++ b/ts/pokerth_bg.ts
@@ -1158,11 +1158,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1170,19 +1165,19 @@ Please choose another one!
Попълни играта с компютърни играчи
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1245,6 +1240,7 @@ Please choose another one!
+ Timing:
@@ -1255,25 +1251,25 @@ Please choose another one!
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1338,13 +1334,13 @@ p, li { white-space: pre-wrap; }
Присъедини се към игра
-
+ Lobby-ChatЛоби-чат
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1366,46 +1362,46 @@ p, li { white-space: pre-wrap; }
Играта на %1
-
+ Joining a private GameПрисъединяване към частна игра
-
+ You are about to join a private game. Please enter the password!Присъединявате се към частна игра. Моля вкарайте паролата!
-
+ openотвори
-
-
-
-
+
+
+
+ Game InfoИнформация за играта
-
-
+
+ GameИгра
-
-
+
+ PlayersИграчи
-
-
+
+ StateСтатус
@@ -1415,15 +1411,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersСвободни играчи
@@ -1443,42 +1439,47 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
@@ -1494,82 +1495,86 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1
-
+ runningработи
-
-
+
+ running games: %1течящи игри: %1
-
-
+
+ open games: %1отворени игри: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -1578,1303 +1583,1310 @@ Feel free to invite other players by right-clicking on their nick in the availab
играчи в чата: %1
-
-
+
+ connected players: %1свързани играчи: %1
-
-
+
+ Connected players
-
+ handsръце
-
+ minutesминути
-
+ double blindsудвои входа
-
+ manual blinds orderперсонализиран ред за входа
-
+ Server ErrorГрешка със сървъра
-
+ You should not kick yourself from this game!Не би трябвало да игонвате себе си от тази игра!
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4480,6 +4492,11 @@ Please enter an valid picture!
Reverse order of F-Keys (F1 - F4)Обърни реда на F клавишите (F1 - F4)
+
+
+ Play blind raise notification
+
+
@@ -4523,7 +4540,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -4653,21 +4670,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsНастройки за локална игра
-
+ Number of players:Брой играчи:
-
-
+
+ Start Cash:Първоначални пари:
@@ -4676,26 +4693,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Първи малък Вход:
-
-
+
+ Raise blinds:Увеличи входа:
@@ -4704,88 +4721,88 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Всеки:
-
-
+
+ handsръце
-
-
+
+ minutesминути
-
-
+
+ Raise mode:Метод на Качване:
-
-
+
+ Always double blindsВинаги удвоявай Входа
-
-
+
+ Manual blinds order:Персонализиран ред на Входа:
-
-
+
+ Edit ...Промени ...
-
+ Game Speed:Скорост на играта:
-
+ Pause between hands (press "start" button to go on)Пауза между ръцете (натисни "старт" бутона за да започне)
-
+ Show game settings dialog on every new gameПокажи прозореца с настрийките на играта при започването на всяка нова игра
-
+ Network Game SettingsНастройки за игра в мрежа
-
+ Maximum number of players:Максимален брой играчи:
@@ -4809,49 +4826,49 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ DeleteИзтрйи
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
@@ -4861,21 +4878,21 @@ p, li { white-space: pre-wrap; }
-
+ Timeout for player action:Време за действие на играча:
-
-
+
+ s сек
-
+ Network Server SettingsНастройки на сървъра за игра в мрежа
@@ -4886,51 +4903,51 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Порт за сървъра:
-
-
+
+ Use SCTPИзползвай SCTP
-
-
+
+ Use IPv6Използвай IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Какво е това?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Какво е това?</a>
-
+ Internet Game SettingsНастройки за игра в мрежата
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4946,13 +4963,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Адрес на сървъра:
-
+ Use password for private game:Парола за лична игра:
@@ -4982,49 +4999,49 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineКомпютърен мотор
-
+ Opponent 6:Съперник 6:
-
+ Opponent 5:Съперник 5:
-
+ Opponent 4:Съперник 4:
-
+ Opponent 3:Съперник 3:
-
+ Opponent 2:Съперник 2:
-
+ Opponent 1:Съперник 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5037,7 +5054,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingПусни/Спри регистрирането
@@ -5051,31 +5068,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Папка за регистър файловете:
-
+ Write log after every: Записвай в регисъра всеки:
-
+ action (high frequent disc access)действие (високо ниво на ползване на твърдия диск)
-
+ hand (medium disc access)ръка (средно ниво на ползване на твърдия диск)
-
+ game (low disc access)игра (слабо ниво на ползване на твърдия диск)
@@ -5083,13 +5100,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesРегистър съобщения
-
+ Player Nicks/AvatarsПсевдоними/Аватари на играчите
@@ -5105,31 +5122,31 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URL
-
+ Serverlist Address:
-
+ Manual Server Configuration
-
+ Store log files for:
-
+ Day(s)
@@ -5169,7 +5186,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -5245,90 +5262,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ GameИгра
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5338,13 +5355,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Съперник 1: {7:?}
-
+ Opponent 8:Съперник 1: {8:?}
@@ -5354,7 +5371,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Съперник 1: {10:?} {9:?}
@@ -5421,65 +5438,65 @@ p, li { white-space: pre-wrap; }
Турски
-
-
-
-
-
+
+
+
+
+ Settings ErrorГрешка в настройките
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Въведената картинка за гръб на тестето не съществува
Моля въведете валидна картинка!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Папката за регистър файла не съществува.
Моля изберете валидна папка!
-
+ Language ChangedЕзикъте е променен
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Сменихте езика за апликацията с %1.
Моля рестартирайте PokerTH за да заредите новия език!
-
+ Select your flipside pictureИзберете картинка за тестето
-
+ Images (*.png *.jpg *.gif)Картинки (*.png *.jpg *.gif)
-
+ Open DirectoryОтвори папка
-
-
+
+ Blinds ErrorГрешка с Входа
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5488,7 +5505,7 @@ This first-small-blind-value will be set to maximum allowed value.
Този пръв малък вход ще бъде променен с максималната позволена стойност.
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!
@@ -5569,186 +5586,186 @@ Please enter a valid server list address!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ StateСтатус
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5954,106 +5971,106 @@ Please choose another one.
Моля изберете друг псевдоним.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorГрешка във връзката
-
+ Server address was not set.Не сте задали адреса на сървъра.
-
+ An invalid port was set (ports 0-1023 are not allowed).Задали сте грешен порт (портове 0-1023 не са разрешени).
-
+ Could not create a socket for TCP communication.Създаването на сокет за TCP комуникация невъзможно.
-
+ Could not set the IP address.Не може да бъде зададен IP адреса.
-
+ Could not set the port for this type of address.Не може да бъде зададен порта за този тип адрес.
-
+ The server name could not be resolved.Името на сървъра не може да бъде превърнато.
-
+ Bind failed - please choose a different port.Връзката се провали - моля изберете друг порт.
-
+ Internal network error: "listen" failed.Вътрешна мержова грешка: "слушането" се провали.
-
+ Server execution was terminated.Паботата на сървъра бе прекратена.
-
+ Could not connect to the server.Връзката със сървъра не може да бъде осъществена.
-
+ Connection timed out.
Please check the server address.
@@ -6064,12 +6081,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Ако сървъра е зад NAT-рутър, моля бъдете сигурни че порта е правилно препратен от страна на сървъра.
-
+ Internal network error: "select" failed.Вътрешна мержова грешка: "отбелязването" се провали.
-
+ Internal network error: "send" failed.Вътрешна мержова грешка: "изпращането" се провали.
@@ -6078,117 +6095,117 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Връзката бе прекъсната от сървъра.
-
+ Internal network error: Duplicate TCP connection.Вътрешна грешка в мрежата: Двойна TCP връзка.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Инвалиден мрежов пакет бе получен.
Моля бъдете сигурни че всички играчи ползват една и съща версия на PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Вътрешна сървър грешка.
Моля бъдете сигурни че всички играчи ползват една и съща версия на PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.
-
+ Could not unzip the PokerTH internet server list.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.
-
+ Could not open the target file when downloading the server list.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH сървъра не поддържа тази версия на играта.<br>Моля отидете на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> и свалете последната версия.
-
+ Sorry, this server is already full.Съжалаваме, но този сървър е вече пълен.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Грешна парола за присъединяване към играта.
Моля вкарайте наново паролата.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+ The password is too long. Please choose another one.Паролата е много дълга. Моля изберете друга.
@@ -6203,159 +6220,174 @@ Please choose a different name.
Името ви на играч е много късо, много дълго или невалидно. Моля изберете друго.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.Името на играта е много късо или много дълго. Моля изберете друго.
-
+ The game could not be found.Играта не може да бъде намерена.
-
+ The chat text is invalid.Чат текста не е валиден.
-
+ The server referred to an unknown player. Aborting.Сървъра се отправи към незнаен играч. Спира операцията.
-
+ Internal error: The current player could not be found.Вътрешна грешка. Играча не може да бъде намерен.
-
+ Internal error: The current player is not active.Вътрешна грешка: Играча не е активен.
-
+ You were kicked from the server.
-
+ You were temporarily banned from the server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!
-
+ The client player count is invalid.Броят на играчите не е валиден.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Много персонализирани входа са зададени. Моля настройте наново персонализираните входове.
-
+ An invalid avatar file was configured. Please choose a different avatar.Невалиден аватар е зададен. Моля изберете друг аватар.
-
+ The selected avatar file is too large. Please choose a different avatar.Избрания файл за аватар е много широк. Моля изберете друг.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Вътрешна грешка. Моля съобщете на администратор в лоби чата.
-
+ Could not start game: Synchronization failed.Не може да бъде започната играта: синхронизацията се провали.
-
+ The server is down for maintenance. Please try again later.Сървъра е изключен за профилактика. Моля опитайте пак по-късно.
-
+ An internal error occured.Вътрешна грешка.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationМрежово съобщение
-
+ You were kicked from the game.Бяхте изгонен от играта.
-
+ Sorry, this game is already full.Съжалаваме, но тази игра е вече пълна.
-
+ Unable to join - the server has already started the game.Не може да се присъедините - сървъра е започнал играта вече.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Нова версия на PokerTH е излязла.<br>Моля отидете на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> за да изтеглите последната версия.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Бета версията на PokerTH не е годна.<br>Моля отидете на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> за да изтеглите последната версия.
-
-
+
+ Server Message
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_ca.ts b/ts/pokerth_ca.ts
index 3f2e2acd..af2d7cee 100644
--- a/ts/pokerth_ca.ts
+++ b/ts/pokerth_ca.ts
@@ -1302,9 +1302,8 @@ Si us plau, trieu-ne un altre!
- Timeout for player action (sec):
- Temps permès per acció del jugador (segons):
+ Temps permès per acció del jugador (segons):
@@ -1325,19 +1324,19 @@ Si us plau, trieu-ne un altre!
&Expulsa jugador
-
+ Sort alphabeticallyOrdena alfabèticament
-
+ Sort by countryOrdena per païs
-
+ Display idle playersMostra els jugadors desocupats
@@ -1375,25 +1374,25 @@ Si us plau, trieu-ne un altre!
&Surt de la partida
-
+ Join &any gameEntra a &qualsevol partida
-
+ &Create Game&Crea una partida
-
+ &Join Game&Entra a la partida
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1444,17 +1443,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-ChatXat de la sala
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1476,46 +1476,60 @@ p, li { white-space: pre-wrap; }
S'està començant la partida. Si us plau, espereu...
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ Joining a private GameS'està unint a una partida privada
-
+ You are about to join a private game. Please enter the password!Esteu a punt d'unir-vos a una partida privada. Si us plau, introduiu la contrasenya!
-
+ openobert
-
-
-
-
+
+
+
+ Game InfoInformació de la partida
-
-
+
+ GamePartida
-
-
+
+ PlayersJugadors
-
-
+
+ StateEstat
@@ -1525,15 +1539,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersJugadors disponibles
@@ -1553,42 +1567,47 @@ p, li { white-space: pre-wrap; }
Informació dels jugadors ...
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardEstàndard
-
-
-
+
+
+ Registered players onlyNomés es permeten jugadors registrats
-
-
-
+
+
+ Invited players onlyNomés es permeten jugadors invitats
-
-
-
+
+
+ Ranking gamePartida de rànquing
-
+ Connected players - max. %1Jugadors conectats - màxim %1
-
-
+
+ TT
@@ -1604,1308 +1623,1304 @@ p, li { white-space: pre-wrap; }
Mostra les estadístiques dels jugadors
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1Jugadors conectats - Màxim %1
-
+ runninga marxa
-
-
+
+ running games: %1partides a marxa:%1
-
-
+
+ open games: %1partides obertes: %1
-
+ Invite %1Invita a en %1
-
+ Ignore %1Ignora a en %1
-
+ %1 is playing in "%2".%1 està jugant a "%2".
-
+ %1 is not playing at the moment.%1 no està jugant al moment.
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 ha estat invitat a %2 per %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 ha rebutjat l'invitació a %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 no pot unir-se a %2 perquè està ocupat.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.La partida començarà en<br><b>%1</b> segons.
-
+ AfghanistanAfghanistan
-
+ ALand IslandsIlles Åland
-
+ AlbaniaAlbània
-
+ AlgeriaAlgèria
-
+ American SamoaSamoa nord-americana
-
+ AndorraAndorra
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaAntàrtida
-
+ Antigua And BarbudaAntigua i Barbuda
-
+ ArgentinaArgentina
-
+ ArmeniaArmènia
-
+ ArubaAruba
-
+ AustraliaAustràlia
-
+ AustriaÀustria
-
+ AzerbaijanAzerbaidjan
-
+ BahamasBahames
-
+ BahrainBahrain
-
+ BangladeshBangla Desh
-
+ BarbadosBarbados
-
+ BelarusBielorússia
-
+ BelgiumBèlgica
-
+ BelizeBelize
-
+ BeninBenin
-
+ BermudaBermudes
-
+ BhutanBhutan
-
+ BoliviaBolívia
-
+ Bosnia And HerzegovinaBòsnia i Hercegovina
-
+ BotswanaBotswana
-
+ Bouvet IslandIlla Bouvet
-
+ BrazilBrasil
-
+ British Indian Ocean TerritoryTerritori Britànic de l'Oceà Índic
-
+ Brunei DarussalamBrunei
-
+ BulgariaBulgària
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaCambodja
-
+ CameroonCamerun
-
+ CanadaCanadà
-
+ Cape VerdeCap Verd
-
+ Cayman IslandsIlles Cayman
-
+ Central African RepublicRepública Centreafricana
-
+ ChadTxad
-
+ ChileXile
-
+ ChinaXina
-
+ Christmas IslandIlla Christmas
-
+ Cocos (Keeling) IslandsIlles Cocos (Keeling)
-
+ ColombiaColòmbia
-
+ ComorosComores
-
+ CongoCongo
-
+ Congo, The Democratic Republic Of TheCongo, República Democràtica del
-
+ Cook IslandsIlles Cook
-
+ Costa RicaCosta Rica
-
+ Cote D'IvoireCosta d'Ivori
-
+ CroatiaCroàcia
-
+ CubaCuba
-
+ CyprusXipre
-
+ Czech RepublicRepública Txeca
-
+ DenmarkDinamarca
-
+ DjiboutiDjibouti
-
+ DominicaDominica
-
+ Dominican RepublicRepública Dominicana
-
+ EcuadorEquador
-
+ EgyptEgipte
-
+ El SalvadorEl Salvador
-
+ Equatorial GuineaGuinea Equatorial
-
+ EritreaEritrea
-
+ EstoniaEstònia
-
+ EthiopiaEtiòpia
-
+ Falkland Islands (Malvinas)Illes Malvines (Falkland)
-
+ Faroe IslandsIlles Fèroe
-
+ FijiFiji
-
+ FinlandFinlàndia
-
+ FranceFrància
-
+ French GuianaGuaiana Francesa
-
+ French PolynesiaPolinèsia Francesa
-
+ French Southern TerritoriesTerritoris Francesos del Sud
-
+ GabonGabon
-
+ GambiaGàmbia
-
+ GeorgiaGeòrgia
-
+ GermanyAlemanya
-
+ GhanaGhana
-
+ GibraltarGibraltar
-
+ GreeceGrècia
-
+ GreenlandGrenlàndia
-
+ GrenadaGrenada
-
+ GuadeloupeGuadalupe
-
+ GuamGuam
-
+ GuatemalaGuatemala
-
+ GuernseyGuernsey
-
+ GuineaGuinea
-
+ Guinea-BissauGuinea Bissau
-
+ GuyanaGuyana
-
+ HaitiHaití
-
+ Heard Island And Mcdonald IslandsIlles Heard i McDonald
-
+ Holy See (Vatican City State)Santa Seu (Estat de la Ciutat del Vaticà)
-
+ HondurasHondures
-
+ Hong KongHong Kong
-
+ HungaryHongria
-
+ IcelandIslàndia
-
+ IndiaÍndia
-
+ IndonesiaIndonèsia
-
+ Iran, Islamic Republic OfIran, República Islàmica de l'
-
+ IraqIraq
-
+ IrelandIrlanda
-
+ Isle Of ManIlla de Man
-
+ IsraelIsrael
-
+ ItalyItàlia
-
+ JamaicaJamaica
-
+ JapanJapó
-
+ JerseyJersey
-
+ JordanJordània
-
+ KazakhstanKazakhstan
-
+ KenyaKenya
-
+ KiribatiKiribati
-
+ Korea, Democratic People'S Republic OfCorea, República Popular Democràtica de
-
+ Korea, Republic OfCorea, República de
-
+ KuwaitKuwait
-
+ KyrgyzstanKirguizistan
-
+ Lao People'S Democratic RepublicLaos, República Popular Democràtica de
-
+ LatviaLetònia
-
+ LebanonLíban
-
+ LesothoLesotho
-
+ LiberiaLibèria
-
+ Libyan Arab JamahiriyaLíbia
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLituània
-
+ LuxembourgLuxemburg
-
+ MacaoMacau
-
+ Macedonia, The Former Yugoslav Republic OfMacedònia, Exrepública Iugoslava de
-
+ MadagascarMadagascar
-
+ MalawiMalawi
-
+ MalaysiaMalàisia
-
+ MaldivesMaldives
-
+ MaliMali
-
+ MaltaMalta
-
+ Marshall IslandsIlles Marshall
-
+ MartiniqueMartinica
-
+ MauritaniaMauritània
-
+ MauritiusMaurici
-
+ MayotteMayotte
-
+ MexicoMèxic
-
+ Micronesia, Federated States OfMicronèsia, Estats Federats de
-
+ Moldova, Republic OfMoldàvia, Principat de
-
+ MonacoMònaco
-
+ MongoliaMongòlia
-
+ MontserratMontserrat
-
+ MoroccoMarroc
-
+ MozambiqueMoçambic
-
+ MyanmarMyanmar
-
+ NamibiaNamíbia
-
+ NauruNauru
-
+ NepalNepal
-
+ NetherlandsPaïsos Baixos
-
+ Netherlands AntillesAntilles Neerlandeses
-
+ New CaledoniaNova Caledònia
-
+ New ZealandNova Zelanda
-
+ NicaraguaNicaragua
-
+ NigerNíger
-
+ NigeriaNigèria
-
+ NiueNiue
-
+ Norfolk IslandIlla Norfolk
-
+ Northern Mariana IslandsIlles Mariannes Septentrionals
-
+ NorwayNoruega
-
+ OmanOman
-
+ PakistanPakistan
-
+ PalauPalau
-
+ Palestinian Territory, OccupiedTerritoris Palestins Ocupats
-
+ PanamaPanamà
-
+ Papua New GuineaPapua Nova Guinea
-
+ ParaguayParaguai
-
+ PeruPerú
-
+ PhilippinesFilipines
-
+ PitcairnIlles Pitcairn
-
+ PolandPolònia
-
+ PortugalPortugal
-
+ Puerto RicoPuerto Rico
-
+ QatarQatar
-
+ ReunionIlla de la Reunió
-
+ RomaniaRomania
-
+ Russian FederationFederació Russa
-
+ RwandaRwanda
-
+ Saint HelenaSanta Helena
-
+ Saint Kitts And NevisSaint Christopher i Nevis
-
+ Saint LuciaSaint Lucia
-
+ Saint Pierre And MiquelonSaint-Pierre i Miquelon
-
+ Saint Vincent And The GrenadinesSaint Vincent i les Grenadines
-
+ SamoaSamoa
-
+ San MarinoSan Marino
-
+ Sao Tome And PrincipeSão Tomé i Príncipe
-
+ Saudi ArabiaAràbia Saudita
-
+ SenegalSenegal
-
+ Serbia And MontenegroSèrbia i Montenegro
-
+ SeychellesSeychelles
-
+ Sierra LeoneSierra Leone
-
+ SingaporeSingapur
-
+ SlovakiaEslovàquia
-
+ SloveniaEslovènia
-
+ Solomon IslandsIlles Salomó
-
+ SomaliaSomàlia
-
+ South AfricaSud-àfrica
-
+ South Georgia And The South Sandwich IslandsIlles Geòrgia del Sud i Sandwich del Sud
-
+ SpainEspanya
-
+ Sri LankaSri Lanka
-
+ SudanSudan
-
+ SurinameSurinam
-
+ Svalbard And Jan MayenSvalbard i Jan Mayen
-
+ SwazilandSwazilàndia
-
+ SwedenSuècia
-
+ SwitzerlandSuïssa
-
+ Syrian Arab RepublicRepública Àrab Siriana
-
+ Taiwan, Province Of ChinaTaiwan (República de la Xina)
-
+ TajikistanTadjikistan
-
+ Tanzania, United Republic OfTanzània, República Unida de
-
+ ThailandTailàndia
-
+ Timor-LesteTimor Oriental
-
+ TogoTogo
-
+ TokelauTokelau
-
+ TongaTonga
-
+ Trinidad And TobagoTrinidad i Tobago
-
+ TunisiaTunísia
-
+ TurkeyTurquia
-
+ TurkmenistanTurkmenistan
-
+ Turks And Caicos IslandsIlles Turks i Caicos
-
+ TuvaluTuvalu
-
+ UgandaUganda
-
+ UkraineUcraïna
-
+ United Arab EmiratesEmirats Àrabs Units
-
+ United KingdomRegne Unit
-
+ United StatesEstats Units d'Amèrica
-
+ United States Minor Outlying IslandsIlles Perifèriques Menors dels Estats Units d'Amèrica
-
+ UruguayUruguai
-
+ UzbekistanUzbekistan
-
+ VanuatuVanuatu
-
+ VenezuelaVeneçuela
-
+ Viet NamVietnam
-
+ Virgin Islands, BritishIlles Verges Britàniques
-
+ Virgin Islands, U.S.Illes Verges Nord-americanes
-
+ Wallis And FutunaWallis i Futuna
-
+ Western SaharaSàhara Occidental
-
+ YemenIemen
-
+ ZambiaZàmbia
-
+ ZimbabweZimbabwe
-
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
+
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Heu entrat a una partida on s'uneix només per invitació.
Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llista de jugadors disponibles.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Heu estat invitat a la partida <b>%1</b> per <b>%2</b>.<br>Voleu unir-vos a la partida?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?No rebreu més missatges del xat o invitacions de partides d'aquest usuari.<br>Realment voleu posar el jugador <b>%1</b> a la llista per ignorar?
@@ -2914,54 +2929,54 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist
jugadors al xat: %1
-
-
+
+ connected players: %1jugadors conectats: %1
-
-
+
+ Connected playersJugadors conectats
-
+ handsmans
-
+ minutesminuts
-
+ double blindsduplicar cegues
-
+ manual blinds orderordre de cegues manuals
-
+ Server ErrorError del servidor
-
+ You should not kick yourself from this game!No es pot expulsar-vos a vos mateix de la partida!
-
+ search for player ...Cerqueu jugadors ...
-
+ Chat is only available to registered players.El xat només està disponible per a jugadors registrats.
@@ -2970,7 +2985,7 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist
Invita el jugador %1
-
+ Invite player ...Invita el jugador...
@@ -2979,7 +2994,7 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist
Ignora el jugador %1
-
+ Ignore player ...Ignora el jugador...
@@ -2990,8 +3005,8 @@ You can invite other players with right-click on their nick in the left availabl
Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llista de jugadors disponibles que es troba a l'esquerra.
-
-
+
+ PokerTH - Info MessagePokerTH - Missatge d'informació
@@ -3016,7 +3031,8 @@ Podeu invitar més jugadors fent clic dret al seus noms d'usuari a la llist
No rebreu més missatges del xat o invitacions de partides d'aquest usuari.<br>Realment voleu posar el jugador <b>%1</b> a la llista per ignorar?
-
+
+ PokerTH - QuestionPokerTH - Pregunta
@@ -4018,7 +4034,7 @@ Si us plau, introduiu un imatge vàlid!
-
+ Factory Settings
@@ -4148,21 +4164,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsConfiguració de partida local
-
+ Number of players:Nombre de jugadors:
-
-
+
+ Start Cash:Diners inicials:
@@ -4171,26 +4187,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Primera cega petita:
-
-
+
+ Raise blinds:Puja les cegues:
@@ -4199,94 +4215,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Cada:
-
-
+
+ handsmans
-
-
+
+ minutesminuts
-
-
+
+ Raise mode:Mode de pujar:
-
-
+
+ Always double blindsSempre duplica les cegues
-
-
+
+ Manual blinds order:Ordre manual de cegues:
-
-
+
+ Edit ...Editar...
-
+ Game Speed:Velocitat del joc:
-
+ Pause between hands (press "start" button to go on)Fes pausa entre mans (oprimiu el botó "començar" per a continuar)
-
+ Show game settings dialog on every new gameMostra diàleg de configuració d'opcions en cada partida nova
-
+ Network Game SettingsConfiguració de partida de xarxa
-
+ Maximum number of players:Nombre màxim de jugadors:
-
+ Timeout for player action:Temps permès per acció del jugador:
@@ -4310,114 +4326,114 @@ p, li { white-space: pre-wrap; }
-
+ Preview:Previsualització:
-
+ Export as HTMLExporta com a HTML
-
+ Export as txtExporta com a txt
-
+ Save as ...Desa com a ...
-
+ DeleteSuprimeix
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log FileArxiu del registre
-
-
+
+ s s
-
+ Network Server SettingsConfiguració de servidor de xarxa
-
-
+
+ Server Port:Port de servidor:
-
-
+
+ Use SCTPUtilitza SCTP
-
-
+
+ Use IPv6Utilitza IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Què és això?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Què és això?</a>
-
+ Internet Game SettingsConfiguració de partida d'internet
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4429,61 +4445,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Adreça de servidor:
-
+ Use password for private game:Utilitza contrasenya per a partida privada:
-
+ Computer EngineMotor d'ordenador
-
+ Opponent 6:Adversari 6:
-
+ Opponent 5:Adversari 5:
-
+ Opponent 4:Adversari 4:
-
+ Opponent 3:Adversari 3:
-
+ Opponent 2:Adversari 2:
-
+ Opponent 1:Adversari 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4495,7 +4511,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingActiva/Desactiva registre
@@ -4505,31 +4521,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Carpeta del arxiu de registre:
-
+ Write log after every: Escriu registre després de cada:
-
+ action (high frequent disc access)acció (accès a disc molt frequent)
-
+ hand (medium disc access)mà (accès al disc mitjà)
-
+ game (low disc access)partida (accès al disc baix)
@@ -4537,13 +4553,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesRegistra els missatges
-
+ Player Nicks/AvatarsNoms d'usuari/Avatars de jugador
@@ -4557,33 +4573,38 @@ p, li { white-space: pre-wrap; }
Show left toolboxMostra barra d'eines de l'esquerra
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URLURL de configuració automàtic de servidors
-
+ Serverlist Address:Adreça de lista de servidors:
-
+ Manual Server ConfigurationConfiguració manual del servidor
-
+ Store log files for:Emmagatzemar arxius de registre per:
-
+ Day(s)Dia/Dies
@@ -4619,7 +4640,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Servidor d'avatars:
@@ -4710,90 +4731,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Retard entre mans:
-
+ ServerServidor
-
+ GamePartida
-
+ Default game name:Nom predeterminat de partida:
-
+ Default game type:Tipus predeterminat de partida:
-
+ StandardEstàndard
-
+ Registered players onlyNomés jugadors registrats
-
+ Invited players onlyNomés jugadors invitats
-
+ Ranking gamePartida de rànquing
-
+ Show lobby chatMostra el xat
-
+ Automatically leave the table after the game finishedSortir automaticament de la taula després que s'hagi acabat la partida
-
+ Ignored PlayersJugadors ignorats
-
+ PlayerJugador
-
+ Remove PlayerEliminar jugador
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4807,19 +4828,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Adversari 7:
-
+ Opponent 8:Adversari 8:
-
+ Opponent 9:Adversari 9:
@@ -4902,65 +4923,65 @@ p, li { white-space: pre-wrap; }
turc
-
-
-
-
-
+
+
+
+
+ Settings ErrorError de configuració
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!L'imatge de revés introduït no existeix.
Si us plau, introdueu-ne una vàlida!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!El directori d'arxiu de registre no existeix.
Si us plau, seleccioneu un directori vàlid!
-
+ Language Changedllengua canviada
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Heu canviat la llengua de l'aplicació a %1.
Si us plau, reiniceu el PokerTH per carregar la nova llengua!
-
+ Select your flipside pictureSeleccioneu el vostre imatge del revés de la baralla
-
+ Images (*.png *.jpg *.gif)imatges (*.png *.jpg *.gif)
-
+ Open Directorydiccionari obert
-
-
+
+ Blinds ErrorError de cegues
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5004,7 +5025,7 @@ Aquest valor per a la primera cega petita s'utilizarà com al valor màxim
suec
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!L'adreça de llista de servidors introduït no és un URL vàlid.
@@ -5031,150 +5052,150 @@ Si us plau, introdueu una adreça de llista de servidor vàlida!japonès
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Namenom del mantenidor
-
-
+
+ Maintainer EMailcorreu electrònic del mantenidor
-
-
+
+ Create DateData de creació
-
+ Windows BehaviourComportament de les finestres
-
+ scaleableescalable
-
+ fixedfix
-
+ Minimum Sizemida mínima
-
+ Maximum Sizemida màxima
-
+ Fixed Sizemida fixa
-
+ StateEstat
-
+ Please select your game table styleSi us plau, seleccioneu el vostre estil de taula
-
+ PokerTH game table styles (*.xml)Estils de taula PokerTH (*.xml)
-
+ Game Table Style ErrorError d'estil de taula
-
+ Selected game table style file is already in the list.
Please select another one to add!L'arxiu d'estil de taula seleccionat ja existeix a la llista.
Si us plau, seleccioneu-ne un altre per afegir!
-
+ Game Table Style File ErrorError d'arxiu d'estil de taula
-
+ Could not load game table style file correctly.
Style will not be placed into list!No s'ha pogut carregar l'arxiu de l'estil de taula correctament.
L'estil no es posarà a la llista!
-
+ Please select your card deck styleSi us plau, seleccioneu el vostre estil de baralla
-
+ PokerTH card deck styles (*.xml)Estils de baralla PokerTH (*.xml)
-
+ Card Deck Style ErrorError d'estil de baralla
-
+ Selected card deck style file is already in the list.
Please select another one to add!L'arxiu d'estil de baralla seleccionat ja existeix a la llista.
Si us plau, seleccioneu-ne un altre per afegir!
-
+ Card Deck Style File ErrorError d'arxiu d'estil de baralla
-
+ Could not load card deck style file correctly.
Style will not be placed into list!No s'ha pogut carregar l'arxiu d'estil de baralla correctament.
L'estil no es posarà a la llista!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -5187,42 +5208,42 @@ L'estil no es posarà a la llista!
Realment voleu suprimir l'arxiu de registre seleccionat?
-
+ Export PokerTH log file to HTMLExporta l'arxiu de registre de PokerTH a HTML
-
+ PokerTH HTML log (*.html)Registre PokerTH HTML (*.html)
-
+ Export PokerTH log file to plain textExporta l'arxiu de registre de PokerTH a text
-
+ PokerTH plain text log (*.txt)Registre PokerTH texte (*.txt)
-
+ Save PokerTH log fileDesa l'arxiu de registre PokerTH
-
+ PokerTH SQL log (*.pdb)Registre PokerTH SQL (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5432,106 +5453,106 @@ Please choose another one.
Si us plau, trieu-ne un altre.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorError de xarxa
-
+ Server address was not set.L'adreça de servidor no s'ha establert.
-
+ An invalid port was set (ports 0-1023 are not allowed).Un port no vàlid s'ha establert (ports 0-1023 no es permeten).
-
+ Could not create a socket for TCP communication.No s'ha pogut fer un sòcol per a la comunicació TCP.
-
+ Could not set the IP address.No s'ha pogut establir l'adreça IP.
-
+ Could not set the port for this type of address.No s'ha pogut establir el port per a aquest tipus d'adreça.
-
+ The server name could not be resolved.El nom del servidor no s'ha pogut resoldre.
-
+ Bind failed - please choose a different port.Comunicació ha fallat. Seleccioneu un altre port.
-
+ Internal network error: "listen" failed.Error intern de xarxa: ha fallat en "escoltar".
-
+ Server execution was terminated.L'execució del servidor s'ha interromput.
-
+ Could not connect to the server.No s'ha pogut connectar al servidor.
-
+ Connection timed out.
Please check the server address.
@@ -5542,12 +5563,12 @@ Si us plau, comproveu l'adreça del servidor.
Si el servidor és darrere un encaminador NAT, comproveu que el port de reeinviament està configurat en el servidor.
-
+ Internal network error: "select" failed.Error intern de xarxa: ha fallat en "seleccionar".
-
+ Internal network error: "send" failed.Error intern de xarxa: ha fallat en "enviar".
@@ -5556,26 +5577,26 @@ Si el servidor és darrere un encaminador NAT, comproveu que el port de reeinvia
La connexió ha estat tancat pel servidor.
-
+ Internal network error: Duplicate TCP connection.Error intern de xarxa: Hi ha una connexió duplicada de TCP.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.S'ha rebut un paquet de xarxa no vàlid.
Si us plau, tingueu en compte que tots els jugadors han d'utilitzar la mateixa versió de PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Error intern d'estat.
Si us plau, comproveu que tots els jugadors utilitzin la mateixa versió de PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.URL de llista de servidors no vàlid.
@@ -5594,95 +5615,95 @@ Please make sure that the server list URL is correct.
Si us plau, comproveu que l'URL de la llista de servidors és correcte.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.La llista de servidors d'internet de PokerTH conté dades no vàlides.
Si utilitzeu una llista personalitzada de servidors, si us plau, comproveu que el format és correcte.
-
+ Could not unzip the PokerTH internet server list.No s'ha pogut descomprimir la llista de servidors de PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.No s'ha pogut descarregar la llista de servidors d'internet de PokerTH.
Si us plau, comproveu que esteu directament conectat a l'internet.
-
+ Could not open the target file when downloading the server list.No s'ha pogut obrir l'arxiu de destí al descarregar la llista de servidors.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.El servidor de PokerTH no és compatible amb aquesta versió del joc.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada.
-
+ Sorry, this server is already full.Aquest servidor ja és ple.
-
+ Invalid login.
Please check your username and password.Entrada no vàlida.
Si us plau, comproveu el vostre nom d'usuari i la constrasenya.
-
+ Your account is blocked indefinitely.El vostre compte s'ha bloquejat per temps indefinit.
-
+ You cannot login at this time. Please try again in a few seconds.No podeu entrar ara. Si us plau, torneu-ho a provar en uns segons.
-
+ You cannot join this game, because another player in that game has your network address.No podeu unir-vos a aquesta partida, perquè un altre jugador a la partida té la vostra adreça de xarxa.
-
+ Your connection to the server is very slow, the game had to start without you.La vostra conexió al servidor és molt lent. La partida s'havia de començar sense vos.
-
+ This game is of type invite-only. You cannot join this game without being invited.Aquest tipus de partida es només d'invitació. No podeu unir-vos a la partida sense estar invitat.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Contrasenya no vàlida al unir-se a la partida.
Si us plau, torneu a introduir la contrasenya i torneu-ho a provar una altra vegada.
-
+ The avatar report was accepted by the server. Thank you.El servidor ha rebut el denunci d'avatar. Gràcies.
-
+ This avatar was already reported by another player.Aquest avatar ja s'ha denunciat per un altre jugador.
-
+ An error occurred while reporting the avatar.Un error s'ha produït mentre s'estava denunciant l'avatar.
-
+ The password is too long. Please choose another one.La contrasenya és massa llarga. Si us plau, trieu-ne una altra.
@@ -5697,159 +5718,174 @@ Si us plau, trieu-ne un altre.
El nom de jugador és massa curt, massa llarg, o no és vàlid. Si us plau, trieu-ne un altre.
-
+ The connection to the server was lost.La conexió al servidor s'ha perdut.
-
+ The game name is either too short or too long. Please choose another one.El nom de la partida és massa curt o massa llarg. Si us plau, trieu-ne un altre.
-
+ The game could not be found.La partida no s'ha pogut trobar.
-
+ The chat text is invalid.El text de xat no és vàlid.
-
+ The server referred to an unknown player. Aborting.El servidor s'ha referit a un jugador desconegut. Ara s'està tancant.
-
+ Internal error: The current player could not be found.Error intern: El jugador actual no s'ha pogut trobar.
-
+ Internal error: The current player is not active.Error intern: El jugador actual no està actiu.
-
+ You were kicked from the server.Heu estat expulsat del servidor.
-
+ You were temporarily banned from the server.Heu estat temporalment prohibit d'accedir el servidor.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!La vostra connexió al servidor ha fallat a causa d'inactivitat. Podeu tornar a conectar-vos!
-
+ The client player count is invalid.El nombre de jugadors clients no és vàlid.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.S'han configurat masses cegues manuals. Si us plau, torneu a configurar les cegues manuals.
-
+ An invalid avatar file was configured. Please choose a different avatar.Un arxiu d'avatar no vàlid s'ha configurat. Si us plau, trieu un altre avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.L'arxiu d'avatar seleccionat és massa gran. Si us plau, trieu un altre avatar.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Un error intern d'avatar s'ha produït. Si us plau, informa d'això amb un administrador al xat.
-
+ Could not start game: Synchronization failed.No s'ha pogut començar la partida: La sincronització ha fallat.
-
+ The server is down for maintenance. Please try again later.Aquest servidor està desconectat per manteniment. Si us plau, torneu-ho a provar més tard.
-
+ An internal error occured.Un error intern s'ha produït.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNotificació de xarxa
-
+ You were kicked from the game.Heu estat expulsat de la partida.
-
+ Sorry, this game is already full.Aquesta partida ja és plena.
-
+ Unable to join - the server has already started the game.No s'ha pogut unir-se a la partida - el servidor ja l'ha començat.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!El vostre estat com a administrador s'ha perdut a causa d'inactivitat. Podeu crear una partida nova!
-
+ You cannot join this type of game as guest.No podeu unir-vos a aquest tipus de partida com a visitant.
-
+ The settings are invalid for this type of game.Les opcions són invàlides per aquest tipus de partida.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Una nova versió de PokerTH és disponible.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Aquesta versió beta de PokerTH és obsoleta.<br>Si us plau, aneu a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i descarregueu la versió més actualitzada.
-
-
+
+ Server MessageMissatge de servidor
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_cz.ts b/ts/pokerth_cz.ts
index 7aaa8c91..1b6b7d52 100644
--- a/ts/pokerth_cz.ts
+++ b/ts/pokerth_cz.ts
@@ -1682,7 +1682,7 @@ p, li { white-space: pre-wrap; }
Timeout for player action (sec):
- Na hráče se čeká (sec):
+ Na hráče se čeká (sec):search for player ...
@@ -2941,12 +2941,30 @@ Další hráče můžete pozvat pravým kliknutím na jejich přezdívku v sezna
sec (action)
- s na hráče
+ s na hráče sec (hand delay)
+ s na další rozdání
+
+
+ Report inappropriate game name
+ Nahlásit nevhodný název hry
+
+
+ sec (action)
+ s na hráče
+
+
+ sec (hand delay) s na další rozdání
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Opravdu chcete nahlásit název hry:
+"%1", jako nevhodný?
+ gameTable
@@ -4263,6 +4281,10 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Lidský hráč:<br /><span style=" font-size:11pt; font-style:italic;">(Tato přezdívka bude použita také pro hry online.)</span></p></body></html>
+
+ Play blind raise notification
+ Přehrávat zvuk zvýšení blindu
+ settingsDialogImpl
@@ -5047,6 +5069,18 @@ Prosím, zkontrolujte své uživatelské jméno a heslo.
The connection to the server was lost.Spojení k serveru bylo ukončeno.
+
+ The game name report was accepted by the server. Thank you.
+ Hlášení o nevhodném názvu hry bylo přijato. Děkujeme.
+
+
+ This game name was already reported by another player.
+ Tento název hry byl již nahlášen jiným hráčem.
+
+
+ An error occurred while reporting the game name.
+ Při nahlašování názvu hry se vyskytla chyba.
+ tabs
diff --git a/ts/pokerth_de.ts b/ts/pokerth_de.ts
index fd1e1bb3..d0546b55 100644
--- a/ts/pokerth_de.ts
+++ b/ts/pokerth_de.ts
@@ -2476,9 +2476,8 @@ Bitte wählen Sie einen anderen!
Spiele
- Timeout for player action (sec):
- Zeit für Spieleraktion (Sek.):
+ Zeit für Spieleraktion (Sek.):
@@ -2495,7 +2494,7 @@ Bitte wählen Sie einen anderen!
Entfernen
-
+ Lobby-ChatLobby-Chat
@@ -2567,25 +2566,25 @@ Bitte wählen Sie einen anderen!
Spiel &verlassen
-
+ Join &any game&Irgendeinem Spiel beitreten
-
+ &Create GameSpiel &erstellen
-
+ &Join GameSpiel &beitreten
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -2672,6 +2671,7 @@ p, li { white-space: pre-wrap; }
+ Timing:Zeitwahl:
@@ -2688,19 +2688,19 @@ p, li { white-space: pre-wrap; }
Spieler ent&fernen
-
+ Sort alphabeticallyAlphabetisch sortieren
-
+ Sort by countryNach Land sortieren
-
+ Display idle playersInaktive Spieler anzeigen
@@ -2714,7 +2714,7 @@ p, li { white-space: pre-wrap; }
Irgendeinem Spiel beitreten
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -2735,62 +2735,62 @@ p, li { white-space: pre-wrap; }
Spiel
-
+ Joining a private GameEinem privaten Spiel beitreten
-
+ You are about to join a private game. Please enter the password!Dies ist ein privates Spiel. Bitte Kennwort eingeben!
-
-
-
-
+
+
+
+ Game InfoSpieldaten
-
-
+
+ Connected playersVerbundene Spieler
-
+ Server ErrorServerfehler
-
+ You should not kick yourself from this game!Sie sollten sich nicht selbst des Spiels verweisen!
-
+ runningläuft
-
-
+
+ GameSpiel
-
-
+
+ PlayersSpieler
-
-
+
+ StateStatus
@@ -2799,27 +2799,27 @@ p, li { white-space: pre-wrap; }
Privat
-
+ openoffen
-
+ handsRunden
-
+ minutesMinuten
-
+ double blindsBlinds verdoppeln
-
+ manual blinds orderEigene Blinds-Reihenfolge
@@ -2834,16 +2834,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PPrv (Privat) passt in die Spalte reinPrv
-
-
+
+ Available PlayersVerfügbare Spieler
@@ -2869,1267 +2869,1276 @@ p, li { white-space: pre-wrap; }
Zeige Spielerstatistiken
-
-
-
+
+ Report inappropriate game name
+ Unpassenden Spielnamen melden
+
+
+
+
+ StandardStandard
-
-
-
+
+
+ Registered players onlyNur registrierte Spieler
-
-
-
+
+
+ Invited players onlyNur eingeladene Spieler
-
-
-
+
+
+ Ranking gameRanking-Spiel
-
+ Connected players - max. %1Verbundene Spieler - max. %1
- sec (action)
- Sek. (Aktion)
+ Sek. (Aktion)
- sec (hand delay)
- Sek. (Hand-Verzögerung)
+ Sek. (Hand-Verzögerung)
-
+ AfghanistanAfghanistan
-
+ ALand IslandsÅland
-
+ AlbaniaAlbanien
-
+ AlgeriaAlgerien
-
+ American SamoaAmerikanisch-Samoa
-
+ AndorraAndorra
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaAntarktika
-
+ Antigua And BarbudaAntigua und Barbuda
-
+ ArgentinaArgentinien
-
+ ArmeniaArmenien
-
+ ArubaAruba
-
+ AustraliaAustralien
-
+ AustriaÖsterreich
-
+ AzerbaijanAserbaidschan
-
+ BahamasBahamas
-
+ BahrainBahrain
-
+ BangladeshBangladesch
-
+ BarbadosBarbados
-
+ BelarusWeißrussland
-
+ BelgiumBelgien
-
+ BelizeBelize
-
+ BeninBenin
-
+ BermudaBermuda
-
+ BhutanBhutan
-
+ BoliviaBolivien
-
+ Bosnia And HerzegovinaBosnien und Herzegowina
-
+ BotswanaBotsuana
-
+ Bouvet IslandBouvetinsel
-
+ BrazilBrasilien
-
+ British Indian Ocean TerritoryBritisches Territorium im Indischen Ozean
-
+ Brunei DarussalamBrunei
-
+ BulgariaBulgarien
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaKambodscha
-
+ CameroonKamerun
-
+ CanadaKanada
-
+ Cape VerdeKap Verde
-
+ Cayman IslandsKaimaninseln
-
+ Central African RepublicZentralafrikanische Republik
-
+ ChadTschad
-
+ ChileChile
-
+ ChinaChina
-
+ Christmas IslandWeihnachtsinsel
-
+ Cocos (Keeling) IslandsKokosinseln
-
+ ColombiaKolumbien
-
+ ComorosKomoren
-
+ CongoKongo
-
+ Congo, The Democratic Republic Of TheDemokratische Republik Kongo
-
+ Cook IslandsCookinseln
-
+ Costa RicaCosta Rica
-
+ Cote D'IvoireElfenbeinküste
-
+ CroatiaKroatien
-
+ CubaKuba
-
+ CyprusZypern
-
+ Czech RepublicTschechien
-
+ DenmarkDänemark
-
+ DjiboutiDschibuti
-
+ DominicaDominica
-
+ Dominican RepublicDominikanische Republik
-
+ EcuadorEcuador
-
+ EgyptÄgypten
-
+ El SalvadorEl Salvador
-
+ Equatorial GuineaÄquatorialguinea
-
+ EritreaEritrea
-
+ EstoniaEstland
-
+ EthiopiaÄthiopien
-
+ Falkland Islands (Malvinas)Falklandinseln
-
+ Faroe IslandsFäröer
-
+ FijiFidschi
-
+ FinlandFinnland
-
+ FranceFrankreich
-
+ French GuianaFranzösisch-Guayana
-
+ French PolynesiaFranzösisch-Polynesien
-
+ French Southern TerritoriesFranzösische Süd- und Antarktisgebiete
-
+ GabonGabun
-
+ GambiaGambia
-
+ GeorgiaGeorgien
-
+ GermanyDeutschland
-
+ GhanaGhana
-
+ GibraltarGibraltar
-
+ GreeceGriechenland
-
+ GreenlandGrönland
-
+ GrenadaGrenada
-
+ GuadeloupeGuadeloupe
-
+ GuamGuam
-
+ GuatemalaGuatemala
-
+ GuernseyGuernsey
-
+ GuineaGuinea
-
+ Guinea-BissauGuinea-Bissau
-
+ GuyanaGuyana
-
+ HaitiHaiti
-
+ Heard Island And Mcdonald IslandsHeard und McDonaldinseln
-
+ Holy See (Vatican City State)Heiliger Stuhl (Staat Vatikanstadt)
-
+ HondurasHonduras
-
+ Hong KongHongkong
-
+ HungaryUngarn
-
+ IcelandIsland
-
+ IndiaIndien
-
+ IndonesiaIndonesien
-
+ Iran, Islamic Republic OfIran
-
+ IraqIrak
-
+ IrelandIrland
-
+ Isle Of ManIsle of Man
-
+ IsraelIsrael
-
+ ItalyItalien
-
+ JamaicaJamaika
-
+ JapanJapan
-
+ JerseyJersey
-
+ JordanJordanien
-
+ KazakhstanKasachstan
-
+ KenyaKenia
-
+ KiribatiKiribati
-
+ Korea, Democratic People'S Republic OfNordkorea
-
+ Korea, Republic OfSüdkorea
-
+ KuwaitKuwait
-
+ KyrgyzstanKirgisistan
-
+ Lao People'S Democratic RepublicLaos
-
+ LatviaLettland
-
+ LebanonLibanon
-
+ LesothoLesotho
-
+ LiberiaLiberia
-
+ Libyan Arab JamahiriyaLibyen
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLitauen
-
+ LuxembourgLuxemburg
-
+ MacaoMacao
-
+ Macedonia, The Former Yugoslav Republic OfMazedonien
-
+ MadagascarMadagaskar
-
+ MalawiMalawi
-
+ MalaysiaMalaysia
-
+ MaldivesMalediven
-
+ MaliMali
-
+ MaltaMalta
-
+ Marshall IslandsMarshallinseln
-
+ MartiniqueMartinique
-
+ MauritaniaMauretanien
-
+ MauritiusMauritius
-
+ MayotteMayotte
-
+ MexicoMexiko
-
+ Micronesia, Federated States OfFöderierte_Staaten_von_Mikronesien
-
+ Moldova, Republic OfMoldawien
-
+ MonacoMonaco
-
+ MongoliaMongolei
-
+ MontserratMontserrat
-
+ MoroccoMarokko
-
+ MozambiqueMosambik
-
+ MyanmarMyanmar
-
+ NamibiaNamibia
-
+ NauruNauru
-
+ NepalNepal
-
+ NetherlandsNiederlande
-
+ Netherlands AntillesNiederländische Antillen
-
+ New CaledoniaNeukaledonien
-
+ New ZealandNeuseeland
-
+ NicaraguaNicaragua
-
+ NigerNiger
-
+ NigeriaNigeria
-
+ NiueNiue
-
+ Norfolk IslandNorfolkinsel
-
+ Northern Mariana IslandsNördliche Marianen
-
+ NorwayNorwegen
-
+ OmanOman
-
+ PakistanPakistan
-
+ PalauPalau
-
+ Palestinian Territory, OccupiedPalästina
-
+ PanamaPanama
-
+ Papua New GuineaPapua-Neuguinea
-
+ ParaguayParaguay
-
+ PeruPeru
-
+ PhilippinesPhilippinen
-
+ PitcairnPitcairninseln
-
+ PolandPolen
-
+ PortugalPortugal
-
+ Puerto RicoPuerto Rico
-
+ QatarKatar
-
+ ReunionReunion
-
+ RomaniaRumänien
-
+ Russian FederationRussland
-
+ RwandaRuanda
-
+ Saint HelenaSt. Helena
-
+ Saint Kitts And NevisSt._Kitts_und_Nevis
-
+ Saint LuciaSt. Lucia
-
+ Saint Pierre And MiquelonSaint-Pierre und Miquelon
-
+ Saint Vincent And The GrenadinesSt. Vincent und die Grenadinen
-
+ SamoaSamoa
-
+ San MarinoSan Marino
-
+ Sao Tome And PrincipeSão Tomé und Príncipe
-
+ Saudi ArabiaSaudi-Arabien
-
+ SenegalSenegal
-
+ Serbia And MontenegroSerbien und Montenegro
-
+ SeychellesSeychellen
-
+ Sierra LeoneSierra Leone
-
+ SingaporeSingapur
-
+ SlovakiaSlowakei
-
+ SloveniaSlowenien
-
+ Solomon IslandsSalomonen
-
+ SomaliaSomalia
-
+ South AfricaSüdafrika
-
+ South Georgia And The South Sandwich IslandsSüdgeorgien und die Südlichen Sandwichinseln
-
+ SpainSpanien
-
+ Sri LankaSri Lanka
-
+ SudanSudan
-
+ SurinameSuriname
-
+ Svalbard And Jan MayenSpitzbergen und Jan Mayen
-
+ SwazilandSwasiland
-
+ SwedenSchweden
-
+ SwitzerlandSchweiz
-
+ Syrian Arab RepublicSyrien
-
+ Taiwan, Province Of ChinaTaiwan
-
+ TajikistanTadschikistan
-
+ Tanzania, United Republic OfTansania
-
+ ThailandThailand
-
+ Timor-LesteOsttimor
-
+ TogoTogo
-
+ TokelauTokelau
-
+ TongaTonga
-
+ Trinidad And TobagoTrinidad und Tobago
-
+ TunisiaTunesien
-
+ TurkeyTürkei
-
+ TurkmenistanTurkmenistan
-
+ Turks And Caicos IslandsTurks- und Caicosinseln
-
+ TuvaluTuvalu
-
+ UgandaUganda
-
+ UkraineUkraine
-
+ United Arab EmiratesVereinigte Arabische Emirate
-
+ United KingdomVereinigtes Königreich
-
+ United StatesVereinigte Staaten
-
+ United States Minor Outlying IslandsUnited States Minor Outlying Islands
-
+ UruguayUruguay
-
+ UzbekistanUsbekistan
-
+ VanuatuVanuatu
-
+ VenezuelaVenezuela
-
+ Viet NamVietnam
-
+ Virgin Islands, BritishBritische Jungferninseln
-
+ Virgin Islands, U.S.Amerikanische Jungferninseln
-
+ Wallis And FutunaWallis und Futuna
-
+ Western SaharaWestsahara
-
+ YemenJemen
-
+ ZambiaSambia
-
+ ZimbabweSimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Sind Sie sicher, dass Sie den Spielnamen "%1" als unpassend melden möchten?
+
-
-
+
+ TTyp passt in die Spalte reinTyp
@@ -4140,68 +4149,82 @@ p, li { white-space: pre-wrap; }
Warten auf die nächste Hand um am Spiel wieder teilzunehmen...
-
-
+
+
+
+ sec (action)
+ Sek. (Aktion)
+
+
+
+
+
+ sec (hand delay)
+ Sek. (Hand-Verzögerung)
+
+
+
+ Connected players - Max. %1Verbundene Spieler - max. %1
-
-
+
+ running games: %1Laufende Spiele: %1
-
-
+
+ open games: %1Offene Spiele: %1
-
+ Invite %1%1 einladen
-
+ Ignore %1%1 ignorieren
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 wurde zu %2 von %3 eingeladen.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 hat die Einladung zu %2 abgelehnt.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 kann %2 nicht beitreten, da er beschäftigt ist.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Das Spiel startet in<br><b>%1</b> Sekunden.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Sie sind einem Spiel mit dem Typ "nur Einladungen" beigetreten.
Sie können nun Spieler einladen, indem Sie auf deren Nicknamen in der Spielerliste mit der rechten Maustaste klicken.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Sie wurden von <b>%2</b> zu dem Spiel <b>%1</b> eingeladen.<br>Möchten Sie diesem Spiel beitreten?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Sie werden keine Chat-Nachrichten oder Spieleinladungen mehr von diesem Spieler erhalten.<br>Möchten Sie den Spieler <b>%1</b> wirklich auf Ihre Ignorier-Liste setzen?
@@ -4210,49 +4233,50 @@ Sie können nun Spieler einladen, indem Sie auf deren Nicknamen in der Spielerli
Spieler im Chat: %1
-
-
+
+ connected players: %1Verbundene Spieler: %1
-
+ search for player ...nach Spieler suchen...
-
+ Chat is only available to registered players.Der Chat steht nur registrierten Spielern zur Verfügung.
-
+ Invite player ...Spieler einladen...
-
+ Ignore player ...Spieler ignorieren...
-
+ %1 is playing in "%2".%1 spielt in "%2".
-
+ %1 is not playing at the moment.%1 spielt derzeit nicht.
-
-
+
+ PokerTH - Info MessagePokerTH - Infomeldung
-
+
+ PokerTH - QuestionPokerTH - Frage
@@ -5617,8 +5641,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Startgeld:
@@ -5628,23 +5652,23 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsEinstellungen für Netzwerkspiel
-
-
+
+ Server Port:Serverport:
-
-
+
+ Use IPv6IPv6 benutzen
@@ -5654,37 +5678,37 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineComputer-Engine
-
+ Opponent 5:Gegner 5:
-
+ Opponent 3:Gegner 3:
-
+ Opponent 2:Gegner 2:
-
+ Opponent 1:Gegner 1:
-
+ Opponent 4:Gegner 4:
@@ -5702,7 +5726,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Verzeichnis der Logdatei:
@@ -5710,31 +5734,31 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLog-Nachrichten
-
+ Local Game SettingsEinstellungen für lokales Spiel
-
+ Network Game SettingsEinstellungen für Netzwerkspiel
-
+ Delay between hands:Verzögerung zwischen Runden:
-
+ Internet Game SettingsEinstellungen für Internetspiel
@@ -5774,31 +5798,36 @@ p, li { white-space: pre-wrap; }
Show left toolboxLinke Toolbox anzeigen
+
+
+ Play blind raise notification
+ Blinderhöhungs-Hinweismeldung abspielen
+ Show statusbar messagesStatusleisten-Nachrichten anzeigen
-
+ Show game settings dialog on every new gameDen Dialog Spieleinstellungen bei jedem neuen Spiel anzeigen
-
+ Number of players:Anzahl der Spieler:
-
+ Game Speed:Spielgeschwindigkeit:
-
+ Pause between hands (press "start" button to go on)Pause zwischen den Runden ("Start"-Knopf zum Weiterspielen)
@@ -5812,7 +5841,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingLoggen an/aus
@@ -5822,7 +5851,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Schreibe Logdateien nach jeder/jedem:
@@ -5845,24 +5874,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPSCTP benutzen
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://de.wikipedia.org/wiki/IPv6">Was ist das?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://de.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Was ist das?</a>
@@ -5884,7 +5913,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Maximale Anzahl der Spieler:
@@ -5906,25 +5935,25 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 6:Gegner 6:
-
+ action (high frequent disc access)Aktion (häufiger Festplattenzugriff)
-
+ hand (medium disc access)Runde (mittlerer Festplattenzugriff)
-
+ game (low disc access)Spiel (geringer Festplattenzugriff)
@@ -5956,13 +5985,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Serveradresse:
-
+ Use password for private game:Benutze Kennwort für private Spiele:
@@ -5989,16 +6018,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Erster Small Blind:
-
-
+
+ Raise blinds:Erhöhe Blinds:
@@ -6007,58 +6036,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Alle:
-
-
+
+ handsRunden
-
-
+
+ minutesMinuten
-
-
+
+ Raise mode:Erhöhungs-Modus:
-
-
+
+ Always double blindsBlinds immer verdoppeln
-
-
+
+ Manual blinds order:Eigene Blinds-Reihenfolge:
-
-
+
+ Edit ...Bearbeiten...
@@ -6117,7 +6146,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsSpielernicknamen/-avatare
@@ -6167,29 +6196,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Zeit für Spieleraktion:
-
-
+
+ s Sek.
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -6201,7 +6230,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -6213,7 +6242,7 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLURL für Server-Autokonfiguration
@@ -6221,7 +6250,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory SettingsStandardeinstellung
@@ -6280,25 +6309,25 @@ p, li { white-space: pre-wrap; }
-
+ ServerServer
-
+ Serverlist Address:Serverlisten-Adresse:
-
+ Manual Server ConfigurationManuelle Serverkonfiguration
-
+ GameSpiel
@@ -6317,72 +6346,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Standard-Spielname:
-
+ Default game type:Standard-Spieltyp:
-
+ StandardStandard
-
+ Registered players onlyNur registrierte Spieler
-
+ Invited players onlyNur eingeladene Spieler
-
+ Ranking gameRanking-Spiel
-
+ Show lobby chatLobby-Chat anzeigen
-
+ Automatically leave the table after the game finishedAutomatisch den Tisch verlassen wenn das Spiel endet
-
+ Ignored PlayersIgnorierte Spieler
-
+ PlayerSpieler
-
+ Remove PlayerSpieler entfernen
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6396,37 +6425,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Speichere Logdateien für:
-
+ Day(s) Tag(e)
-
+ Preview:Vorschau:
-
+ Export as HTMLExportieren als HTML
-
+ Reset all settings to default ...Alle Einstellungen zurücksetzen
-
+ Note: You can not reset all settings to default during a running game!Hinweis: Sie können während eines laufenden Spieles die Einstellungen nicht zurücksetzen
@@ -6436,25 +6465,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtAls Text exportieren
-
+ Save as ...Speichern unter...
-
+ DeleteLöschen
-
+ Log FileLogdatei
@@ -6550,7 +6579,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avatarserver:
@@ -6647,13 +6676,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Gegner 7:
-
+ Opponent 8:Gegner 8:
@@ -6663,7 +6692,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Gegner 9:
@@ -6671,11 +6700,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorEinstellungsfehler
@@ -6692,7 +6721,7 @@ Please select an valid directory!
Bitte wählen Sie ein gültiges Verzeichnis!
-
+ Select your flipside pictureWähle das Rückseitenbild
@@ -6701,12 +6730,12 @@ Bitte wählen Sie ein gültiges Verzeichnis!
Bilder (*.png)
-
+ Open DirectoryÖffne Verzeichnis
-
+ Images (*.png *.jpg *.gif)Bilder (*.png *.jpg *.gif)
@@ -6719,14 +6748,14 @@ Bitte wählen Sie ein gültiges Verzeichnis!
Español (Spanisch)
-
-
+
+ Blinds ErrorBlinds-Fehler
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -6778,18 +6807,18 @@ Der erste Small Blind wird auf den größten erlaubten Wert gesetzt.Türkisch
-
+ The opponent names are not unique.
Please choose different names for each Opponent!Die Namen der Gegner müssen verschieden sein. Bitte wähen Sie unterschiedliche Namen für jeden Gegner!
-
+ Language ChangedSprache geändert
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Sie haben die Sprache auf %1 geändert.
@@ -6806,15 +6835,15 @@ Bitte starten Sie PokerTH neu um die neue Sprache zu laden!Slowakisch
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Das Rückseitenbild existiert nicht.
Bitte geben Sie ein gültiges Bild an!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Das Logdateien-Verzeichnis existiert nicht.
@@ -6856,7 +6885,7 @@ Bitte wählen Sie ein gültiges Verzeichnis!Schwedisch
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Die eingegebene Adresse ist keine gültige URL.
@@ -6921,145 +6950,145 @@ Bitte geben Sie eine gültige Serverlisten-Adresse ein!Französisch (français)
-
+ Settings InformationEinstellungsinformation
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Sie haben das Verzeichnish für die Log-Dateien geändert.
Bitte starten Sie PokerTH neu, so dass das neue Verzeichnis für die Log-Dateien benutzt wird.
-
-
+
+ Maintainer NameName des Betreuers
-
-
+
+ Maintainer EMailE-Mail-Adr. des Betreuers
-
-
+
+ Create DateErstellt am
-
+ Windows BehaviourFensterverhalten
-
+ scaleableskalierbar
-
+ fixedfixiert
-
+ Minimum SizeMindestgröße
-
+ Maximum SizeMaximale Größe
-
+ Fixed SizeFeste Größe
-
+ StateStatus
-
+ Please select your game table styleBitte wählen Sie Ihren Spieltisch-Stil
-
+ PokerTH game table styles (*.xml)PokerTH-Spieltisch-Stile (*.xml)
-
+ Game Table Style ErrorSpieltisch-Stilfehler
-
+ Selected game table style file is already in the list.
Please select another one to add!Die gewählte Spieltisch-Stildatei ist bereits in der Liste enthalten.
Bitte wählen Sie eine andere, um sie hinzuzufügen!
-
+ Game Table Style File ErrorSpieltisch-Stildatei-Fehler
-
+ Could not load game table style file correctly.
Style will not be placed into list!Die Spieltisch-Stildatei konnte nicht korrekt geladen werden.
Der Stil wird nicht zur Liste hinzugefügt!
-
+ Please select your card deck styleBitte wählen Sie Ihren Kartendeck-Stil
-
+ PokerTH card deck styles (*.xml)PokerTH-Kartendeck-Stil (*.xml)
-
+ Card Deck Style ErrorKartendeck-Stilfehler
-
+ Selected card deck style file is already in the list.
Please select another one to add!Die gewählte Kartendeck-Stildatei ist bereits in der Liste enthalten.
Bitte wählen Sie eine andere, um sie hinzuzufügen!
-
+ Card Deck Style File ErrorKartendeck-Stildatei-Fehler
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Die Kartendeck-Stildatei konnte nicht korrekt geladen werden.
Der Stil wird nicht zur Liste hinzugefügt!
-
+ PokerTH - Delete log filesPokerTH - Lösche Logdateien
-
+ Do you really want to delete the selected log files?Möchten Sie die ausgewählten Logdateien wirklich löschen?
@@ -7072,32 +7101,32 @@ Der Stil wird nicht zur Liste hinzugefügt!
Möchten Sie die ausgewählte Logdatei wirklich löschen?
-
+ Export PokerTH log file to HTMLExportiere PokerTH-Logdatei als HTML
-
+ PokerTH HTML log (*.html)PokerTH-HTML-Log (*.html)
-
+ Export PokerTH log file to plain textExportiere PokerTH-Logdatei als reinen Text
-
+ PokerTH plain text log (*.txt)PokerTH-Reintext-Log (*.txt)
-
+ PokerTH - SettingsPokerTH - Einstellungen
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Achtung: alle persönlichen Einstellungen werden gelöscht und PokerTH wird beendet!
@@ -7108,12 +7137,12 @@ Möchten Sie wirklich alle Einstellungen zurücksetzen?Möchten Sie die ausgewählte Logdatei wirklich löschen?
-
+ Save PokerTH log filePokerTH-Logdatei speichern
-
+ PokerTH SQL log (*.pdb)PokerTH-SQL-Log (*.pdb)
@@ -7346,106 +7375,106 @@ Please choose another one.
Bitte wählen Sie einen anderen Nicknamen.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNetzwerkfehler
-
+ Server address was not set.Serveradresse wurde nicht angegeben.
-
+ An invalid port was set (ports 0-1023 are not allowed).Ein ungültiger Port wurde angegeben (die Ports 0-1023 sind nicht erlaubt).
-
+ Could not create a socket for TCP communication.Socket für TCP-Übertragung kann nicht erstellt werden.
-
+ Could not set the IP address.IP-Adresse kann nicht gesetzt werden.
-
+ Could not set the port for this type of address.Der Port für diesen Adresstyp kann nicht gesetzt werden.
-
+ The server name could not be resolved.Der Servername kann nicht aufgelöst werden.
-
+ Bind failed - please choose a different port.Verbindung fehlgeschlagen - bitte einen anderen Port wählen.
-
+ Internal network error: "listen" failed.Interner Netzwerkfehler: "Lauschen" fehlgeschlagen.
-
+ Server execution was terminated.Serverbetrieb wurde beendet.
-
+ Could not connect to the server.Keine Verbindung zum Server.
-
+ Connection timed out.
Please check the server address.
@@ -7455,12 +7484,12 @@ Bitte überprüfen Sie die Serveradresse.
Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass serverseitig die Portweiterleitung aktiviert wurde.
-
+ Internal network error: "select" failed.Interner Netzwerkfehler: "Auswahl" fehlgeschlagen.
-
+ Internal network error: "send" failed.Interner Netzwerkfehler: "Senden" fehlgeschlagen.
@@ -7469,31 +7498,31 @@ Wenn der Server hinter einem NAT-Router betrieben wird, stellen Sie sicher, dass
Der Server hat die Verbindung beendet.
-
+ The connection to the server was lost.Die Verbindung zum Server ging verloren.
-
+ Internal network error: Duplicate TCP connection.Interner Netzwerkfehler: Doppelte TCP-Verbindung.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Ein ungültiges Netzwerkpaket wurde empfangen.
Bitte stellen Sie sicher, dass alle Spieler die gleiche Version von PokerTH benutzen.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Interner Statusfehler.
Bitte stellen Sie sicher, dass alle Spieler die gleiche Version von PokerTH benutzen.
-
+ Invalid server list URL.
Please correct the address in the settings.Ungültige URL für die Serverliste.
@@ -7512,95 +7541,110 @@ Please make sure that the server list URL is correct.
Bitte stellen Sie sicher, dass die URL zu den Serverlisten korrekt ist.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.Die Liste mit den PokerTH-Internetservern enthält ungültige Daten.
Sollten Sie eine eigene Serverliste benutzen, stellen Sie bitte sicher, dass ihr Format korrekt ist.
-
+ Could not unzip the PokerTH internet server list.Die Liste mit den PokerTH-Internetservern konnte nicht entpackt werden.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Die Liste mit den PokerTH-Internetservern konnte nicht heruntergeladen werden.
Bitte stellen Sie sicher, dass Sie mit dem Internet direkt verbunden sind.
-
+ Could not open the target file when downloading the server list.Beim Herunterladen der Serverliste konnte die Zieldatei nicht geöffnet werden.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Der PokerTH-Server unterstützt diese Programmversion nicht. Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter.
-
+ Sorry, this server is already full.Schade, der Server ist bereits voll.
-
+ Invalid login.
Please check your username and password.Ungültige Anmeldung.
Bitte prüfen Sie Ihren Benutzernamen und Ihr Kennwort.
-
+ Your account is blocked indefinitely.Ihr Konto wurde unbefristet gesperrt.
-
+ You cannot login at this time. Please try again in a few seconds.Im Moment können Sie sich nicht anmelden. Bitte versuchen Sie es in wenigen Sekunden erneut.
-
+ You cannot join this game, because another player in that game has your network address.Sie können diesem Spiel nicht beitreten, da dort bereits ein anderer Spieler Ihre Netzwerkadresse hat.
-
+ Your connection to the server is very slow, the game had to start without you.Ihre Verbindung zum Server ist sehr langsam, das Spiel musste ohne Sie gestartet werden.
-
+ This game is of type invite-only. You cannot join this game without being invited.Dieses Spiel ist vom Typ "Nur Einladungen". Sie können diesem Spiel nicht beitreten ohne eingeladen zu werden.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ungültiges Kennwort beim Betreten des Spieltisches.
Bitte geben Sie das Kennwort erneut ein und versuchen Sie es nochmal.
-
+ The avatar report was accepted by the server. Thank you.Die Meldung zum Avatar wurde vom Server akzeptiert. Vielen Dank.
-
+ This avatar was already reported by another player.Dieser Avatar wurde bereits von einem anderen Spieler gemeldet.
-
+ An error occurred while reporting the avatar.Es trat ein Fehler beim Melden des Avatars auf.
-
+
+ The game name report was accepted by the server. Thank you.
+ Die Meldung über den Spielnamen wurde vom Server akzeptiert. Vielen Dank.
+
+
+
+ This game name was already reported by another player.
+ Dieser Spielname wurde schon durch einen anderen Spieler gemeldet.
+
+
+
+ An error occurred while reporting the game name.
+ Es trat ein Fehler beim Melden des Spielnamens auf.
+
+
+ The password is too long. Please choose another one.Das Kennwort ist zu lang. Bitte wählen Sie ein kürzeres.
@@ -7615,67 +7659,67 @@ Bitte wählen Sie einen anderen Namen.
Der Spielername ist zu kurz, zu lang oder ungültig. Bitte wählen Sie einen anderen Namen.
-
+ The game name is either too short or too long. Please choose another one.Der Spielname ist entweder zu kurz oder zu lang. Bitte wählen Sie einen anderen.
-
+ The game could not be found.Das Spiel konnte nicht gefunden werden.
-
+ The chat text is invalid.Der Chattext ist ungültig.
-
+ The server referred to an unknown player. Aborting.Der Server verweist auf einen unbekannten Spieler. Abbruch.
-
+ Internal error: The current player could not be found.Interner Fehler: Der aktuelle Spieler kann nicht gefunden werden.
-
+ Internal error: The current player is not active.Interner Fehler: Der aktuelle Spieler ist nicht aktiv.
-
+ You were kicked from the server.Sie wurden des Servers verwiesen.
-
+ You were temporarily banned from the server.Sie wurden temporär vom Server ausgeschlossen.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Ihre Serververbindung wurde aufgrund zu langer Inaktivität unterbrochen. Sie sind willkommen sich wieder zu verbinden!
-
+ The client player count is invalid.Die Anzahl der Mitspieler ist ungültig.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Es wurden zu viele manuelle Blinds gesetzt. Bitte die manuellen Blinds entsprechend ändern.
-
+ An invalid avatar file was configured. Please choose a different avatar.Es wurde eine ungültige Avatardatei konfiguriert. Bitte einen anderen Avatar auswählen.
-
+ The selected avatar file is too large. Please choose a different avatar.Die ausgewählte Avatardatei ist zu groß. Bitte einen anderen Avatar auswählen.
@@ -7684,89 +7728,89 @@ Bitte wählen Sie einen anderen Namen.
Derzeit können Sie kein neues Avatar hochladen. Bitte versuchen Sie es in ein paar Sekunden erneut.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Ein interner Avatarfehler ist aufgetreten. Bitte informieren Sie hierüber einen Admin im Lobbychat.
-
+ Could not start game: Synchronization failed.Das Spiel konnte nicht gestartet werden: die Synchronisierung ist fehlgeschlagen.
-
+ The server is down for maintenance. Please try again later.Der Server wurde für Wartungsarbeiten heruntergefahren. Bitte versuchen Sie es später wieder.
-
+ An internal error occured.Ein interner Fehler ist aufgetreten.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNetzwerkbenachrichtigung
-
+ You were kicked from the game.Sie wurden des Spiels verwiesen.
-
+ Sorry, this game is already full.Sorry, dieses Spiel ist bereits voll.
-
+ Unable to join - the server has already started the game.Betreten nicht möglich - der Server hat das Spiel bereits gestartet.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Das Zeitlimit Ihres Administratorstatus ist aufgrund Inaktivität abgelaufen. Erstellen Sie doch ein neues Spiel!
-
+ You cannot join this type of game as guest.Sie können diesem Spieltyp als Gast nicht beitreten.
-
+ The settings are invalid for this type of game.Die Einstellungen sind für diesen Spieltyp ungültig.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Eine neue Version von PokerTH ist verfügbar.<br>Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Diese Beta-Version von PokerTH ist veraltet.<br>Bitte gehen Sie auf <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> und laden Sie die aktuelle Version herunter.
-
-
+
+ Server MessageServermeldung
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_dk.ts b/ts/pokerth_dk.ts
index cb20d8fd..fd96e117 100644
--- a/ts/pokerth_dk.ts
+++ b/ts/pokerth_dk.ts
@@ -1464,11 +1464,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1476,19 +1471,19 @@ Please choose another one!
Fyld op med computermodstandere
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1551,6 +1546,7 @@ Please choose another one!
+ Timing:
@@ -1561,25 +1557,25 @@ Please choose another one!
&Forlad spillet
-
+ Join &any gameDeltag i &hvilket som helst spil
-
+ &Create Game&Opret spil
-
+ &Join Game&Deltag i spil
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1644,13 +1640,13 @@ p, li { white-space: pre-wrap; }
Tilslut spil
-
+ Lobby-ChatLobby-chat
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1676,46 +1672,46 @@ p, li { white-space: pre-wrap; }
%1's spil
-
+ Joining a private GameTilslut et privat spil
-
+ You are about to join a private game. Please enter the password!Du er ved at tilslutte et privat spil. Indtast venligst adgangskode!
-
+ openåben
-
-
-
-
+
+
+
+ Game InfoSpilinformation
-
-
+
+ GameSpil
-
-
+
+ PlayersSpillere
-
-
+
+ StateTilstand
@@ -1725,15 +1721,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersTilgængelige spillere
@@ -1753,42 +1749,47 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
@@ -1804,82 +1805,86 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1
-
+ runningigangværende
-
-
+
+ running games: %1igangværende spil: %1
-
-
+
+ open games: %1åbne spil: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -1888,1303 +1893,1310 @@ Feel free to invite other players by right-clicking on their nick in the availab
spillere i chat: %1
-
-
+
+ connected players: %1tilsluttede spillere: %1
-
-
+
+ Connected players
-
+ handshænder
-
+ minutesminutter
-
+ double blindsdobbelt blinds
-
+ manual blinds ordermanuel blinds-orden
-
+ Server ErrorServer fejl
-
+ You should not kick yourself from this game!Du skal ikke smide dig selv ud af dette spil!
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4194,6 +4206,11 @@ Vælg venligst et gyldigt billede!
Reverse order of F-Keys (F1 - F4)Byt rundt på rækkefølgen på F-knapper(F1 - F4)
+
+
+ Play blind raise notification
+
+
@@ -4334,21 +4351,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsLokale spilindstillinger
-
+ Number of players:Antal deltagere:
-
-
+
+ Start Cash:Start beløb:
@@ -4357,26 +4374,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $kr
-
-
+
+ First small blind:Første small blind:
-
-
+
+ Raise blinds:Forhøj blinds:
@@ -4385,88 +4402,88 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Hvert:
-
-
+
+ handshænder
-
-
+
+ minutesminutter
-
-
+
+ Raise mode:Raise-måde:
-
-
+
+ Always double blindsAltid dobbelt-blinds
-
-
+
+ Manual blinds order:Manuel blinds-orden:
-
-
+
+ Edit ...Rediger ...
-
+ Game Speed:Spilhastighed:
-
+ Pause between hands (press "start" button to go on)Pause mellem hænder (tryk "start"-knappen for at fortsætte)
-
+ Show game settings dialog on every new gameVis spilindstillings-dialog under hvert nyt spil
-
+ Network Game SettingsNetværk-spil indstillinger
-
+ Maximum number of players:Maksimum antal deltagere:
@@ -4490,25 +4507,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txt
-
+ Save as ...
-
+ DeleteSlet
-
+ Log File
@@ -4518,21 +4535,21 @@ p, li { white-space: pre-wrap; }
-
+ Timeout for player action:Tidsudløb for spillerhandling:
-
-
+
+ s s
-
+ Network Server SettingsNetværks-server indstillinger
@@ -4543,24 +4560,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Server port:
-
-
+
+ Use SCTPBenyt SCTP
-
-
+
+ Use IPv6Benyt IPv6
@@ -4579,27 +4596,27 @@ p, li { white-space: pre-wrap; }
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Hvad er dette?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Hvad er dette?</a>
-
+ Internet Game SettingsInternet-spil indstillinger
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4611,13 +4628,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Server adresse:
-
+ Use password for private game:Benyt adgangskode for privat spil:
@@ -4635,49 +4652,49 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineComputer motor
-
+ Opponent 6:Modstander 6:
-
+ Opponent 5:Modstander 5:
-
+ Opponent 4:Modstander 4:
-
+ Opponent 3:Modstander 3:
-
+ Opponent 2:Modstander 2:
-
+ Opponent 1:Modstander 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4693,7 +4710,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingSlå til/fra logning
@@ -4703,31 +4720,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Logfil sti:
-
+ Write log after every: Skriv log efter hvert:
-
+ action (high frequent disc access)handling (højt-forekommende disk-adgang)
-
+ hand (medium disc access)hånd (mellem-forekommende disk-adgang)
-
+ game (low disc access)spil (lavt-forekommende disk-adgang)
@@ -4735,13 +4752,13 @@ p, li { white-space: pre-wrap; }
-
+ Log Messageslog beskeder
-
+ Player Nicks/AvatarsSpiller navn/avatars
@@ -4754,7 +4771,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -4805,108 +4822,108 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ Automatic Server Configuration URLAutomatisk server konfiguration URL
-
+ Serverlist Address:Serverliste adresse:
-
+ Manual Server ConfigurationManuel serverkonfiguration
-
+ GameSpil
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4916,37 +4933,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s) Dag(e)
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -4994,7 +5011,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avatar-server:
@@ -5078,13 +5095,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Modstander 7:
-
+ Opponent 8:Modstander 8:
@@ -5094,7 +5111,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Modstander 9:
@@ -5166,65 +5183,65 @@ p, li { white-space: pre-wrap; }
Tyrkisk
-
-
-
-
-
+
+
+
+
+ Settings ErrorIndstillingsfejl
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Det indtastede bagside-billede eksiterer ikke.
Indtast venligts et brugbart billede!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Log-filens sti eksisterer ikke.
Vælge venligst en brugbar sti!
-
+ Language ChangedSprog ændret
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Du har ændret programmets sprog til %1.
Genstart venligst PokerTH for at indlæse det nye sprog!
-
+ Select your flipside pictureVælg dit bagside-billede
-
+ Images (*.png *.jpg *.gif)Billeder (*.png *.jpg *.gif)
-
+ Open DirectoryÅben sti
-
-
+
+ Blinds ErrorBlinds-fejl
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5288,7 +5305,7 @@ Dene første-small-blind-værdi vil blive sat to den maksimale tiladte værdi.
Svensk
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Den indtastede serverlise adresse er ikke en brugbar URL.
@@ -5310,190 +5327,190 @@ Indtast venligst en brugbar serverliste adresse!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameVedligeholders navn
-
-
+
+ Maintainer EMailVedligeholders email
-
-
+
+ Create DateOprettelsesdato
-
+ Windows BehaviourVinduernes adfærd
-
+ scaleableSkalérbar
-
+ fixedfast
-
+ Minimum SizeMindste størrelse
-
+ Maximum SizeStørste størrelse
-
+ Fixed SizeFast størrelse
-
+ StateTilstand
-
+ Please select your game table styleVælg venligst din pokerbord-skin
-
+ PokerTH game table styles (*.xml)PokerTH pokerbord-skins(*.xml)
-
+ Game Table Style ErrorPokerbord-skin fejl
-
+ Selected game table style file is already in the list.
Please select another one to add!Det valgte pokerbord-skin er allerede på listen.
Vælg venligst et andet at tilføje!
-
+ Game Table Style File ErrorPokerbord-skin fil-fejl
-
+ Could not load game table style file correctly.
Style will not be placed into list!Kunne ikke indlæse pokerbord-skin filen korrekt.
Skin'et vil ikke blive tilføjet til listen!
-
+ Please select your card deck styleVælg venligst din kort-bagside
-
+ PokerTH card deck styles (*.xml)PokerTH kort-bagsider(*.xml)
-
+ Card Deck Style ErrorKort-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 ErrorKort-bagside-filfejl
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Kunne ikke indlæse kort-bagsidefilen korrekt.
Kortbagsiden vil ikke blive tilføjet til listen!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5715,106 +5732,106 @@ Please choose another one.
Vælg venligst et andet.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNetværksfejl
-
+ Server address was not set.Server adressen er ikke blevet sat.
-
+ An invalid port was set (ports 0-1023 are not allowed).En invalid port var sat (port 0-1023 er ikke tilladt).
-
+ Could not create a socket for TCP communication.Kunne ikke oprette en adgang til TCP kommunikation.
-
+ Could not set the IP address.Kunne ikke sætte IP adressen.
-
+ Could not set the port for this type of address.Kunne ikke sætte porten for denne type adresse.
-
+ The server name could not be resolved.Servernavnet kunne ikke blive besluttet.
-
+ Bind failed - please choose a different port.Blind fejlet - vælg venligst en andet port.
-
+ Internal network error: "listen" failed.En netværksfejl: "listen" fejlede.
-
+ Server execution was terminated.Server-lukning blev afsluttet.
-
+ Could not connect to the server.Kunne ikke tilslutte serveren.
-
+ Connection timed out.
Please check the server address.
@@ -5825,12 +5842,12 @@ Undersøg venligst serveradressen.
Hvis serveren er under en NAT-router, skal du være sikker på, at forward-porten er blevet sat op på serversiden.
-
+ Internal network error: "select" failed.Netværksfejl: "select" fejlet.
-
+ Internal network error: "send" failed.Netværksfejl: "send" fejlede.
@@ -5839,31 +5856,31 @@ Hvis serveren er under en NAT-router, skal du være sikker på, at forward-porte
Tilslutning blev lukket af serveren.
-
+ The connection to the server was lost.
-
+ Internal network error: Duplicate TCP connection.Netværksfejl: Dobbelt TCP-tilslutning.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.En invalid netværkspakke blev modtaget.
Undersøg venligst, at alle spillere benytter den samme version af PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Tilstandsfejl.
Undersøg venligst, at alle spillere benytter den samme version af PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.Invalid serverliste URL.
@@ -5882,94 +5899,109 @@ Please make sure that the server list URL is correct.
Undersøg venligst, at serverliste URL'en er korrekt.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH internet serverlisten indeholder invalide data.
Hvis du benytter en brugerdefineret serverliste bedes du venligst undersøge, om formatet er korrekt.
-
+ Could not unzip the PokerTH internet server list.Kunne ikke udpakke PokerTH internet serverliste.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Kunne ikke downloade PokerTH serverlisten.
Undersøg venligst, at du er direkte tilsluttet til internettet.
-
+ Could not open the target file when downloading the server list.Kunne ikke åbne målfilen under download af serverliste.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH-server understøtter ikke denne version af spillet.<br>Gå venligst ind på <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den seneste version.
-
+ Sorry, this server is already full.Undskyld, denne server er allerede fyldt op.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Invalid adgangskode under tilslutning til spil.
Indtast venligst adgangskoden igen.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.Adgangskoden er for lang. Vælg venligst en anden.
@@ -5984,67 +6016,67 @@ Vælg venligst et andet navn.
Spillernavnet er for kort, for langt eller ugyldigt. Vælg venligst et andet.
-
+ The game name is either too short or too long. Please choose another one.Spil-navnet er enten for kort eller for langt. Vælg venligst et andet.
-
+ The game could not be found.Spillet kunne ikke findes.
-
+ The chat text is invalid.Chat-teksten er ugyldig.
-
+ The server referred to an unknown player. Aborting.Serveren henviser til en ukendt spiller. Afbryder.
-
+ Internal error: The current player could not be found.Fejl: Den nuværende spiller kunne ikke findes.
-
+ Internal error: The current player is not active.Fejl: Den nuværende spiller er ikke aktiv.
-
+ You were kicked from the server.Du er blevet smidt ud fra serveren.
-
+ You were temporarily banned from the server.Du var midlertidigt blokeret fra serveren.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Din servertilslutning udløb pga. interaktivitet. Du er meget velkommen til at tilslutte igen!
-
+ The client player count is invalid.Klient spillerantallet er ugyldigt.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.For mange manuelle blinds var indstillet. Konfigurér venligst de manuelle blinds igen.
-
+ An invalid avatar file was configured. Please choose a different avatar.En invalid avatarfil var konfigureret. Vælge venligst en anden avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.Den valgte avatarfil er for stor. Vælg venligst en anden avatar.
@@ -6053,89 +6085,89 @@ Vælg venligst et andet navn.
Du kan ikke uploade en ny avatarfil på nuværende tidspunkt. Prøv venligst igen om få sekunder.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.En avatarfejl opstod. Rapportér venligst dette til en admin i lobby-chatten.
-
+ Could not start game: Synchronization failed.Kunne ikke starte spil: Synkronisering fejlede.
-
+ The server is down for maintenance. Please try again later.Serveren er nede pga. vedligeholdelse. Prøv venligst igen senere.
-
+ An internal error occured.En fejl opstod.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNetværksnotifikation
-
+ You were kicked from the game.Du er blevet smidt ud af spillet.
-
+ Sorry, this game is already full.Undskyld, dette spil er allerede fyldt.
-
+ Unable to join - the server has already started the game.Ikke muligt at tilslutte - serveren har allerede startet spillet.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Din admintilstand er udløbet pga interaktivitet. Du er velkommen til at starte et nyt spil!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.En ny udgave af PokerTH er tilgængelig.<br>Gå venligst til <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den nyeste version.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Denne beta-udgave af PokerTH er udløbet.<br>Gå venligst til <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> og download den nyeste version.
-
-
+
+ Server MessageServer-besked
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_es.ts b/ts/pokerth_es.ts
index b2d702ef..e1b04e5d 100644
--- a/ts/pokerth_es.ts
+++ b/ts/pokerth_es.ts
@@ -2846,7 +2846,7 @@ Elija otro nombre.
gameLobbyDialog
-
+ Lobby-ChatCharla principal
@@ -2891,6 +2891,7 @@ Elija otro nombre.
+ Timing:Tiempo:
@@ -2901,19 +2902,19 @@ Elija otro nombre.
Completar con oponentes virtuales
-
+ Sort alphabeticallyOrdenar alfabéticamente
-
+ Sort by countryOrdenar por país
-
+ Display idle playersMostrar jugadores libres
@@ -2946,9 +2947,8 @@ Elija otro nombre.
Partidas
- Timeout for player action (sec):
- Límite tiempo (seg):
+ Límite tiempo (seg):Leave Game
@@ -3017,25 +3017,25 @@ Elija otro nombre.
&Abandonar partida
-
+ Join &any gameUnirse a &cualquier partida
-
+ &Create Game&Crear partida
-
+ &Join Game&Unirse a partida
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3123,7 +3123,7 @@ p, li { white-space: pre-wrap; }
Unirse a cualquier partida
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3140,46 +3140,46 @@ p, li { white-space: pre-wrap; }
gameLobbyDialogImpl
-
-
-
-
+
+
+
+ Game InfoInformación de la partida
-
+ Server ErrorError en el servidor
-
+ You should not kick yourself from this game!No puede expulsarse a usted mismo.
-
+ Joining a private GameAccediendo a una partida privada
-
-
+
+ GamePartida
-
-
+
+ PlayersJugadores
-
-
+
+ StateEstado
@@ -3188,43 +3188,43 @@ p, li { white-space: pre-wrap; }
Privado
-
+ You are about to join a private game. Please enter the password!Va a unirse a una partida privada. Introduzca la contraseña.
-
+ runningen marcha
-
+ openabierta
-
-
+
+ Connected playersJugadores conectados
-
+ handsmanos
-
+ minutesminutos
-
+ double blindsduplicar ciegas
-
+ manual blinds orderorden manual de ciegas
@@ -3239,15 +3239,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersJugadores disponibles
@@ -3273,1267 +3273,1277 @@ p, li { white-space: pre-wrap; }
Mostrar estadísticas del jugador
-
-
-
+
+ Report inappropriate game name
+ Informar de nombre de partida inapropiado
+
+
+
+
+ StandardNormal
-
-
-
+
+
+ Registered players onlySólo registrados
-
-
-
+
+
+ Invited players onlySólo invitados
-
-
-
+
+
+ Ranking gameClasificatoria
-
+ Connected players - max. %1Jugadores conectados - máx. %1
- sec (action)
- seg (acción)
+ seg (acción)
- sec (hand delay)
- seg (por mano)
+ seg (por mano)
-
+ AfghanistanAfganistán
-
+ ALand IslandsAlandia
-
+ AlbaniaAlbania
-
+ AlgeriaArgelia
-
+ American SamoaSamoa Americana
-
+ AndorraAndorra
-
+ AngolaAngola
-
+ AnguillaAnguila
-
+ AntarcticaAntártica
-
+ Antigua And BarbudaAntigua y Barbuda
-
+ ArgentinaArgentina
-
+ ArmeniaArmenia
-
+ ArubaAruba
-
+ AustraliaAustralia
-
+ AustriaAustria
-
+ AzerbaijanAzerbaiyán
-
+ BahamasBahamas
-
+ BahrainBaréin
-
+ BangladeshBangladés
-
+ BarbadosBarbados
-
+ BelarusBielorrusia
-
+ BelgiumBélgica
-
+ BelizeBelice
-
+ BeninBenín
-
+ BermudaBermudas
-
+ BhutanBután
-
+ BoliviaBolivia
-
+ Bosnia And HerzegovinaBosnia y Herzegovina
-
+ BotswanaBotsuana
-
+ Bouvet IslandIsla Bouvet
-
+ BrazilBrasil
-
+ British Indian Ocean TerritoryTerritorio británico del Océano Índico
-
+ Brunei DarussalamBrunéi
-
+ BulgariaBulgaria
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaCamboya
-
+ CameroonCamerún
-
+ CanadaCanadá
-
+ Cape VerdeCabo Verde
-
+ Cayman IslandsIslas Caimán
-
+ Central African RepublicRepública Centroafricana
-
+ ChadChad
-
+ ChileChile
-
+ ChinaChina
-
+ Christmas IslandIsla de Navidad
-
+ Cocos (Keeling) IslandsIslas Cocos
-
+ ColombiaColombia
-
+ ComorosComoras
-
+ CongoCongo
-
+ Congo, The Democratic Republic Of TheCongo, República Democrática del
-
+ Cook IslandsIslas Cook
-
+ Costa RicaCosta Rica
-
+ Cote D'IvoireCosta de Marfil
-
+ CroatiaCroacia
-
+ CubaCuba
-
+ CyprusChripe
-
+ Czech RepublicRepública Checa
-
+ DenmarkDinamarca
-
+ DjiboutiYibuti
-
+ DominicaDominica
-
+ Dominican RepublicRepública Dominicana
-
+ EcuadorEcuador
-
+ EgyptEgipto
-
+ El SalvadorEl Salvador
-
+ Equatorial GuineaGuinea Ecuatorial
-
+ EritreaEritrea
-
+ EstoniaEstonia
-
+ EthiopiaEtiopía
-
+ Falkland Islands (Malvinas)Islas Malvinas
-
+ Faroe IslandsIslas Feroe
-
+ FijiFiji
-
+ FinlandFinlandia
-
+ FranceFrancia
-
+ French GuianaGuayana Francesa
-
+ French PolynesiaPolinesia Francesa
-
+ French Southern TerritoriesTerritorios Franceses del Sur
-
+ GabonGabón
-
+ GambiaGambia
-
+ GeorgiaGeorgia
-
+ GermanyAlemania
-
+ GhanaGhana
-
+ GibraltarGibraltar
-
+ GreeceGrecia
-
+ GreenlandGroenlandia
-
+ GrenadaGranada
-
+ GuadeloupeGuadalupe
-
+ GuamGuam
-
+ GuatemalaGuatemala
-
+ GuernseyGuernsey
-
+ GuineaGuinea
-
+ Guinea-BissauGuinea-Bissau
-
+ GuyanaGuayana
-
+ HaitiHaití
-
+ Heard Island And Mcdonald IslandsIslas Heard y McDonald
-
+ Holy See (Vatican City State)Santa Sede (Ciudad Estado del Vaticano)
-
+ HondurasHonduras
-
+ Hong KongHong Kong
-
+ HungaryHungría
-
+ IcelandIslandia
-
+ IndiaIndia
-
+ IndonesiaIndonesia
-
+ Iran, Islamic Republic OfIrán, República Islámica de
-
+ IraqIrak
-
+ IrelandIrlanda
-
+ Isle Of ManIslan de Man
-
+ IsraelIsrael
-
+ ItalyItalia
-
+ JamaicaJamaica
-
+ JapanJapón
-
+ JerseyJersey
-
+ JordanJordania
-
+ KazakhstanKazajistán
-
+ KenyaKenia
-
+ KiribatiKiribati
-
+ Korea, Democratic People'S Republic OfCorea, República Popular Democrática de
-
+ Korea, Republic OfCorea, República de
-
+ KuwaitKuwait
-
+ KyrgyzstanKirguistán
-
+ Lao People'S Democratic RepublicLao, República Democrática Popular
-
+ LatviaLetonia
-
+ LebanonLíbano
-
+ LesothoLesoto
-
+ LiberiaLiberia
-
+ Libyan Arab JamahiriyaLibia
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLituania
-
+ LuxembourgLuxemburgo
-
+ MacaoMacao
-
+ Macedonia, The Former Yugoslav Republic OfMacedonia, Antigua República Yugoslava de
-
+ MadagascarMadagascar
-
+ MalawiMalawi
-
+ MalaysiaMalasia
-
+ MaldivesMaldivas
-
+ MaliMali
-
+ MaltaMalta
-
+ Marshall IslandsIslas Marshall
-
+ MartiniqueMartinica
-
+ MauritaniaMauritania
-
+ MauritiusMauricio
-
+ MayotteMayotte
-
+ MexicoMéxico
-
+ Micronesia, Federated States OfMicronesia, Estados Federados de
-
+ Moldova, Republic OfMoldavia, República de
-
+ MonacoMónaco
-
+ MongoliaMongolia
-
+ MontserratMontserrat
-
+ MoroccoMarruecos
-
+ MozambiqueMozambique
-
+ MyanmarMyanmar
-
+ NamibiaNamibia
-
+ NauruNauru
-
+ NepalNepal
-
+ NetherlandsHolanda
-
+ Netherlands AntillesAntillas Holandesas
-
+ New CaledoniaNueva Caledonia
-
+ New ZealandNueva Zelanda
-
+ NicaraguaNicaragua
-
+ NigerNíger
-
+ NigeriaNigeria
-
+ NiueNiue
-
+ Norfolk IslandIsla Norfolk
-
+ Northern Mariana IslandsIslas Marianas del Norte
-
+ NorwayNoruega
-
+ OmanOmán
-
+ PakistanPakistán
-
+ PalauPalaos
-
+ Palestinian Territory, OccupiedPalestina, Territorio Ocupado de
-
+ PanamaPanamá
-
+ Papua New GuineaPapua Nueva Guinea
-
+ ParaguayParaguay
-
+ PeruPerú
-
+ PhilippinesFilipinas
-
+ PitcairnPitcairn
-
+ PolandPolonia
-
+ PortugalPortugal
-
+ Puerto RicoPuerto Rico
-
+ QatarCatar
-
+ ReunionReunión
-
+ RomaniaRumanía
-
+ Russian FederationFederacíon Rusa
-
+ RwandaRuanda
-
+ Saint HelenaSanta Helena
-
+ Saint Kitts And NevisSan Cristóbal y Nieves
-
+ Saint LuciaSanta Lucía
-
+ Saint Pierre And MiquelonSan Pedro y Miquelón
-
+ Saint Vincent And The GrenadinesSan Vicente y las Granadinas
-
+ SamoaSamoa
-
+ San MarinoSan Marino
-
+ Sao Tome And PrincipeSanto Tomé y Príncipe
-
+ Saudi ArabiaArabia Saudí
-
+ SenegalSenegal
-
+ Serbia And MontenegroSerbia y Montenegro
-
+ SeychellesSeychelles
-
+ Sierra LeoneSierra Leona
-
+ SingaporeSingapur
-
+ SlovakiaEslovaquia
-
+ SloveniaEslovenia
-
+ Solomon IslandsIslas Salomón
-
+ SomaliaSomalia
-
+ South AfricaSudáfrica
-
+ South Georgia And The South Sandwich IslandsIslas Georgias del Sur y Sandwich del Sur
-
+ SpainEspaña
-
+ Sri LankaSri Lanka
-
+ SudanSudán
-
+ SurinameSurinam
-
+ Svalbard And Jan MayenSvalbard y Jan Mayen
-
+ SwazilandSuazilandia
-
+ SwedenSuecia
-
+ SwitzerlandSuiza
-
+ Syrian Arab RepublicSiria, República Árabe
-
+ Taiwan, Province Of ChinaTaiwan, Provincia de China
-
+ TajikistanTayikistán
-
+ Tanzania, United Republic OfTanzania, República Unida de
-
+ ThailandTailandia
-
+ Timor-LesteTimor Oriental
-
+ TogoTogo
-
+ TokelauTokelau
-
+ TongaTonga
-
+ Trinidad And TobagoTrinidad y Tobago
-
+ TunisiaTúnez
-
+ TurkeyTurquía
-
+ TurkmenistanTurkmenistán
-
+ Turks And Caicos IslandsIslas Turcas y Caicos
-
+ TuvaluTuvalu
-
+ UgandaUganda
-
+ UkraineUcrania
-
+ United Arab EmiratesEmiratos Árabes Unidos
-
+ United KingdomReino Unido
-
+ United StatesEstados Unidos
-
+ United States Minor Outlying IslandsIslas Ultramarinas de Estados Unidos
-
+ UruguayUruguay
-
+ UzbekistanUzbekistán
-
+ VanuatuVanuatu
-
+ VenezuelaVenezuela
-
+ Viet NamVietnam
-
+ Virgin Islands, BritishIslas Vírgenes Británicas
-
+ Virgin Islands, U.S.Islas Vírgenes de los Estados Unidos
-
+ Wallis And FutunaWallis y Futuna
-
+ Western SaharaSáhara Occidental
-
+ YemenYemen
-
+ ZambiaZambia
-
+ ZimbabweZimbabue
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ ¿Está seguro de que desea informar de que el nombre
+"%1" es inapropiado?
+
-
-
+
+ TT
@@ -4543,68 +4553,82 @@ p, li { white-space: pre-wrap; }
Esperando a la siguiente mano para volver a la partida...
-
-
+
+
+
+ sec (action)
+ seg (acción)
+
+
+
+
+
+ sec (hand delay)
+ seg (por mano)
+
+
+
+ Connected players - Max. %1Jugadores conectados - máx. %1
-
-
+
+ running games: %1partidas en marcha: %1
-
-
+
+ open games: %1partidas abiertas: %1
-
+ Invite %1Invitar a %1
-
+ Ignore %1Ignorar a %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 ha sido invitado a %2 por %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 ha rechazado la invitación a %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 no se puede unir a %2 porque está ocupado.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.La partida comenzará en<br><b>%1</b> segundos.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Ha entrado en una partida sólo para invitados.
Puede invitar a otros jugadores pulsando con el botón derecho sobre su apodo en la lista de jugadores.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Ha sido invitado a la partida <b>%1</b> por <b>%2</b>.<br>¿Quiere unirse a esa partida?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Ya no recibirá más mensajes de charla o invitaciones de este usuario.<br>¿Seguro que desea añadir al usuario <b>%1</b>a la lista de ignorados?
@@ -4613,49 +4637,50 @@ Puede invitar a otros jugadores pulsando con el botón derecho sobre su apodo en
jugadores en charla: %1
-
-
+
+ connected players: %1jugadores conectados: %1
-
+ search for player ...buscar jugador ...
-
+ Chat is only available to registered players.La charla sólo está disponible para usuarios registrados.
-
+ Invite player ...Invitar jugador ...
-
+ Ignore player ...Ignorar jugador ...
-
+ %1 is playing in "%2".%1 está jugando en "%2".
-
+ %1 is not playing at the moment.%1 no está jugando en este momento.
-
-
+
+ PokerTH - Info MessagePokerTH - Mensaje de información
-
+
+ PokerTH - QuestionPokerTH - Pregunta
@@ -6029,8 +6054,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Dinero inicial:
@@ -6045,16 +6070,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Puerto del servidor:
-
-
+
+ Use IPv6Usar IPv6
@@ -6068,19 +6093,19 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineJugador virtual
-
+ Opponent 5:Oponente 5:
-
+ Opponent 3:Oponente 3:
@@ -6099,25 +6124,25 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 2:Oponente 2:
-
+ Opponent 6:Oponente 6:
-
+ Opponent 1:Oponente 1:
-
+ Opponent 4:Oponente 4:
@@ -6135,7 +6160,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Directorio del archivo de registro:
@@ -6143,19 +6168,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesMensajes de registro
-
+ Local Game SettingsOpciones de la partida local
-
+ Network Game SettingsOpciones de la partida en red
@@ -6189,13 +6214,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxMostrar herramientas a la izquierda
+
+
+ Play blind raise notification
+ Notificar incremento de ciegas
+ Show statusbar messagesMostrar mensaje de la barra de estado
-
+ Show game settings dialog on every new gameMostrar diálogo de opciones en cada nueva partida
@@ -6205,19 +6235,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Número de jugadores:
-
+ Game Speed:Velocidad del juego:
-
+ Pause between hands (press "start" button to go on)Pausa entre manos (pulsar botón "Iniciar" para seguir)
@@ -6231,7 +6261,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingActivar/Desactivar registro
@@ -6241,7 +6271,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Escribir el registro cada:
@@ -6264,24 +6294,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPUtilizar SCTP
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">¿Qué es esto?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">¿Qué es esto?</a>
@@ -6303,7 +6333,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Número máximo de jugadores:
@@ -6325,19 +6355,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)acción (acceso a disco muy frecuente)
-
+ hand (medium disc access)mano (acceso a disco medio)
-
+ game (low disc access)partida (acceso a disco bajo)
@@ -6361,13 +6391,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsOpciones de partida en red
-
+ Internet Game SettingsOpciones de partida en Internet
@@ -6377,13 +6407,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Dirección del servidor:
-
+ Use password for private game:Utilizar contraseña para partida privada:
@@ -6402,8 +6432,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Primera ciega pequeña:
@@ -6458,8 +6488,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Raise blinds:Subir ciegas:
@@ -6468,58 +6498,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Cada:
-
-
+
+ handsmanos
-
-
+
+ minutesminutos
-
-
+
+ Raise mode:Modo de subida:
-
-
+
+ Always double blindsDuplicar ciegas siempre
-
-
+
+ Manual blinds order:Orden manual de ciegas:
-
-
+
+ Edit ...Editar...
@@ -6578,7 +6608,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsApodos/Avatares de los jugadores
@@ -6618,29 +6648,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Límite de tiempo por mano:
-
-
+
+ s s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -6652,7 +6682,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -6664,7 +6694,7 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLURL de configuración automática de servidores
@@ -6672,7 +6702,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory SettingsConfiguración original
@@ -6731,31 +6761,31 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Espera entre manos:
-
+ ServerServidor
-
+ Serverlist Address:Dirección de la lista de servidores:
-
+ Manual Server ConfigurationConfiguración manual del servidor
-
+ GamePartida
@@ -6774,72 +6804,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Nombre de partida:
-
+ Default game type:Tipo de partida:
-
+ StandardNormal
-
+ Registered players onlySólo registrados
-
+ Invited players onlySólo invitados
-
+ Ranking gameClasificatoria
-
+ Show lobby chatMostrar charla principal
-
+ Automatically leave the table after the game finishedAbandonar la mesa automáticamente al terminar la partida
-
+ Ignored PlayersJugadores ignorados
-
+ PlayerJugador
-
+ Remove PlayerEliminar jugador
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6853,37 +6883,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Guardar registros durante:
-
+ Day(s) Día(s)
-
+ Preview:Previsualizar:
-
+ Export as HTMLExportar como HTML
-
+ Reset all settings to default ...Reiniciar todos los parámetros...
-
+ Note: You can not reset all settings to default during a running game!Nota: no es posible reiniciar los parámetros durante una partida.
@@ -6893,25 +6923,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExportar como txt
-
+ Save as ...Guardar como...
-
+ DeleteEliminar
-
+ Log FileArchivo de registro
@@ -6959,7 +6989,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Servidor de avatares:
@@ -7043,13 +7073,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Oponente 7:
-
+ Opponent 8:Oponente 8:
@@ -7059,7 +7089,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Oponente 9:
@@ -7067,11 +7097,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorError en las preferencias
@@ -7088,7 +7118,7 @@ Please select an valid directory!
Introduzca un directorio válido.
-
+ Select your flipside pictureSeleccione la imagen del respaldo
@@ -7097,24 +7127,24 @@ Introduzca un directorio válido.
Imágenes (*.png)
-
+ Open DirectoryAbrir directorio
-
+ Images (*.png *.jpg *.gif)Imágenes (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorError en las ciegas
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -7162,12 +7192,12 @@ El valor de la primera ciega pequeña será el máximo permitido.
Turco
-
+ Language ChangedEl idioma ha cambiado
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Ha cambiado el idioma de la aplicación a %1.
@@ -7184,15 +7214,15 @@ Reinicie PokerTH para cargar el nuevo idioma.Eslovaco
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!La imagen del respaldo introducida no existe.
Seleccione una imagen válida.
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!El directorio del archivo de registro no existe.
@@ -7234,7 +7264,7 @@ Seleccione un directorio válido.Sueco
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!La dirección de la lista de servidores introducida no es una URL válida.
@@ -7291,152 +7321,152 @@ Introduzca una dirección válida.Tamil
-
+ The opponent names are not unique.
Please choose different names for each Opponent!Los nombres de los oponentes no son únicos.
Introduzca un nombre distinto para cada oponente.
-
+ Settings InformationInformación de configuración
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Ha cambiado el directorio del archivo de registro.
Reinicie PokerTH para comenzar a utilizar el nuevo directorio.
-
-
+
+ Maintainer NameNombre del mantenedor
-
-
+
+ Maintainer EMaileMail del mantenedor
-
-
+
+ Create DateFecha de creación
-
+ Windows BehaviourComportamiento de las ventanas
-
+ scaleableescalable
-
+ fixedfijo
-
+ Minimum SizeTamaño mínimo
-
+ Maximum SizeTamaño máximo
-
+ Fixed SizeTamaño fijo
-
+ StateEstado
-
+ Please select your game table styleSeleccione su estilo de mesa
-
+ PokerTH game table styles (*.xml)Estilos de mesa de PokerTH (*.xml)
-
+ Game Table Style ErrorError en el estilo de mesa
-
+ Selected game table style file is already in the list.
Please select another one to add!El estilo de mesa seleccionado ya está en la lista.
Seleccione otro para añadirlo.
-
+ Game Table Style File ErrorError en el archivo del estilo de mesa
-
+ Could not load game table style file correctly.
Style will not be placed into list!No se puede cargar el archivo de estilo de mesa.
El estilo no aparecerá en la lista.
-
+ Please select your card deck styleSeleccione su estilo de baraja
-
+ PokerTH card deck styles (*.xml)Estilos de baraja de PokerTH (*.xml)
-
+ Card Deck Style ErrorError en el estilo de baraja
-
+ Selected card deck style file is already in the list.
Please select another one to add!El estilo de baraja seleccionado ya está en la lista.
Seleccione otro para añadirlo.
-
+ Card Deck Style File ErrorError en el archivo del estilo de baraja
-
+ Could not load card deck style file correctly.
Style will not be placed into list!No se puede cargar el archivo de estilo de baraja.
El estilo no aparecerá en la lista.
-
+ PokerTH - Delete log filesPokerTH - Eliminar archivos de registro
-
+ Do you really want to delete the selected log files?¿Seguro que desea eliminar los archivos de registro seleccionados?
@@ -7449,32 +7479,32 @@ El estilo no aparecerá en la lista.
¿Seguro que desea eliminar el archivo de registro seleccionado?
-
+ Export PokerTH log file to HTMLExportar registro de PokerTH a HTML
-
+ PokerTH HTML log (*.html)Registro HTML de PokerTH (*.html)
-
+ Export PokerTH log file to plain textExportar registro de PokerTH a texto plano
-
+ PokerTH plain text log (*.txt)Registro de texto plano de PokerTH (*.txt)
-
+ PokerTH - SettingsPokerTH - Configuración
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Atención: esto eliminará todos sus cambios en la configuración y cerrará PokerTH.
@@ -7485,12 +7515,12 @@ Do you really want to reset factory settings?
¿Seguro que desea eliminar el archivo de registro seleccionado?
-
+ Save PokerTH log fileGuardar archivo de registro de PokerTH
-
+ PokerTH SQL log (*.pdb)Registro SQL de PokerTH (*.pdb)
@@ -7719,106 +7749,106 @@ Please choose another one.
Seleccione otro.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorError en la red
-
+ Server address was not set.La dirección del servidor no está establecida.
-
+ An invalid port was set (ports 0-1023 are not allowed).Se ha establecido un puerto no válido (no se permiten los puertos 0-1023).
-
+ Could not create a socket for TCP communication.No se puede crear un socket de comunicaciones TCP.
-
+ Could not set the IP address.No se puede establecer la dirección IP.
-
+ Could not set the port for this type of address.No se puede establecer el puerto para este tipo de dirección.
-
+ The server name could not be resolved.No se puede resolver el nombre del servidor.
-
+ Bind failed - please choose a different port.Fallo en la comunicación. Seleccione otro puerto.
-
+ Internal network error: "listen" failed.Error interno en la red: fallo en "listen".
-
+ Server execution was terminated.Finalizada la ejecución del servidor.
-
+ Could not connect to the server.No se puede conectar al servidor.
-
+ Connection timed out.
Please check the server address.
@@ -7829,12 +7859,12 @@ Por favor, compruebe la dirección del servidor.
Si el servidor está detrás de un enrutador NAT, asegúrese de que el puerto de reenvío está configurado en el servidor.
-
+ Internal network error: "select" failed.Error interno en la red: fallo en "select".
-
+ Internal network error: "send" failed.Error interno en la red: fallo en "send".
@@ -7843,31 +7873,31 @@ Si el servidor está detrás de un enrutador NAT, asegúrese de que el puerto de
Conexión cerrada por el servidor.
-
+ The connection to the server was lost.Se ha perdido la conexión con el servidor.
-
+ Internal network error: Duplicate TCP connection.Error interno en la red: conexión TCP duplicada.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Se ha recibido un paquete de red no válido.
Asegúrese que todos los jugadores utilizan la misma versión de PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Error interno de estado.
Asegúrese que todos los jugadores utilizan la misma versión de PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.URL de lista de servidores no válida.
@@ -7886,95 +7916,110 @@ Please make sure that the server list URL is correct.
Asegúrese de que la URL de la lista es correcta.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.La lista de servidores de PokerTH contiene información no válida.
Si ha utilizado una lista de servidores personalizada, asegúrese de que el formato es correcto.
-
+ Could not unzip the PokerTH internet server list.No se puede descomprimir la lista de servidores de PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.No se puede descargar la lista de servidores de PokerTH.
Asegúrese de que está conectado a Internet.
-
+ Could not open the target file when downloading the server list.No se puede abrir el archivo de destino al descargar la lista de servidores.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.El servidor de PokerTH no soporta esta versión del juego.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> y descargue la última versión.
-
+ Sorry, this server is already full.Lo sentimos, este servidor está lleno.
-
+ Invalid login.
Please check your username and password.Acceso no válido.
Compruebe el nombre de usuario y contraseña.
-
+ Your account is blocked indefinitely.Su cuenta ha sido bloqueada indefinidamente.
-
+ You cannot login at this time. Please try again in a few seconds.No puede acceder en este momento. Inténtelo pasados unos segundos.
-
+ You cannot join this game, because another player in that game has your network address.No puede unirse a esta partida porque otro jugador de la misma accede desde su dirección de red.
-
+ Your connection to the server is very slow, the game had to start without you.Su conexión al servidor es muy lenta, la partida ha comenzado sin usted.
-
+ This game is of type invite-only. You cannot join this game without being invited.Esta partida es sólo para invitados. No puede unirse a ella sin una invitación.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Contraseña incorrecta al unirse a la partida.
Vuelva a introducir la contraseña e inténtelo de nuevo.
-
+ The avatar report was accepted by the server. Thank you.El informe sobre el avatar ha sido aceptado por el servidor. Gracias.
-
+ This avatar was already reported by another player.Otro jugador ya ha informado sobre este avatar.
-
+ An error occurred while reporting the avatar.Ha ocurrido un error al informar sobre el avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+ El informe sobre el nombre ha sido aceptado. Gracias.
+
+
+
+ This game name was already reported by another player.
+ Otro jugador ya ha informado sobre el nombre de esta partida.
+
+
+
+ An error occurred while reporting the game name.
+ Ha ocurrido un error al informar sobre el nombre.
+
+
+ The password is too long. Please choose another one.La contraseña es demasiado larga. Elija otra.
@@ -7989,67 +8034,67 @@ Por favor, elija un nombre diferente.
El nombre del jugador es muy corto, muy largo o no es válido. Seleccione otro.
-
+ The game name is either too short or too long. Please choose another one.El nombre de la partida es muy largo o muy corto. Seleccione otro.
-
+ The game could not be found.No se encuentra la partida.
-
+ The chat text is invalid.El texto de charla no es válido.
-
+ The server referred to an unknown player. Aborting.El servidor se ha referido a un jugador desconocido. Abortando.
-
+ Internal error: The current player could not be found.Error interno: no se encuentra al jugador actual.
-
+ Internal error: The current player is not active.Error interno: el jugador actual no está activo.
-
+ You were kicked from the server.Ha sido expulsado del servidor.
-
+ You were temporarily banned from the server.Se le ha prohibido temporalmente el acceso al servidor.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!La conexión se ha cerrado por inactividad. Le invitamos a volver a conectarse.
-
+ The client player count is invalid.El número de jugadores no es válido.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Hay demasiadas ciegas manuales. Reconfigure las ciegas manuales.
-
+ An invalid avatar file was configured. Please choose a different avatar.Se ha configurado un archivo de avatar no válido. Seleccione otro.
-
+ The selected avatar file is too large. Please choose a different avatar.El avatar seleccionado es demasiado grande. Seleccione otro.
@@ -8058,89 +8103,89 @@ Por favor, elija un nombre diferente.
No se puede subir un nuevo avatar en este momento. Inténtelo dentro de unos segundos.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Ha ocurrido un error interno. Informe al administrador en la charla principal.
-
+ Could not start game: Synchronization failed.No se puede iniciar la partida: fallo en la sincronización.
-
+ The server is down for maintenance. Please try again later.El servidor está desconectado por mantenimiento. Inténtelo más tarde.
-
+ An internal error occured.Ha ocurrido un error interno.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNotificación de red
-
+ You were kicked from the game.Ha sido expulsado de la partida.
-
+ Sorry, this game is already full.Disculpe, esta partida está llena.
-
+ Unable to join - the server has already started the game.Imposible unirse - el servidor ya ha comenzado la partida.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Ha perdido su estado de administrador por inactividad. Puede crear una nueva partida.
-
+ You cannot join this type of game as guest.No puede unirse a esta partida como anónimo.
-
+ The settings are invalid for this type of game.Las opciones no son válidas para este tipo de partida.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Hay una nueva versión de PokerTH disponible.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> para descargarla.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Esta versión beta de PokerTH es obsoleta.<br>Por favor, visite <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> para descargar la última versión.
-
-
+
+ Server MessageMensaje del servidor
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_fi.ts b/ts/pokerth_fi.ts
index 6529fa7a..931c2312 100644
--- a/ts/pokerth_fi.ts
+++ b/ts/pokerth_fi.ts
@@ -1537,9 +1537,8 @@ Valitse toinen nimi!
- Timeout for player action (sec):
- Aikakatkaisu pelaajan toiminnalle (sek):
+ Aikakatkaisu pelaajan toiminnalle (sek):
@@ -1548,19 +1547,19 @@ Valitse toinen nimi!
Täytä tietokonevastuksilla
-
+ Sort alphabeticallyJärjestä aakkosellisesti
-
+ Sort by countryJärjestä maittain
-
+ Display idle playersNäytä joutilaat pelaajat
@@ -1623,6 +1622,7 @@ Valitse toinen nimi!
+ Timing:
@@ -1633,25 +1633,25 @@ Valitse toinen nimi!
&Poistu pelistä
-
+ Join &any game&Liity johonkin peliin
-
+ &Create GameL&uo peli
-
+ &Join GameLiity pelii&n
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1723,13 +1723,13 @@ p, li { white-space: pre-wrap; }
Liity peliin
-
+ Lobby-ChatChattiaula
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1755,46 +1755,46 @@ p, li { white-space: pre-wrap; }
%1'n peli
-
+ Joining a private GameLiitytään yksityiseen peliin
-
+ You are about to join a private game. Please enter the password!Olet liittymässä yksityiseen peliin. Anna salasana!
-
+ openavoin
-
-
-
-
+
+
+
+ Game InfoPeli-info
-
-
+
+ GamePeli
-
-
+
+ PlayersPelaajat
-
-
+
+ StateTila
@@ -1804,15 +1804,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersVapaat pelaajat
@@ -1832,42 +1832,47 @@ p, li { white-space: pre-wrap; }
Pelaajan tiedot ...
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardTavallinen
-
-
-
+
+
+ Registered players onlyVain rekistöröityneet pelaajat
-
-
-
+
+
+ Invited players onlyVain kutsutut pelaajat
-
-
-
+
+
+ Ranking gameSijoituspeli
-
+ Connected players - max. %1Yhdistettyjä pelaajia - maks. %1
-
-
+
+ TT
@@ -1883,83 +1888,87 @@ p, li { white-space: pre-wrap; }
Näytä pelaajatilastot
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1Yhdistettyjä pelaajia - Maks. %1
-
+ runningkäynnissä
-
-
+
+ running games: %1pelejä käynnissä: %1
-
-
+
+ open games: %1avoimia pelejä: %1
-
+ Invite %1Kutsu %1
-
+ Ignore %1Jätä %1 huomiotta
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 on kutsu peliin%2 pelaajan %3 toimesta.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 on hylännyt kutsun peliin %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 ei voi liittyä peliin %2, koska hän on kiireinen.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Peli alkaa <br><b>%1</b> sekunnin kuluttua.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Olet liittynyt vain kutsutuille tarkoitettuun peliin.
Olet vapaa kutsumaan muita pelaajia klikkaamalla heidän nimimerkkiänsä vapaiden pelaajien listasta.
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Sinut on kutsuttu peliin<b>%1</b> pelaajan <b>%2</b> toimesta.<br>Haluatko liittyä tähän peliin?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Et saa enää chat-viestejä tai pelikutsuja tältä käyttäjältä.<br>Haluatko varmasti jättää pelaajan<b>%1</b> huomiotta?
@@ -1968,1303 +1977,1310 @@ Olet vapaa kutsumaan muita pelaajia klikkaamalla heidän nimimerkkiänsä vapaid
Pelaajia chatissa: %1
-
-
+
+ connected players: %1yhdistettyjä pelaajia: %1
-
-
+
+ Connected playersYhdistetyt pelaajat
-
+ handskädet
-
+ minutesminuutit
-
+ double blindstupla sokkopanokset
-
+ manual blinds ordermanuaalinen sokkopanosjärjestys
-
+ Server ErrorPalvelinvirhe
-
+ You should not kick yourself from this game!Sinun ei tule potkaista itseäsi tästä pelistä!
-
+ search for player ...hae pelaajaa ...
-
+ Chat is only available to registered players.Chat on vain rekistöröityneille pelaajille.
-
+ Invite player ...Kutsu pelaaja ...
-
+ Ignore player ...Jätä pelaaja huomiotta ...
-
+ %1 is playing in "%2".%1 on pelissä "%2".
-
+ %1 is not playing at the moment.%1 ei pelaa tällä hetkellä.
-
-
+
+ PokerTH - Info MessagePokerTH - Infoviesti
-
+
+ PokerTH - QuestionPokerTH - Kysymys
-
+ AfghanistanAfganistan
-
+ ALand IslandsAhvenanmaa
-
+ AlbaniaAlbania
-
+ AlgeriaAlgeria
-
+ American SamoaAmerikan Samoa
-
+ AndorraAndorra
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaEtelämanner
-
+ Antigua And BarbudaAntigua ja Barbuda
-
+ ArgentinaArgentiina
-
+ ArmeniaArmenia
-
+ ArubaAruba
-
+ AustraliaAustralia
-
+ AustriaItävalta
-
+ AzerbaijanAzerbaidžan
-
+ BahamasBahama
-
+ BahrainBahrain
-
+ BangladeshBangladesh
-
+ BarbadosBarbados
-
+ BelarusValko-Venäjä
-
+ BelgiumBelgia
-
+ BelizeBelize
-
+ BeninBenin
-
+ BermudaBermuda
-
+ BhutanBhutan
-
+ BoliviaBolivia
-
+ Bosnia And HerzegovinaBosnia ja Hertsegovina
-
+ BotswanaBotswana
-
+ Bouvet IslandBouvet'nsaari
-
+ BrazilBrasilia
-
+ British Indian Ocean TerritoryBrittiläinen Intian valtameren alue
-
+ Brunei DarussalamBrunei
-
+ BulgariaBulgaria
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaKambodža
-
+ CameroonKamerun
-
+ CanadaKanada
-
+ Cape VerdeKap Verde
-
+ Cayman IslandsCaymansaaret
-
+ Central African RepublicKeski-Afrikan tasavalta
-
+ Chad
-
+ Chile
-
+ ChinaKiina
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ CubaKuuba
-
+ Cyprus
-
+ Czech Republic
-
+ DenmarkTanska
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ EgyptEgypti
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ EstoniaViro
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ FinlandSuomi
-
+ FranceRanska
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ GermanySaksa
-
+ Ghana
-
+ Gibraltar
-
+ GreeceKreikka
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ HungaryUnkari
-
+ IcelandIslanti
-
+ IndiaIntia
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ IraqIrak
-
+ IrelandIrlanti
-
+ Isle Of Man
-
+ IsraelIsraeli
-
+ ItalyItalia
-
+ JamaicaJamaika
-
+ JapanJapani
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuanialiettua
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ MexicoMeksiko
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ NorwayNorja
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ PeruPeru
-
+ PhilippinesFilippiinit
-
+ Pitcairn
-
+ PolandPuola
-
+ PortugalPortugali
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ RomaniaRomania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ SlovakiaSlovakia
-
+ SloveniaSlovenia
-
+ Solomon Islands
-
+ SomaliaSomalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ SpainEspanja
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ SwedenRuotsi
-
+ SwitzerlandSveitsi
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of ChinaTaiwan, Kiinan maakunta
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ ThailandThaimaa
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ TurkeyTurkki
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United StatesYhdysvallat
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4529,6 +4545,11 @@ Valitse olemassa oleva kuva!
Reverse order of F-Keys (F1 - F4)Käännä F-näppäimien järjestys (F1 - F4)
+
+
+ Play blind raise notification
+
+
@@ -4669,21 +4690,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsPaikallispelin asetukset
-
+ Number of players:Pelaajien määrä:
-
-
+
+ Start Cash:Aloitusraha:
@@ -4692,26 +4713,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $€
-
-
+
+ First small blind:Esimmäinen pieni sokkopanos:
-
-
+
+ Raise blinds:Korota sokkopanoksia:
@@ -4720,88 +4741,88 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Jokaisen:
-
-
+
+ handskäden jälkeen
-
-
+
+ minutesminuutin jälkeen
-
-
+
+ Raise mode:Korotustila:
-
-
+
+ Always double blindsTuplaa aina sokkopanokset
-
-
+
+ Manual blinds order:Manuaalinen sokkopanosjärjestys:
-
-
+
+ Edit ...Muokkaa ...
-
+ Game Speed:Pelin nopeus:
-
+ Pause between hands (press "start" button to go on)Pidä taukoa käsien välillä (paina "aloita" jatkaaksesi)
-
+ Show game settings dialog on every new gameNäytä pelin asetukset jokaisessa uudessa pelissä
-
+ Network Game SettingsVerkkopelin asetukset
-
+ Maximum number of players:Pelaajien maksimimäärä:
@@ -4825,25 +4846,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtVie txt-tiedostona
-
+ Save as ...Tallenna nimellä ...
-
+ DeletePoista
-
+ Log FileLokitiedosto
@@ -4853,21 +4874,21 @@ p, li { white-space: pre-wrap; }
-
+ Timeout for player action:Aikaraja pelaajan toiminnalle:
-
-
+
+ s s
-
+ Network Server SettingsVerkkopelin asetukset
@@ -4878,24 +4899,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Palvelinportti:
-
-
+
+ Use SCTPKäytä SCTP
-
-
+
+ Use IPv6Käytä IPv6
@@ -4914,27 +4935,27 @@ p, li { white-space: pre-wrap; }
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://fi.wikipedia.org/wiki/Ipv6">Mikä tämä on?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Mikä tämä on?</a>
-
+ Internet Game SettingsInternet-pelin asetukset
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4950,13 +4971,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Palvelinosoite:
-
+ Use password for private game:Käytä salasanaa yksityiseen peliin:
@@ -4986,49 +5007,49 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineTietokonealusta
-
+ Opponent 6:Vastustaja 6:
-
+ Opponent 5:Vastustaja 5:
-
+ Opponent 4:Vastustaja 4:
-
+ Opponent 3:Vastustaja 3:
-
+ Opponent 2:Vastustaja 2:
-
+ Opponent 1:Vastustaja 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5044,7 +5065,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingSalli/estä kirjautuminen
@@ -5054,31 +5075,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Lokikansio:
-
+ Write log after every: Kirjoita loki jokaisen:
-
+ action (high frequent disc access)toiminnon jälkeen (korkea levynkäyttö)
-
+ hand (medium disc access)Käden jälkeen (keskiverto levynkäyttö)
-
+ game (low disc access)pelin jälkeen (alhainen levynkäyttö)
@@ -5086,13 +5107,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLokiviestit
-
+ Player Nicks/AvatarsPelaajien nimimerkit/avatarit
@@ -5105,7 +5126,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -5163,108 +5184,108 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Viive käsien välillä:
-
+ ServerPalvelin
-
+ Automatic Server Configuration URLAutomaattinen palvelin muotoilu URL
-
+ Serverlist Address:Palvelinlistaosoite:
-
+ Manual Server ConfigurationManuaalinen palvelinmuotoilu
-
+ GamePeli
-
+ Default game name:Oletus pelinimi:
-
+ Default game type:Oletuspelityyppi:
-
+ StandardTavallinen
-
+ Registered players onlyVain rekistöröityneet pelaajat
-
+ Invited players onlyVain kutsutut pelaajat
-
+ Ranking gameSijoituspeli
-
+ Show lobby chatNäytä aulan chat
-
+ Automatically leave the table after the game finishedPoistu pöydästä automaattisesti pelin päätyttyä
-
+ Ignored PlayersJätä pelaaja huomiotta
-
+ PlayerPelaaja
-
+ Remove PlayerPoista pelaaja
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5278,37 +5299,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Säilö lokitiedostot sijaintiin:
-
+ Day(s) Päivä(ä)
-
+ Preview:Esikatselu:
-
+ Export as HTMLVie HTML-tiedostoon
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -5356,7 +5377,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avataripalvelin:
@@ -5440,13 +5461,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Vastustaja 7:
-
+ Opponent 8:Vastustaja 8:
@@ -5456,7 +5477,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Vastustaja 9:
@@ -5528,65 +5549,65 @@ p, li { white-space: pre-wrap; }
turkki
-
-
-
-
-
+
+
+
+
+ Settings ErrorAsetusvirhe
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Valittua kääntöpuolikuvaa ei ole olemassa.
Valitse olemassa oleva kuva!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Lokikansiota ei ole olemassa.
Valitse olemassa oleva kansio!
-
+ Language ChangedKieli vaihdettu
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Olet vaihtanut ohjelman kieleen %1.
Käynnistä PokerTH ladataksesi uusi kieli!
-
+ Select your flipside pictureValitse kääntöpuolikuvasi
-
+ Images (*.png *.jpg *.gif)Kuvat (*.png *.jpg *.gif)
-
+ Open DirectoryAvaa kansio
-
-
+
+ Blinds ErrorSokkopanosvirhe
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5650,7 +5671,7 @@ Tämä "ensimmäinen pieni sokkopanosarvo" asetetaan suurimmaksi salli
ruotsi
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Valittu palvelinlistaosoite ei ole kelvollinen URL.
@@ -5672,150 +5693,150 @@ Valitse kelvollinen palvelinlistaosoite!japani
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameYlläpitäjän nimi
-
-
+
+ Maintainer EMailYlläpitäjän Email
-
-
+
+ Create DateLuontipäivämäärä
-
+ Windows BehaviourIkkunan käyttäyminen
-
+ scaleableSkaalattava
-
+ fixedmääritelty
-
+ Minimum SizeMinimi koko
-
+ Maximum SizeMaksimi koko
-
+ Fixed SizeMääritelty koko
-
+ StateTila
-
+ Please select your game table styleValitse pelipöytätyylisi
-
+ PokerTH game table styles (*.xml)PokerTH-pelipöytätyyli (*.xml)
-
+ Game Table Style ErrorPelipöytätyylin virhe
-
+ Selected game table style file is already in the list.
Please select another one to add!Valittu pelipöytätyyli on jo listassa.
Valitse toinen lisätäksesi se!
-
+ Game Table Style File ErrorPelipöytätyylin virhe
-
+ Could not load game table style file correctly.
Style will not be placed into list!Pelipöytätyylin lataaminen ei onnistunut ongelmitta.
Tyyliä ei aseteta listaan!
-
+ Please select your card deck styleValitse korttipakkatyylisi
-
+ PokerTH card deck styles (*.xml)PokerTH-korttipakkatyylit /*.xml)
-
+ Card Deck Style ErrorKorttipakkatyylin virhe
-
+ Selected card deck style file is already in the list.
Please select another one to add!Valittu korttipakkatyyli on jo listassa.
Valitse toinen lisätäksesi se!
-
+ Card Deck Style File ErrorKorttipakkatyylin virhe
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Korttipakkatyylin lataaminen ei onnistunut ongelmitta.
Tyyliä ei aseteta listaan!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -5828,42 +5849,42 @@ Tyyliä ei aseteta listaan!
Haluatko varmasti poistaa valitun lokitiedoston?
-
+ Export PokerTH log file to HTMLVie PokerTH:n lokitiedosto HTML-tiedostoon
-
+ PokerTH HTML log (*.html)PokerTH HTML loki (*.html)
-
+ Export PokerTH log file to plain textVie PokerTH:n lokitiedosto tekstitiedostoon
-
+ PokerTH plain text log (*.txt)PokerTH tekstitiedostoloki (*.txt)
-
+ Save PokerTH log fileTallenna PokerTH:n lokitiedosto
-
+ PokerTH SQL log (*.pdb)PokerTH SQL loki (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -6089,106 +6110,106 @@ Please choose another one.
Valitse toinen nimi.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorVerkkovirhe
-
+ Server address was not set.Palvelinosoitetta ei ole asetettu.
-
+ An invalid port was set (ports 0-1023 are not allowed).Portti määritetty väärin (portit 0-1023 eivät kelpaa).
-
+ Could not create a socket for TCP communication.Ei voitu luoda sockettia TCP-yhteydelle.
-
+ Could not set the IP address.Ei voitu asettaa IP-osoitetta.
-
+ Could not set the port for this type of address.Ei voitu asettaa porttia tämän kaltaiselle osoitteelle.
-
+ The server name could not be resolved.Palvelimen nimeä ei voitu selvittää.
-
+ Bind failed - please choose a different port.Sokkopanos epäonnistui - valitse toinen portti.
-
+ Internal network error: "listen" failed.Sisäinen verkkovirhe: "kuuntelu" epäonnistui.
-
+ Server execution was terminated.Palvelimen ajo keskeytettiin.
-
+ Could not connect to the server.Ei voitu yhdistää palvelimeen.
-
+ Connection timed out.
Please check the server address.
@@ -6199,12 +6220,12 @@ Tarkista palvelinosoite.
Jos palvelin on NAT-reitittimen takana, varmista, että porttiohjaus on asetettu palvelimen puolella.
-
+ Internal network error: "select" failed.Sisäinen verkkovirhe: "valitse" epäonnistui.
-
+ Internal network error: "send" failed.Sisäinen verkkovirhe: "lähetä" epäonnistui.
@@ -6213,31 +6234,31 @@ Jos palvelin on NAT-reitittimen takana, varmista, että porttiohjaus on asetettu
Palvelin katkaisi yhteyden.
-
+ The connection to the server was lost.Yhteys palvelimeen menetettiin.
-
+ Internal network error: Duplicate TCP connection.Sisäinen verkkovirhe: Kaksinkertainen TCP-yhteys.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Epäkelpo verkkopaketti vastaanotettiin.
Varmista, että kaikilla pelaajilla on sama versio PokerTH:sta.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Sisäinen tilavirhe.
Varmista, että kaikilla pelaajilla on sama versio PokerTH:sta.
-
+ Invalid server list URL.
Please correct the address in the settings.Epäkelpo palvelinlistan URL.
@@ -6256,95 +6277,110 @@ Please make sure that the server list URL is correct.
Varmista, että palvelinlistan URL on oikein.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH:n internetpalvelinlista sisältää kelvotonta dataa.
Jos käytät kustomoitua palvelinlistaa, varmita sen muodon oikeellisuus.
-
+ Could not unzip the PokerTH internet server list.PokerTH:n internetpalvelinlistaa ei voitu purkaa.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.PokerTH: internetpalvelinlistaa ei voitu ladata.
Varmista, että olet yhdistetty suoraan internetiin.
-
+ Could not open the target file when downloading the server list.Ei voitu avata kohdetiedostoa ladattaessa palvelinlistaa.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH-palvelin ei tue tätä peliversiota.<br>Lataa osoittesta<a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio pelistä.
-
+ Sorry, this server is already full.Palvelin on jo täynnä.
-
+ Invalid login.
Please check your username and password.Kirjautuminen epäonnistui.
Tarkista käyttäjänimesi ja salasanasi.
-
+ Your account is blocked indefinitely.Tilisi on estetty toistaiseksi.
-
+ You cannot login at this time. Please try again in a few seconds.Et voi nyt kirjautua. Yritä hetken kuluttua uudestaan.
-
+ You cannot join this game, because another player in that game has your network address.Et voi liittyä tähän peliin, koska toinen pelaaja tässä pelissä omaa saman verkko-osoitteen.
-
+ Your connection to the server is very slow, the game had to start without you.Yhteytesi palvelimeen on hyvin hidas. Pelin täytyi alkaa ilman sinua.
-
+ This game is of type invite-only. You cannot join this game without being invited.Tähän peli on vain kutsutuille. Et voi liittyä tähän peliin kutsutta.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Epäkelpo salasana liityttävään peliin.
Kirjoita salasana uudestaan ja yritä uudestaan.
-
+ The avatar report was accepted by the server. Thank you.Palvelin hyväksyi ilmoituksen avatarista. Kiitoksia.
-
+ This avatar was already reported by another player.Toinen pelaaja oli jo ilmoittanut tästä avatarista.
-
+ An error occurred while reporting the avatar.Virhe tapahtui avatarin ilmoittamisessa.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.Salasana on liian pitkä. Valitse toinen.
@@ -6359,67 +6395,67 @@ Valitse toinen nimi.
Nimesi on liian lyhyt, pitkä ja epäkelpo. Valitse toinen nimi.
-
+ The game name is either too short or too long. Please choose another one.Pelin nimi on joko liian lyhyt ja tai pitkä. Valitse toinen nimi.
-
+ The game could not be found.Peliä ei löydetty.
-
+ The chat text is invalid.Chattiteksti on epäkelpo.
-
+ The server referred to an unknown player. Aborting.Palvelin viittasi tuntemattomaan pelaajaan. Hylätään.
-
+ Internal error: The current player could not be found.Sisäinen virhe: Nykyistä pelaaja ei löydetä.
-
+ Internal error: The current player is not active.Sisäinen virhe: Nykyinen pelaaja on toimeton.
-
+ You were kicked from the server.Sinut potkaistiin palvelimelta.
-
+ You were temporarily banned from the server.Sinut pannattiin väliaikaisesti palvelimelta.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Yhteytesi palvelimeen katkaistiin toimettomuun vuoksi. Olet tervetullut palaamaan takaisin!
-
+ The client player count is invalid.Asiakaspelaajamäärä on epäkelpo.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Liian monta manuaalista sokkopanosta asetettiin. Määrittele manuaaliset sokkopanokset uudestaan.
-
+ An invalid avatar file was configured. Please choose a different avatar.Epäkelpo avataritiedosto on määritelty. Valitse toinen avatari.
-
+ The selected avatar file is too large. Please choose a different avatar.Valittu avataritiedosto on liian iso. Valitse toinen avatari.
@@ -6428,89 +6464,89 @@ Valitse toinen nimi.
Et voi ladata uutta avataritiedosto juuri nyt. Yritä muutaman sekunnin kuluttua uudestaan.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Tapahtui sisäinen avatarivirhe. Ilmoita asiasta ylläpitäjälle chattiaulassa.
-
+ Could not start game: Synchronization failed.Ei voitu käynnistää peliä: Synkronointi epäonnistui.
-
+ The server is down for maintenance. Please try again later.Palvelin on poissa käytössä huollon vuoksi. Yritä myöhemmin uudestaan.
-
+ An internal error occured.Tapahtui sisäinen virhe.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationVerkkohuomautus
-
+ You were kicked from the game.Sinut potkaistiin pelistä.
-
+ Sorry, this game is already full.Tämä peli on jo täynnä.
-
+ Unable to join - the server has already started the game.Kykenemätön liittymään - palvelin on jo aloittanut pelin.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Ylläpitotilasi katkaistiin toimettomuuden vuoksi. Ole vapaa ja luo uusi peli!
-
+ You cannot join this type of game as guest.Et voi liittyä tämän tyyppiseen peliin vieraana.
-
+ The settings are invalid for this type of game.Asetukset eivät kelpaa tämän tyyppiseen peliin.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH:sta on julkaistu uusi versio. <br>Lataa osoitteesta <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Tämä PokerTH:n beta on vanhentunut. <br>Lataa osoitteesta <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> uusin versio.
-
-
+
+ Server MessagePalvelinviesti
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_fr.ts b/ts/pokerth_fr.ts
index 5a894e44..c675faef 100644
--- a/ts/pokerth_fr.ts
+++ b/ts/pokerth_fr.ts
@@ -2794,7 +2794,7 @@ Merci de renomer cette partie.
gameLobbyDialog
-
+ Lobby-ChatDiscussion
@@ -2839,8 +2839,9 @@ Merci de renomer cette partie.
+ Timing:
- Timing :
+ Délais :
@@ -2849,19 +2850,19 @@ Merci de renomer cette partie.
Compléter avec des adversaires IA
-
+ Sort alphabeticallyTrier alphabétiquement
-
+ Sort by countryTrier par pays
-
+ Display idle playersJoueurs inactifs
@@ -2894,9 +2895,8 @@ Merci de renomer cette partie.
Jeux
- Timeout for player action (sec):
- Temps de réflexion (sec) :
+ Temps de réflexion (sec) :Leave Game
@@ -2965,25 +2965,25 @@ Merci de renomer cette partie.
Quitter la partie
-
+ Join &any gameJoindre &aléatoirement
-
+ &Create Game&Créer une partie
-
+ &Join Game&Joindre la partie
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3071,7 +3071,7 @@ p, li { white-space: pre-wrap; }
Joindre n'importe quelle partie
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3084,46 +3084,46 @@ p, li { white-space: pre-wrap; }
gameLobbyDialogImpl
-
-
-
-
+
+
+
+ Game InfoInfos sur la partie
-
+ Server ErrorErreur du serveur
-
+ You should not kick yourself from this game!Vous ne pouvez pas vous expulser vous-même de la partie !
-
+ Joining a private GameRejoindre une partie privée
-
-
+
+ GamePartie
-
-
+
+ PlayersJoueurs
-
-
+
+ StateStatut
@@ -3132,43 +3132,43 @@ p, li { white-space: pre-wrap; }
Privé
-
+ You are about to join a private game. Please enter the password!Vous êtes sur le point de rejoindre une partie privée. Veuillez entrer le mot de passe.
-
+ runningen cours
-
+ openouvert
-
-
+
+ Connected playersJoueurs connectés
-
+ handsmains
-
+ minutesminutes
-
+ double blindsblinds doublées
-
+ manual blinds orderordre manuel des blinds
@@ -3183,15 +3183,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PPrivée
-
-
+
+ Available PlayersJoueurs connectés
@@ -3217,1267 +3217,1277 @@ p, li { white-space: pre-wrap; }
Montrer les statistiques du joueur
-
-
-
+
+ Report inappropriate game name
+ Signaler un nom de partie inapproprié
+
+
+
+
+ StandardStandard
-
-
-
+
+
+ Registered players onlyQue les joueurs enregistrés
-
-
-
+
+
+ Invited players onlyQue les joueurs invités
-
-
-
+
+
+ Ranking gameClassement
-
+ Connected players - max. %1Joueurs dans la partie - Max : %1
- sec (action)
- sec (action)
+ sec (action)
- sec (hand delay)
- sec (durée de la main)
+ sec (durée de la main)
-
+ AfghanistanAfghanistan
-
+ ALand IslandsIles d'Aland
-
+ AlbaniaAlbanie
-
+ AlgeriaAlgérie
-
+ American SamoaSamoa Américaines
-
+ AndorraAndorre
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaAntartique
-
+ Antigua And BarbudaAntigua et Barduda
-
+ ArgentinaArgentine
-
+ ArmeniaArménie
-
+ ArubaAruba
-
+ AustraliaAustralie
-
+ AustriaAutriche
-
+ AzerbaijanAzerbaïdjan
-
+ BahamasBahamas
-
+ BahrainBahreïn
-
+ BangladeshBangladesh
-
+ BarbadosBarbade
-
+ BelarusBiélorussie
-
+ BelgiumBelgique
-
+ BelizeBelize
-
+ BeninBénin
-
+ BermudaBermudes
-
+ BhutanBhoutan
-
+ BoliviaBolivie
-
+ Bosnia And HerzegovinaBosnie-Herzégovine
-
+ BotswanaBotswana
-
+ Bouvet IslandIle Bouvet
-
+ BrazilBrésil
-
+ British Indian Ocean TerritoryTerritoire britannique de l'océan indien
-
+ Brunei DarussalamBrunei Darussalam
-
+ BulgariaBulgarie
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaCambodge
-
+ CameroonCameroun
-
+ CanadaCanada
-
+ Cape VerdeCap Vert
-
+ Cayman IslandsIles Caïmans
-
+ Central African RepublicRépublique Centrale d'Afrique
-
+ ChadTchad
-
+ ChileChili
-
+ ChinaChine
-
+ Christmas IslandIle Christmas
-
+ Cocos (Keeling) IslandsIles Cocos
-
+ ColombiaColombie
-
+ ComorosComores
-
+ CongoCongo
-
+ Congo, The Democratic Republic Of TheRépublique Démocratique du Congo
-
+ Cook IslandsIles Cook
-
+ Costa RicaCosta Rica
-
+ Cote D'IvoireCôte d'Ivoire
-
+ CroatiaCroatie
-
+ CubaCuba
-
+ CyprusChypre
-
+ Czech RepublicRépublique Tchèque
-
+ DenmarkDanemark
-
+ DjiboutiDjibouti
-
+ DominicaDominique
-
+ Dominican RepublicRépublique Dominicaine
-
+ EcuadorEquateur
-
+ EgyptEgypte
-
+ El SalvadorEl Salvador
-
+ Equatorial GuineaGuinée Equatoriale
-
+ EritreaErythrée
-
+ EstoniaEstonie
-
+ EthiopiaEthiopie
-
+ Falkland Islands (Malvinas)Iles Malouines
-
+ Faroe IslandsIles Féroé
-
+ FijiFidji
-
+ FinlandFinlande
-
+ FranceFrance
-
+ French GuianaGuinée Française
-
+ French PolynesiaPolynésie Française
-
+ French Southern TerritoriesTerritoire Français du Sud
-
+ GabonGabon
-
+ GambiaGambie
-
+ GeorgiaGéorgie
-
+ GermanyAllemagne
-
+ GhanaGhana
-
+ GibraltarGibraltar
-
+ GreeceGrèce
-
+ GreenlandGroenland
-
+ GrenadaGrenade
-
+ GuadeloupeGuadeloupe
-
+ GuamGuam
-
+ GuatemalaGuatemala
-
+ GuernseyGuernesey
-
+ GuineaGuinée
-
+ Guinea-BissauGuinée-Bissau
-
+ GuyanaGuyane
-
+ HaitiHaïti
-
+ Heard Island And Mcdonald IslandsIles Heard et MacDonald
-
+ Holy See (Vatican City State)Saint-Siège (Etat du Vatican)
-
+ HondurasHonduras
-
+ Hong KongHong Kong
-
+ HungaryHongrie
-
+ IcelandIslande
-
+ IndiaInde
-
+ IndonesiaIndonésie
-
+ Iran, Islamic Republic OfRépublique Islamique d'Iran
-
+ IraqIrak
-
+ IrelandIrelande
-
+ Isle Of ManIle de Man
-
+ IsraelIsraël
-
+ ItalyItalie
-
+ JamaicaJamaïque
-
+ JapanJapon
-
+ JerseyJersey
-
+ JordanJordanie
-
+ KazakhstanKazakhstan
-
+ KenyaKenya
-
+ KiribatiKiribati
-
+ Korea, Democratic People'S Republic OfRépublique Démocratique Populaire de Corée
-
+ Korea, Republic OfRépublique de Corée
-
+ KuwaitKoweït
-
+ KyrgyzstanKirghizistan
-
+ Lao People'S Democratic RepublicRépublique Démocratique Populaire du Laos
-
+ LatviaLettonie
-
+ LebanonLiban
-
+ LesothoLesotho
-
+ LiberiaLibéria
-
+ Libyan Arab JamahiriyaJamahiriya Arabe Libyenne
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLituanien
-
+ LuxembourgLuxembourg
-
+ MacaoMacao
-
+ Macedonia, The Former Yugoslav Republic OfEx-République Yougoslave de Macédoine
-
+ MadagascarMadagascar
-
+ MalawiMalawi
-
+ MalaysiaMalaysie
-
+ MaldivesMaldives
-
+ MaliMali
-
+ MaltaMalte
-
+ Marshall IslandsIles Marshall
-
+ MartiniqueMartinique
-
+ MauritaniaMauritanie
-
+ MauritiusIle Maurice
-
+ MayotteMayotte
-
+ MexicoMexique
-
+ Micronesia, Federated States OfEtats Fédérés de Micronésie
-
+ Moldova, Republic OfRépublique de Moldavie
-
+ MonacoMonaco
-
+ MongoliaMongolie
-
+ MontserratMontserrat
-
+ MoroccoMaroc
-
+ MozambiqueMozambique
-
+ MyanmarBirmanie
-
+ NamibiaNamibie
-
+ NauruNauru
-
+ NepalNépal
-
+ NetherlandsPays Bas
-
+ Netherlands AntillesAntilles néerlandaises
-
+ New CaledoniaNouvelle Calédonie
-
+ New ZealandNouvelle Zélande
-
+ NicaraguaNicaragua
-
+ NigerNiger
-
+ NigeriaNigeria
-
+ NiueNiue
-
+ Norfolk IslandIle Norfolk
-
+ Northern Mariana IslandsIles Mariannes du Nord
-
+ NorwayNorvège
-
+ OmanOman
-
+ PakistanPakistan
-
+ PalauPalau
-
+ Palestinian Territory, OccupiedTerritoire Palestinien Occupé
-
+ PanamaPanama
-
+ Papua New GuineaPapouasie-Nouvelle-Guinée
-
+ ParaguayParaguay
-
+ PeruPérou
-
+ PhilippinesPhilippines
-
+ PitcairnIles Pitcairn
-
+ PolandPologne
-
+ PortugalPortugal
-
+ Puerto RicoPorto Rico
-
+ QatarQatar
-
+ ReunionRéunion
-
+ RomaniaRoumanie
-
+ Russian FederationFédération de Russie
-
+ RwandaRwanda
-
+ Saint HelenaSaint-Hélène
-
+ Saint Kitts And NevisSaint-Christophe-et-Niévès
-
+ Saint LuciaSainte-Lucie
-
+ Saint Pierre And MiquelonSaint-Pierre-et-Miquelon
-
+ Saint Vincent And The GrenadinesSaint-Vincent-et-les-Grenadines
-
+ SamoaSamoa
-
+ San MarinoSaint-Marin
-
+ Sao Tome And PrincipeSao Tome et Principe
-
+ Saudi ArabiaArabie Saoudite
-
+ SenegalSénégal
-
+ Serbia And MontenegroSerbie-et-Monténégro
-
+ SeychellesSeychelles
-
+ Sierra LeoneSierra Leone
-
+ SingaporeSingapour
-
+ SlovakiaSlovaquie
-
+ SloveniaSlovénie
-
+ Solomon IslandsIles Solomon
-
+ SomaliaSomalie
-
+ South AfricaAfrique du Sud
-
+ South Georgia And The South Sandwich IslandsIles de la Géorgie du Sud et Sandwich du Sud
-
+ SpainEspagne
-
+ Sri LankaSri Lanka
-
+ SudanSoudan
-
+ SurinameSuriname
-
+ Svalbard And Jan MayenSvalbard et Jan Mayen
-
+ SwazilandSwaziland
-
+ SwedenSuède
-
+ SwitzerlandSuisse
-
+ Syrian Arab RepublicRépublique Arabe Syrienne
-
+ Taiwan, Province Of ChinaTaïwan, Province de Chine
-
+ TajikistanTadjikistan
-
+ Tanzania, United Republic OfRépublique Unie de Tanzanie
-
+ ThailandThaïlande
-
+ Timor-LesteTimor-Leste
-
+ TogoTogo
-
+ TokelauTokelau
-
+ TongaTonga
-
+ Trinidad And TobagoTrinité et Tobago
-
+ TunisiaTunisie
-
+ TurkeyTurquie
-
+ TurkmenistanTurkménistan
-
+ Turks And Caicos IslandsIles Turques-et-Caïques
-
+ TuvaluTuvalu
-
+ UgandaOuganda
-
+ UkraineUkraine
-
+ United Arab EmiratesEmirats Arabes Unis
-
+ United KingdomRoyaume Uni
-
+ United StatesEtats-Unis
-
+ United States Minor Outlying IslandsIles Mineures Eloignées des Etats-Unis
-
+ UruguayUruguay
-
+ UzbekistanOuzbékistan
-
+ VanuatuVanuatu
-
+ VenezuelaVenezuela
-
+ Viet NamViêt Nam
-
+ Virgin Islands, BritishIles Vierges Britanniques
-
+ Virgin Islands, U.S.Iles Vierges des Etats-Unis
-
+ Wallis And FutunaWallis et Futuna
-
+ Western SaharaSahara Occidental
-
+ YemenYémen
-
+ ZambiaZambie
-
+ ZimbabweZimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Etes-vous sûr de vouloir signaler le nom de partie :
+"%1" comme inapproprié ?
+
-
-
+
+ TType
@@ -4487,51 +4497,65 @@ p, li { white-space: pre-wrap; }
Attend le début de la prochaine main pour rejoindre le jeu...
-
-
+
+
+
+ sec (action)
+ sec (action)
+
+
+
+
+
+ sec (hand delay)
+ sec (durée de la main)
+
+
+
+ Connected players - Max. %1Joueurs dans la partie - Max : %1
-
-
+
+ running games: %1Parties en cours : %1
-
-
+
+ open games: %1Parties ouvertes : %1
-
+ Invite %1Inviter %1
-
+ Ignore %1Ignorer %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 a été invité dans la partie %2 par %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 a décliné l'invitation de %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 ne peut pas joindre la partie de %2 car il est occupé.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.La partie va démarrer dans <br><b>%1</b> seconde(s).
@@ -4544,14 +4568,14 @@ p, li { white-space: pre-wrap; }
%1 ne joue pas actuellement.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Vous êtes entré dans une partie où seuls les joueurs invités sont admis.
Invitez d'autres joueurs en faisant un clic droit sur leurs pseudos dans la liste des Joueurs disponibles
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Vous avez été invité dans la partie <b>%1</b> par <b>%2</b>.<br>Voulez-vous joindre cette partie?
@@ -4564,7 +4588,7 @@ Invitez d'autres joueurs en faisant un clic droit sur leurs pseudos dans la
<span style='color:red;'>%1 ne peut pas joindre la partie de %2 car il est occupé.</span>
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Vous êtes sur le point de mettre le joueur <b>%1</b> dans la liste de joueurs ignorés.
Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joueur, continuer ?
@@ -4574,18 +4598,18 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue
joueurs sur le tchat : %1
-
-
+
+ connected players: %1Joueurs connectés : %1
-
+ search for player ...Rechercher un joueur ...
-
+ Chat is only available to registered players.Le tchat n'est accessible qu'aux joueurs enregistrés.
@@ -4594,7 +4618,7 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue
Inviter le joueur %1
-
+ Invite player ...Inviter le joueur ...
@@ -4603,23 +4627,23 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue
Ignorer le joueur %1
-
+ Ignore player ...Ignorer le joueur ...
-
+ %1 is playing in "%2".%1 joue actuellement dans la partie "%2"
-
+ %1 is not playing at the moment.%1 ne joue pas actuellement
-
-
+
+ PokerTH - Info MessagePokerTH - Message d'information
@@ -4628,7 +4652,8 @@ Vous ne pourrez plus discuter ou recevoir d'invitations de jeu avec ce joue
<span style='color:blue;'>%1 a été invité dans la partie %2 par %3.</span>
-
+
+ PokerTH - QuestionPokerTH - Question
@@ -5990,8 +6015,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Bourse initiale :
@@ -6006,16 +6031,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Port du serveur :
-
-
+
+ Use IPv6Utiliser IPv6
@@ -6029,19 +6054,19 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineMoteur IA
-
+ Opponent 5:Adversaire 5 :
-
+ Opponent 3:Adversaire 3 :
@@ -6060,25 +6085,25 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 2:Adversaire 2 :
-
+ Opponent 6:Adversaire 6 :
-
+ Opponent 1:Adversaire 1 :
-
+ Opponent 4:Adversaire 4 :
@@ -6096,7 +6121,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Chemin des fichiers log :
@@ -6104,19 +6129,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesJournalisation (log)
-
+ Local Game SettingsParamètres partie solo
-
+ Network Game SettingsParamètres partie en réseau
@@ -6150,13 +6175,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxAfficher les fenêtres d'info (onglets) en bas à gauche
+
+
+ Play blind raise notification
+ Lire le son de notification d'augmentation de blind
+ Show statusbar messagesAfficher les messages dans la barre de status
-
+ Show game settings dialog on every new gameAfficher les paramètres à chaque nouvelle partie
@@ -6166,19 +6196,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Nombre de joueurs :
-
+ Game Speed:Vitesse du jeu :
-
+ Pause between hands (press "start" button to go on)Faire une pause entre les mains (Appuyez sur "Démarrer" pour continuer)
@@ -6192,7 +6222,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingActiver/Désactiver la journalisation
@@ -6202,7 +6232,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Écrire dans le log après chaque :
@@ -6225,24 +6255,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPUtiliser SCTP
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://fr.wikipedia.org/wiki/Ipv6">Qu'est-ce que c'est ?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://fr.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Qu'est-ce que c'est ?</a>
@@ -6264,7 +6294,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Nombre maximal de joueurs :
@@ -6286,19 +6316,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)Evènement (élevé - accès disque fréquent)
-
+ hand (medium disc access)Main (moyenne - accès disque normal)
-
+ game (low disc access)Partie (bas - accès disque réduit)
@@ -6322,13 +6352,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsParamètres de serveur réseau
-
+ Internet Game SettingsParamètres partie sur Internet
@@ -6338,13 +6368,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Adresse serveur :
-
+ Use password for private game:Utiliser un mot de passe pour la partie privée :
@@ -6363,8 +6393,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Première petite blind :
@@ -6415,8 +6445,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Raise blinds:Surenchère des blinds :
@@ -6425,58 +6455,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Fréquence :
-
-
+
+ handsmains
-
-
+
+ minutesminutes
-
-
+
+ Raise mode:Mode de surenchère :
-
-
+
+ Always double blindsToujours doubler les blinds
-
-
+
+ Manual blinds order:Ordre des blinds manuelles :
-
-
+
+ Edit ...Editer ...
@@ -6535,7 +6565,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsPseudos/Avatars joueur
@@ -6575,29 +6605,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Temps de réponse du joueur :
-
-
+
+ s s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -6609,7 +6639,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -6621,7 +6651,7 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLURL pour la configuration automatique du serveur
@@ -6629,7 +6659,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory SettingsParamètres par défaut
@@ -6688,31 +6718,31 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Délai entre chaque main :
-
+ ServerServeur
-
+ Serverlist Address:Adresse de la liste de serveurs :
-
+ Manual Server ConfigurationConfiguration manuelle du serveur
-
+ GamePartie
@@ -6730,73 +6760,73 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Nom de la partie par défaut :
-
+ Default game type:Type de jeu par défaut :
-
+ StandardStandard
-
+ Registered players onlyQue les joueurs enregistrés
-
+ Invited players onlyQue les joueurs invités
-
+ Ranking gameClassement
-
+ Show lobby chatAfficher l'onglet de tchat (en bas à gauche)Montrer le tchat
-
+ Automatically leave the table after the game finishedQuitter automatiquement la table à la fin de la partie
-
+ Ignored PlayersJoueurs ignorés
-
+ PlayerJoueur
-
+ Remove PlayerEnlever ce joueur
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6810,37 +6840,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Garder les logs pendant :
-
+ Day(s) Jour(s)
-
+ Preview:Aperçu :
-
+ Export as HTMLExporter en HTML
-
+ Reset all settings to default ...Réinitialiser les paramètres à leurs valeurs d'origine
-
+ Note: You can not reset all settings to default during a running game!Note : Vous ne pouvez pas réinitialiser les paramètres pendant une partie en cours !
@@ -6850,25 +6880,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExporter en txt
-
+ Save as ...Enregistrer sous ...
-
+ DeleteSupprimer
-
+ Log FileFichier de log
@@ -6916,7 +6946,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Serveur d'avatars :
@@ -6992,13 +7022,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Adversaire 7 :
-
+ Opponent 8:Adversaire 8 :
@@ -7008,7 +7038,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Adversaire 9 :
@@ -7016,11 +7046,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorErreur de paramètres
@@ -7037,7 +7067,7 @@ Please select an valid directory!
Veuillez sélectionner un répertoire valide!
-
+ Select your flipside pictureSélectionnez une image pour le dos des cartes
@@ -7046,24 +7076,24 @@ Veuillez sélectionner un répertoire valide!
Images (*.png)
-
+ Open DirectoryParcourir
-
+ Images (*.png *.jpg *.gif)Images (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorErreur de blinds
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -7111,12 +7141,12 @@ La première blind sera fixée à la valeur maximum possible.
Turque
-
+ Language ChangedLangue changée
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Vous avez changé la langue de l'application pour %1.
@@ -7133,15 +7163,15 @@ Veuillez redémarrer PokerTH pour charger cette langue !Slovaque
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!L'image pour le dos de carte n'existe pas.
Veuillez entrer une image valide !
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Le répertoire des fichiers log n'existe pas.
@@ -7183,7 +7213,7 @@ Veuillez sélectionner un répertoire valide !Suédois
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!L'adresse de la liste de serveurs n'est pas une URL valide.
@@ -7240,152 +7270,152 @@ Veuillez entrer une adresse de liste de serveurs valide !Tamil
-
+ The opponent names are not unique.
Please choose different names for each Opponent!Les noms d'adversaires sont indentiques.
Choisissez des noms différents pour chaque adversaire !
-
+ Settings InformationInformation sur les paramètres
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Vous avez changé le répertoire pour les fichiers de journalisation (logs).
Relancez PokerTH pour prendre en compte ce changement.
-
-
+
+ Maintainer NameNom de l'auteur
-
-
+
+ Maintainer EMailEmail de l'auteur
-
-
+
+ Create DateDate de création
-
+ Windows BehaviourComportement de la fenêtre
-
+ scaleableétirable
-
+ fixedfixe
-
+ Minimum SizeTaille minimum
-
+ Maximum SizeTaille maximum
-
+ Fixed SizeTaille fixe
-
+ StateStatut
-
+ Please select your game table styleVeuillez sélectionner votre style de table de jeu
-
+ PokerTH game table styles (*.xml)Styles de table de jeu PokerTH (*.xml)
-
+ Game Table Style ErrorErreur de style de table de jeu
-
+ Selected game table style file is already in the list.
Please select another one to add!Le fichier de style de table de jeu sélectionné est déjà dans la liste.
Veuillez en sélectionner un autre à ajouter !
-
+ Game Table Style File ErrorErreur sur le fichier style de table de jeu
-
+ Could not load game table style file correctly.
Style will not be placed into list!Impossible de charger correctement le fichier de style de table de jeu.
Le style ne sera pas placé dans la liste !
-
+ Please select your card deck styleVeuillez choisir votre style de carte
-
+ PokerTH card deck styles (*.xml)Styles de carte PokerTH (*.xml)
-
+ Card Deck Style ErrorErreur de style de carte
-
+ Selected card deck style file is already in the list.
Please select another one to add!Le fichier de style de carte sélectionné est déjà dans la liste.
Veuillez en sélectionner un autre à ajouter !
-
+ Card Deck Style File ErrorErreur sur le fichier de carte
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Impossible de charger correctement le fichier de carte.
Le style ne sera pas placé dans la liste !
-
+ PokerTH - Delete log filesPokerTH - Supprimer les fichiers de log
-
+ Do you really want to delete the selected log files?Voulez-vous vraiment supprimer les fichiers de log sélectionnés ?
@@ -7398,32 +7428,32 @@ Le style ne sera pas placé dans la liste !
Voulez-vous vraiment supprimer ce fichier de log ?
-
+ Export PokerTH log file to HTMLExporter le fichier log de PokerTH en HTML
-
+ PokerTH HTML log (*.html)PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain textExporter le fichier Log de PokerTH en fichier texte
-
+ PokerTH plain text log (*.txt)PokerTH plain text log (*.txt)
-
+ PokerTH - SettingsPokerTH - Paramètres
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Attention : ceci va supprimer tous vos paramètres personnels et fermer PokerTH !
@@ -7434,12 +7464,12 @@ Voulez-vous vraiment réinitialiser les paramètres à leurs valeurs d'orig
Voulez-vous vraiment supprimer ce fichier de journalisation ?
-
+ Save PokerTH log fileEnregistrer le fichier de log
-
+ PokerTH SQL log (*.pdb)PokerTH SQL log (*.pdb)
@@ -7672,106 +7702,106 @@ Please choose another one.
Veuillez choisir un autre pseudo.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorErreur réseau
-
+ Server address was not set.L'adresse du serveur n'a pas été spécifiée.
-
+ An invalid port was set (ports 0-1023 are not allowed).Un port invalide a été spécifié (les ports 0-1023 ne sont pas permis).
-
+ Could not create a socket for TCP communication.Impossible d'ouvrir un interface de connexion TCP.
-
+ Could not set the IP address.Impossible d'initialiser l'adresse IP.
-
+ Could not set the port for this type of address.Impossible de définir le port pour ce type d'adresse.
-
+ The server name could not be resolved.Impossible de résoudre le nom du serveur.
-
+ Bind failed - please choose a different port.L'opération 'Bind' a échoué - veuillez sélectionner un autre port.
-
+ Internal network error: "listen" failed.Erreur interne réseau : l'opération "listen" a échoué.
-
+ Server execution was terminated.L'exécution du serveur s'est terminée.
-
+ Could not connect to the server.Connexion au serveur impossible.
-
+ Connection timed out.
Please check the server address.
@@ -7782,12 +7812,12 @@ SVP vérifiez l'adresse du serveur.
Si le serveur est derrière un pare-feu, vérifiez que le port a été ouvert et configuré sur le serveur.
-
+ Internal network error: "select" failed.Erreur interne réseau : l'opération "select" a échouée.
-
+ Internal network error: "send" failed.Erreur interne réseau : l'opération "send" a échouée.
@@ -7796,31 +7826,31 @@ Si le serveur est derrière un pare-feu, vérifiez que le port a été ouvert et
La connexion a été intérrompue par le serveur.
-
+ The connection to the server was lost.La connexion au serveur a été perdue.
-
+ Internal network error: Duplicate TCP connection.Erreur interne du réseau : connexion TCP dupliquée.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Un paquet de données invalide a été reçu.
Veuillez vous assurer que tous les joueurs utilisent la même version de PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Erreur de statut interne.
Veuillez vous assurer que tous les joueurs utilisent la même version de PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.L'adresse de la liste des serveurs est invalide.
@@ -7839,95 +7869,110 @@ Please make sure that the server list URL is correct.
Veuillez vérifier que l'URL de la liste de serveurs est correcte.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.La liste de serveurs internet PokerTH contient des données invalides.
Si vous utilisez une liste spécifique, vérifiez que son format est correct.
-
+ Could not unzip the PokerTH internet server list.Impossible de décompresser la liste de serveurs internet PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Impossible de téléchager la liste de serveurs internet PokerTH.
Veuillez vérifier que vous êtes directement connectés à internet.
-
+ Could not open the target file when downloading the server list.Impossible d'ouvrir le fichier cible lors du téléchargement de la liste de serveurs.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Le serveur PokerTH ne supporte pas cette version du jeu.<br> Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière version.
-
+ Sorry, this server is already full.Désolé, ce serveur a déjà atteint sa limite de joueurs.
-
+ Invalid login.
Please check your username and password.Nom d'utilisateur invalide.
Veuillez vérifier votre nom d'utilisateur et mot de passe.
-
+ Your account is blocked indefinitely.Votre compte a été bloqué indéfiniment.
-
+ You cannot login at this time. Please try again in a few seconds.Vous ne pouvez pas vous connecter pour l'instant. Veuillez réessayer dans quelques secondes.
-
+ You cannot join this game, because another player in that game has your network address.Vous ne pouvez rejoindre cette partie, parce qu'il y a déjà un autre joueur avec votre adresse IP.
-
+ Your connection to the server is very slow, the game had to start without you.Votre connexion au serveur est très lente, la partie va devoir démarrer sans vous.
-
+ This game is of type invite-only. You cannot join this game without being invited.Cette partie est réservée aux joueurs invités. Vous ne pouvez donc pas la rejoindre sans être invité.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Mot de passe invalide pour la partie sélectionnée.
Veuillez entrer le mot de passe à nouveau et réessayez.
-
+ The avatar report was accepted by the server. Thank you.Le rapport d'avatar inapproprié a été accepté par le serveur. Merci.
-
+ This avatar was already reported by another player.Cet avatar a déjà été rapporté comme inapproprié par un autre joueur.
-
+ An error occurred while reporting the avatar.Une erreur s'est produite lors du rapport d'avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+ Le signalement du nom de partie a été accepté par le serveur. Merci.
+
+
+
+ This game name was already reported by another player.
+ Ce nom de partie a déjà été signalé par un autre joueur.
+
+
+
+ An error occurred while reporting the game name.
+ Une erreur est survenue lors du signalement du nom de partie.
+
+
+ The password is too long. Please choose another one.Ce mot de passe est trop long. Veuillez en choisir un autre.
@@ -7942,67 +7987,67 @@ Veuillez choisir un nom différent.
Le nom de joueur est trop court, trop long ou invalide. Veuillez en choisir un autre.
-
+ The game name is either too short or too long. Please choose another one.Le nom de partie est soit trop long soit trop court. Veuillez en choisir un autre.
-
+ The game could not be found.La partie est introuvable.
-
+ The chat text is invalid.Le message de tchat est invalide.
-
+ The server referred to an unknown player. Aborting.Le serveur fait référence à un joueur inconnu. Arrêt de la procédure.
-
+ Internal error: The current player could not be found.Erreur interne : le joueur courant n'a pas été trouvé.
-
+ Internal error: The current player is not active.Erreur interne : le joueur courant n'est pas actif.
-
+ You were kicked from the server.Vous avez été expulsé du serveur.
-
+ You were temporarily banned from the server.Vous avez été temporairement bannis du serveur.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Votre connexion au serveur a expirée pour cause d'inactivité. Vous êtes invités à vous reconnecter !
-
+ The client player count is invalid.Le compte du nombre de joueur est invalide.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Trop de blinds manuelles configurés. Veuillez reconfigurer les blinds manuelles.
-
+ An invalid avatar file was configured. Please choose a different avatar.Un avatar invalide a été choisi. Veuillez en choisir un autre.
-
+ The selected avatar file is too large. Please choose a different avatar.Le fichier d'avatar sélectionné est trop volumineux. Veuillez en choisir un autre.
@@ -8011,89 +8056,89 @@ Veuillez choisir un nom différent.
Vous ne pouvez pas envoyer un fichier d'avatar maintenant. Veuillez réessayer dans quelques secondes.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Une erreur d'avatar interne est survenue. Merci de la signaler à un administrateur sur le tchat.
-
+ Could not start game: Synchronization failed.Impossible de démarrer la partie : échec de la synchronisation.
-
+ The server is down for maintenance. Please try again later.Le serveur est arrêté pour maintenance. Veuillez réessayer plus tard.
-
+ An internal error occured.Une erreur interne est survenue.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNotification réseau
-
+ You were kicked from the game.Vous avez été expulsé de la partie.
-
+ Sorry, this game is already full.Désolé, la partie est déjà complète.
-
+ Unable to join - the server has already started the game.Impossible de joindre - la partie a déjà commencé.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Votre status d'administrateur a expiré pour cause d'inactivité. Recréez une partie !
-
+ You cannot join this type of game as guest.Vous ne pouvez pas joindre ce type de partie en tant qu'invité.
-
+ The settings are invalid for this type of game.Les paramètres ne sont pas valables pour ce type de jeu.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Une nouvelle version de PokerTH est disponible. <br>Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière version.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Cette version bêta de PokerTH est obsolète. <br>Merci d'aller sur <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> et de télécharger la dernière version.
-
-
+
+ Server MessageMessage du serveur
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_gr.ts b/ts/pokerth_gr.ts
index cbf1cf2c..01ddd16a 100644
--- a/ts/pokerth_gr.ts
+++ b/ts/pokerth_gr.ts
@@ -1186,11 +1186,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1198,19 +1193,19 @@ Please choose another one!
Συμπλήρωση με παίχτες-υπολογιστή
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1273,6 +1268,7 @@ Please choose another one!
+ Timing:
@@ -1283,25 +1279,25 @@ Please choose another one!
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1366,13 +1362,13 @@ p, li { white-space: pre-wrap; }
Είσοδος στο Παιχνίδι
-
+ Lobby-ChatLobby-Chat
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1394,46 +1390,46 @@ p, li { white-space: pre-wrap; }
%1's game
-
+ Joining a private GameΕίσοδος σε πριβέ Παιχνίδι
-
+ You are about to join a private game. Please enter the password!Επιχειρείτε να εισέλθετε σε ένα πριβέ παιχνίδι. Παρακαλώ δώστε τον κωδικό!
-
+ openανοιχτό
-
-
-
-
+
+
+
+ Game InfoΠληροφορίες Παιχνιδιού
-
-
+
+ GameΠαιχνίδι
-
-
+
+ PlayersΠαίχτες
-
-
+
+ StateΚατάσταση
@@ -1443,15 +1439,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersΔιαθέσιμοι Παίχτες
@@ -1471,42 +1467,47 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
@@ -1522,82 +1523,86 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1
-
+ runningσε εξέλιξη
-
-
+
+ running games: %1παιχνίδια σε εξέλιξη: %1
-
-
+
+ open games: %1Ανοιχτά παιχνίδια: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -1606,1303 +1611,1310 @@ Feel free to invite other players by right-clicking on their nick in the availab
Παίχτες στο chat: %1
-
-
+
+ connected players: %1Συνδεδεμένοι παίχτες: %1
-
-
+
+ Connected players
-
+ handsμοιρασιές
-
+ minutesλεπτά
-
+ double blindsδιπλά blinds
-
+ manual blinds orderΣειρά χειροκίνητων blinds
-
+ Server ErrorΠρόβλημα στον Server
-
+ You should not kick yourself from this game!Δεν χρειάζεται να διώξεις τον εαυτό σου απ' το παιχνίδι!
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4556,7 +4568,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -4686,21 +4698,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsΕπιλογές Τοπικού Παιχνιδιού
-
+ Number of players:Αριθμός παιχτών:
-
-
+
+ Start Cash:Αρχικό Ποσό:
@@ -4709,26 +4721,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Αρχικό blind:
-
-
+
+ Raise blinds:Αύξηση blind:
@@ -4737,88 +4749,88 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Κάθε:
-
-
+
+ handsμοιρασιές
-
-
+
+ minutesλεπτά
-
-
+
+ Raise mode:Τύπος αύξησης:
-
-
+
+ Always double blindsΠάντα διπλό blind
-
-
+
+ Manual blinds order:Χειροκίνητη σειρά blinds:
-
-
+
+ Edit ...Επεξεργασία...
-
+ Game Speed:Ταχύτητα Παιχνιδιού:
-
+ Pause between hands (press "start" button to go on)Παύση μεταξύ ανοίγματος φύλλων (επιλογή κουμπιού "έναρξη" για να συνεχίσεις)
-
+ Show game settings dialog on every new gameΕμφάνιση μενού επιλογών παιχνιδιού σε κάθε καινούργιο παιχνίδι
-
+ Network Game SettingsΕπιλογές Παιχνιδιού Δικτύου
-
+ Maximum number of players:Μέγιστος αριθμός παιχτών:
@@ -4842,49 +4854,49 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ DeleteΔιαγραφή
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
@@ -4894,21 +4906,21 @@ p, li { white-space: pre-wrap; }
-
+ Timeout for player action:Χρόνος αναμονής για τον παίχτη:
-
-
+
+ s s
-
+ Network Server SettingsΕπιλογές Server Δικτύου
@@ -4919,51 +4931,51 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Server Port:
-
-
+
+ Use SCTPUse SCTP
-
-
+
+ Use IPv6Use IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Τί είναι αυτό;</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Τί είναι αυτό;</a>
-
+ Internet Game SettingsΕπιλογές Παιχνιδιού στο Internet
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4979,13 +4991,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Server Address:
-
+ Use password for private game:Κωδικός για πριβέ παιχνίδι:
@@ -5015,49 +5027,49 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineComputer Engine
-
+ Opponent 6:Αντίπαλος 6:
-
+ Opponent 5:Αντίπαλος 5:
-
+ Opponent 4:Αντίπαλος 4:
-
+ Opponent 3:Αντίπαλος 3:
-
+ Opponent 2:Αντίπαλος 2:
-
+ Opponent 1:Αντίπαλος 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5073,7 +5085,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingΕνεργοποίηση/Απενεργοποίηση Logging
@@ -5087,31 +5099,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Διεύθυνση Αρχείου Log:
-
+ Write log after every: Κράτα log σε κάθε:
-
+ action (high frequent disc access)ενέργεια (πολύ συχνή πρόσβαση στο δίσκο)
-
+ hand (medium disc access)μοίρασμα (μέτρια πρόσβαση στο δίσκο)
-
+ game (low disc access)παιχνίδι (χαμηλή πρόσβαση στο δίσκο)
@@ -5119,13 +5131,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesΜηνύματα Log
-
+ Player Nicks/AvatarsΨευδώνυμα/Εικόνα Παίχτη
@@ -5143,33 +5155,38 @@ p, li { white-space: pre-wrap; }
Show left toolbox
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URL
-
+ Serverlist Address:
-
+ Manual Server Configuration
-
+ Store log files for:
-
+ Day(s)
@@ -5209,7 +5226,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -5285,90 +5302,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ GameΠαιχνίδι
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5378,13 +5395,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Αντίπαλος 1: {7:?}
-
+ Opponent 8:Αντίπαλος 1: {8:?}
@@ -5394,7 +5411,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Αντίπαλος 1: {10:?} {9:?}
@@ -5461,65 +5478,65 @@ p, li { white-space: pre-wrap; }
Turkish
-
-
-
-
-
+
+
+
+
+ Settings ErrorΛάθος Επιλογές
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Η επιλεγμένη εικόνα για την τράπουλα δεν υπάρχει.
Παρακαλώ επιλέξτε μια σωστή εικόνα!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Η διεύθυνση του αρχείου log δεν υπάρχει.
Παρακαλώ επιλέξτε μια σωστή διεύθυνση!
-
+ Language ChangedΗ γλώσσα άλλαξε
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Έχετε επιλέξει την γλώσσα %1.
Παρακαλώ επανεκκινήστε το PokerTH για να "φορτωθεί" η νέα γλώσσα!
-
+ Select your flipside pictureΕπιλέξτε την εικόνα της τράπουλας
-
+ Images (*.png *.jpg *.gif)Εικόνες (*.png *.jpg *.gif)
-
+ Open DirectoryΆνοιγμα φακέλου
-
-
+
+ Blinds ErrorΛάθος Blinds
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5603,192 +5620,192 @@ This first-small-blind-value will be set to maximum allowed value.
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ StateΚατάσταση
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5994,106 +6011,106 @@ Please choose another one.
Παρακαλώ επιλέξτε άλλο nickname.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorΛάθος Δικτύου
-
+ Server address was not set.Η Server address δεν είχε ορισθεί.
-
+ An invalid port was set (ports 0-1023 are not allowed).Έχει ορισθεί λάθος port (δεν επιτρέπονται ports από 0 εως 1023).
-
+ Could not create a socket for TCP communication.Could not create a socket for TCP communication.
-
+ Could not set the IP address.Could not set the IP address.
-
+ Could not set the port for this type of address.Could not set the port for this type of address.
-
+ The server name could not be resolved.Το όνομα του server δεν μπορεί να βρεθεί.
-
+ Bind failed - please choose a different port.Bind failed - Παρακαλώ διαλέξτε διαφορετικό port.
-
+ Internal network error: "listen" failed.Εσωτερικό λάθος δικτύου: "listen" failed.
-
+ Server execution was terminated.Η λειτουργία του server τερματίστηκε.
-
+ Could not connect to the server.Αδυναμία σύνδεσης με το server.
-
+ Connection timed out.
Please check the server address.
@@ -6104,12 +6121,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Αν ο server βρίσκεται σε NAT-Router, βεβαιωθείτε ότι το port forwarding λειτουργεί.
-
+ Internal network error: "select" failed.Εσωτερικό λάθος δικτύου: "select" failed.
-
+ Internal network error: "send" failed.Εσωτερικό λάθος δικτύου: "send" failed.
@@ -6118,117 +6135,117 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Η σύνδεση τερματίστηκε απ' τον server.
-
+ Internal network error: Duplicate TCP connection.Εσωτερικό λάθος δικτύου: Duplicate TCP connection.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Λήψη λανθασμένου πακέτου δικτύου.
Παρακαλώ βεβαιωθείτε ότι όλοι οι παίχτες χρησιμοποιούν την ίδια έκδοση του PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Εσωτερικό λάθος.
Παρακαλώ βεβαιωθείτε ότι όλοι οι παίχτες χρησιμοποιούν την ίδια έκδοση του PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.
-
+ Could not unzip the PokerTH internet server list.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.
-
+ Could not open the target file when downloading the server list.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Ο server του PokerTH δεν υποστηρίζει αυτή την έκδοση του παιχνιδιού.<br>Παρακαλώ επισκεφθείτε την διεύθυνση <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> και "κατεβάστε" την τελευταία έκδοση.
-
+ Sorry, this server is already full.Συγνώμη, αυτός ο server είναι γεμάτος.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Λανθασμένος κωδικός κατά την είσοδο στο παιχνίδι.
Παρακαλώ δώστε τον κωδικό και ξαναπροσπαθήστε.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+ The password is too long. Please choose another one.Ο κωδικός είναι πολύ μεγάλος. Παρακαλώ επιλέξτε κάποιον άλλο.
@@ -6243,159 +6260,174 @@ Please choose a different name.
Το όνομα σας είναι πολύ μικρό, ή λανθασμένο. Παρακαλώ επιλέξτε ένα διαφορετικό όνομα.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.Το όνομα του παιχνιδιού είναι πολύ μικρό ή πολύ μεγάλο. Παρακαλώ επιλέξτε ένα διαφορετικό όνομα.
-
+ The game could not be found.Το παιχνίδι δεν βρέθηκε.
-
+ The chat text is invalid.Το κείμενο του chat δεν είναι έγκυρο.
-
+ The server referred to an unknown player. Aborting.Ο server αναφέρεται σε έναν άγνωστο παίχτη. Ακύρωση.
-
+ Internal error: The current player could not be found.Εσωτερικό λάθος: Ο παίχτης δεν μπορεί να βρεθεί.
-
+ Internal error: The current player is not active.Εσωτερικό λάθος: Ο παίχτης δεν είναι ενεργός.
-
+ You were kicked from the server."Διώχθηκες" απ' τον server.
-
+ You were temporarily banned from the server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!
-
+ The client player count is invalid.Η μέτρηση των παιχτών είναι λανθασμένη.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Πολλά χειροκίνητα blinds. Παρακαλώ επανακαθορίστε τα χειροκίνητα blinds.
-
+ An invalid avatar file was configured. Please choose a different avatar.Η εικόνα δεν είναι σωστή. Παρακαλώ επιλέξτε μια διαφορετική εικόνα.
-
+ The selected avatar file is too large. Please choose a different avatar.Η επιλεγμένη εικόνα είναι πολύ μεγάλη. Παρακαλώ επιλέξτε μια διαφορετική εικόνα.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Εσωτερικό λάθος στην εικόνα. Παρακαλώ αναφέρετε το λάθος σε κάποιον admin στο lobby chat.
-
+ Could not start game: Synchronization failed.Αδύνατον να ξεκινήσει το παιχνίδι: Αποτυχία συγχρονισμού.
-
+ The server is down for maintenance. Please try again later.Ο server δεν λειτουργεί λόγω συντήρησης. Παρακαλώ ξαναπροσπαθήστε αργότερα.
-
+ An internal error occured.Εσωτερικό λάθος.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNetwork Notification
-
+ You were kicked from the game.Σας "έδιωξαν" απ' το παιχνίδι.
-
+ Sorry, this game is already full.Συγνώμη, αυτό το παιχνίδι είναι γεμάτο.
-
+ Unable to join - the server has already started the game.Δεν μπορείτε να εισέλθετε - το παιχνίδι έχει ήδη ξεκινήσει.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Μια νέα έκδοση του PokerTH είναι διαθέσιμη.<br>Παρακαλώ επισκεφθείτε την διεύθυνση <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> και "κατεβάστε" την τελευταία έκδοση.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Αυτή η δοκιμαστική έκδοση του PokerTH έχει ξεπερασθεί.<br>Παρακαλώ επισκεφθείτε την διεύθυνση <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> και "κατεβάστε" την τελευταία έκδοση.
-
-
+
+ Server Message
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_hu.ts b/ts/pokerth_hu.ts
index 8c699e2a..f5ef6883 100644
--- a/ts/pokerth_hu.ts
+++ b/ts/pokerth_hu.ts
@@ -1591,7 +1591,7 @@ Kérlek válassz másikat!
gameLobbyDialog
-
+ Lobby-ChatTársalgó
@@ -1646,9 +1646,8 @@ Kérlek válassz másikat!
- Timeout for player action (sec):
- Játékosok reakció ideje (mp):
+ Játékosok reakció ideje (mp):
@@ -1657,19 +1656,19 @@ Kérlek válassz másikat!
Feltöltés számítógépes ellenfelekkel
-
+ Sort alphabeticallyRendezés betűrendben
-
+ Sort by countryRendezés ország szerint
-
+ Display idle playersTétlen játékosok megjelenítése
@@ -1752,6 +1751,7 @@ Kérlek válassz másikat!
+ Timing:
@@ -1762,25 +1762,25 @@ Kérlek válassz másikat!
Játék &elhagyása
-
+ Join &any gameBelépés &bárhova
-
+ &Create GameJáték &létrehozása
-
+ &Join GameBelépés a &játékba
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1868,7 +1868,7 @@ p, li { white-space: pre-wrap; }
Belépés bármely játékba
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1885,47 +1885,47 @@ p, li { white-space: pre-wrap; }
gameLobbyDialogImpl
-
-
-
-
+
+
+
+ Game InfoJáték infó
-
+ Server ErrorKiszolgáló hiba
-
+ You should not kick yourself from this game!Nem tudod saját magadat kirúgni a játékból!
-
+ Joining a private GameCsatlakozás
privát játékhoz
-
-
+
+ GameJáték
-
-
+
+ PlayersJátékosok
-
-
+
+ StateÁllapot
@@ -1934,43 +1934,43 @@ p, li { white-space: pre-wrap; }
Privát
-
+ You are about to join a private game. Please enter the password!Egy privát játékot választottál. A csatlakozáshoz add meg a jelszót!
-
+ runningfut
-
+ opennyitott
-
-
+
+ Connected playersCsatlakozott játékosok
-
+ handsosztás
-
+ minutesperc
-
+ double blindsvakok duplázása
-
+ manual blinds orderegyéni vaksorrend
@@ -1985,15 +1985,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersElérhető játékosok
@@ -2019,1267 +2019,1268 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardNormál
-
-
-
+
+
+ Registered players onlyCsak regisztrált játékosok
-
-
-
+
+
+ Invited players onlyCsak meghívott játékosok
-
-
-
+
+
+ Ranking gameRanglistás játék
-
+ Connected players - max. %1Csatlakozott játékosok – max. %1
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuanialitván
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
-
-
+
+ TT
@@ -3289,68 +3290,82 @@ p, li { white-space: pre-wrap; }
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1Csatlakozott játékosok – Max. %1
-
-
+
+ running games: %1futó játékok: %1
-
-
+
+ open games: %1nyitott játékok: %1
-
+ Invite %1%1 meghívása
-
+ Ignore %1%1 tiltása
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%3 meghívta %1 nevű játékost a(z) %2 játékba.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 elutasította a meghívást a(z) %2 játékba.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 nem tud csatlakozni a(z) %2 játékba, mert elfoglalt.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.A játék <br><b>%1</b> másodperc múlva indul.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Csatlakoztál egy „csak meghívásos” játékhoz.
Lehetőséged van bárkit meghívni, csak kattints a játékos nevére jobb gombbal és meghívás.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?<b>%1</b> meghívott a(z) <b>%2</b> nevű játékba.<br>Szeretnél csatlakozni?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Többé nem fogod megkapni az üzeneteket és a játék meghívásokat ettől a felhasználótól. <br> Biztosan tiltani szeretnéd <b>%1</b> nevű felhasználót?
@@ -3359,49 +3374,50 @@ Lehetőséged van bárkit meghívni, csak kattints a játékos nevére jobb gomb
csevegő játékosok: %1
-
-
+
+ connected players: %1csatlakozott játékosok: %1
-
+ search for player ...játékos keresése …
-
+ Chat is only available to registered players.A csevegés csak regisztrált játékosoknak érhető el.
-
+ Invite player ...Játékos meghívása …
-
+ Ignore player ...Játékos tiltása …
-
+ %1 is playing in "%2".%1 a következő szobában játszik: %2.
-
+ %1 is not playing at the moment.%1 jelenleg nem játszik.
-
-
+
+ PokerTH - Info MessagePokerTH – Információk
-
+
+ PokerTH - QuestionPokerTH – Kérdés
@@ -4612,8 +4628,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Kezdő zseton:
@@ -4628,16 +4644,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Kiszolgáló port:
-
-
+
+ Use IPv6IPv6 használata
@@ -4651,37 +4667,37 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineGépi ellenfelek
-
+ Opponent 5:Ellenfél 5:
-
+ Opponent 3:Ellenfél 3:
-
+ Opponent 2:Ellenfél 2:
-
+ Opponent 1:Ellenfél 1:
-
+ Opponent 4:Ellenfél 4:
@@ -4699,7 +4715,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Naplófájl:
@@ -4707,19 +4723,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesNaplózott üzenetek
-
+ Local Game SettingsHelyi játék beállításai
-
+ Network Game SettingsHálózati játék beállításai
@@ -4753,13 +4769,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxBaloldali panel mutatása
+
+
+ Play blind raise notification
+
+ Show statusbar messagesInformációs sáv üzeneteinek megjelenítése
-
+ Show game settings dialog on every new gameJátékbeállítások mutatása minden új játék indításánál
@@ -4769,19 +4790,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Játékosok száma:
-
+ Game Speed:Játék sebessége:
-
+ Pause between hands (press "start" button to go on)Szünet az osztások között („Indítás” gomb lenyomására megy tovább)
@@ -4795,7 +4816,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingNaplózás engedélyezése/tiltása
@@ -4805,7 +4826,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Naplózás minden esemény után:
@@ -4828,24 +4849,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPSCTP használata
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Mi ez?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Mi ez?</a>
@@ -4868,7 +4889,7 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body><
-
+ Maximum number of players:Játékosok maximális száma:
@@ -4891,25 +4912,25 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body><
-
+ Opponent 6:Ellenfél 6:
-
+ action (high frequent disc access)Akció (magas lemezhasználat)
-
+ hand (medium disc access)Kör (közepes lemezhasználat)
-
+ game (low disc access)Játék (alacsony lemezhasználat)
@@ -4931,7 +4952,7 @@ Szélesség = 50 kpt, magasság = 50 kpt.</span></p></body><
-
+ Factory Settings
@@ -4984,42 +5005,42 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Szünet az osztások között:
-
+ Network Server SettingsHálózati kiszolgáló beállításai
-
+ Internet Game SettingsInternetes játék beállításai
-
+ ServerKiszolgáló
-
+ Server Address:Kiszolgáló címe:
-
+ GameJáték
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -5028,43 +5049,43 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Alapértelmezett játéknév:
-
+ Default game type:Alapértelmezett játéktípus:
-
+ StandardNormál
-
+ Registered players onlyCsak regisztrált játékosok
-
+ Invited players onlyCsak meghívott játékosok
-
+ Ranking gameRanglistás játék
-
+ Use password for private game:Jelszó privát játékhoz:
@@ -5079,25 +5100,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -5107,25 +5128,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExportálás TXT-be
-
+ Save as ...Mentés másként …
-
+ DeleteTörlés
-
+ Log FileNaplófájl
@@ -5144,8 +5165,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Első kis vak:
@@ -5201,8 +5222,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Raise blinds:Vaktétek emelése:
@@ -5211,58 +5232,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Minden:
-
-
+
+ handsosztást követően
-
-
+
+ minutesperc után
-
-
+
+ Raise mode:Emelés módja:
-
-
+
+ Always double blindsVaktétek duplázása
-
-
+
+ Manual blinds order:Vaktétek megadása:
-
-
+
+ Edit ...Szerkesztés…
@@ -5325,37 +5346,37 @@ p, li { white-space: pre-wrap; }
-
+ Show lobby chatTársalgó csevegés megjelenítése
-
+ Automatically leave the table after the game finished
-
+ Ignored PlayersTiltott játékosok
-
+ PlayerJátékos
-
+ Remove PlayerEltávolított játékos
-
+ Player Nicks/AvatarsJátékos becenév/avatar
@@ -5388,24 +5409,24 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Játékos rendelkezésére álló idő:
-
-
+
+ s mp
@@ -5419,7 +5440,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5428,24 +5449,24 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLAutomatikus kiszolgáló beállítások URL címe
-
+ Serverlist Address:Kiszolgálólista címe:
-
+ Manual Server ConfigurationKézi kiszolgáló beállítás
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5459,13 +5480,13 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s) napig
@@ -5513,7 +5534,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avatar kiszolgáló:
@@ -5598,13 +5619,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Ellenfél 7:
-
+ Opponent 8:Ellenfél 8:
@@ -5614,7 +5635,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Ellenfél 9:
@@ -5622,11 +5643,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorBeállítási hiba
@@ -5643,7 +5664,7 @@ Please select an valid directory!
Kérlek válassz egy valós mappát!
-
+ Select your flipside pictureVálaszd ki a kártya hátoldalának képét
@@ -5652,24 +5673,24 @@ Kérlek válassz egy valós mappát!
Képek (*.png)
-
+ Open DirectoryMappa megnyitása
-
+ Images (*.png *.jpg *.gif)Képek (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorHiba a vaktétekben
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5731,12 +5752,12 @@ Az első kis vak a legnagyobb megengedett értékre módosul.
török
-
+ Language ChangedNyelv módosítva
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Az alkalmazás új nyelve: %1.
@@ -5773,15 +5794,15 @@ A beállítás a PokerTH újraindítása után jut érvényre!tamil
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!A kért kártya hátoldal kép nem létezik.
Kérlek válassz egy valós képet!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!A naplófájl mappája nem elérhető.
@@ -5823,7 +5844,7 @@ Kérlek válassz egy valós mappát!svéd
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!A megadott kiszolgálólista URL-je érvénytelen.
@@ -5845,150 +5866,150 @@ Kérlek adj meg egy valós kiszolgálólista címet!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameKészítette
-
-
+
+ Maintainer EMailE-mail cím
-
-
+
+ Create DateDátum
-
+ Windows BehaviourAblak viselkedése
-
+ scaleablealkalmazkodó
-
+ fixedrögzített
-
+ Minimum SizeLegkisebb méret
-
+ Maximum SizeLegnagyobb méret
-
+ Fixed SizeRögzített méret
-
+ StateÁllapot
-
+ Please select your game table styleVálaszd ki a pókerasztal stílusát
-
+ PokerTH game table styles (*.xml)PokerTH pókerasztal stílus (*.xml)
-
+ Game Table Style ErrorPókerasztal stílus hiba
-
+ Selected game table style file is already in the list.
Please select another one to add!A kiválasztott asztal stílus már szerepel a listán
Válassz másikat!
-
+ Game Table Style File ErrorPókerasztal stílus fájl hiba
-
+ Could not load game table style file correctly.
Style will not be placed into list!Nem sikerült az asztal stílus betöltése.
A stílus nem kerül a listára!
-
+ Please select your card deck styleVálaszd ki a kártyapakli stílusát
-
+ PokerTH card deck styles (*.xml)PokerTH kártyapakli stílus (*.xml)
-
+ Card Deck Style ErrorKártyapakli stílus hiba
-
+ Selected card deck style file is already in the list.
Please select another one to add!A kiválasztott pakli stílus már szerepel a listán
Válassz másikat!
-
+ Card Deck Style File ErrorKártyapakli stílus fájl hiba
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Nem sikerült a pakli stílus betöltése.
A stílus nem kerül a listára!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -6001,42 +6022,42 @@ A stílus nem kerül a listára!
Biztosan törölni akarod a kiválasztott naplófájlt?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log filePokerTH naplófájl mentése
-
+ PokerTH SQL log (*.pdb)PokerTH SQL napló (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -6262,106 +6283,106 @@ Please choose another one.
Kérlek válassz másik nevet.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorHálózati hiba
-
+ Server address was not set.Kiszolgáló cím nincs beállítva.
-
+ An invalid port was set (ports 0-1023 are not allowed).Hibás port van beállítva (A portok 0-1023-ig nem engedélyezettek).
-
+ Could not create a socket for TCP communication.Nem lehet létrehozni socket-et a TCP kommunikációhoz.
-
+ Could not set the IP address.Nem lehet beállítani az IP címet.
-
+ Could not set the port for this type of address.Nem lehet beállítani a portot ehhez a cím típushoz.
-
+ The server name could not be resolved.A kiszolgáló név feloldása nem lehetséges.
-
+ Bind failed - please choose a different port.Kapcsolódás sikertelen – kérlek válassz másik portot.
-
+ Internal network error: "listen" failed.Belső hálózati hiba: sikertelen "fülelés".
-
+ Server execution was terminated.Kiszolgáló futtatása befejezve.
-
+ Could not connect to the server.Nem lehet kapcsolódni a kiszolgálóhoz.
-
+ Connection timed out.
Please check the server address.
@@ -6371,45 +6392,60 @@ Kérlek ellenőrizd a kiszolgáló címét.
Ha a kiszolgáló NAT router mögött van, akkor bizonyosodj meg róla hogy a porttovábbítás engedélyezett.
-
+ Internal network error: "select" failed.Belső hálózati hiba: sikertelen "kiválasztás".
-
+ Internal network error: "send" failed.Belső hálózati hiba: sikertelen "küldés".
+
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+ Connection was closed by the server.A kiszolgáló megszakította a kapcsolatot.
-
+ The connection to the server was lost.
-
+ Internal network error: Duplicate TCP connection.Belső hálózati hiba: Duplikált TCP kapcsolat.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Érvénytelen hálózati csomag került fogadásra.
Kérlek bizonyosodj meg róla, hogy az összes játékos ugyanazt a verziót használja.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Belső hiba.
Kérlek bizonyosodj meg róla, hogy az összes játékos ugyanazt a verziót használja.
-
+ Invalid server list URL.
Please correct the address in the settings.Érvénytelen kiszolgálólista URL.
@@ -6428,63 +6464,63 @@ Please make sure that the server list URL is correct.
Kérlek győződj meg a lista címének érvényességéről.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.A PokerTH internetes kiszolgálólistája hibás adatot tartalmaz.
Ha egyéni listát használsz, kérlek győződj meg a formátum érvényességéről.
-
+ Could not unzip the PokerTH internet server list.Nem sikerült a PokerTH internetes kiszolgálólista kicsomagolása.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Nem sikerült a PokerTH internetes kiszolgálólista letöltése.
Kérlek ellenőrizd az internetes kapcsolatodat.
-
+ Could not open the target file when downloading the server list.A kiszolgálólista letöltése közben a cél fájlt nem sikerült megnyitni.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.A PokerTH kiszolgáló nem támogatja ezt a verziót.<br>Kérlek látogass el a következő címre <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> és töltsd le a legfrissebb verziót.
-
+ Sorry, this server is already full.Sajnáljuk, de ez a kiszolgáló jelenleg tele van.
-
+ Invalid login.
Please check your username and password.Hibás bejelentkezés.
Ellenőrizd a felhasználónevet és a jelszót.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
@@ -6494,24 +6530,24 @@ Ellenőrizd a felhasználónevet és a jelszót.
A fiókod határozatlan időre blokkolva lett.
-
+ You cannot login at this time. Please try again in a few seconds.Most nem jelentkezhetsz be. Próbáld meg kicsit később.
-
+ This game is of type invite-only. You cannot join this game without being invited.A játék meghívásos. Csak akkor tudsz csatlakozni, ha valaki meghívott.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Hibás jelszó a játékhoz való csatlakozáskor.
Kérlek írd be a jelszót még egyszer és próbáld újra.
-
+ The password is too long. Please choose another one.A jelszó túl hosszú. Kérlek válassz egy rövidebbet.
@@ -6527,73 +6563,73 @@ Kérlek válassz egy másik nevet.
Kérlek válassz egy másik nevet.
-
+ The game name is either too short or too long. Please choose another one.A játék nevet vagy túl rövid vagy túl hosszú.
Kérlek válassz egy másik nevet.
-
+ The game could not be found.A játék nem található.
-
+ The chat text is invalid.A csevegő üzenet érvénytelen.
-
+ The server referred to an unknown player. Aborting.A kiszolgáló egy ismeretlen játékosra hivatkozott. Megszakítás.
-
+ Internal error: The current player could not be found.Belső hiba: az aktuális játékos nem található.
-
+ Internal error: The current player is not active.Belső hiba: az aktuális játékos nem aktív.
-
+ You were kicked from the server.A kiszolgáló kidobott a játékból.
-
+ You were temporarily banned from the server.Ideiglenesen ki vagy tiltva a kiszolgálóról.
-
+ Your account is blocked indefinitely.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!A kiszolgáló kapcsolat inaktivitás miatt megszakadt. Bármikor újra csatlakozhatsz!
-
+ The client player count is invalid.A kliens játékosok száma érvénytelen.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Túl sok vaktét van megadva. Kérlek módosítsd a vakbeállításokat.
-
+ An invalid avatar file was configured. Please choose a different avatar.Érvénytelen avatar fájl lett megadva. Kérlek válassz másik avatart.
-
+ The selected avatar file is too large. Please choose a different avatar.A kiválasztott avatar fájl túl nagy. Kérlek válassz másik avatart.
@@ -6602,78 +6638,78 @@ Kérlek válassz egy másik nevet.
Jelenleg nem tudsz új avatar fájlt feltölteni. Kérlek próbáld újra néhány másodperc múlva.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Belső avatar hiba lépett fel. Kérlek jelezd ezt egy adminnak a társalgóban.
-
+ Could not start game: Synchronization failed.A játék indítása sikertelen: szinkronizációs hiba.
-
+ The server is down for maintenance. Please try again later.A kiszolgáló karbantartás miatt nem üzemel. Kérlek próbáld újra később.
-
+ An internal error occured.Belső hiba lépett fel.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationHálózati figyelmeztetés
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ You were kicked from the game.Kidobtak a játékból.
-
+ Sorry, this game is already full.Elnézést, ez a játék jelenleg tele van.
-
+ Unable to join - the server has already started the game.Csatlakozás sikertelen – a kiszolgáló már elindította a játékot.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Inaktivitás miatt nem vagy már admin. Kezdj nyugodtan új játékot!
-
+ You cannot join this type of game as guest.Nem csatlakozhatsz vendégként ehhez a játékhoz.
-
+ The settings are invalid for this type of game.Érvénytelen beállítások ehhez a játékhoz.
@@ -6683,18 +6719,18 @@ Kérlek válassz egy másik nevet.
Elérhető a PokerTH egy újabb verziója. <br>Kérlek látodass el a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> oldalra és töltsd le a legfrissebb verziót.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Ez a PokerTH béta verzió már idejétmúlt. <br>Kérlek látodass el a <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> oldalra és töltsd le a legfrissebb verziót.
-
-
+
+ Server MessageKiszolgáló üzenet
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_it.ts b/ts/pokerth_it.ts
index 96bf027c..4eef08ec 100644
--- a/ts/pokerth_it.ts
+++ b/ts/pokerth_it.ts
@@ -2882,6 +2882,7 @@ Scegli un nome diverso!
+ Timing:Tempo:
@@ -2898,19 +2899,19 @@ Scegli un nome diverso!
&Espelli giocatore
-
+ Sort alphabeticallyOrdina alfabeticamente
-
+ Sort by countryOrdina per nazionalità
-
+ Display idle playersVisualizza giocatori liberi
@@ -2988,7 +2989,7 @@ Scegli un nome diverso!
Abbandona partita
-
+ Lobby-ChatChat prepartita
@@ -3043,9 +3044,8 @@ Scegli un nome diverso!
Partite
- Timeout for player action (sec):
- Tempo limite per l'azione del giocatore (in secondi):
+ Tempo limite per l'azione del giocatore (in secondi):Timeout for player action (sec):
@@ -3058,25 +3058,25 @@ Scegli un nome diverso!
&Lascia partita
-
+ Join &any gameEntr&a in una partita casuale
-
+ &Create Game&Crea partita
-
+ &Join Game&Unisciti alla partita
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3096,7 +3096,7 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://online-ranking.pokerth.net"><span style=" text-decoration: underline; color:#0000ff;">Clicca qui per visualizzare la classifica online</span></a></p></td></tr></table></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3153,13 +3153,13 @@ p, li { white-space: pre-wrap; }
Partita di %1
-
-
+
+ connected players: %1giocatori connessi: %1
-
+ double blindsraddoppia blind
@@ -3168,51 +3168,51 @@ p, li { white-space: pre-wrap; }
partita
-
-
-
-
+
+
+
+ Game InfoInformazioni partita
-
+ handsmani
-
+ Joining a private GameAccesso a partita privata in corso
-
+ manual blinds orderordine manuale dei blind
-
+ minutesminuti
-
-
+
+ GamePartita
-
-
+
+ PlayersGiocatori
-
-
+
+ StateStato
@@ -3221,13 +3221,13 @@ p, li { white-space: pre-wrap; }
Privato
-
+ openaperta
-
-
+
+ open games: %1partite aperte: %1
@@ -3236,7 +3236,7 @@ p, li { white-space: pre-wrap; }
giocatori in chat: %1
-
+ runninginiziata
@@ -3246,15 +3246,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersGiocatori Disponibili
@@ -3274,42 +3274,47 @@ p, li { white-space: pre-wrap; }
Dettagli giocatore ...
-
-
-
+
+ Report inappropriate game name
+ Segnala nome di partita offensivo
+
+
+
+
+ StandardStandard
-
-
-
+
+
+ Registered players onlySolo utenti registrati
-
-
-
+
+
+ Invited players onlySolo utenti invitati
-
-
-
+
+
+ Ranking gameValida per la classifica
-
+ Connected players - max. %1Giocatori connessi - max. %1
-
-
+
+ TT
@@ -3325,1339 +3330,1359 @@ p, li { white-space: pre-wrap; }
Mostra statistiche giocatore
- sec (action)
- sec (azione)
+ sec (azione)
- sec (hand delay)
- sec (ritardo mano)
+ sec (ritardo mano)
-
-
+
+ Connected players - Max. %1Giocatori connessi - Max. %1
-
-
+
+ running games: %1partite in corso: %1
-
-
+
+ Connected playersGiocatori connessi
-
+ Server ErrorErrore del server
-
+ search for player ...Ricerca giocatore ...
-
+ Chat is only available to registered players.La chat è disponibile solamente ai giocatori registrati.
-
+ Invite %1Invita %1
-
+ Ignore %1Ignora %1
-
+ %1 is playing in "%2".%1 sta giocando in "%2".
-
+ %1 is not playing at the moment.%1 non sta giocando in questo momento.
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 è stato invitato a %2 da %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 ha rifiutato l'invito a %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 non può partecipare %2 perchè risulta occupato.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.La partita inizierà tra<br><b>%1</b> secondi.
-
+ Afghanistan
-
+ ALand IslandsIsole ALand
-
+ Albania
-
+ Algeria
-
+ American SamoaSamoa Americane
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ AntarcticaAntartide
-
+ Antigua And BarbudaAntigua e Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ BelarusBielorussia
-
+ BelgiumBelgio
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And HerzegovinaBosnia Herzegovina
-
+ Botswana
-
+ Bouvet IslandIsola Bouvet
-
+ BrazilBrasile
-
+ British Indian Ocean TerritoryTerritorio britannico dell'oceano Indiano
-
+ Brunei DarussalamSultanato del Brunei
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ CambodiaCambogia
-
+ CameroonCamerun
-
+ Canada
-
+ Cape VerdeCapo Verde
-
+ Cayman IslandsIsole Cayman
-
+ Central African RepublicRepubblica Centrafricana
-
+ ChadCiad
-
+ ChileCile
-
+ ChinaCina
-
+ Christmas IslandIsola di Natale
-
+ Cocos (Keeling) IslandsIsole Cocos e Keeling
-
+ Colombia
-
+ ComorosComore
-
+ Congo
-
+ Congo, The Democratic Republic Of TheRepubblica Democratica del Congo
-
+ Cook IslandsIsole Cook
-
+ Costa Rica
-
+ Cote D'IvoireCosta D'Avorio
-
+ CroatiaCroazia
-
+ Cuba
-
+ CyprusCipro
-
+ Czech RepublicRepubblica Ceca
-
+ DenmarkDanimarca
-
+ DjiboutiGibuti
-
+ DominicaDominica
-
+ Dominican RepublicRepubblica Dominicana
-
+ Ecuador
-
+ EgyptEgitto
-
+ El Salvador
-
+ Equatorial GuineaGuinea Equatoriale
-
+ Eritrea
-
+ Estonia
-
+ EthiopiaEtiopia
-
+ Falkland Islands (Malvinas)Isole Falkland (Malvine)
-
+ Faroe IslandsIsole Faroe
-
+ Fiji
-
+ FinlandFinlandia
-
+ FranceFrancia
-
+ French GuianaGuiana Francese
-
+ French PolynesiaPolinesia Francese
-
+ French Southern TerritoriesTerritori Francesi del Sud
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ GermanyGermania
-
+ Ghana
-
+ GibraltarGibilterra
-
+ GreeceGrecia
-
+ GreenlandGroenlandia
-
+ Grenada
-
+ GuadeloupeGuadalupa
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald IslandsIsole Heard e McDonald
-
+ Holy See (Vatican City State)Santa Sede (Città Del Vaticano)
-
+ Honduras
-
+ Hong Kong
-
+ HungaryUngheria
-
+ IcelandIslanda
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic OfIran
-
+ Iraq
-
+ IrelandIrlanda
-
+ Isle Of ManIsola di Man
-
+ IsraelIsraele
-
+ ItalyItalia
-
+ Jamaica
-
+ JapanGiappone
-
+ Jersey
-
+ JordanGiordania
-
+ KazakhstanKazakistan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic OfCorea del Nord
-
+ Korea, Republic OfCorea del Sud
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic RepublicLaos
-
+ LatviaLettonia
-
+ LebanonLibano
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab JamahiriyaLibia
-
+ Liechtenstein
-
+ LithuaniaLituania
-
+ LuxembourgLussemburgo
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic OfMacedonia
-
+ Madagascar
-
+ Malawi
-
+ MalaysiaMalesia
-
+ MaldivesMaldive
-
+ Mali
-
+ Malta
-
+ Marshall IslandsIsole Marshall
-
+ MartiniqueMartinica
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ MexicoMessico
-
+ Micronesia, Federated States OfMicronesia
-
+ Moldova, Republic OfMoldavia
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ MoroccoMarocco
-
+ MozambiqueMozambico
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ NetherlandsOlanda
-
+ Netherlands AntillesAntille Olandesi
-
+ New CaledoniaNuova Caledonia
-
+ New ZealandNuova Zelanda
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk IslandIsole Norfolk
-
+ Northern Mariana IslandsIsole Marianne Settentrionali
-
+ NorwayNorvegia
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, OccupiedPalestina
-
+ Panama
-
+ Papua New GuineaPapua Nuova Guinea
-
+ Paraguay
-
+ PeruPerù
-
+ PhilippinesFilippine
-
+ Pitcairn
-
+ PolandPolonia
-
+ PortugalPortogallo
-
+ Puerto RicoPorto Rico
-
+ Qatar
-
+ ReunionRiunione
-
+ Romania
-
+ Russian FederationFederazione Russa
-
+ RwandaRuanda
-
+ Saint HelenaSant'Elena
-
+ Saint Kitts And NevisSaint Kitts e Nevis
-
+ Saint LuciaSanta Lucia
-
+ Saint Pierre And MiquelonSaint-Pierre e Miquelon
-
+ Saint Vincent And The GrenadinesSaint Vincent e Grenadine
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And PrincipeSao Tome e Principe
-
+ Saudi ArabiaArabia Saudita
-
+ Senegal
-
+ Serbia And MontenegroSerbia E Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ SlovakiaSlovacchia
-
+ Slovenia
-
+ Solomon IslandsIsole Salomone
-
+ Somalia
-
+ South AfricaSudafrica
-
+ South Georgia And The South Sandwich IslandsGeorgia del Sud e isole Sandwich meridionali
-
+ SpainSpagna
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan MayenSvalbard e Jan Mayen
-
+ Swaziland
-
+ SwedenSvezia
-
+ SwitzerlandSvizzera
-
+ Syrian Arab RepublicSiria
-
+ Taiwan, Province Of ChinaTaiwan
-
+ TajikistanTagikistan
-
+ Tanzania, United Republic OfTanzania
-
+ ThailandThailandia
-
+ Timor-LesteTimor Est
-
+ Togo
-
+ TokelauTokelau
-
+ Tonga
-
+ Trinidad And TobagoTrinidad e Tobago
-
+ Tunisia
-
+ TurkeyTuchia
-
+ Turkmenistan
-
+ Turks And Caicos IslandsTurks e Caicos
-
+ Tuvalu
-
+ Uganda
-
+ UkraineUcraina
-
+ United Arab EmiratesEmirati Arabi Uniti
-
+ United KingdomRegno Unito
-
+ United StatesStati Uniti
-
+ United States Minor Outlying IslandsIsole minori esterne degli Stati Uniti d'America
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, BritishIsole Vergini britanniche
-
+ Virgin Islands, U.S.Isole Vergini americane
-
+ Wallis And FutunaWallis e Futuna
-
+ Western SaharaSahara Occidentale
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
-
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Sei sicuro di voler segnalare il nome della partita:
+"%1" come offensivo?
+
+
+ Invite player ...Invita giocatore ...
-
+
+
+
+ sec (action)
+ secondi (azione)
+
+
+
+
+
+ sec (hand delay)
+ sec (ritardo mani)
+
+
+ Ignore player ...Ignora giocatore ...
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Sei entrato in una partita "su invito".
Sentiti libero di invitare altri giocatori cliccando col tasto destro sul nickname nella lista dei giocatori disponibili.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Sei stato invitato alla partita <b>%1</b> da <b>%2</b>.<br>Desideri partecipare alla partita?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Non riceverai più messaggi di chat o inviti a partite da questo utente.<br>Vuoi veramente inserire l'utente <b>%1</b> nella lista degli utenti ignorati?
-
-
+
+ PokerTH - Info MessagePokerTH - Informazione
-
+
+ PokerTH - QuestionPokerTH - Domanda
@@ -4667,12 +4692,12 @@ Sentiti libero di invitare altri giocatori cliccando col tasto destro sul nickna
Avvio partita. Attendere prego...
-
+ You are about to join a private game. Please enter the password!Stai per unirti ad una partita privata. Inserisci la password!
-
+ You should not kick yourself from this game!Non puoi auto-espellerti da questa partita!
@@ -6039,10 +6064,10 @@ Scegli un'immagine più piccola!
-
-
-
-
+
+
+
+ $$
@@ -6058,31 +6083,31 @@ Scegli un'immagine più piccola!
-
+ action (high frequent disc access)azione (elevato - accesso frequente al disco)
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://it.wikipedia.org/wiki/Ipv6">Che cos'è?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://it.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Che cos'è?</a>
-
-
+
+ Always double blindsRaddoppia sempre i blind
@@ -6100,7 +6125,7 @@ Scegli un'immagine più piccola!
-
+ Computer EngineComputer
@@ -6115,8 +6140,8 @@ Scegli un'immagine più piccola!
-
-
+
+ Edit ...Modifica...
@@ -6126,7 +6151,7 @@ Scegli un'immagine più piccola!
-
+ Enable/Disable LoggingAblita/Disabilita il registro
@@ -6143,18 +6168,18 @@ Scegli un'immagine più piccola!
-
-
-
-
+
+
+
+ Every:Ogni:
-
-
+
+ First small blind:Primo small blind:
@@ -6164,13 +6189,13 @@ Scegli un'immagine più piccola!
-
+ game (low disc access)partita (basso - accesso ridotto al disco)
-
+ Game Speed:Velocità:
@@ -6180,15 +6205,15 @@ Scegli un'immagine più piccola!
-
+ hand (medium disc access)mano (media - accesso normale al disco)
-
-
+
+ handsmani
@@ -6234,7 +6259,12 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Nimbus Sans L';"><span style=" font-style:italic;">N.b.: Le </span><span style=" font-weight:600; font-style:italic;">Impostazioni di Gioco</span><span style=" font-style:italic;"> predefinite come "Numero Massimo di Giocatori", "Contante Iniziale" e "Small Blind" saranno usate </span><span style=" font-weight:600; font-style:italic;">nelle impostazioni del gioco in rete. </span></p></body></html>
-
+
+ Play blind raise notification
+ Emetti un suono all'aumento dei blind
+
+
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -6243,7 +6273,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -6271,7 +6301,7 @@ p, li { white-space: pre-wrap; }
-
+ Internet Game SettingsImpostazioni partita su Internet
@@ -6295,13 +6325,13 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsImpostazioni locali
-
+ Log File Directory: Percorso file di registro:
@@ -6309,29 +6339,29 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesRegistro messaggi
-
-
+
+ Manual blinds order:Ordine manuale dei blind:
-
+ Maximum number of players:Numero massimo di giocatori:
-
-
+
+ minutesminuti
@@ -6341,7 +6371,7 @@ p, li { white-space: pre-wrap; }
-
+ Network Game SettingsImpostazioni di rete
@@ -6353,13 +6383,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsImpostazioni server di rete
-
+ Number of players:Numero di giocatori:
@@ -6367,7 +6397,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory SettingsImpostazioni predefinite
@@ -6420,19 +6450,19 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Intervallo una mano e l'altra:
-
+ ServerServer
-
+ GamePartita
@@ -6451,72 +6481,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Nome partita predefinito:
-
+ Default game type:Tipo partita predefinito:
-
+ StandardStandard
-
+ Registered players onlySolo utenti registrati
-
+ Invited players onlySolo utenti invitati
-
+ Ranking gameValida per la classifica
-
+ Show lobby chatMostra chat
-
+ Automatically leave the table after the game finishedAbbandona il tavolo automaticamente non appena la partita termina
-
+ Ignored PlayersGiocatori Ignorati
-
+ PlayerGiocatore
-
+ Remove PlayerRimuovi Giocatore
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -6530,61 +6560,61 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 1:Giocatore 1:
-
+ Opponent 2:Giocatore 2:
-
+ Opponent 3:Giocatore 3:
-
+ Opponent 4:Giocatore 4:
-
+ Opponent 5:Giocatore 5:
-
+ Opponent 6:Giocatore 6:
-
+ Preview:Anteprima:
-
+ Export as HTMLEsporta in HTML
-
+ Reset all settings to default ...Ripristina tutte le impostazioni predefinite ...
-
+ Note: You can not reset all settings to default during a running game!Nota: non è possibile ripristinare le impostazioni di default durante una partita!
@@ -6594,25 +6624,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtEsporta in txt
-
+ Save as ...Salva con nome...
-
+ DeleteElimina
-
+ Log FileFile di registro
@@ -6622,7 +6652,7 @@ p, li { white-space: pre-wrap; }
-
+ Pause between hands (press "start" button to go on)Pausa tra una mano e l'altra (premere start per proseguire)
@@ -6632,7 +6662,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsNick/Avatar dei giocatori
@@ -6671,16 +6701,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Raise blinds:Aumenta blind:
-
-
+
+ Raise mode:Modalità aumento:
@@ -6696,14 +6726,14 @@ p, li { white-space: pre-wrap; }
-
-
+
+ s s
-
+ Server Address:Indirizzo del server:
@@ -6714,8 +6744,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Porta del server:
@@ -6749,7 +6779,7 @@ p, li { white-space: pre-wrap; }
-
+ Show game settings dialog on every new gameVisualizza la finestra delle impostazioni di gioco
all'inizio di ogni nuova partita
@@ -6805,8 +6835,8 @@ all'inizio di ogni nuova partita
-
-
+
+ Start Cash:Contante iniziale:
@@ -6822,7 +6852,7 @@ all'inizio di ogni nuova partita
-
+ Timeout for player action:Tempo limite per l'azione del giocatore:
@@ -6833,34 +6863,34 @@ all'inizio di ogni nuova partita
-
-
+
+ Use IPv6Utilizza IPv6
-
+ Use password for private game:Utilizza password per partita privata:
-
-
+
+ Use SCTPUtilizza SCTP
-
+ Write log after every: Scrivi sul file di registro ogni:
-
+ Automatic Server Configuration URLURL configurazione automatica server
@@ -6885,13 +6915,13 @@ p, li { white-space: pre-wrap; }
-
+ Serverlist Address:Indirizzo lista server:
-
+ Manual Server ConfigurationConfigurazione manuale del server
@@ -6910,13 +6940,13 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Memorizza file di registro per:
-
+ Day(s) Giorno(i)
@@ -7019,7 +7049,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Server Avatar:
@@ -7095,13 +7125,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Giocatore 7:
-
+ Opponent 8:Giocatore 8:
@@ -7111,7 +7141,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Giocatore 9:
@@ -7119,8 +7149,8 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
+
+ Blinds ErrorErrore relativo ai blind
@@ -7169,7 +7199,7 @@ p, li { white-space: pre-wrap; }
Immmagine (*.png)
-
+ Images (*.png *.jpg *.gif)Immagini (*.png *.jpg *.gif)
@@ -7179,7 +7209,7 @@ p, li { white-space: pre-wrap; }
Italiano
-
+ Language ChangedLa lingua è stata cambiata
@@ -7193,7 +7223,7 @@ p, li { white-space: pre-wrap; }
Norvegese
-
+ Open DirectoryApri cartella
@@ -7207,16 +7237,16 @@ p, li { white-space: pre-wrap; }
Russo
-
+ Select your flipside pictureSeleziona un'immagine per il dorso delle carte
-
-
-
-
-
+
+
+
+
+ Settings ErrorErrore nelle impostazioni
@@ -7251,7 +7281,7 @@ p, li { white-space: pre-wrap; }
Tamil
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!L'immagine selezionata per il dorso delle carte non esiste.
@@ -7264,8 +7294,8 @@ Please enter an valid picture!
Inserite un'immagine valida!
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -7274,8 +7304,8 @@ This first-small-blind-value will be set to maximum allowed value.
Il valore del primo small blind verrà impostato al massimo consentito.
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!La cartella per il file di registro non esiste.
@@ -7293,7 +7323,7 @@ Inserite una directory valida!Turco
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Hai cambiato la lingua dell'applicazione in %1.
@@ -7325,7 +7355,7 @@ Riavvia PokerTH per caricare la nuova lingua!Svedese
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!L'indirizzo della lista server immesso non è un URL valido.
@@ -7347,152 +7377,152 @@ Inserisci un indirizzo valido!Giapponese
-
+ The opponent names are not unique.
Please choose different names for each Opponent!I nomi degli avversari non sono univoci.
Scegli un nome diverso per ogni Avversario!
-
+ Settings InformationInformazioni
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Hai modificato la cartella del file di registro.
Occorre riavviare PokerTH per utilizzare la nuova cartella!
-
-
+
+ Maintainer NameNome responsabile
-
-
+
+ Maintainer EMailE-mail responsabile
-
-
+
+ Create DateData creazione
-
+ Windows BehaviourComportamento finestra
-
+ scaleablescalabile
-
+ fixedfissa
-
+ Minimum SizeDimensione minima
-
+ Maximum SizeDimensione massima
-
+ Fixed SizeDimensione fissa
-
+ StateStato
-
+ Please select your game table styleSeleziona lo stile del tavolo da gioco
-
+ PokerTH game table styles (*.xml)Stili tavolo da gioco di PokerTH (*.xml)
-
+ Game Table Style ErrorErrore sullo stile del tavolo da gioco
-
+ Selected game table style file is already in the list.
Please select another one to add!Lo stile del tavolo da gioco selezionato è già presente nella lista.
Selezionane un altro!
-
+ Game Table Style File ErrorErrore sul file dello stile del tavolo da gioco
-
+ Could not load game table style file correctly.
Style will not be placed into list!Impossibile caricare correttamente il file contenente lo stile.
Lo stile non verrà aggiunto alla lista!
-
+ Please select your card deck styleSeleziona lo stile del mazzo di carte
-
+ PokerTH card deck styles (*.xml)Stili mazzo di carte di PokerTH (*.xml)
-
+ Card Deck Style ErrorErrore sullo stile del mazzo di carte
-
+ Selected card deck style file is already in the list.
Please select another one to add!Lo stile del mazzo di carte selezionato è già presente nella lista.
Selezionane un altro!
-
+ Card Deck Style File ErrorErrore sul file dello stile del mazzo di carte
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Impossibile caricare correttamente il file contenente lo stile.
Lo stile non verrà aggiunto alla lista!
-
+ PokerTH - Delete log filesPokerTH - Elimina file di registro
-
+ Do you really want to delete the selected log files?Desideri veramente cancellare i file di registro selezionati?
@@ -7505,42 +7535,42 @@ Lo stile non verrà aggiunto alla lista!
Desideri veramente cancellare il file di registro selezionato?
-
+ Export PokerTH log file to HTMLEsporta il file di registro di PokerTH in HTML
-
+ PokerTH HTML log (*.html)Registro di PokerTH in formato HTML (*.html)
-
+ Export PokerTH log file to plain textEsporta il file di registro di PokerTH in formato testo
-
+ PokerTH plain text log (*.txt)Registro di PokerTH in formato testo (*.html)
-
+ Save PokerTH log fileSalva il file di registro di PokerTH
-
+ PokerTH SQL log (*.pdb)Registro PokerTH SQL (*.pdb)
-
+ PokerTH - SettingsPokerTH - Impostazioni
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Attenzione: questa operazione cancellerà tuttie le impostazioni personalizzate e chiuderà PokerTH!
@@ -7775,106 +7805,106 @@ Please choose another one.
Scegline un altro.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorErrore di rete
-
+ Server address was not set.Indirizzo del server mancante.
-
+ An invalid port was set (ports 0-1023 are not allowed).È stata specificata una porta non valida (le porte 0-1023 non sono permesse).
-
+ Could not create a socket for TCP communication.Impossibile creare un socket di comunicazione TCP.
-
+ Could not set the IP address.Impossibile impostare l'indirizzo IP.
-
+ Could not set the port for this type of address.Impossibile impostare la porta per questo tipo di indirizzo.
-
+ The server name could not be resolved.Impossibile risolvere il nome del server.
-
+ Bind failed - please choose a different port.Bind non riuscito - seleziona una porta diversa.
-
+ Internal network error: "listen" failed.Errore di rete interno: "listen" non riuscito.
-
+ Server execution was terminated.L'esecuzione del server è stata interrotta.
-
+ Could not connect to the server.Impossibile connettersi al server.
-
+ Connection timed out.
Please check the server address.
@@ -7885,12 +7915,12 @@ Controlla l'indirizzo del server.
Se il server è alle spalle di un router NAT, assicurati che sia stato abilitato il port forwarding.
-
+ Internal network error: "select" failed.Errore di rete interno: "select" non riuscita.
-
+ Internal network error: "send" failed.Errore di rete interno: "send" non riuscito.
@@ -7899,31 +7929,31 @@ Se il server è alle spalle di un router NAT, assicurati che sia stato abilitato
Connessione interrotta dal server.
-
+ The connection to the server was lost.La connessione al server è stata interrotta.
-
+ Internal network error: Duplicate TCP connection.Errore di rete interno: connessione TCP duplicata.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.È stato ricevuto un pacchetto non valido.
Assicurati che tutti i giocatori abbiano la stessa versione di PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Errore di stato interno.
Assicurati che tutti i giocatori abbiano la stessa versione di PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.URL della lista server non valido.
@@ -7942,95 +7972,110 @@ Please make sure that the server list URL is correct.
Assicurati che l'URL della lista server sia corretto.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.La lista server internet di PokerTH contiene dati non validi.
Se utilizzi una lista server personalizzata, assicurati che il suo formato sia corretto.
-
+ Could not unzip the PokerTH internet server list.Impossibile decomprimere la lista dei server Internet di PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Impossibile scaricare la lista server internet di PokerTH.
Assicurati di essere connesso direttamente ad internet.
-
+ Could not open the target file when downloading the server list.Impossibile aprire il file di destinazione durante il download della lista server.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Il server di PokerTH non supporta questa versione del gioco. <br>Visita l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scarica l'ultima versione.
-
+ Sorry, this server is already full.Spiacente, il server è già al completo.
-
+ Invalid login.
Please check your username and password.Accesso negato.
Controlla username e password.
-
+ Your account is blocked indefinitely.Il tuo account è bloccato a tempo indeterminato.
-
+ You cannot login at this time. Please try again in a few seconds.Impossibile effettuare l'accesso. Riprova fra qualche istante.
-
+ You cannot join this game, because another player in that game has your network address.Non puoi unirti alla partita, è presente un altro giocatore che ha il tuo stesso indirizzo di rete.
-
+ Your connection to the server is very slow, the game had to start without you.La connessione al server è molto lenta, la partita deve cominciare senza di te.
-
+ This game is of type invite-only. You cannot join this game without being invited.L'accesso a questa partita è concesso solo su invito. Non puoi partecipare senza essere stato invitato.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Password sbagliata per la partita selezionata.
Reinserisci la password e riprova.
-
+ The avatar report was accepted by the server. Thank you.La segnalazione dell'avatar è stata accettata dal server. Grazie mille.
-
+ This avatar was already reported by another player.Questo avatar è già stato segnalato da un altro giocatore.
-
+ An error occurred while reporting the avatar.Si è verificato un errore durante la segnalazione dell'avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+ La segnalazione sul nome della partita è stata accettata dal server. Grazie.
+
+
+
+ This game name was already reported by another player.
+ Questo nome di partita è già stato segnalato da un altro giocatore.
+
+
+
+ An error occurred while reporting the game name.
+ Si è verificato un errore durante la segnalazione del nome di partita.
+
+
+ The password is too long. Please choose another one.Questa password è troppo lunga. Scegline una diversa.
@@ -8045,67 +8090,67 @@ Scegli un nome diverso.
Il nome del giocatore è troppo corto, troppo lungo o non valido. Scegline un altro.
-
+ The game name is either too short or too long. Please choose another one.Il nome della partita è troppo corto o troppo lungo. Scegline un altro.
-
+ The game could not be found.Impossibile trovare la partita.
-
+ The chat text is invalid.Il testo nella chat non è valido.
-
+ The server referred to an unknown player. Aborting.Il server ha contattato un giocatore sconosciuto. Operazione annullata.
-
+ Internal error: The current player could not be found.Errore interno: Impossibile trovare il giocatore corrente.
-
+ Internal error: The current player is not active.Errore interno: Il giocatore corrente non è attivo.
-
+ You were kicked from the server.Sei stato espulso dal server.
-
+ You were temporarily banned from the server.Sei stato temporaneamente bandito dal server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!La connessione al server è andata in timeout per inattività. Riconnettiti, sei il benvenuto!
-
+ The client player count is invalid.Il numero di giocatori non è valido.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Sono stati impostati troppi blind manuali. Devi riconfigurare i blind.
-
+ An invalid avatar file was configured. Please choose a different avatar.È stato impostato un file di avatar non valido. Scegli un avatar diverso.
-
+ The selected avatar file is too large. Please choose a different avatar.Il file di avatar selezionato è troppo grande. Scegli un avatar diverso.
@@ -8114,89 +8159,89 @@ Scegli un nome diverso.
Non puoi caricare un nuovo avatar in questo momento. Per favore, riprova tra qualche secondo.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Si è verificato un errore interno sugli avatar. Per favore, riferisci l'accaduto ad un admin nella chat prepartita.
-
+ Could not start game: Synchronization failed.Impossibile avviare la partita: sincronizzazione non riuscita.
-
+ The server is down for maintenance. Please try again later.Il server è down per manutenzione. Riprova più tardi.
-
+ An internal error occured.Errore interno.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNotifica di rete
-
+ You were kicked from the game.Sei stato espulso dalla partita.
-
+ Sorry, this game is already full.Spiacente, la partita è già al completo.
-
+ Unable to join - the server has already started the game.Impossibile partecipare - la partita è già iniziata.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Il tuo status di admin è andato in timeout per inattività. Sentiti libero di creare una nuova partita!
-
+ You cannot join this type of game as guest.Non puoi accedere a questa partita come ospite.
-
+ The settings are invalid for this type of game.Impostazioni non valide per questo tipo di partita.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.È disponibile una nuova release di PokerTH.<br>Visita l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scarica l'ultima versione.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Questa versione beta di PokerTH è obsoleta.<br>Visitare l'URL <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e scaricare l'ultima versione.
-
-
+
+ Server MessageMessaggio del server
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_jp.ts b/ts/pokerth_jp.ts
index 34838ee4..92dd82c3 100644
--- a/ts/pokerth_jp.ts
+++ b/ts/pokerth_jp.ts
@@ -1116,9 +1116,8 @@ Please choose another one!
- Timeout for player action (sec):
- プレイヤーアクションのタイムアウト(秒):
+ プレイヤーアクションのタイムアウト(秒):
@@ -1139,19 +1138,19 @@ Please choose another one!
プレイヤーを kick(&K)
-
+ Sort alphabeticallyアルファベット順に並び替え
-
+ Sort by country国で並び替え
-
+ Display idle players待機中のプレイヤーを表示
@@ -1169,25 +1168,25 @@ Please choose another one!
ゲームを離れる(&L)
-
+ Join &any gameどこかのゲームに参加(&A)
-
+ &Create Gameゲームを作成(&C)
-
+ &Join Gameゲームに参加(&J)
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1238,17 +1237,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-Chatロビーチャット
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1266,60 +1266,60 @@ p, li { white-space: pre-wrap; }
ゲームを開始中。お待ち下さい...
-
+ Joining a private Gameプラベートゲームに参加しています
-
+ You are about to join a private game. Please enter the password!プライベートゲームに参加しようとしています。パスワードを入力してください。
-
+ openオープン
-
-
-
-
+
+
+
+ Game Infoゲーム情報
-
-
+
+ Gameゲーム
-
-
+
+ Playersプレイヤー
-
-
+
+ State状態
-
-
+
+ P
-
-
+
+ Available Players有効なプレイヤー
@@ -1339,120 +1339,139 @@ p, li { white-space: pre-wrap; }
プレイヤー情報...
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standardスタンダード
-
-
-
+
+
+ Registered players only登録されたプレイヤーのみ
-
-
-
+
+
+ Invited players only招待されたプレイヤーのみ
-
-
-
+
+
+ Ranking gameランキングゲーム
-
+ Connected players - max. %1接続中プレイヤー - 最大 %1 人
-
-
+
+ T
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1接続中プレイヤー - 最大 %1 人
-
+ running進行中
-
-
+
+ running games: %1進行中のゲーム:%1
-
-
+
+ open games: %1オープンゲーム:%1
-
+ Invite %1招待 %1
-
+ Ignore %1無視 %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 は %2 に %3 によって招待されています。</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 は %2 への招待を拒否しました。</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 は busy のため %2 に参加できません。</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.<br><b>%1</b> 秒後にゲームが開始されます。
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.招待専用のゲームに参加しています。
右クリックでプレイヤーリストからニックネームを選択して他のプレイヤーを招待しましょう。
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?ゲーム "<b>%1</b>" に "<b>%2</b>"より招待されています。<br>
このゲームに参加しますか?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?以後、このプレイヤーからのチャットメッセージとゲームの招待を受けることができなくなります <br> 本当にプレイヤー %1 を無視リストに入れますか?
-
-
+
+ connected players: %1接続中プレイヤー: %1
@@ -1468,1307 +1487,1304 @@ Feel free to invite other players by right-clicking on their nick in the availab
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players接続中プレイヤー
-
+ handsハンド
-
+ minutes分
-
+ double blindsブラインド倍増
-
+ manual blinds order手動ブラインド設定
-
+ Server Errorサーバーエラー
-
+ You should not kick yourself from this game!自分自身をゲームから kick することはできません。
-
+ search for player ...プレイヤー検索...
-
+ Chat is only available to registered players.チャットは登録したプレイヤーのみ使用することができます。
-
+ Invite player ...プレイヤーを招待...
-
+ Ignore player ...プレイヤーを無視...
-
+ %1 is playing in "%2".%1 は "%2" でゲームしています。
-
+ %1 is not playing at the moment.%1 は現在プレイ中ではありません。
-
-
+
+ PokerTH - Info MessagePokerTH - 情報メッセージ
-
+
+ PokerTH - QuestionPokerTH - 質問
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -3749,7 +3765,7 @@ Please enter an valid picture!
-
+ Factory Settings
@@ -3879,21 +3895,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game Settingsローカルゲーム設定
-
+ Number of players:プレイヤー数:
-
-
+
+ Start Cash:開始金額:
@@ -3902,26 +3918,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $
-
-
+
+ First small blind:初期スモールブラインド:
-
-
+
+ Raise blinds:ブラインドの上昇:
@@ -3930,94 +3946,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:毎:
-
-
+
+ handsハンド
-
-
+
+ minutes分
-
-
+
+ Raise mode:上昇設定:
-
-
+
+ Always double blinds常にブラインドが倍増
-
-
+
+ Manual blinds order:手動ブラインド設定:
-
-
+
+ Edit ...設定...
-
+ Game Speed:ゲームスピード:
-
+ Pause between hands (press "start" button to go on)ハンド毎のポーズを有効化("start"ボタンで続行)
-
+ Show game settings dialog on every new gameゲーム設定ダイアログを新規ゲーム毎に表示
-
+ Network Game Settingsネットワークゲーム設定
-
+ Maximum number of players:プレイヤー人数の上限:
-
+ Timeout for player action:プレイヤーアクションのタイムアウト:
@@ -4041,25 +4057,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -4069,90 +4085,90 @@ p, li { white-space: pre-wrap; }
-
+ Export as txttxt として書き出し
-
+ Save as ...別名で保存...
-
+ Delete削除
-
+ Log Fileログファイル
-
-
+
+ s 秒
-
+ Network Server Settingsネットワークサーバー設定
-
-
+
+ Server Port:サーバーポート:
-
-
+
+ Use SCTPSCTP を使用
-
-
+
+ Use IPv6IPv6 を使用
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://ja.wikipedia.org/wiki/IPv6">IPv6とは?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://ja.wikipedia.org/wiki/SCTP">SCTPとは?</a>
-
+ Internet Game Settingsインターネットゲーム設定
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4164,61 +4180,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:サーバーアドレス:
-
+ Use password for private game:プライベートゲーム用のパスワード:
-
+ Computer Engineコンピューターエンジン
-
+ Opponent 6:対戦相手 6:
-
+ Opponent 5:対戦相手 5:
-
+ Opponent 4:対戦相手 4:
-
+ Opponent 3:対戦相手 3:
-
+ Opponent 2:対戦相手 2:
-
+ Opponent 1:対戦相手 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4230,7 +4246,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable Loggingログを 有効化 / 無効化
@@ -4240,31 +4256,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: ログファイルのディレクトリ
-
+ Write log after every: ログファイルの書込タイミング
-
+ action (high frequent disc access)アクション (ディスクアクセス頻度 - 高)
-
+ hand (medium disc access)ハンド (ディスクアクセス頻度 - 中)
-
+ game (low disc access)ゲーム (ディスクアクセス頻度 - 低)
@@ -4272,13 +4288,13 @@ p, li { white-space: pre-wrap; }
-
+ Log Messagesログメッセージ
-
+ Player Nicks/Avatarsプレイヤーニックネーム / アバター
@@ -4292,33 +4308,38 @@ p, li { white-space: pre-wrap; }
Show left toolbox左ツールボックスを表示
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URL自動サーバー設定 URL
-
+ Serverlist Address:サーバーリストアドレス:
-
+ Manual Server Configuration手動サーバー設定
-
+ Store log files for:
-
+ Day(s) 日
@@ -4354,7 +4375,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:アバターサーバー:
@@ -4445,90 +4466,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:ハンド毎のディレイ:
-
+ Serverサーバー
-
+ Gameゲーム
-
+ Default game name:初期ゲーム名:
-
+ Default game type:初期ゲームタイプ:
-
+ Standardスタンダード
-
+ Registered players only登録プレイヤーのみ
-
+ Invited players only招待されたプレイヤーのみ
-
+ Ranking gameランキングゲーム
-
+ Show lobby chatロビーチャットを表示
-
+ Automatically leave the table after the game finished
-
+ Ignored Players無視プレイヤーリスト
-
+ Playerプレイヤー
-
+ Remove Playerプレイヤーをリストから削除
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4542,19 +4563,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:対戦相手 7:
-
+ Opponent 8:対戦相手 8:
-
+ Opponent 9:対戦相手 9:
@@ -4562,65 +4583,65 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings Error設定エラー
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!入力されたカード裏面画像が存在しません。
正しい画像を入力してください。
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!ログファイルのディレクトリが存在しません。
正しいディレクトリを設定して下さい。
-
+ Language Changed言語が設定されました。
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!アプリケーションの言語が %1 に変更されました。
PokerTH を再起動して設定を適応して下さい。
-
+ Select your flipside pictureカード裏面画像を選択
-
+ Images (*.png *.jpg *.gif)画像 (*.png *.jpg *.gif)
-
+ Open Directoryディレクトリを開く
-
-
+
+ Blinds Errorブラインドエラー
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -4629,7 +4650,7 @@ This first-small-blind-value will be set to maximum allowed value.
この最初のブラインドの値は最大値になります。
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!入力されたサーバーリストアドレスは不正な URL です。
@@ -4766,150 +4787,150 @@ Please enter a valid server list address!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name作者名
-
-
+
+ Maintainer EMail作者のE-mail
-
-
+
+ Create Date作成日
-
+ Windows Behaviourウインドウの性質
-
+ scaleable可変
-
+ fixed固定
-
+ Minimum Size最小サイズ
-
+ Maximum Size最大サイズ
-
+ Fixed Size固定サイズ
-
+ State状態
-
+ Please select your game table styleゲームテーブルスタイルを選択して下さい
-
+ PokerTH game table styles (*.xml)PokerTH ゲームテーブルスタイル (*.xml)
-
+ Game Table Style Errorゲームテーブルスタイルエラー
-
+ Selected game table style file is already in the list.
Please select another one to add!選択されたゲームテーブルスタイルは既にリストに追加されています。
追加するには別のゲームテーブルスタイルを選択して下さい。
-
+ Game Table Style File Errorゲームテーブルスタイルファイルエラー
-
+ Could not load game table style file correctly.
Style will not be placed into list!ゲームテーブルスタイルファイルが正しく読み込めません。
スタイルはリストに追加されませんでした。
-
+ Please select your card deck styleカードデッキスタイルを選択して下さい。
-
+ PokerTH card deck styles (*.xml)PokerTH カードデッキスタイル (*.xml)
-
+ Card Deck Style Errorカードデッキスタイルエラー
-
+ Selected card deck style file is already in the list.
Please select another one to add!選択されたカードデッキスタイルは既にリストに追加されています。
追加するには別のカードデッキスタイルを選択して下さい。
-
+ Card Deck Style File Errorカードデッキスタイルファイルエラー
-
+ Could not load card deck style file correctly.
Style will not be placed into list!カードデッキスタイルファイルが正しく読み込めません。
スタイルはリストに追加されませんでした。
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -4922,42 +4943,42 @@ Style will not be placed into list!
本当に選択したログファイルを削除しますか?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log filePokerTH ログファイルを保存
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5145,107 +5166,107 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network Errorネットワークエラー
-
+ Server address was not set.サーバーアドレスが設定されていません。
-
+ An invalid port was set (ports 0-1023 are not allowed).不正なポートが設定されています(0-1023番ポートは使用できません)。
-
+ Could not create a socket for TCP communication.TCP 接続のための socket が作成できません。
-
+ Could not set the IP address.IP アドレスが設定されていません。
-
+ Could not set the port for this type of address.このタイプのアドレスのためのポートが設定できません。
-
+ The server name could not be resolved.サーバー名が解決されませんでした。
-
+ Bind failed - please choose a different port.Bind 失敗 - 別のポートを選択してください。
-
+ Internal network error: "listen" failed.内部ネットワークエラー: "listen" 失敗
-
+ Server execution was terminated.I dont have this kind of knowledge to translate...
-
+ Could not connect to the server.サーバーに接続できませんでした。
-
+ Connection timed out.
Please check the server address.
@@ -5256,12 +5277,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
NAT ルーターを介して接続している場合、サーバー用にポート開放設定がされていることを確認してください。
-
+ Internal network error: "select" failed.内部ネットワークエラー: "select" 失敗
-
+ Internal network error: "send" failed.内部ネットワークエラー: "send" 失敗
@@ -5270,26 +5291,26 @@ NAT ルーターを介して接続している場合、サーバー用にポー
サーバーにより接続が切断されました。
-
+ Internal network error: Duplicate TCP connection.内部ネットワークエラー:TCP 接続の重複
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.不正なパケットを受信しました。
全てのプレイヤーが同一バージョンの PokerTH を使用していることを確認して下さい。
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.内部状態エラー。
全てのプレイヤーが同一バージョンの PokerTH を使用していることを確認して下さい。
-
+ Invalid server list URL.
Please correct the address in the settings.不正なサーバーリスト URL を検出しました。
@@ -5308,253 +5329,268 @@ Please make sure that the server list URL is correct.
サーバーリストの URL が正しいか確認して下さい。
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH インターネットサーバーリストに含まれるデータが不正です。
カスタムサーバーリストを使用している場合、そのフォーマットが正しいか確認して下さい。
-
+ Could not unzip the PokerTH internet server list.PokerTH インターネットサーバーリストが展開できませんでした。
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.PokerTH インターネットサーバーリストがダウンロードできませんでした。
直接インターネットに接続されているか確認して下さい。
-
+ Could not open the target file when downloading the server list.サーバーリストをダウンロードする際にファイルを開くことができませんでした。
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH サーバーはお使いのバージョンをサポートしていません。<br><a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> より最新版をダウンロードして下さい。
-
+ Sorry, this server is already full.このサーバーは既に満員です。
-
+ Invalid login.
Please check your username and password.不正なログインです。
ユーザー名とパスワードを確認して下さい。
-
+ Your account is blocked indefinitely.I can't imagine the meaning of indefinitely in this situation.あなたのアカウントはおそらくブロックされています。
-
+ You cannot login at this time. Please try again in a few seconds.今回ログインできません。数秒後、再度お試し下さい。
-
+ You cannot join this game, because another player in that game has your network address.別のプレイヤーが同一のネットワークアドレスを持っているため、このゲームに参加できません。
-
+ Your connection to the server is very slow, the game had to start without you.サーバーへの接続が遅すぎるため、ゲームに参加できない可能性があります。
-
+ This game is of type invite-only. You cannot join this game without being invited.このゲームは招待専用のため、招待無しで参加することはできません。
-
+ Invalid password when joining the game.
Please reenter the password and try again.ゲームに参加するパスワードが不正です。
パスワードを再度入力してもう一度お試し下さい。
-
+ The avatar report was accepted by the server. Thank you.アバターの報告は受け付けられました。ありがとうございます。
-
+ This avatar was already reported by another player.このアバターは既に他のプレイヤーに報告されています。
-
+ An error occurred while reporting the avatar.アバターの報告の際、エラーが発生しました。
-
+ The password is too long. Please choose another one.パスワードが長すぎます。別のパスワードを設定して下さい。
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.ゲーム名が短すぎるか長すぎます。別のゲーム名を設定して下さい。
-
+ The game could not be found.ゲームが見つかりませんでした。
-
+ The chat text is invalid.チャット文章が不正です。
-
+ The server referred to an unknown player. Aborting.サーバーが不明なプレイヤーを参照しました。終了します。
-
+ Internal error: The current player could not be found.内部エラー:現在のプレイヤーが見つかりませんでした。
-
+ Internal error: The current player is not active.内部エラー:現在のプレイヤーはアクティブではありません。
-
+ You were kicked from the server.サーバーから kick されました。
-
+ You were temporarily banned from the server.サーバーから一時的に BAN されました。
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!あなたの接続は静止状態が続くとタイムアウトします。再接続お待ちしております。
-
+ The client player count is invalid.クライアントプレイヤー計算が不正です。
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.手動ブラインド設定が多すぎます。手動ブラインド設定を再設定して下さい。
-
+ An invalid avatar file was configured. Please choose a different avatar.不正なアバターが設定されています。別のアバターを選択して下さい。
-
+ The selected avatar file is too large. Please choose a different avatar.選択されたアバターファイルが大きすぎます。別のアバターを選択して下さい。
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.内部アバターエラーが発生しました。ロビーチャット内の管理者に報告して下さい。
-
+ Could not start game: Synchronization failed.ゲームが開始できません: 同期失敗。
-
+ The server is down for maintenance. Please try again later.メンテナンスのためサーバーがダウンしています。後ほどお試し下さい。
-
+ An internal error occured.内部エラーが発生しました。
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network Notificationネットワーク通知
-
+ You were kicked from the game.ゲームから kick されました。
-
+ Sorry, this game is already full.このゲームは既に満員です。
-
+ Unable to join - the server has already started the game.参加できません - サーバーが既にゲームを開始しています。
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!静止状態で管理者状態はタイムアウトしました。新規ゲームを作成して下さい。
-
+ You cannot join this type of game as guest.このゲームタイプにはゲストとして参加することが出来ません。
-
+ The settings are invalid for this type of game.このゲームタイプの設定は不正です。
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.新しいバージョンの PokerTH がリリースされました。<a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> より最新版をダウンロードして下さい。
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.このベータリリースの PokerTH は期限切れです。<a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> より最新版をダウンロードして下さい。
-
-
+
+ Server Messageサーバーメッセージ
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1
diff --git a/ts/pokerth_lt.ts b/ts/pokerth_lt.ts
index a6918803..63ef5c04 100644
--- a/ts/pokerth_lt.ts
+++ b/ts/pokerth_lt.ts
@@ -1420,9 +1420,8 @@ Prašome pasirinkti kitą!
- Timeout for player action (sec):
- Pertraukėlė žaidėjo veiksmui atlikti (sek.):
+ Pertraukėlė žaidėjo veiksmui atlikti (sek.):
@@ -1443,19 +1442,19 @@ Prašome pasirinkti kitą!
&Pašalinti žaidėją
-
+ Sort alphabeticallyRikiuoti pagal abėcėlę
-
+ Sort by countryRikiuoti pagal šalį
-
+ Display idle playersRodyti laisvus žaidėjus
@@ -1473,25 +1472,25 @@ Prašome pasirinkti kitą!
&Palikti žaidimą
-
+ Join &any gameJungtis prie &bet kurio
-
+ &Create Game&Sukurti žaidimą
-
+ &Join Game&Jungtis prie žaidimo
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1542,17 +1541,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-ChatFojė-Pokalbis
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1574,46 +1574,46 @@ p, li { white-space: pre-wrap; }
Pradedamas žaidimas. Prašome palaukti ...
-
+ Joining a private GameJungiamasi prie privataus žaidimo
-
+ You are about to join a private game. Please enter the password!Jūs esate čia, kad prisijungtumėte prie privataus žaidimo. Prašome įrašyti slaptažodį!
-
+ openatviras
-
-
-
-
+
+
+
+ Game InfoŽaidimo informacija
-
-
+
+ GameŽaidimas
-
-
+
+ PlayersŽaidėjai
-
-
+
+ StateBūsena
@@ -1623,15 +1623,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersPasiekiami žaidėjai
@@ -1651,119 +1651,138 @@ p, li { white-space: pre-wrap; }
Žaidėjo informacija ...
-
-
-
+
+
+ StandardStandartinis
-
-
-
+
+
+ Registered players onlyTik užsiregistravę žaidėjai
-
-
-
+
+
+ Invited players onlyTik pakviesti žaidėjai
-
-
-
+
+
+ Ranking gameŽaidimas dėl reitingų
-
+ Connected players - max. %1Prisijungusių vartotojų - max. %1
-
-
+
+ TT
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1Prisijungusių vartotojų - Max. %1
-
+ runningvykdoma
-
-
+
+ running games: %1vyksta žaidimų: %1
-
-
+
+ open games: %1atviri žaidimai: %1
-
+ Invite %1Pakviesti %1
-
+ Ignore %1Ignoruoti %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 buvo pakviestas į %2 nuo %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 atmetė pakvietimą į %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 negali jungtis %2, nes yra užimta(s).</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Žaidimas prasidės po<br><b>%1</b> sekundžių.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Jūs atsidūrėte žaidimo su "tik su pakvietimais" tipu.
Nesivaržykite pakviesti kitus žaidėjus spragtelėdami dešinį mygtuką ant jų slapyvardžių prieinamame žaidėjų sąraše.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Jūs buvote pakviestas į žaidimą <b>%1</b> nuo <b>%2</b>.<br>Ar norite jungtis prie žaidimo?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Jūs nebegausite daugiau pokalbio žinučių arba žaidimo pakvietimų iš šio naudotojo.<br>Ar tikrai norite patalpinti žaidėją <b>%1</b> į ignoravimo sąrašą?
-
-
+
+ connected players: %1prisijungę žaidėjai: %1
@@ -1779,1307 +1798,1304 @@ Nesivaržykite pakviesti kitus žaidėjus spragtelėdami dešinį mygtuką ant j
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected playersPrisijungę žaidėjai
-
+ handsrankos
-
+ minutesminutės
-
+ double blindsdvigubi statymai
-
+ manual blinds orderrankinių statymų tvarka
-
+ Server ErrorServerio klaida
-
+ You should not kick yourself from this game!Jūs negalėsite išmesti savęs iš šio žaidimo!
-
+ search for player ...ieškoti žaidėjo ...
-
+ Chat is only available to registered players.Pokalbis yra prieinamas tik užsiregistravusiems žaidėjams.
-
+ Invite player ...Pakviesti žaidėją ...
-
+ Ignore player ...Ignoruoti žaidėją ...
-
+ %1 is playing in "%2".%1 žaidžia "%2".
-
+ %1 is not playing at the moment.%1 šiuo metu nežaidžia.
-
-
+
+ PokerTH - Info MessagePokerTH - Informacinė žinutė
-
+
+ PokerTH - QuestionPokerTH - Klausimas
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ LithuaniaLietuvių
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4060,7 +4076,7 @@ Prašome įvesti galiojantį paveikslėlį!
-
+ Factory Settings
@@ -4190,21 +4206,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsVietinio žaidimo nuostatos
-
+ Number of players:Žaidėjų skaičius:
-
-
+
+ Start Cash:Pradinis statymas:
@@ -4213,26 +4229,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Pirmasis mažasis statymas:
-
-
+
+ Raise blinds:Didinti statymus:
@@ -4241,94 +4257,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Po kiekvienos:
-
-
+
+ handsrankos
-
-
+
+ minutesminutės
-
-
+
+ Raise mode:Didinimo būsena:
-
-
+
+ Always double blindsVisuomet dvigubinti statymus
-
-
+
+ Manual blinds order:Rankinių statymų tvarka:
-
-
+
+ Edit ...Taisyti ...
-
+ Game Speed:Žaidimo greitis:
-
+ Pause between hands (press "start" button to go on)Pauzė tarp rankų (spauskite "pradėti" mygtuką, kad tęstumėte)
-
+ Show game settings dialog on every new gameRodyti žaidimo nuostatų dialogo langą per kiekvieną naują žaidimą
-
+ Network Game SettingsTinklo žaidimo nuostatos
-
+ Maximum number of players:Didžiausias žaidėjų skaičius:
-
+ Timeout for player action:Pertraukėlė žaidėjo veiksmui atlikti:
@@ -4352,25 +4368,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -4380,90 +4396,90 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtEksportuoti kaip txt
-
+ Save as ...Įrašyti kaip ...
-
+ DeleteŠalinti
-
+ Log FileŽurnalo failas
-
-
+
+ s s
-
+ Network Server SettingsTinklo serverio nuostatos
-
-
+
+ Server Port:Serverio prievadas:
-
-
+
+ Use SCTPNaudoti SCTP
-
-
+
+ Use IPv6Naudoti IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Kas tai?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Kas tai?</a>
-
+ Internet Game SettingsŽaidimo internetu nuostatos
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4475,61 +4491,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Serverio adresas:
-
+ Use password for private game:Naudoti slaptažodį privačiam žaidimui:
-
+ Computer EngineKompiuterio varikliukas
-
+ Opponent 6:Priešininkas 6:
-
+ Opponent 5:Priešininkas 5:
-
+ Opponent 4:Priešininkas 4:
-
+ Opponent 3:Priešininkas 3:
-
+ Opponent 2:Priešininkas 2:
-
+ Opponent 1:Priešininkas 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4541,7 +4557,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingĮjungti/Išjungti prisijungimą
@@ -4551,31 +4567,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Žurnalo failo katalogas:
-
+ Write log after every: Įrašyti žurnalą po kiekvieno:
-
+ action (high frequent disc access)veiksmo (disko prieigos aukštas dažnis)
-
+ hand (medium disc access)rankos (vidutinė disko prieiga)
-
+ game (low disc access)žaidimo (žema disko prieiga)
@@ -4583,13 +4599,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesŽurnalo žinutės
-
+ Player Nicks/AvatarsŽaidėjo slapyvardžiai/avatarai
@@ -4603,33 +4619,38 @@ p, li { white-space: pre-wrap; }
Show left toolboxRodyti kairįjį priemonių komplektą
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URLAutomatinė serverio konfigūracija URL
-
+ Serverlist Address:Serverio sąrašo adresas:
-
+ Manual Server ConfigurationRankinė serverio konfigūracija
-
+ Store log files for:
-
+ Day(s)Diena(os)
@@ -4665,7 +4686,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avataro serveris:
@@ -4756,90 +4777,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Delsti tarp rankų:
-
+ ServerServeris
-
+ GameŽaidimas
-
+ Default game name:Numatytas žaidimo pavadinimas:
-
+ Default game type:Numatytas žaidimo tipas:
-
+ StandardStandartinis
-
+ Registered players onlyTik užsiregistravę žaidėjai
-
+ Invited players onlyTik pakviesti žaidėjai
-
+ Ranking gameŽaidimas dėl reitingų
-
+ Show lobby chatRodyti fojė pokalbius
-
+ Automatically leave the table after the game finished
-
+ Ignored PlayersIgnoruojami žaidėjai
-
+ PlayerŽaidėjas
-
+ Remove PlayerPašalinti žaidėją
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4853,19 +4874,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Priešininkas 7:
-
+ Opponent 8:Priešininkas 8:
-
+ Opponent 9:Priešininkas 9:
@@ -4943,65 +4964,65 @@ p, li { white-space: pre-wrap; }
Turkų
-
-
-
-
-
+
+
+
+
+ Settings ErrorNuostatų klaida
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Įvesta atvirkštinė paveikslėlio pusė neegzistuoja.
Prašome įvesti galiojantį paveikslėlį!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Žurnalo failo katalogas neegzistuoja.
Prašome pasirinkti galiojantį katalogą!
-
+ Language ChangedKalba pakeista
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Jūs pakeitėte programos kalbą į %1.
Prašome perkrauti PokerTH, kad įkeltumėte naują kalbą!
-
+ Select your flipside picturePasirinkite paveikslėlio atvirkštinę pusę
-
+ Images (*.png *.jpg *.gif)Paveikslėliai (*.png *.jpg *.gif)
-
+ Open DirectoryAtverti katalogą
-
-
+
+ Blinds ErrorStatymų klaida
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5035,7 +5056,7 @@ yra mažesnis už esamą pirmąjį-mažajį-statymą!
Švedų
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Įvestas serverio sąrašo adresas nėra galiojantis URL.
@@ -5077,150 +5098,150 @@ Prašome įvesti galiojantį serverio sąrašo adresą!Tamilų
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NamePrižiūrėtojo vardas
-
-
+
+ Maintainer EMailPrižiūrėtojo el.paštas
-
-
+
+ Create DateSukūrimo data
-
+ Windows BehaviourLangų elgsena
-
+ scaleableišplečiamas
-
+ fixedfiksuotas
-
+ Minimum SizeMažiausias dydis
-
+ Maximum SizeDidžiausias dydis
-
+ Fixed SizeFiksuotas dydis
-
+ StateBūsena
-
+ Please select your game table stylePrašome pasirinkti savo žaidimo stalo stilių
-
+ PokerTH game table styles (*.xml)PokerTH žaidimo stalo stiliai (*.xml)
-
+ Game Table Style ErrorŽaidimo stalo stiliaus klaida
-
+ Selected game table style file is already in the list.
Please select another one to add!Pasirinktas žaidimo stalo stiliaus failas jau yra sąraše.
Prašome pasirinkti kitą!
-
+ Game Table Style File ErrorŽaidimo stalo stiliaus failo klaida
-
+ Could not load game table style file correctly.
Style will not be placed into list!Nepavyko įkelti žaidimo stalo stiliaus failo teisingai.
Stilius nebus įkeltas į sąrašą!
-
+ Please select your card deck stylePrašome pasirinkti savo kortų kaladės stilių
-
+ PokerTH card deck styles (*.xml)PokerTH kortų kaladės stiliai (*.xml)
-
+ Card Deck Style ErrorKortų kaladės stiliaus klaida
-
+ Selected card deck style file is already in the list.
Please select another one to add!Pasirinktas kortų kaladės stiliaus failas jau yra sąraše.
Prašome pasirinkti kitą!
-
+ Card Deck Style File ErrorKortų kaladės stiliaus failo klaida
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Nepavyko įkelti kortų kaladės stiliaus failo teisingai.
Stilius nebus įkeltas į sąrašą!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -5233,42 +5254,42 @@ Stilius nebus įkeltas į sąrašą!
Ar tikrai norite pašalinti pasirinktą žurnalo failą?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log fileIšsaugoti PokerTH žurnalo failą
-
+ PokerTH SQL log (*.pdb)PokerTH SQL žurnalas (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5472,106 +5493,106 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorTinklo klaida
-
+ Server address was not set.Serverio adresas nebuvo nustatytas.
-
+ An invalid port was set (ports 0-1023 are not allowed).Vidinis prievadas buvo nustatytas (prievadai 0-1023 yra neleidžiami).
-
+ Could not create a socket for TCP communication.Nepavyko sukurti jungties TCP ryšiui.
-
+ Could not set the IP address.Netinkamas IP adresas.
-
+ Could not set the port for this type of address.Netinkamas prievadas šio tipo adresui.
-
+ The server name could not be resolved.Serverio pavadinimo nepavyksta nustatyti.
-
+ Bind failed - please choose a different port.Surišimas nepavyko - prašome pasirinkti kitą prievadą.
-
+ Internal network error: "listen" failed.Vidinė tinklo klaida: "pasiklausymas" nepavyko.
-
+ Server execution was terminated.Serverio vykdymas buvo nutrauktas.
-
+ Could not connect to the server.Netinkamas prisijungimas prie serverio.
-
+ Connection timed out.
Please check the server address.
@@ -5582,12 +5603,12 @@ Prašome patikrinti serverio adresą.
Jei serveris yra už NAT-maršruto parinktuvo, įsitikinkite ar prievadas persiunčiant buvo nustatytas serverio pusėje.
-
+ Internal network error: "select" failed.Vidinė tinklo klaida: "pasirinkti" nepavyko.
-
+ Internal network error: "send" failed.Vidinė tinklo klaida: "nusiųsti" nepavyko.
@@ -5596,26 +5617,26 @@ Jei serveris yra už NAT-maršruto parinktuvo, įsitikinkite ar prievadas persiu
Prisijungimas buvo nutrauktas iš serverio.
-
+ Internal network error: Duplicate TCP connection.Vidinė tinklo klaida: Dubliuojasi TCP prisijungimas.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Vidinis tinklo paketas buvo gautas.
Prašome įsitikinti, kad visi žaidėjai naudoja tokią pačią PokerTH versiją.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Vidinės būsenos klaida.
Prašome įsitikinti, kad visil žaidėjai naudoja tokią pačią PokerTH versiją.
-
+ Invalid server list URL.
Please correct the address in the settings.Netinkamas serverio sąrašo URL.
@@ -5634,252 +5655,267 @@ Please make sure that the server list URL is correct.
Prašome įsitikinti, kad serverio sąrašo URL yra teisingas.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH interneto serverio sąrašo turinys netinkamų duomenų.
Jei naudojate savitą serverio sąrašą, prašome įsitikinti ar šis formatas yra teisingas.
-
+ Could not unzip the PokerTH internet server list.Nepavyko išarchyvuoti PokerTH interneto serverio sąrašo.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Nepavyko atsiųsti PokerTH interneto serverio sąrašo.
Prašome įsitikinti ar esate tiesiogiai prisijungęs prie interneto.
-
+ Could not open the target file when downloading the server list.Nepavyko atverti paskirties failo, kuomet buvo atsiunčiamas serverio sąrašas.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH serveris nesupranta šios žaidimo versijos.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisiųsti naujausią versiją.
-
+ Sorry, this server is already full.Atsiprašome, šis serveris jau yra užpildytas.
-
+ Invalid login.
Please check your username and password.Netinkamas prisijungimas.
Prašome patikrinti vartotojo vardą ir slaptažodį.
-
+ Your account is blocked indefinitely.Jūsų paskyrą yra užblokuota neribotam laikui.
-
+ You cannot login at this time. Please try again in a few seconds.Jūs negalite šiuo metu prisijungti. Prašome pamėginti vėl po penkių sekundžių.
-
+ You cannot join this game, because another player in that game has your network address.Jūs negalite prisijungti prie žaidimo, nes kitas žaidėjas šiame žaidime turi Jūsų tinklo adresą.
-
+ Your connection to the server is very slow, the game had to start without you.Jūsų ryšys su serveriu yra labai lėtas, žaidimas turėjo prasidėti be Jūsų.
-
+ This game is of type invite-only. You cannot join this game without being invited.Šis žaidimas yra tik su pakvietimais tipo. Jūs negalite jungtis prie šio žaidimo be pakvietimo.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Netinkamas slaptažodis jungiantis prie žaidimą.
Prašome įvesti slaptažodį ir mėginti dar kartą.
-
+ The avatar report was accepted by the server. Thank you.Pranešimą apie avatarą serveris priėmė. Ačiū Jums.
-
+ This avatar was already reported by another player.Apie šį avatarą jau pranešė kitas žaidėjas.
-
+ An error occurred while reporting the avatar.Pranešimo metu apie avataro paveikslėlį įvyko klaida.
-
+ The password is too long. Please choose another one.Slaptažodis yra per ilgas. Prašome pasirinkti kitą.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.Žaidimo pavadinimas yra per trumpas arba per ilgas. Prašome pasirinkti kitą.
-
+ The game could not be found.Žaidimo nepavyko rasti.
-
+ The chat text is invalid.Pokalbio tekstas yra netinkamas.
-
+ The server referred to an unknown player. Aborting.Serveris kreipėsi į nežinomą žaidėją. Nutraukiama.
-
+ Internal error: The current player could not be found.Vidinė klaida: Esamo žaidėjo nepavyko rasti.
-
+ Internal error: The current player is not active.Vidinė klaida: Esamas žaidėjas nėra aktyvus.
-
+ You were kicked from the server.Jūs buvote pašalintas iš serverio.
-
+ You were temporarily banned from the server.Jūs buvote laikinai pašalintas iš serverio.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Jūsų serverio prisijungimo laikas baigėsi dėl neveiksnumo. Jūs esate labai kviečiamas vėl prisijungti!
-
+ The client player count is invalid.Kliento žaidėjas yra apskaičiuotas netinkamai.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Per daug rankinių statymų buvo nustatyta. Prašome perkonfigūruoti rankinius statymus.
-
+ An invalid avatar file was configured. Please choose a different avatar.Vidinis avataro failas buvo sukonfigūruotas. Prašome pasirinkti kitą avatarą.
-
+ The selected avatar file is too large. Please choose a different avatar.Pasirinktas avataro failas yra per didelis. Prašome pasirinkti kitą avatarą.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Įvyko vidinė avataro klaida. Prašome pranešti apie tai administratoriui fojė pokalbio lange.
-
+ Could not start game: Synchronization failed.Nepavyko pradėti žaidimo: Sinchronizavimas nepavyko.
-
+ The server is down for maintenance. Please try again later.Serveris neveikia dėl apžiūros. Prašome pabandyti vėliau.
-
+ An internal error occured.Įvyko vidinė klaida.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationTinklo pranešimas
-
+ You were kicked from the game.Jūs buvote pašalintas iš žaidimo.
-
+ Sorry, this game is already full.Atsiprašome, šis žaidimas jau yra užpildytas.
-
+ Unable to join - the server has already started the game.Negalima prisijungti - serveris jau pradėjęs žaidimą.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Jūsų administratoriaus būsenos laikas baigėsi dėl neveiklumo. Nesivaržykite sukurti naujo žaidimo!
-
+ You cannot join this type of game as guest.Jūs negalite jungtis prie šio žaidimo tipo kaip svečias.
-
+ The settings are invalid for this type of game.Nuostatos yra netinkamos šio tipo žaidimui.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Nauja PokerTH laida yra prieinama.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisiųsti naujausią versiją.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Ši PokerTH beta laida yra pasenusi.<br>Prašome eiti į <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> ir atsisųsti naujausią versiją.
-
-
+
+ Server MessageServerio žinutė
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_nl.ts b/ts/pokerth_nl.ts
index 890a5f3e..86161ae1 100644
--- a/ts/pokerth_nl.ts
+++ b/ts/pokerth_nl.ts
@@ -2943,7 +2943,7 @@ Kies een andere naam.
Spellobby
-
+ Lobby-ChatLobby - Chat
@@ -3072,9 +3072,8 @@ p, li { white-space: pre-wrap; }
- Timeout for player action (sec):
- Denktijd voor de spelers (sec):
+ Denktijd voor de spelers (sec):Hands before raise blinds:
@@ -3174,6 +3173,7 @@ p, li { white-space: pre-wrap; }
+ Timing:
@@ -3190,19 +3190,19 @@ p, li { white-space: pre-wrap; }
Speler ver&wijderen
-
+ Sort alphabeticallySorteren op alfabet
-
+ Sort by countrySorteren op land
-
+ Display idle playersNiet-actieve spelers weergeven
@@ -3218,25 +3218,25 @@ p, li { white-space: pre-wrap; }
Spel &verlaten
-
+ Join &any game&Naar willekeurig spel
-
+ &Create GameSpel ma&ken
-
+ &Join Game&Meedoen met spel
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3290,7 +3290,7 @@ p, li { white-space: pre-wrap; }
Meedoen met willekeurig spel
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -3307,20 +3307,20 @@ p, li { white-space: pre-wrap; }
gameLobbyDialogImpl
-
-
-
-
+
+
+
+ Game InfoInfo over spel
-
+ Server ErrorServerfout
-
+ You should not kick yourself from this game!U mag zichzelf niet uit dit spel verwijderen.
@@ -3334,15 +3334,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersAanwezige spelers
@@ -3362,52 +3362,71 @@ p, li { white-space: pre-wrap; }
Spelersinfo ...
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardStandaard
-
-
-
+
+
+ Registered players onlyAlleen geregistreerde spelers
-
-
-
+
+
+ Invited players onlyAlleen uitgenodigde spelers
-
-
-
+
+
+ Ranking gameSpel voor ranking
-
+ Connected players - max. %1Spelers met verbinding - max. %1
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ Joining a private GameMeedoen met een privéspel
-
+ You are about to join a private game. Please enter the password!U wilt meedoen met een privéspel. Voer het wachtwoord in.
-
-
+
+ TT
@@ -3423,1358 +3442,1355 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1Spelers met verbinding - max. %1
-
+ runningbezig
-
+ openopen
-
-
+
+ Connected playersSpelers met verbinding
-
+ handshand(en)
-
+ minutesmin.
-
+ double blindsverdubbelen
-
+ manual blinds ordereigen lijst
-
+ search for player ...Speler zoeken ...
-
+ Chat is only available to registered players.Alleen geregistreerde spelers kunnen chatten.
-
+ Invite %1%1 uitnodigen
-
+ Ignore %1%1 negeren
-
+ %1 is playing in "%2".%1 speelt in "%2".
-
+ %1 is not playing at the moment.%1 speelt momenteel niet.
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 is uitgenodigd voor %2 door %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 heeft de uitnodiging voor %2 afgeslagen.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 is bezig en kan niet meedoen met %2.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Het spel begint over<br><b>%1</b> seconden.
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ LithuaniaLitouws
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
-
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
+
+ Invite player ...Speler uitnodigen ...
-
+ Ignore player ...Speler negeren ...
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Er wordt meegedaan aan een spel van het type "alleen op uitnodiging".
Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de lijst Aanwezige spelers.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Uitnodiging ontvanger van <b>%2</b> voor spel <b>%1</b>.<br>Meedoen met dit spel?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Er zullen geen chatberichten of speluitnodigingen meer worden ontvangen van deze gebruiker. <br>Speler <b>%1</b> werkelijk op de lijst Genegeerde spelers zetten?
-
-
+
+ PokerTH - Info MessagePokerTH - Infobericht
-
+
+ PokerTH - QuestionPokerTH - Vraag
@@ -4785,22 +4801,22 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de
-
-
+
+ GameSpel
-
-
+
+ PlayersSpelers
-
-
+
+ StateStatus
@@ -4809,14 +4825,14 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de
Privé
-
-
+
+ running games: %1%1 spel(len) bezig
-
-
+
+ open games: %1%1 open spel(len)
@@ -4825,8 +4841,8 @@ Andere spelers kunnen worden uitgenodigd door op hun naam te rechtsklikken in de
%1 speler(s) in de chat
-
-
+
+ connected players: %1%1 speler(s) met verbinding
@@ -6234,8 +6250,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Startgeld:
@@ -6250,16 +6266,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Serverpoort:
-
-
+
+ Use IPv6IPv6 gebruiken
@@ -6273,19 +6289,19 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineComputertegenstanders
-
+ Opponent 5:Tegenstander 5:
-
+ Opponent 3:Tegenstander 3:
@@ -6300,25 +6316,25 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 2:Tegenstander 2:
-
+ Opponent 6:Tegenstander 6:
-
+ Opponent 1:Tegenstander 1:
-
+ Opponent 4:Tegenstander 4:
@@ -6336,7 +6352,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Map voor logbestanden:
@@ -6344,19 +6360,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLogberichten
-
+ Local Game SettingsInstellingen van lokaal spel
-
+ Network Game SettingsInstellingen van netwerkspel
@@ -6390,13 +6406,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxLinkertoolbox weergeven
+
+
+ Play blind raise notification
+
+ Show statusbar messagesBerichten weergeven in de statusbalk
-
+ Show game settings dialog on every new gameInstellingenvenster weergeven voor ieder nieuw spel
@@ -6406,19 +6427,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Aantal spelers:
-
+ Game Speed:Speelsnelheid:
-
+ Pause between hands (press "start" button to go on)Stoppen tussen handen (druk op Start om door te gaan)
@@ -6432,7 +6453,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingLogbestanden schrijven
@@ -6442,7 +6463,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Logbestand bijwerken na iedere:
@@ -6465,24 +6486,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPSCTP gebruiken
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://nl.wikipedia.org/wiki/Ipv6">Wat is dit?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://nl.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Wat is dit?</a>
@@ -6504,7 +6525,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Maximale aantal spelers:
@@ -6526,19 +6547,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)handeling (veel schijfactiviteit)
-
+ hand (medium disc access)hand (matige schijfactiviteit)
-
+ game (low disc access)partij (weinig schijfactiviteit)
@@ -6558,7 +6579,7 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsInstellingen van netwerkserver
@@ -6578,19 +6599,19 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Serveradres:
-
+ Use password for private game:Wachtwoord gebruiken voor privéspel:
-
+ Internet Game SettingsInstellingen van internetspel
@@ -6625,16 +6646,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Eerste kleine blind:
-
-
+
+ Raise blinds:Blinds verhogen:
@@ -6643,58 +6664,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Na iedere:
-
-
+
+ handshand(en)
-
-
+
+ minutesmin.
-
-
+
+ Raise mode:Verhoogmodus:
-
-
+
+ Always double blindsBlinds blijven verdubbelen
-
-
+
+ Manual blinds order:Eigen lijst met blinds:
-
-
+
+ Edit ...Bewerken ...
@@ -6753,7 +6774,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsSpelersnamen/avatars
@@ -6803,29 +6824,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Denktijd voor de spelers:
-
-
+
+ s s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -6837,7 +6858,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -6849,7 +6870,7 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLAutomatische serverconfiguratie-URL
@@ -6857,7 +6878,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -6909,31 +6930,31 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Pauze tussen handen:
-
+ ServerServer
-
+ Serverlist Address:Adres serverlijst:
-
+ Manual Server ConfigurationAangepaste serverconfiguratie
-
+ GameSpel
@@ -6948,72 +6969,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Standaard spelnaam:
-
+ Default game type:Standaard speltype:
-
+ StandardStandaard
-
+ Registered players onlyAlleen geregistreerde spelers
-
+ Invited players onlyAlleen uitgenodigde spelers
-
+ Ranking gameSpel voor ranking
-
+ Show lobby chatLobbychat weergeven
-
+ Automatically leave the table after the game finished
-
+ Ignored PlayersGenegeerde spelers
-
+ PlayerSpeler
-
+ Remove PlayerSpeler verwijderen
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -7027,37 +7048,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s) dag(en)
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -7067,25 +7088,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExporteren als txt
-
+ Save as ...Opslaan als ...
-
+ DeleteVerwijderen
-
+ Log FileLogbestand
@@ -7181,7 +7202,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Avatarserver:
@@ -7265,13 +7286,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Tegenstander 7:
-
+ Opponent 8:Tegenstander 8:
@@ -7281,7 +7302,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Tegenstander 9:
@@ -7289,11 +7310,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorFout in instellingen
@@ -7310,7 +7331,7 @@ Please select an valid directory!
Selecteer een geldige map!
-
+ Select your flipside pictureUw afbeelding voor de kaartachterkant selecteren
@@ -7319,24 +7340,24 @@ Selecteer een geldige map!
Afbeeldingen (*.png)
-
+ Open DirectoryOpen map
-
+ Images (*.png *.jpg *.gif)Afbeeldingen (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorFout in blinds
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -7396,12 +7417,12 @@ De eerste kleine blind wordt ingesteld op de maximale waarde.
Turks
-
+ Language ChangedTaal is gewijzigd
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!De taal van het programma is gewijzigd naar %1.
@@ -7438,15 +7459,15 @@ Start PokerTH opnieuw om de nieuwe taal te laden.Slowaaks
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!De ingestelde afbeelding voor de kaartachterkant bestaat niet.
Stel een geldige afbeelding in.
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!De map voor logbestanden bestaat niet.
@@ -7488,7 +7509,7 @@ Selecteer een geldige map.Zweeds
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Het ingevoerde serverlijstadres is geen geldige URL.
@@ -7533,150 +7554,150 @@ Voer een geldig serverlijstadres in.Tamil
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameMaker(s)
-
-
+
+ Maintainer EMailE-mailadres
-
-
+
+ Create DateGemaakt op
-
+ Windows BehaviourVenstergrootte
-
+ scaleableschaalbaar
-
+ fixedgefixeerd
-
+ Minimum SizeMinimumgrootte
-
+ Maximum SizeMaximumgrootte
-
+ Fixed SizeGefixeerde grootte
-
+ StateStatus
-
+ Please select your game table styleSelecteer een speeltafelstijl
-
+ PokerTH game table styles (*.xml)Speeltafelstijlen voor PokerTH (*.xml)
-
+ Game Table Style ErrorSpeeltafelstijlfout
-
+ Selected game table style file is already in the list.
Please select another one to add!De geselecteerde speeltafelstijl staat al in de lijst.
Selecteer een andere stijl om die toe te voegen.
-
+ Game Table Style File ErrorSpeeltafelstijlbestandfout
-
+ Could not load game table style file correctly.
Style will not be placed into list!Kan het stijlbestand voor de speeltafel niet laden.
De stijl wordt niet in de lijst geplaatst.
-
+ Please select your card deck styleSelecteer een speelkaartenstijl
-
+ PokerTH card deck styles (*.xml)Speelkaartenstijlen voor PokerTH (*.xml)
-
+ Card Deck Style ErrorSpeelkaartenstijlfout
-
+ Selected card deck style file is already in the list.
Please select another one to add!De geselecteerde speelkaartenstijl staat al in de lijst.
Selecteer een andere stijl om die toe te voegen.
-
+ Card Deck Style File ErrorSpeelkaartenstijlbestandfout
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Kan het stijlbestand voor de speelkaarten niet laden.
De stijl wordt niet in de lijst geplaatst.
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -7689,32 +7710,32 @@ De stijl wordt niet in de lijst geplaatst.
Het geselecteerde logbestand werkelijk verwijderen?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -7724,12 +7745,12 @@ Do you really want to reset factory settings?
Het geselecteerde logbestand werkelijk verwijderen?
-
+ Save PokerTH log filePokerTH-logbestand opslaan
-
+ PokerTH SQL log (*.pdb)PokerTH SQL-logbestand (*.pdb)
@@ -7954,106 +7975,106 @@ Please choose another one.
Kies een andere naam.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNetwerkfout
-
+ Server address was not set.Er is geen serveradres ingesteld.
-
+ An invalid port was set (ports 0-1023 are not allowed).Ongeldige poort ingesteld (poorten 0-1023 zijn niet toegestaan).
-
+ Could not create a socket for TCP communication.Kan geen socket maken voor TCP-communicatie.
-
+ Could not set the IP address.Kan het IP-adres niet instellen.
-
+ Could not set the port for this type of address.Kan de poort niet instellen voor dit adrestype.
-
+ The server name could not be resolved.Kan geen server vinden met de opgegeven naam.
-
+ Bind failed - please choose a different port.Kan niet verbinden - kies een andere poort.
-
+ Internal network error: "listen" failed.Interne netwerkfout: "listen" niet uitvoerbaar.
-
+ Server execution was terminated.Het uitvoeren op de server is afgebroken.
-
+ Could not connect to the server.Kan geen verbinding maken met de server.
-
+ Connection timed out.
Please check the server address.
@@ -8064,12 +8085,12 @@ Controleer het serveradres.
Als de server zich achter een NAT-router bevindt, controleer dan daar of port forwarding goed ingesteld is.
-
+ Internal network error: "select" failed.Interne netwerkfout: "select" niet uitvoerbaar.
-
+ Internal network error: "send" failed.Interne netwerkfout: "send" niet uitvoerbaar.
@@ -8078,31 +8099,31 @@ Als de server zich achter een NAT-router bevindt, controleer dan daar of port fo
De verbinding is verbroken door de server.
-
+ The connection to the server was lost.
-
+ Internal network error: Duplicate TCP connection.Interne netwerkfout: Dubbele TCP-verbinding.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Ongeldig netwerkpakket ontvangen.
Zorg ervoor dat alle spelers dezelfde versie van PokerTH gebruiken.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Interne statusfout.
Zorg ervoor dat alle spelers dezelfde versie van PokerTH gebruiken.
-
+ Invalid server list URL.
Please correct the address in the settings.Ongeldige URL van serverlijst.
@@ -8121,95 +8142,110 @@ Please make sure that the server list URL is correct.
Zorg ervoor dat de serverlijst-URL juist is.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.De internetserverlijst van PokerTH bevat ongeldige gegevens.
Als u een eigen serverlijst gebruikt, is de indeling ervan mogelijk onjuist.
-
+ Could not unzip the PokerTH internet server list.Kan de internetserverlijst van PokerTH niet decomprimeren.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Kan de internetserverlijst van PokerTH niet downloaden.
Zorg ervoor dat u een directe verbinding met internet hebt.
-
+ Could not open the target file when downloading the server list.Kan het doelbestand niet openen bij het downloaden van de serverlijst.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.De PokerTH-server ondersteunt deze versie van het spel niet.<br>Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en download de nieuwste versie.
-
+ Sorry, this server is already full.Deze server is al vol.
-
+ Invalid login.
Please check your username and password.Ongeldige login.
Controleer de gebruikersnaam en het wachtwoord.
-
+ Your account is blocked indefinitely.Deze account is voor onbepaalde tijd geblokkeerd.
-
+ You cannot login at this time. Please try again in a few seconds.Er kan nu niet worden ingelogd. Wacht enkele momenten en probeer het opnieuw.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.Dit spel is van het type "alleen op uitnodiging". Zonder uitnodiging kan niet worden meegedaan.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ongeldig wachtwoord bij het verbinden.
Voer het wachtwoord opnieuw in en probeer het opnieuw.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.Het wachtwoord is te lang. Kies een ander wachtwoord.
@@ -8224,67 +8260,67 @@ Kies een andere naam.
De spelersnaam is te kort, te lang of ongeldig. Kies een andere naam.
-
+ The game name is either too short or too long. Please choose another one.De naam van het spel is te kort of te lang. Kies een andere naam.
-
+ The game could not be found.Kan het spel niet vinden.
-
+ The chat text is invalid.Ongeldige chattekst.
-
+ The server referred to an unknown player. Aborting.De server verwees naar een onbekende speler. Verbinding verbroken.
-
+ Internal error: The current player could not be found.Interne fout: De huidige speler kan niet worden gevonden.
-
+ Internal error: The current player is not active.Interne fout: De huidige speler is niet actief.
-
+ You were kicked from the server.U bent verwijderd van de server.
-
+ You were temporarily banned from the server.U bent tijdelijk verbannen van de server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!De verbinding met de server is verlopen wegens gebrek aan activiteit, maar er kan gewoon opnieuw verbinding worden gemaakt.
-
+ The client player count is invalid.Het aantal spelers dat meedoet klopt niet.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Er zijn te veel blinds ingesteld. Stel de blinds opnieuw in.
-
+ An invalid avatar file was configured. Please choose a different avatar.Er is een ongeldig avatarbestand ingesteld. Kies een andere avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.Het geselecteerde avatarbestand is te groot. Kies een andere avatar.
@@ -8293,89 +8329,89 @@ Kies een andere naam.
U kunt momenteel geen nieuw avatarbestand uploaden. Wacht enkele seconden en probeer het opnieuw.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Er is een interne avatarfout opgetreden. Meld dit bij het chatten in de lobby aan een administrator.
-
+ Could not start game: Synchronization failed.Kan spel niet starten: synchronisatie mislukt.
-
+ The server is down for maintenance. Please try again later.Wegens onderhoud is de server niet beschikbaar. Probeer het later opnieuw.
-
+ An internal error occured.Interne fout opgetreden.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNetwerkmelding
-
+ You were kicked from the game.U bent uit het spel verwijderd.
-
+ Sorry, this game is already full.Dit spel is al vol.
-
+ Unable to join - the server has already started the game.Kan niet meer meedoen - de server heeft het spel al gestart.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Uw status van spelleider is verlopen wegens gebrek aan activiteit, maar u kunt gewoon een nieuw spel maken.
-
+ You cannot join this type of game as guest.Gasten kunnen niet meedoen aan dit type spel.
-
+ The settings are invalid for this type of game.De instellingen zijn ongeldig voor dit speltype.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Er is een nieuwe release van PokerTH beschikbaar.<br>Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> en download de nieuwste versie.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Deze bètarelease van PokerTH is te oud.<br>Ga naar <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/</a> en download de nieuwste versie.
-
-
+
+ Server MessageServerbericht
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_no.ts b/ts/pokerth_no.ts
index c36ee59e..ac046129 100644
--- a/ts/pokerth_no.ts
+++ b/ts/pokerth_no.ts
@@ -1369,7 +1369,7 @@ Please choose another one!
gameLobbyDialog
-
+ Lobby-Chat
@@ -1442,16 +1442,15 @@ Please choose another one!
- Timeout for player action (sec):
- Tidsgrense for spillere (sek.):
+ Tidsgrense for spillere (sek.):Create GameOpprett spill
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1489,6 +1488,7 @@ p, li { white-space: pre-wrap; }
+ Timing:
@@ -1499,37 +1499,37 @@ p, li { white-space: pre-wrap; }
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1583,7 +1583,7 @@ p, li { white-space: pre-wrap; }
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1596,25 +1596,25 @@ p, li { white-space: pre-wrap; }
gameLobbyDialogImpl
-
-
-
-
+
+
+
+ Game Info
-
+ Server ErrorFeil hos tjener
-
+ You should not kick yourself from this game!Du burde ikke kaste deg selv ut fra spillet!
-
+ Joining a private Game
@@ -1625,22 +1625,22 @@ p, li { white-space: pre-wrap; }
-
-
+
+ GameSpill
-
-
+
+ Players
-
-
+
+ State
@@ -1651,1271 +1651,1267 @@ p, li { white-space: pre-wrap; }
-
+ You are about to join a private game. Please enter the password!
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
+ running
-
+ open
-
-
+
+ Connected players
-
+ hands
-
+ minutes
-
+ double blinds
-
+ manual blinds order
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ Starting game. Please wait ...
@@ -2923,15 +2919,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available Players
@@ -2951,154 +2947,174 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1
-
-
+
+ running games: %1
-
-
+
+ open games: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
-
-
+
+ connected players: %1
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
@@ -4243,8 +4259,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Startkapital:
@@ -4259,16 +4275,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Tjener-port:
-
-
+
+ Use IPv6Bruk IPv6
@@ -4282,37 +4298,37 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineDatamaskin-motor
-
+ Opponent 5:Motstander 5:
-
+ Opponent 3:Motstander 3:
-
+ Opponent 2:Motstander 2:
-
+ Opponent 1:Motstander 1:
-
+ Opponent 4:Motstander 4:
@@ -4326,7 +4342,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Katalog for loggfiler:
@@ -4338,19 +4354,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLogg
-
+ Local Game SettingsInnstillinger for lokalt spill
-
+ Network Game SettingsInnstillinger for nettverks-spill
@@ -4384,13 +4400,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxVis verktøykasse på venstre side
+
+
+ Play blind raise notification
+
+ Show statusbar messagesVis beskjeder i statuslinja
-
+ Show game settings dialog on every new gameVis spill-innstillinger ved hvert nye spill
@@ -4400,19 +4421,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Antall spillere:
-
+ Game Speed:Spill-hastighet:
-
+ Pause between hands (press "start" button to go on)Pause mellom hender (trykk "start"-knappen for å fortsette)
@@ -4426,7 +4447,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingSkru på/av logging
@@ -4436,7 +4457,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Skriv logg etter hver(t):
@@ -4459,24 +4480,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPBruk SCTP
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://no.wikipedia.org/wiki/Ipv6">Hva er dette?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Hva er dette?</a>
@@ -4495,7 +4516,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Maks. antall spillere:
@@ -4513,7 +4534,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 6:Motstander 6:
@@ -4523,19 +4544,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)Handling (hyppig disk-bruk)
-
+ hand (medium disc access)Hånd (medium disk-bruk)
-
+ game (low disc access)Spill (lav disk-bruk)
@@ -4555,33 +4576,33 @@ p, li { white-space: pre-wrap; }
-
+ Network Server Settings
-
+ Internet Game Settings
-
+ Server Address:
-
+ Use password for private game:
-
-
+
+ First small blind:
@@ -4642,8 +4663,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Raise blinds:
@@ -4652,58 +4673,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:
-
-
+
+ hands
-
-
+
+ minutes
-
-
+
+ Raise mode:
-
-
+
+ Always double blinds
-
-
+
+ Manual blinds order:
-
-
+
+ Edit ...
@@ -4739,7 +4760,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/Avatars
@@ -4765,29 +4786,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $
-
+ Timeout for player action:
-
-
+
+ s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4796,7 +4817,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4805,19 +4826,19 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URL
-
+ Serverlist Address:
-
+ Manual Server Configuration
@@ -4832,13 +4853,13 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s)
@@ -4874,7 +4895,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -4890,7 +4911,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -4986,19 +5007,19 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ GameSpill
@@ -5013,72 +5034,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5088,61 +5109,61 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Motstander 6: {7:?}
-
+ Opponent 8:Motstander 6: {8:?}
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ DeleteSlett
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
@@ -5152,7 +5173,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Motstander 6: {10:?} {9:?}
@@ -5160,11 +5181,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorFeil i instillinger
@@ -5181,7 +5202,7 @@ Please select an valid directory!
Vennligst velg en gyldig katalog!
-
+ Select your flipside pictureVelg bakside-bilde
@@ -5190,31 +5211,31 @@ Vennligst velg en gyldig katalog!
Bilder (*.png)
-
+ Open DirectoryÅpne mappe
-
+ Images (*.png *.jpg *.gif)
-
-
+
+ Blinds Error
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
-
+ Language Changed
@@ -5349,211 +5370,211 @@ This first-small-blind-value will be set to maximum allowed value.
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ State
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5757,106 +5778,106 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNettverksfeil
-
+ Server address was not set.Tjener-adresse var ikke satt.
-
+ An invalid port was set (ports 0-1023 are not allowed).En ugyldig port var satt (porter 0-1023 er ikke tillatt).
-
+ Could not create a socket for TCP communication.Kunne ikke lage en kontakt for TCP-kommunikasjon.
-
+ Could not set the IP address.Kunne ikke sette IP-adressen.
-
+ Could not set the port for this type of address.Kunne ikke sette porten for denne typen adresse.
-
+ The server name could not be resolved.Tjenernavnet kunne ikke konverteres.
-
+ Bind failed - please choose a different port.Kunne ikke binde - vennligst velg en annen port.
-
+ Internal network error: "listen" failed.Intern nettverksfeil - "listen" feilet.
-
+ Server execution was terminated.Tjener-utførelse ble avbrutt.
-
+ Could not connect to the server.Kunne ikke koble til tjeneren.
-
+ Connection timed out.
Please check the server address.
@@ -5867,12 +5888,12 @@ Vennligst sjekk tjener-adressen.
Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp riktig.
-
+ Internal network error: "select" failed.Intern nettverksfeil - "select" feilet.
-
+ Internal network error: "send" failed.Intern nettverksfeil - "send" feilet.
@@ -5881,117 +5902,117 @@ Hvis tjeneren er bak en NAT-ruter, forsikre deg om at videresending er satt opp
Tilkoblingen ble stengt av tjeneren.
-
+ Internal network error: Duplicate TCP connection.Intern nettverksfeil - Dobbel TCP-tilkobling.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.En ugyldig TCP-pakke ble mottatt.
Vennligst forsikre deg om at alle spillere bruker samme versjon av PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Intern tilstands-feil.
Vennligst forsikre deg om at alle spillere bruker samme versjon av PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.
-
+ Could not unzip the PokerTH internet server list.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.
-
+ Could not open the target file when downloading the server list.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ Sorry, this server is already full.Beklager, tjeneren har ikke plass til flere spillere.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ugyldig passord.
Prøv igjen.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+ The password is too long. Please choose another one.Passordet er for langt. Vennligst velg et annet.
@@ -6002,159 +6023,174 @@ Please choose a different name.
Vennligst velg et annet navn.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.
-
+ The game could not be found.
-
+ The chat text is invalid.
-
+ The server referred to an unknown player. Aborting.Tjeneren referete til en ukjent spiller. Avbryter.
-
+ Internal error: The current player could not be found.
-
+ Internal error: The current player is not active.
-
+ You were kicked from the server.Du ble kastet ut fra tjeneren.
-
+ You were temporarily banned from the server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!
-
+ The client player count is invalid.Ugyldig antall spillere.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.
-
+ An invalid avatar file was configured. Please choose a different avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.
-
+ Could not start game: Synchronization failed.
-
+ The server is down for maintenance. Please try again later.
-
+ An internal error occured.En intern feil oppstod.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network Notification
-
+ You were kicked from the game.
-
+ Sorry, this game is already full.
-
+ Unable to join - the server has already started the game.Kan ikke bli med - tjeneren har allerede startet spillet.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
-
+
+ Server Message
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1
diff --git a/ts/pokerth_pl.ts b/ts/pokerth_pl.ts
index 593b681e..7fbac431 100644
--- a/ts/pokerth_pl.ts
+++ b/ts/pokerth_pl.ts
@@ -1353,7 +1353,7 @@ Proszę wybrać inną nazwę!
gameLobbyDialog
-
+ Lobby-ChatChat serwera gier
@@ -1408,9 +1408,8 @@ Proszę wybrać inną nazwę!
- Timeout for player action (sec):
- Czas na ruch (w sekundach):
+ Czas na ruch (w sekundach):
@@ -1419,19 +1418,19 @@ Proszę wybrać inną nazwę!
Dopełnij przeciwnikami komputerowymi
-
+ Sort alphabeticallySortuj alfabetycznie
-
+ Sort by countrySortuj wg państwa
-
+ Display idle playersTylko nieaktywni gracze
@@ -1502,6 +1501,7 @@ Proszę wybrać inną nazwę!
+ Timing:
@@ -1512,25 +1512,25 @@ Proszę wybrać inną nazwę!
&Opuść grę
-
+ Join &any gameDołącz do do&wolnej gry
-
+ &Create Game&Utwórz grę
-
+ &Join Game&Dołącz do gry
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1618,7 +1618,7 @@ p, li { white-space: pre-wrap; }
Dołącz do dowolnej gry
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1639,46 +1639,46 @@ p, li { white-space: pre-wrap; }
gra
-
-
-
-
+
+
+
+ Game InfoInformacje o grze
-
+ Server ErrorBłąd serwera
-
+ You should not kick yourself from this game!Nie powinieneś wyrzucać sam siebie z tej gry!
-
+ Joining a private GameDołącz do gry prywatnej
-
-
+
+ GameGra
-
-
+
+ PlayersGracze
-
-
+
+ StateStan
@@ -1687,43 +1687,43 @@ p, li { white-space: pre-wrap; }
Prywatne
-
+ You are about to join a private game. Please enter the password!Próbujesz wejść do gry prywatnej. Proszę wpisz hasło!
-
+ runningw trakcie
-
+ openotwarta
-
-
+
+ Connected playersPołączeni gracze
-
+ handsrozdania
-
+ minutesminuty
-
+ double blindspodwajane
-
+ manual blinds orderwłasne
@@ -1739,15 +1739,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersDostępni gracze
@@ -1773,1333 +1773,1348 @@ p, li { white-space: pre-wrap; }
Pokaż statystyki gracza
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardStandardowa
-
-
-
+
+
+ Registered players onlyTylko dla zarejestrowanych
-
-
-
+
+
+ Invited players onlyTylko dla zaproszonych
-
-
-
+
+
+ Ranking gameGra rankingowa
-
+ Connected players - max. %1Połączeni gracze - max. %1
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
+ AfghanistanAfganistan
-
+ ALand IslandsWyspy Alandzkie
-
+ AlbaniaAlbania
-
+ AlgeriaAlgieria
-
+ American SamoaSamoa Amerykańskie
-
+ AndorraAndora
-
+ AngolaAngola
-
+ AnguillaAnguilla
-
+ AntarcticaAntarktyda
-
+ Antigua And BarbudaAntigua i Barbuda
-
+ ArgentinaArgentyna
-
+ ArmeniaArmenia
-
+ ArubaAruba
-
+ AustraliaAustralia
-
+ AustriaAustria
-
+ AzerbaijanAzerbejdżan
-
+ BahamasBahamy
-
+ BahrainBahrain
-
+ BangladeshBangladesz
-
+ BarbadosBarbados
-
+ BelarusBiałoruś
-
+ BelgiumBelgia
-
+ BelizeBelize
-
+ BeninBenin
-
+ BermudaBermudy
-
+ BhutanBhutan
-
+ BoliviaBoliwia
-
+ Bosnia And HerzegovinaBośnia i Hercegowina
-
+ BotswanaBotswana
-
+ Bouvet IslandWyspa Bouveta
-
+ BrazilBrazylia
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ BulgariaBułgaria
-
+ Burkina FasoBurkina Faso
-
+ BurundiBurundi
-
+ CambodiaKambodża
-
+ CameroonKamerun
-
+ CanadaKanada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African RepublicRepublika Środkowoafrykańska
-
+ ChadCzad
-
+ ChileChile
-
+ ChinaChiny
-
+ Christmas IslandWyspy Bożego Narodzenia
-
+ Cocos (Keeling) Islands
-
+ ColombiaKolumbia
-
+ Comoros
-
+ CongoKongo
-
+ Congo, The Democratic Republic Of TheDemokratyczna Republika Konga
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ CroatiaChorwacja
-
+ CubaKuba
-
+ CyprusCypr
-
+ Czech RepublicCzechy
-
+ DenmarkDania
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ EcuadorEkwador
-
+ EgyptEgipt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ EstoniaEstonia
-
+ EthiopiaEtiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ FinlandFinlandia
-
+ FranceFrancja
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ GeorgiaGruzja
-
+ GermanyNiemcy
-
+ GhanaGhana
-
+ Gibraltar
-
+ GreeceFrecja
-
+ GreenlandGrenlandia
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ GuatemalaGwatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ HaitiHaiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ HondurasHonduras
-
+ Hong KongHong Kong
-
+ HungaryWęgry
-
+ IcelandIslandia
-
+ IndiaIndie
-
+ IndonesiaIndonezja
-
+ Iran, Islamic Republic OfIran
-
+ IraqIrak
-
+ IrelandIrlandia
-
+ Isle Of Man
-
+ IsraelIzrael
-
+ ItalyWłochy
-
+ JamaicaJamajka
-
+ JapanJaponia
-
+ Jersey
-
+ Jordan
-
+ KazakhstanKazachstan
-
+ KenyaKenia
-
+ Kiribati
-
+ Korea, Democratic People'S Republic OfKorea Północna
-
+ Korea, Republic OfKorea Południowa
-
+ KuwaitKuwejt
-
+ KyrgyzstanKirgistan
-
+ Lao People'S Democratic Republic
-
+ LatviaŁotwa
-
+ LebanonLiban
-
+ LesothoLesotho
-
+ LiberiaLiberia
-
+ Libyan Arab Jamahiriya
-
+ LiechtensteinLiechtenstein
-
+ LithuaniaLitwa
-
+ LuxembourgLuksemburg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic OfMacedonia
-
+ MadagascarMadagaskar
-
+ Malawi
-
+ MalaysiaMalezja
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ MexicoMeksyk
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic OfMołdawia
-
+ MonacoMonaco
-
+ MongoliaMogolia
-
+ Montserrat
-
+ MoroccoMaroko
-
+ MozambiqueMozambik
-
+ Myanmar
-
+ NamibiaNamibia
-
+ Nauru
-
+ NepalNepal
-
+ NetherlandsHolandia
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New ZealandNowa Zelandia
-
+ NicaraguaNikaragua
-
+ NigerNiger
-
+ NigeriaNigeria
-
+ NiueNiue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ NorwayNorwegia
-
+ OmanOman
-
+ PakistanPakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ PanamaPanama
-
+ Papua New GuineaPapua Nowa Gwinea
-
+ ParaguayParagwaj
-
+ PeruPeru
-
+ PhilippinesFilipiny
-
+ Pitcairn
-
+ PolandPolska
-
+ PortugalPortugalia
-
+ Puerto RicoPuerto Rico
-
+ QatarKatar
-
+ Reunion
-
+ RomaniaRumunia
-
+ Russian FederationRosja
-
+ RwandaRwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ SamoaSamoa
-
+ San MarinoSan Marino
-
+ Sao Tome And Principe
-
+ Saudi ArabiaArabia Saudyjska
-
+ SenegalSenegal
-
+ Serbia And MontenegroSerbia i Czarnogóra
-
+ Seychelles
-
+ Sierra Leone
-
+ SingaporeSingapur
-
+ SlovakiaSłowacja
-
+ SloveniaSłowenia
-
+ Solomon Islands
-
+ SomaliaSomalia
-
+ South AfricaRepublika Południowej Afryki
-
+ South Georgia And The South Sandwich Islands
-
+ SpainHiszpania
-
+ Sri LankaSri Lanka
-
+ SudanSudan
-
+ SurinameSurinam
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ SwedenSzwecja
-
+ SwitzerlandSzwajcaria
-
+ Syrian Arab RepublicSyria
-
+ Taiwan, Province Of ChinaTajwan
-
+ TajikistanTadżykistan
-
+ Tanzania, United Republic OfTanzania
-
+ ThailandTajlandia
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And TobagoTrinidad i Tobago
-
+ TunisiaTunezja
-
+ TurkeyTurcja
-
+ TurkmenistanTurkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ UgandaUganda
-
+ UkraineUkraina
-
+ United Arab EmiratesZjednoczone Emiraty Arabskie
-
+ United KingdomWielka Brytania
-
+ United StatesStany Zjednoczone
-
+ United States Minor Outlying Islands
-
+ UruguayUrugwaj
-
+ UzbekistanUzbekistan
-
+ Vanuatu
-
+ VenezuelaWenezuela
-
+ Viet NamWietnam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western SaharaSahara Zachodnia
-
+ YemenJemen
-
+ ZambiaZambia
-
+ ZimbabweZimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
-
-
+
+ TT
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1Połączeni gracze - max. %1
-
-
+
+ running games: %1gry w trakcie: %1
-
-
+
+ open games: %1otwarte gry : %1
-
+ Invite %1Zaproś %1
-
+ Ignore %1Ignoruj %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 został zaproszony do %2 przez %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 odrzucił zaproszenie do %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 nie może dołączyć do %2 ponieważ jest zajęty.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Gra rozpocznie się za <br><b>%1</b> sekund.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Dołączyłeś do gry "tylko dla zaproszonych".
Możesz zapraszać innych graczy klikając prawym przyciskiem myszy na liście dostepnych graczy.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Zostałeś zaproszony do gry <b>%1</b> przez <b>%2</b>.<br>Chcesz dołączyć do tej gry?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Nie będziesz otrzymywał żadnych informacji ani zaproszeń do gry od tego gracza.<br>Czy na pewno chcesz dodać gracza <b>%1</b> do listy ignorowanych?
@@ -3108,49 +3123,50 @@ Możesz zapraszać innych graczy klikając prawym przyciskiem myszy na liście d
osób na chacie: %1
-
-
+
+ connected players: %1podłączonych graczy: %1
-
+ search for player ...szukaj gracza...
-
+ Chat is only available to registered players.Chat jest dostępny dla zarejestrowanych graczy.
-
+ Invite player ...Zaproś gracza...
-
+ Ignore player ...Ignoruj gracza...
-
+ %1 is playing in "%2".%1 gra w "%2".
-
+ %1 is not playing at the moment.%1 nie gra w tej chwili.
-
-
+
+ PokerTH - Info MessagePokerTH - Informacja
-
+
+ PokerTH - QuestionPokerTH - Pytanie
@@ -4446,6 +4462,11 @@ p, li { white-space: pre-wrap; }
Show left toolboxPokaż lewy zestaw narzędzi
+
+
+ Play blind raise notification
+
+
@@ -4465,27 +4486,27 @@ p, li { white-space: pre-wrap; }
-
+ Show game settings dialog on every new gameZawsze pytaj o ustawienia przed rozpoczęciem gry
-
+ Number of players:Liczba graczy:
-
+ Game Speed:Szybkość gry:
-
-
+
+ Start Cash:Gotówka na starcie:
@@ -4539,7 +4560,7 @@ p, li { white-space: pre-wrap; }
-
+ Pause between hands (press "start" button to go on)Przerwa między rozdaniami ("start" rozpoczyna nowe rozdanie)
@@ -4550,40 +4571,40 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Port serwera:
-
-
+
+ Use SCTPUżywaj SCTP
-
-
+
+ Use IPv6Używaj IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://pl.wikipedia.org/wiki/IPv6">Co to jest?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://pl.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Co to jest?</a>
@@ -4593,7 +4614,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Maksymalna liczba graczy:
@@ -4607,43 +4628,43 @@ p, li { white-space: pre-wrap; }
-
+ Computer EnginePrzeciwnicy komputerowi
-
+ Opponent 6:Przeciwnik 6:
-
+ Opponent 5:Przeciwnik 5:
-
+ Opponent 4:Przeciwnik 4:
-
+ Opponent 3:Przeciwnik 3:
-
+ Opponent 2:Przeciwnik 2:
-
+ Opponent 1:Przeciwnik 1:
@@ -4663,7 +4684,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingWłącz zapisywanie historii
@@ -4677,13 +4698,13 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Zapisz pliki w:
-
+ Write log after every: Zapisuj po każdej:
@@ -4698,25 +4719,25 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Przechowuj pliki przez:
-
+ action (high frequent disc access)akcji (bardzo częste odwołania do dysku)
-
+ hand (medium disc access)rozdaniu (przeciętne odwołania do dysku)
-
+ game (low disc access)grze (rzadkie odwołania do dysku)
@@ -4724,19 +4745,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesHistoria rozdań
-
+ Local Game SettingsUstawienia gier lokalnych
-
+ Network Game SettingsUstawienia gier sieciowych
@@ -4760,13 +4781,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsUstawienia gier siecowych
-
+ Internet Game SettingsUstawienia gier na serwerze gier
@@ -4776,13 +4797,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Adres serwera:
-
+ Use password for private game:Używaj tego hasła do gier prywatnych:
@@ -4805,16 +4826,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Pierwsza mała ciemna:
-
-
+
+ Raise blinds:Zwiększaj ciemne:
@@ -4823,58 +4844,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:co:
-
-
+
+ handsrozdań
-
-
+
+ minutesminut
-
-
+
+ Raise mode:Sposób zwiększania ciemnych:
-
-
+
+ Always double blindsPodwajaj wartość ciemnych
-
-
+
+ Manual blinds order:Własna konfiguracja:
-
-
+
+ Edit ...Edytuj ...
@@ -4914,7 +4935,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsNicki graczy/avatary
@@ -4954,29 +4975,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Czas na ruch:
-
-
+
+ s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4988,7 +5009,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5000,25 +5021,25 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLAutomatyczna lista serwerów
-
+ Serverlist Address:Adres listy serwerów:
-
+ Manual Server ConfigurationUstawienia własne
-
+ Day(s) dni
@@ -5058,7 +5079,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Serwer avatarów:
@@ -5074,7 +5095,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -5191,19 +5212,19 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Przerwa między rękami:
-
+ ServerSerwer
-
+ GameGra
@@ -5218,72 +5239,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Domyślna nazwa gry:
-
+ Default game type:Domyślny typ gry:
-
+ StandardStandardowa
-
+ Registered players onlyTylko dla zarejestrowanych
-
+ Invited players onlyTylko dla zaproszonych
-
+ Ranking gameGra rankingowa
-
+ Show lobby chatPokaż chat serwera gier
-
+ Automatically leave the table after the game finishedOpuść stół automatycznie po zakończeniu gry
-
+ Ignored PlayersIgnorowani gracze
-
+ PlayerGracz
-
+ Remove PlayerUsuń gracza
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5297,61 +5318,61 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Przeciwnik 7:
-
+ Opponent 8:Przeciwnik 8:
-
+ Preview:Podgląd:
-
+ Export as HTMLEksportuj jako HTML
-
+ Export as txtEksportuj jako tekst
-
+ Save as ...Zapisz jako...
-
+ DeleteUsuń
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log FilePlik logu
@@ -5361,7 +5382,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Przeciwnik 9:
@@ -5369,38 +5390,38 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorBłąd w ustawieniach
-
+ Select your flipside pictureWybierz własny obrazek
-
+ Open DirectoryOtwórz folder
-
+ Images (*.png *.jpg *.gif)Pliki graficzne (*.png *.jpg *.gif)Zjęcia (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorBłąd ustawień ciemnych
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5493,12 +5514,12 @@ możliwą wartość.
Turecki
-
+ Language ChangedJęzyk został zmieniony
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Zmieniłeś język na %1.
@@ -5550,15 +5571,15 @@ Proszę ponownie uruchomić PokerH aby wczytać nowy język!Tamilski
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Wybrany własny obrazek talii nie istnieje.
Proszę wybrać inny obrazek!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Wybrany folder dla plików logu nie istnieje.
@@ -5575,157 +5596,157 @@ Proszę wybrać inny folder!Japoński
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Wprowadzono niepoprawny adres URL listy serwerów.
Proszę wprowadzić prawidłowy adres URL!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameOpiekun
-
-
+
+ Maintainer EMailE-mail opiekuna
-
-
+
+ Create DateData utworzenia
-
+ Windows BehaviourRozmiar okna
-
+ scaleabledowolny
-
+ fixedstały
-
+ Minimum SizeRozmiar minimalny
-
+ Maximum SizeRozmiar maksymalny
-
+ Fixed SizeStały rozmiar
-
+ StateStan
-
+ Please select your game table styleWybierz wygląd stołu
-
+ PokerTH game table styles (*.xml)Wyglądu stołu PokerTH (*.xml)
-
+ Game Table Style ErrorBłąd wyglądu stołu
-
+ Selected game table style file is already in the list.
Please select another one to add!Wybrany wygląd stołu jest już na liście.
Proszę wybierz inny aby go dodać!
-
+ Game Table Style File ErrorBłąd pliku wyglądu stołu
-
+ Could not load game table style file correctly.
Style will not be placed into list!Nie udało się wczytać wyglądu stołu z tego pliku.
Wygląd nie zostanie dodany do listy!
-
+ Please select your card deck styleWybierz wygląd talii kart
-
+ PokerTH card deck styles (*.xml)Wyglądu talii kart PokerTH (*.xml)
-
+ Card Deck Style ErrorBłąd wyglądu talii kart
-
+ Selected card deck style file is already in the list.
Please select another one to add!Wybrany wygląd talii kart jest już na liście.
Proszę wybierz inny aby go dodać!
-
+ Card Deck Style File ErrorBłąd pliku wyglądu talii kart
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Nie udało się wczytać wyglądu talii kart z tego pliku.
Wygląd nie zostanie dodany do listy!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -5738,42 +5759,42 @@ Wygląd nie zostanie dodany do listy!
Czy na pewno chcesz usunąć wybrany plik logu?
-
+ Export PokerTH log file to HTMLEksportuj plik logu do formatu HTML
-
+ PokerTH HTML log (*.html)Plik logu PokerTH w formacie HTML (*.html)
-
+ Export PokerTH log file to plain textEksportuj plik logu do formatu tekstowego
-
+ PokerTH plain text log (*.txt)Plik logu PokerTH w formacie tekstowym (*.txt)
-
+ Save PokerTH log fileZapisz plik logu PokerTH
-
+ PokerTH SQL log (*.pdb)Plik logu PokerTH w formacie SQL (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5987,106 +6008,106 @@ Please choose another one.
Proszę wybrierz inny nick.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorBłąd sieciowy
-
+ Server address was not set.Adres serwera nie został ustawiony.
-
+ An invalid port was set (ports 0-1023 are not allowed).Ustawiony został niepoprawny port (porty 0-1023 nie są dozwolone).
-
+ Could not create a socket for TCP communication.Nie udało się utworzyć gniazda sieciowego TCP.
-
+ Could not set the IP address.Nie udało się ustawić adresu IP.
-
+ Could not set the port for this type of address.Nie udało się ustawić portu dla tego typu adresu.
-
+ The server name could not be resolved.Nie udało się znaleźć nazwy serwera.
-
+ Bind failed - please choose a different port.Błąd - proszę wybrać inny port.
-
+ Internal network error: "listen" failed.Wewnętrzny błąd sieciowy: "listen" nie wykonało się poprawnie.
-
+ Server execution was terminated.Serwer został zatrzymany.
-
+ Could not connect to the server.Nie udało się polączyć z serwerem.
-
+ Connection timed out.
Please check the server address.
@@ -6097,12 +6118,12 @@ Proszę sprawdź adres serwera.
Jeśli serwer jest w sieci z routerem NAT, to upewnij się, że "port forwarding" został poprawnie skonfigurowany.
-
+ Internal network error: "select" failed.Wewnętrzny błąd sieciowy: "select" nie wykonało się poprawnie.
-
+ Internal network error: "send" failed.Wewnętrzny błąd sieciowy: "send" nie wykonało się poprawnie.
@@ -6111,26 +6132,26 @@ Jeśli serwer jest w sieci z routerem NAT, to upewnij się, że "port forwa
Połączenie zostało zerwane przez serwer.
-
+ Internal network error: Duplicate TCP connection.Wewnętrzny błąd sieciowy: zdublowane połączenie TCP.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Została wyslana niepoprawna informacja sieciowa.
Proszę upewnij się, że wszyscy gracze używają tej samej wersji PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Wewnętrzny błąd stanu.
Proszę upewnij się, że wszyscy gracze używają tej samej wersji PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.Niepoprawny adres URL listy serwerów.
@@ -6149,95 +6170,95 @@ Please make sure that the server list URL is correct.
Proszę upewnij się, że adres URL listy serwerów jest poprawny.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.Zawartość listy serwerów zawiera niepoprawne dane.
Jeśli używasz własnej listy serwerów - proszę upewnij się, że jej format jest poprawny.
-
+ Could not unzip the PokerTH internet server list.Nie udało się rozpakować listy serwerów.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Nie udało się pobrać listy serwerów.
Proszę upewnij się, że jesteś podłączony do internetu.
-
+ Could not open the target file when downloading the server list.Nie udało się utworzyć pliku docelowego podczas pobierania listy serwerów.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Serwer PokerTH nie obsługuje wersji gry, której używasz.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję.
-
+ Sorry, this server is already full.Niestety ten serwer jest już pełny.
-
+ Invalid login.
Please check your username and password.Logowanie nie powiodło się.
Proszę sprawdź nazwę użytkownika i hasło.
-
+ Your account is blocked indefinitely.Twoje konto jest zablokowane.
-
+ You cannot login at this time. Please try again in a few seconds.Nie udało się zalogować. Proszę spróbuj ponownie za chwilę.
-
+ You cannot join this game, because another player in that game has your network address.Nie możesz dołączyć do tej gry, ponieważ inny gracz w tej grze ma ten sam IP.
-
+ Your connection to the server is very slow, the game had to start without you.Twoje połączenie z serwerem jest bardzo wolne, gra wystartowała bez Ciebie.
-
+ This game is of type invite-only. You cannot join this game without being invited.Ta gra jest tylko dla zaproszonych. Nie możesz dołączyć do gry bez zaproszenia.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Niepoprawne hasło.
Proszę wpisz hasło jeszcze raz.
-
+ The avatar report was accepted by the server. Thank you.Zgłoszenie dotyczące avatara zostało zarejestrowane. Dziękujemy.
-
+ This avatar was already reported by another player.Ten avatar został wcześniej zgłoszony przez innego gracza.
-
+ An error occurred while reporting the avatar.Wystąpił błąd podczas zgłaszania avatara.
-
+ The password is too long. Please choose another one.Hasło jest za długie. Proszę wprowadź inne hasło.
@@ -6252,159 +6273,174 @@ Proszę wybrać inny nick.
Nick gracza jest za krótki, za długi lub niepoprawny. Proszę wprowadź inny nick.
-
+ The connection to the server was lost.Połączenie z serwerem zostało utracone.
-
+ The game name is either too short or too long. Please choose another one.Nazwa gry jest za długa albo za krótka. Proszę wprowadź inną.
-
+ The game could not be found.Gra nie została znaleziona.
-
+ The chat text is invalid.Tekst rozmowy jest niepoprawny.
-
+ The server referred to an unknown player. Aborting.Nieznany gracz na serwerze. Przerwanie gry.
-
+ Internal error: The current player could not be found.Błąd wewnętrzny: Aktualny gracz nie mógł zostać odnależniony.
-
+ Internal error: The current player is not active.Błąd wewnętrzny: Aktualny gracz nie jest aktywny.
-
+ You were kicked from the server.Zostałeś wyrzucony z serwera.
-
+ You were temporarily banned from the server.Zostałeś tymczasowo zbanowany na serwerze.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Połączenie z serwerem zostało przerwane z powodu nieaktywności. Możesz jak najbardziej połączyć się jeszcze raz!
-
+ The client player count is invalid.Niewłaściwa liczba graczy.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Za dużo ustawionych własnych ciemnych. Proszę wprowadź poprawne wartości.
-
+ An invalid avatar file was configured. Please choose a different avatar.Został ustawiony nieoprawny plik avataru. Proszę wybrać inny.
-
+ The selected avatar file is too large. Please choose a different avatar.Wybrany avatar jest za duży. Proszę wybrać inny.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Wystąpił błąd z wbudowanym avatarem. Proszę poinformuj o tym administratora na chacie serwera gier.
-
+ Could not start game: Synchronization failed.Nie udało się rozpoczać gry. Synchronizacja zakończona niepowodzeniem.
-
+ The server is down for maintenance. Please try again later.Serwer jest w tej chwili nieosiągalny ze względu na konserwacje. Proszę spróbować później.
-
+ An internal error occured.Wystąpił błąd wewnętrzny.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationInformacja sieciowa
-
+ You were kicked from the game.Zostałeś wyrzucony z serwera.
-
+ Sorry, this game is already full.Niestety ten serwer jest w tej chwili pełny.
-
+ Unable to join - the server has already started the game.Nie możesz dołączyć do tej gry - rozgrywka już się rozpoczęła.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Z powodu nieaktywności utraciłeś prawa właściciela. Jeśli chcesz, możesz założyć nową grę!
-
+ You cannot join this type of game as guest.Nie możesz dołączyć do gry tego typu jako gość.
-
+ The settings are invalid for this type of game.Ustawienia są niepoprawne dla tego typu gry.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Nowa wersja PokerTH jest dostępna.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Ta wersja beta PokerTH jest przestarzała.<br>Proszę odwiedzić stronę <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> i zainstalować najnowszą wersję.
-
-
+
+ Server MessageKomunikat serwera
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_ptbr.ts b/ts/pokerth_ptbr.ts
index 798cb8eb..7242c651 100644
--- a/ts/pokerth_ptbr.ts
+++ b/ts/pokerth_ptbr.ts
@@ -2263,7 +2263,7 @@ Por favor escolha outro!
Timeout for player action (sec):
- Tempo esgotado para ação do jogador (seg):
+ Tempo esgotado para ação do jogador (seg):Leave Game
@@ -3630,11 +3630,28 @@ Sinta se avontade para convidar outro jogador clicando no apelido na lista de jo
sec (action)
- segundos (ação)
+ segundos (ação) sec (hand delay)
- segundos (Atraso mão)
+ segundos (Atraso mão)
+
+
+ Report inappropriate game name
+ Reportar nome de jogo inapropriado
+
+
+ sec (action)
+ segundos (ação)
+
+
+ sec (hand delay)
+ segundos (atraso mão)
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Tem certeza que deseja reportar o nome do jogo "%1" como inapropriado?
@@ -5492,6 +5509,10 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jogador Humano:<br /><span style=" font-size:11pt; font-style:italic;">(Este apelido também será usado para jogos online)</span></p></body></html>
+
+ Play blind raise notification
+ Norificação de jogo em aumentar o blind
+ settingsDialogImpl
@@ -6321,6 +6342,18 @@ Por favor escolha um nome diferente.
The connection to the server was lost.A conexão com o servidor foi perdida.
+
+ The game name report was accepted by the server. Thank you.
+ O reporte do nome do jogo foi aceito pelo servidor. Obrigado.
+
+
+ This game name was already reported by another player.
+ Este nome de jogo já foi reportado por outro jogador.
+
+
+ An error occurred while reporting the game name.
+ Um erro foi encontrado durante o reporte do nome do jogo.
+ tabs
diff --git a/ts/pokerth_ptpt.ts b/ts/pokerth_ptpt.ts
index 0139f685..349b68db 100644
--- a/ts/pokerth_ptpt.ts
+++ b/ts/pokerth_ptpt.ts
@@ -1396,9 +1396,8 @@ Por favor, escolha outro!
- Timeout for player action (sec):
- Intervalo para ação do jogador (seg):
+ Intervalo para ação do jogador (seg):
@@ -1419,19 +1418,19 @@ Por favor, escolha outro!
&Expulsar jogador
-
+ Sort alphabeticallyOrdenar alfabeticamente
-
+ Sort by countryOrdenar por país
-
+ Display idle playersExibir jogadores inativos
@@ -1449,25 +1448,25 @@ Por favor, escolha outro!
&Sair do jogo
-
+ Join &any gameEntr&ar em qualquer jogo
-
+ &Create Game&Criar jogo
-
+ &Join GameE&ntrar no jogo
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1518,17 +1517,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-ChatSala de "chat"
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1550,46 +1550,46 @@ p, li { white-space: pre-wrap; }
Iniciando jogo. Por favor, aguarde...
-
+ Joining a private GameEntrar num jogo privado
-
+ You are about to join a private game. Please enter the password!Está prestes a entrar num jogo privado. Indique a sua senha!
-
+ openaberto
-
-
-
-
+
+
+
+ Game InfoInfo sobre o jogo
-
-
+
+ GameJogo
-
-
+
+ PlayersJogadores
-
-
+
+ StateEstado
@@ -1599,15 +1599,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersJogadores disponíveis
@@ -1627,119 +1627,138 @@ p, li { white-space: pre-wrap; }
Informações do jogador...
-
-
-
+
+
+ StandardPadrão
-
-
-
+
+
+ Registered players onlySó para jogadores registados
-
-
-
+
+
+ Invited players onlySó para jogadores convidados
-
-
-
+
+
+ Ranking gameJogo de classificação
-
+ Connected players - max. %1Jogadores ligados - máx. %1
-
-
+
+ TT
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1Jogadores ligados - máx. %1
-
+ runninga decorrer
-
-
+
+ running games: %1jogos a decorrer: %1
-
-
+
+ open games: %1jogos abertos: %1
-
+ Invite %1Convidar %1
-
+ Ignore %1Ignorar %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 foi convidado para %2 por %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 rejeitou o convite para %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 não pode entrar em %2. De momento, está ocupado.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.O jogo vai iniciar dentro de <br><b>%1</b> segundos.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Entrou num jogo disponível por convite.
Sinta-se à vontade para convidar outros jogadores através da lista dos "nicks" disponíveis.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Foi convidado por <b>%2</b> para o jogo <b>%1</b>.<br> Pretende entra neste jogo?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?A partir de agora, não receberá mais mensagens de "chat" ou convites deste utilizador.<br>Pretende colocar o jogador <b>%1</b> na lista de ignorados?
-
-
+
+ connected players: %1Jogadores ligados: %1
@@ -1755,1307 +1774,1304 @@ Sinta-se à vontade para convidar outros jogadores através da lista dos "n
Mostrar as estatisticas do jogador
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected playersJogadores ligados
-
+ handsmãos
-
+ minutesminutos
-
+ double blindsduplicar "blinds"
-
+ manual blinds order"blinds" manuais
-
+ Server ErrorErro do servidor
-
+ You should not kick yourself from this game!Você não se pode expulsar deste jogo!
-
+ search for player ...pesquisar pelo jogador...
-
+ Chat is only available to registered players.O "chat" só está disponível para jogadores registados.
-
+ Invite player ...Convidar jogador...
-
+ Ignore player ...Ignorar jogador...
-
+ %1 is playing in "%2".%1 está a jogar em "%2".
-
+ %1 is not playing at the moment.De momento, %1 não está a jogar.
-
-
+
+ PokerTH - Info MessagePoket TH - Informações
-
+
+ PokerTH - QuestionPokerTH - Pergunta
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ LithuaniaLituanês
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4035,7 +4051,7 @@ Por favor, indique uma imagem válida!
-
+ Factory Settings
@@ -4165,21 +4181,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsDefinições do jogo local
-
+ Number of players:Número máximo de jogadores:
-
-
+
+ Start Cash:Dinheiro inicial:
@@ -4188,26 +4204,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
-
+
+ First small blind:Primeira "small blind":
-
-
+
+ Raise blinds:Aumentar "blinds":
@@ -4216,94 +4232,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:A cada:
-
-
+
+ handsmãos
-
-
+
+ minutesminutos
-
-
+
+ Raise mode:Modo de aumento:
-
-
+
+ Always double blindsDuplicar sempre as "blinds"
-
-
+
+ Manual blinds order:"Blinds" manuais:
-
-
+
+ Edit ...Editar...
-
+ Game Speed:Velocidade do jogo:
-
+ Pause between hands (press "start" button to go on)Tempo de espera entra mão (prima "iniciar" para prosseguir)
-
+ Show game settings dialog on every new gameMostrar as definições de jogo ao iniciar novos jogos
-
+ Network Game SettingsDefinições do jogo em rede
-
+ Maximum number of players:Número máximo de jogadores:
-
+ Timeout for player action:Intervalo para ação do jogador:
@@ -4327,25 +4343,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:Previsualizar:
-
+ Export as HTMLExportar como HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -4355,90 +4371,90 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExportar como txt
-
+ Save as ...Gravar como...
-
+ DeleteApagar
-
+ Log FileRegisto
-
-
+
+ s s
-
+ Network Server SettingsDefinições do servidor de rede
-
-
+
+ Server Port:Porta do servidor:
-
-
+
+ Use SCTPUtilizar SCTP
-
-
+
+ Use IPv6Utilizar IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">O que é isto?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">O que é isto?</a>
-
+ Internet Game SettingsDefinições do jogo na internet
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4450,61 +4466,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Endereço do servidor:
-
+ Use password for private game:Utilizar senha para jogos privados:
-
+ Computer EngineComputador
-
+ Opponent 6:Adversário 6:
-
+ Opponent 5:Adversário 5:
-
+ Opponent 4:Adversário 4:
-
+ Opponent 3:Adversário 3:
-
+ Opponent 2:Adversário 2:
-
+ Opponent 1:Adversário 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4516,7 +4532,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingAtivar/desativar registos
@@ -4526,31 +4542,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Diretório para registos:
-
+ Write log after every: Escrever registos a cada:
-
+ action (high frequent disc access)ação (acesso frequente ao disco)
-
+ hand (medium disc access)mão (acesso normal ao disco)
-
+ game (low disc access)jogo (acesso baixo ao disco)
@@ -4558,13 +4574,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesMensagens de registo
-
+ Player Nicks/Avatars"Nicks/Avatars" do jogaor
@@ -4578,33 +4594,38 @@ p, li { white-space: pre-wrap; }
Show left toolboxMostrar caixa de ferramentas esquerda
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URLConfiguração automática do servidor
-
+ Serverlist Address:Endereço da lista de servidor(s):
-
+ Manual Server ConfigurationConfiguração manual de servidor
-
+ Store log files for:Guardar os ficheiros de registo para:
-
+ Day(s) Dia(s)
@@ -4640,7 +4661,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Servidor do "avatar":
@@ -4731,90 +4752,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Tempo de espera entre mãos:
-
+ ServerServidor
-
+ GameJogo
-
+ Default game name:Nome de jogo padrão:
-
+ Default game type:Tipo de jogo padrão:
-
+ StandardPadrão
-
+ Registered players onlySó para jogadores registados
-
+ Invited players onlySó para jogadores convidados
-
+ Ranking gameJogo de classificação
-
+ Show lobby chatMostrar sala de "chat"
-
+ Automatically leave the table after the game finishedSair da mesa automaticamente depois de o jogo terminar
-
+ Ignored PlayersJogadores ignorados
-
+ PlayerJogador
-
+ Remove PlayerRemover jogador
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4828,19 +4849,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Adversário 7:
-
+ Opponent 8:Adversário 8:
-
+ Opponent 9:Adversário 9:
@@ -4848,65 +4869,65 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorErro de definições
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!A imagem indicada não existe.
Por favor, indique uma imagem válida!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!O diretório não existe.
Por favor, indique um diretório válido!
-
+ Language ChangedO idioma foi alterado
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Você alterou o idioma da aplicação para %1.
Por favor, reinicie a aplicação!
-
+ Select your flipside pictureSelecione a sua imagem invertida
-
+ Images (*.png *.jpg *.gif)Imagens (*.png *.jpg *.gif)
-
+ Open DirectoryAbrir diretório
-
-
+
+ Blinds ErrorErro de "blinds"
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -4915,7 +4936,7 @@ This first-small-blind-value will be set to maximum allowed value.
Esta 1ª "small blind" ira ser definida com o valor máximo permitido.
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!O endereço indicado não é uma URL válida.
@@ -5052,150 +5073,150 @@ Por favor, indique um endereço válido!Turco
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameNome do programador
-
-
+
+ Maintainer EMailE-mail do programador
-
-
+
+ Create DateData de criação
-
+ Windows BehaviourComportamento das janelas
-
+ scaleableà escala
-
+ fixedfixa
-
+ Minimum SizeTamanho mínimo
-
+ Maximum SizeTamanho máximo
-
+ Fixed SizeTamanho fixo
-
+ StateEstado
-
+ Please select your game table stylePor favor, escolha a mesa
-
+ PokerTH game table styles (*.xml)Mesas do Poker TH (*.xml)
-
+ Game Table Style ErrorErro no estilo da mesa de jogo
-
+ Selected game table style file is already in the list.
Please select another one to add!O estilo da mesa selecionada já está na lista.
Por favor, escolha outro estilo!
-
+ Game Table Style File ErrorErro no ficheiro de estilo da mesa de jogo
-
+ Could not load game table style file correctly.
Style will not be placed into list!Não foi possível carregar o ficheiro da mesa de jogo.
O estilo não será colocado na lista!
-
+ Please select your card deck stylePor favor, escolha o baralho de cartas
-
+ PokerTH card deck styles (*.xml)Baralhos de cartas do Poker Th (*.xml)
-
+ Card Deck Style ErrorErro no baralho de cartas
-
+ Selected card deck style file is already in the list.
Please select another one to add!O baralho de cartas selecionado já está na lista.
Por favor, escolha outro estilo!
-
+ Card Deck Style File ErrorErro no ficheiro de estilo do baralho de cartas
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Não foi possível carregar o ficheiro do baralho de cartas.
O estilo não será colocado na lista!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -5208,42 +5229,42 @@ O estilo não será colocado na lista!
Pretende apagar o ficheiro selecionado?
-
+ Export PokerTH log file to HTMLExportar o ficheiro de registo PokerTH para HTML
-
+ PokerTH HTML log (*.html)Registo PokerTH HTML (*.html)
-
+ Export PokerTH log file to plain textExportar o ficheiro de registo PokerTH para texto
-
+ PokerTH plain text log (*.txt)Registo em texto PokerTH (*.log)
-
+ Save PokerTH log fileGravar ficheiro de registo
-
+ PokerTH SQL log (*.pdb)Registo SQL do Poker Th (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5439,106 +5460,106 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorErro de rede
-
+ Server address was not set.O endereço do servidor não está definido.
-
+ An invalid port was set (ports 0-1023 are not allowed).Definiu uma porta inválida (não pode usar as portas 0-1023).
-
+ Could not create a socket for TCP communication.Não foi possível criar o "socket" para comunicação TCP.
-
+ Could not set the IP address.Incapaz de definir o endereço IP.
-
+ Could not set the port for this type of address.Incapaz definir esta porta para este tipo de endereço.
-
+ The server name could not be resolved.O nome do servidor não foi processado.
-
+ Bind failed - please choose a different port.Falha ao associar - escolha outra porta.
-
+ Internal network error: "listen" failed.Erro interno de rede: falha ao receber dados.
-
+ Server execution was terminated.A operação do servidor foi terminada.
-
+ Could not connect to the server.Incapaz de ligar ao servidor.
-
+ Connection timed out.
Please check the server address.
@@ -5549,12 +5570,12 @@ Verifique o endereço do servidor.
Se o servidor estiver protegido por um router NAT, certifiqu-se que o reencaminhamento foi definido no servidor.
-
+ Internal network error: "select" failed.Erro interno de rede: falha ao selecionar.
-
+ Internal network error: "send" failed.Erro interno de rede: falha ao enviar dados.
@@ -5563,26 +5584,26 @@ Se o servidor estiver protegido por um router NAT, certifiqu-se que o reencaminh
A ligação foi encerrada pelo servidor.
-
+ Internal network error: Duplicate TCP connection.Erro interno de rede. Ligação TCP duplicada.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Foi recebido um pacote de rede inválido.
Certifique-se que todos os jogadores têm a mesma versão do Poker TH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Erro interno.
Certifique-se que todos os jogadores têm a mesma versão do Poker TH.
-
+ Invalid server list URL.
Please correct the address in the settings.A URL do servidor é inválida.
@@ -5601,252 +5622,267 @@ Please make sure that the server list URL is correct.
Certifique-se que a URL do servidor está correta.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.A lista de servidores Poker TH comtém dados inválidos.
Se está a utilizar uma lista personalizada, verifique se está no formato correto.
-
+ Could not unzip the PokerTH internet server list.Não foi possível extrair a lista de servidores do Poker TH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Não foi possível transferirr a lista de servidores do Poker TH.
Verifique a sua ligação à internet.
-
+ Could not open the target file when downloading the server list.Não foi possível abrir o ficheiro durante a transferência da lista.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.
-
+ Sorry, this server is already full.Desculpe mas este servidor está cheio.
-
+ Invalid login.
Please check your username and password.Autenticação inválida.
Verifoque o nome de utilizador e senha.
-
+ Your account is blocked indefinitely.A sua conta foi bloqueada por tempo indeterminado.
-
+ You cannot login at this time. Please try again in a few seconds.Neste momento, não pode iniciar a sessão. Por favor, tente mais tarde.
-
+ You cannot join this game, because another player in that game has your network address.Você não pode entrar neste jogo, pois já existe um jogador que tem o seu endereço de rede.
-
+ Your connection to the server is very slow, the game had to start without you.A sua ligação ao servidor está muito lenta. O jogo começou sem si.
-
+ This game is of type invite-only. You cannot join this game without being invited.Este jogo só está disponível para convidados. Não pode entrar no jogo sem ser convidado.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ao entrar no jogo indicou uma senha inválida.
Reintroduza a senha e tente novamente.
-
+ The avatar report was accepted by the server. Thank you.O "avatar" denunciado foi aceite pelo servidor. Obrigado.
-
+ This avatar was already reported by another player.Este "avatar" já foi denunciado por outro jogador.
-
+ An error occurred while reporting the avatar.Ocorreu um erro ao denunciar o "avatar".
-
+ The password is too long. Please choose another one.A senha é muito grande. Por favor, escolha outra.
-
+ The connection to the server was lost.A ligação ao servidor perdeu-se.
-
+ The game name is either too short or too long. Please choose another one.O nome do jogo é muito pequeno, grande ou inválido. Por favor, escolha outro.
-
+ The game could not be found.O jogo não foi encontrado.
-
+ The chat text is invalid.O texto é inválido.
-
+ The server referred to an unknown player. Aborting.O servidor referenciou um jogador desconhecido. Cancelando.
-
+ Internal error: The current player could not be found.Erro interno: o jogador atual não foi encontrado.
-
+ Internal error: The current player is not active.Erro interno: o jogador atual está inativo.
-
+ You were kicked from the server.Você foi expulso deste servidor.
-
+ You were temporarily banned from the server.Você foi banido temporariamente deste servidor.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!A sua ligação ao servidor expirou. Para jogar, tem que se ligar novamente!
-
+ The client player count is invalid.A contagem de jogadores é inválida.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Foram definidas muitas "blinds" manuais. Verfifique as suas definições.
-
+ An invalid avatar file was configured. Please choose a different avatar.Configurou como "avatar" um ficheiro inválido. Por favor, escolha outro.
-
+ The selected avatar file is too large. Please choose a different avatar.O ficheiro de"avatar" escolhido é muito grande. Por favor, escolha outro.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Ocorreu um erro interno com o "avatar". Por favor, reporte-o ao administrador na sala de "chat".
-
+ Could not start game: Synchronization failed.Não foi possível iniciar o jogo: falha ao sincronizar.
-
+ The server is down for maintenance. Please try again later.O servidor está em manutenção. Tente mais tarde.
-
+ An internal error occured.Ocorreu um erro interno.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNotificação de rede
-
+ You were kicked from the game.Você foi expulso do jogo.
-
+ Sorry, this game is already full.Desculpe mas este jogo está cheio.
-
+ Unable to join - the server has already started the game.Não é possível entrar num servidor cujo jogo já iniciou.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!O seu estado como administrador expirou. Sinta-se à vontade para criar um novo jogo!
-
+ You cannot join this type of game as guest.Não pode entrar neste jogo como convidado.
-
+ The settings are invalid for this type of game.As definições são inválidas para este tipo de jogo.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Está disponível uma nova versão do Poker TH.<br>Vá até <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e transfira a versão mais recente.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Esta versão Beta do Poker Th está desatualizada.<br>Vá até <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> e transfira a versão mais recente.
-
-
+
+ Server MessageMensagem do servidor
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_ru.ts b/ts/pokerth_ru.ts
index 7bd03204..ad3a55bf 100644
--- a/ts/pokerth_ru.ts
+++ b/ts/pokerth_ru.ts
@@ -1699,7 +1699,7 @@ Please choose another one!
Общая игровая комната
-
+ Lobby-ChatОбщий чат
@@ -1748,6 +1748,7 @@ Please choose another one!
+ Timing:Время проведения:
@@ -1758,19 +1759,19 @@ Please choose another one!
Заполнить компьютерными оппонентами
-
+ Sort alphabeticallyСортировать по алфавиту
-
+ Sort by countryСортировать по стране
-
+ Display idle playersПоказать бездействующих игроков
@@ -1807,9 +1808,8 @@ Please choose another one!
Игры
- Timeout for player action (sec):
- Тайм-аут для хода игрока (сек):
+ Тайм-аут для хода игрока (сек):Leave Game
@@ -1878,25 +1878,25 @@ Please choose another one!
&Покинуть игру
-
+ Join &any gameПрисоединится к &любой игре
-
+ &Create Game&Создать игру
-
+ &Join Game&Присоединится к игре
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1984,7 +1984,7 @@ p, li { white-space: pre-wrap; }
Присоединиться к любой игре
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -2013,46 +2013,46 @@ p, li { white-space: pre-wrap; }
Вы хотите присоединиться к приватной игре. Пожалуйста, введите пароль!
-
-
-
-
+
+
+
+ Game InfoИнформация об игре
-
+ Server ErrorОшибка сервера
-
+ You should not kick yourself from this game!Вы не можете исключить себя из игры!
-
+ Joining a private GameПрисоединиться к закрытой игре
-
-
+
+ GameИгра
-
-
+
+ PlayersИгроки
-
-
+
+ StateСостояние
@@ -2061,43 +2061,43 @@ p, li { white-space: pre-wrap; }
Закрытая
-
+ You are about to join a private game. Please enter the password!Вы хотите присоединиться к закрытой игре. Пожалуйста, введите пароль!
-
+ runningидет игра
-
+ openоткрыта
-
-
+
+ Connected playersПодключенные игроки
-
+ handsпартий
-
+ minutesминут
-
+ double blindsудвоение ставок
-
+ manual blinds orderсамостоятельное управление ставками
@@ -2113,15 +2113,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ PP
-
-
+
+ Available PlayersДоступные игроки
@@ -2147,1333 +2147,1356 @@ p, li { white-space: pre-wrap; }
Показать статистику игрока
-
-
-
+
+ Report inappropriate game name
+ Сообщить об недопустимом имени игры
+
+
+
+
+ StandardСтандартный
-
-
-
+
+
+ Registered players onlyТолько зарегистрированные игроки
-
-
-
+
+
+ Invited players onlyТолько приглашенные игроки
-
-
-
+
+
+ Ranking gameРейтинговая игра
-
+ Connected players - max. %1Подключенных игроков - макс. %1
- sec (action)
- сек (действие)
+ сек (действие)
- sec (hand delay)
- сек (задержка партий)
+ сек (задержка партий)
-
+ AfghanistanАфганистан
-
+ ALand IslandsАландские острова
-
+ AlbaniaАлбания
-
+ AlgeriaАлжир
-
+ American SamoaАмериканское Самоа
-
+ AndorraАндорра
-
+ AngolaАнгола
-
+ AnguillaАнгилья
-
+ AntarcticaАнтарктида
-
+ Antigua And BarbudaАнтигуа и Барбуда
-
+ ArgentinaАргентина
-
+ ArmeniaАрмения
-
+ ArubaАруба
-
+ AustraliaАвстралия
-
+ AustriaАвстрия
-
+ AzerbaijanАзербайджан
-
+ BahamasБагамские острова
-
+ BahrainБахрейн
-
+ BangladeshБангладеш
-
+ BarbadosБарбадос
-
+ BelarusБеларусь
-
+ BelgiumБельгия
-
+ BelizeБелиз
-
+ BeninБенин
-
+ BermudaБермудские острова
-
+ BhutanБутан
-
+ BoliviaБоливия
-
+ Bosnia And HerzegovinaБосния и Герцеговина
-
+ BotswanaБотсвана
-
+ Bouvet IslandБуве
-
+ BrazilБразилия
-
+ British Indian Ocean TerritoryБританская территория Индийского океана
-
+ Brunei DarussalamБруней-Даруссалам
-
+ BulgariaБолгария
-
+ Burkina FasoБуркина-Фасо
-
+ BurundiБурунди
-
+ CambodiaКамбоджа
-
+ CameroonКамерун
-
+ CanadaКанада
-
+ Cape VerdeКабо-Верде
-
+ Cayman IslandsКаймановы острова
-
+ Central African RepublicЦентрально-Африканская Республика
-
+ ChadЧад
-
+ ChileЧили
-
+ ChinaКитай
-
+ Christmas IslandОстров Рождества
-
+ Cocos (Keeling) IslandsКокосовые (Килинг) острова
-
+ ColombiaКолумбия
-
+ ComorosКоморские острова
-
+ CongoКонго
-
+ Congo, The Democratic Republic Of TheДемократическая Республика Конго
-
+ Cook Islandsострова Кука
-
+ Costa RicaКоста-Рика
-
+ Cote D'IvoireКот-д'Ивуар
-
+ CroatiaХорватия
-
+ CubaКуба
-
+ CyprusКипр
-
+ Czech RepublicЧешская Республика
-
+ DenmarkДания
-
+ DjiboutiДжибути
-
+ DominicaДоминика
-
+ Dominican RepublicДоминиканская Республика
-
+ EcuadorЭквадор
-
+ EgyptЕгипет
-
+ El SalvadorСальвадор
-
+ Equatorial GuineaЭкваториальная Гвинея
-
+ EritreaЭритрея
-
+ EstoniaЭстония
-
+ EthiopiaЭфиопия
-
+ Falkland Islands (Malvinas)Фолклендские (Мальвинские) острова
-
+ Faroe IslandsФарерские острова
-
+ FijiФиджи
-
+ FinlandФинляндия
-
+ FranceФранция
-
+ French GuianaФранцузская Гвиана
-
+ French PolynesiaФранцузская Полинезия
-
+ French Southern TerritoriesФранцузские Южные территории
-
+ GabonГабон
-
+ GambiaГамбия
-
+ GeorgiaГрузия
-
+ GermanyГермания
-
+ GhanaГана
-
+ GibraltarГибралтар
-
+ GreeceГреция
-
+ GreenlandГренландия
-
+ GrenadaГренада
-
+ GuadeloupeГваделупа
-
+ GuamГуам
-
+ GuatemalaГватемала
-
+ GuernseyГернси
-
+ GuineaГвинея
-
+ Guinea-BissauГвинея-Бисау
-
+ GuyanaГайана
-
+ HaitiГаити
-
+ Heard Island And Mcdonald Islandsострова Херд и Макдональд
-
+ Holy See (Vatican City State)Святой Престол (Государство-город Ватикан)
-
+ HondurasГондурас
-
+ Hong KongГонконг
-
+ HungaryВенгрия
-
+ IcelandИсландия
-
+ IndiaИндия
-
+ IndonesiaИндонезия
-
+ Iran, Islamic Republic OfИсламская Республика Иран
-
+ IraqИрак
-
+ IrelandИрландия
-
+ Isle Of ManОстров Мэн
-
+ IsraelИзраиль
-
+ ItalyИталия
-
+ JamaicaЯмайка
-
+ JapanЯпония
-
+ JerseyДжерси
-
+ JordanИордания
-
+ KazakhstanКазахстан
-
+ KenyaКения
-
+ KiribatiКирибати
-
+ Korea, Democratic People'S Republic OfКорейская Народно-Демократическая Народная Республика
-
+ Korea, Republic OfРеспублика Корея
-
+ KuwaitКувейт
-
+ KyrgyzstanКиргизия
-
+ Lao People'S Democratic RepublicЛаосская Народно-Демократическая Республика
-
+ LatviaЛатвия
-
+ LebanonЛиван
-
+ LesothoЛесото
-
+ LiberiaЛиберия
-
+ Libyan Arab JamahiriyaЛивийская Арабская Джамахирия
-
+ LiechtensteinЛихтенштейн
-
+ LithuaniaЛитва
-
+ LuxembourgЛюксембург
-
+ MacaoМакао
-
+ Macedonia, The Former Yugoslav Republic OfМакедония
-
+ MadagascarМадагаскар
-
+ MalawiМалави
-
+ MalaysiaМалайзия
-
+ MaldivesМальдивы
-
+ MaliМали
-
+ MaltaМальта
-
+ Marshall IslandsМаршалловы острова
-
+ MartiniqueМартиника
-
+ MauritaniaМавритания
-
+ MauritiusМаврикий
-
+ MayotteМайотта
-
+ MexicoМексика
-
+ Micronesia, Federated States OfФедеративные Штаты Микронезия
-
+ Moldova, Republic OfМолдова
-
+ MonacoМонако
-
+ MongoliaМонголия
-
+ MontserratМонтсеррат
-
+ MoroccoМарокко
-
+ MozambiqueМозамбик
-
+ MyanmarМьянма
-
+ NamibiaНамибия
-
+ NauruНауру
-
+ NepalНепал
-
+ NetherlandsНидерланды
-
+ Netherlands AntillesНидерландские Антильские острова
-
+ New CaledoniaНовая Каледония
-
+ New ZealandНовая Зеландия
-
+ NicaraguaНикарагуа
-
+ NigerНигер
-
+ NigeriaНигерия
-
+ NiueНиуэ
-
+ Norfolk IslandОстров Норфолк
-
+ Northern Mariana IslandsСеверные Марианские острова
-
+ NorwayНорвегия
-
+ OmanОман
-
+ PakistanПакистан
-
+ PalauПалау
-
+ Palestinian Territory, OccupiedПалестина
-
+ PanamaПанама
-
+ Papua New GuineaПапуа-Новая Гвинея
-
+ ParaguayПарагвай
-
+ PeruПеру
-
+ PhilippinesФилиппины
-
+ PitcairnПиткэрн
-
+ PolandПольша
-
+ PortugalПортугалия
-
+ Puerto RicoПуэрто-Рико
-
+ QatarКатар
-
+ ReunionРеюньон
-
+ RomaniaРумыния
-
+ Russian FederationРоссийская Федерация
-
+ RwandaРуанда
-
+ Saint HelenaОстров Святой Елены
-
+ Saint Kitts And NevisСент-Китс и Невис
-
+ Saint LuciaСент-Люсия
-
+ Saint Pierre And MiquelonСен-Пьер и Микелон
-
+ Saint Vincent And The GrenadinesСент-Винсент и Гренадины
-
+ SamoaСамоа
-
+ San MarinoСан-Марино
-
+ Sao Tome And PrincipeСан-Томе и Принсипи
-
+ Saudi ArabiaСаудовская Аравия
-
+ SenegalСенегал
-
+ Serbia And MontenegroСербия и Черногория
-
+ SeychellesСейшельские острова
-
+ Sierra LeoneСьерра-Леоне
-
+ SingaporeСингапур
-
+ SlovakiaСловакия
-
+ SloveniaСловения
-
+ Solomon IslandsСоломоновы Острова
-
+ SomaliaСомали
-
+ South AfricaЮАР
-
+ South Georgia And The South Sandwich IslandsЮжная Джорджия и Южные Сандвичевы острова
-
+ SpainИспания
-
+ Sri LankaШри Ланка
-
+ SudanСудан
-
+ SurinameСуринам
-
+ Svalbard And Jan MayenШпицберген и Ян-Майен
-
+ SwazilandСвазиленд
-
+ SwedenШвеция
-
+ SwitzerlandШвейцария
-
+ Syrian Arab RepublicСирийская Арабская Республика
-
+ Taiwan, Province Of ChinaТайвань
-
+ TajikistanТаджикистан
-
+ Tanzania, United Republic OfОбъединенная Республика Танзания
-
+ ThailandТаиланд
-
+ Timor-LesteТимор-Лешти
-
+ TogoТого
-
+ TokelauТокелау
-
+ TongaТонга
-
+ Trinidad And TobagoТринидад и Тобаго
-
+ TunisiaТунис
-
+ TurkeyТурция
-
+ TurkmenistanТуркменистан
-
+ Turks And Caicos IslandsОстрова Теркс и Кайкос
-
+ TuvaluТувалу
-
+ UgandaУганда
-
+ UkraineУкраина
-
+ United Arab EmiratesОбъединенные Арабские Эмираты
-
+ United KingdomВеликобритания
-
+ United StatesСоединенные Штаты Америки
-
+ United States Minor Outlying IslandsСоединенные Штаты Америки Внешние малые острова
-
+ UruguayУругвай
-
+ UzbekistanУзбекистан
-
+ VanuatuВануату
-
+ VenezuelaВенесуэла
-
+ Viet NamВьетнам
-
+ Virgin Islands, BritishВиргинские острова, Британия
-
+ Virgin Islands, U.S.Виргинские острова, США
-
+ Wallis And FutunaУоллис и Футуна
-
+ Western SaharaЗападная Сахара
-
+ YemenЙемен
-
+ ZambiaЗамбия
-
+ ZimbabweЗимбабве
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+ Вы действительно хотите сообщить что имя игры "%1" недопустимое?
+
-
-
+
+ TТип
-
-
+
+
+
+ sec (action)
+ сек (действие)
+
+
+
+
+
+ sec (hand delay)
+ сек (задержка партий)
+
+
+
+ Connected players - Max. %1Подключенных игроков - Макс. %1
-
-
+
+ running games: %1Текущих игры: %1
-
-
+
+ open games: %1Открытых игр: %1
-
+ Invite %1Пригласить %1
-
+ Ignore %1Игнорировать %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 был приглашен %3 в %2.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 отклонил приглашение в %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 не может присоединиться к %2, потому что он занят.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Игра начнётся через<br><b>%1</b> секунд.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Вы вошли в игру типа "только приглашенные".
Не стесняйтесь приглашать других игроков нажав правой кнопкой мыши на их имя в списке доступных игроков.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Вы были приглашены <b>%2</b> в игру <b>%1</b>.<br>Хотите присоединиться к этой игре?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Вы больше не будете получать сообщения из чата или приглашений в игру от данного пользователя. <br>Вы действительно хотите поместить игрока <b>%1</b> в список игнорирования?
@@ -3482,49 +3505,50 @@ Feel free to invite other players by right-clicking on their nick in the availab
Игроков в чате: %1
-
-
+
+ connected players: %1Подключенных игроков: %1
-
+ search for player ...поиск игрока...
-
+ Chat is only available to registered players.Чат доступен только для зарегистрированных игроков.
-
+ Invite player ...Пригласить игрока...
-
+ Ignore player ...Игнорировать игрока...
-
+ %1 is playing in "%2".%1 играет в "%2".
-
+ %1 is not playing at the moment.%1 не играет в данный момент.
-
-
+
+ PokerTH - Info MessagePokerTH - Информационное сообщение
-
+
+ PokerTH - QuestionPokerTH - Вопрос
@@ -4910,6 +4934,11 @@ p, li { white-space: pre-wrap; }
Show left toolboxПоказывать левую панель
+
+
+ Play blind raise notification
+ Звуковое уведомление при повышении ставки
+
@@ -4935,7 +4964,7 @@ p, li { white-space: pre-wrap; }
-
+ Show game settings dialog on every new gameПоказывать окно настроек перед началом игры
@@ -4945,7 +4974,7 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Количество игроков:
@@ -4959,21 +4988,21 @@ p, li { white-space: pre-wrap; }
-
+ Game Speed:Скорость игры:
-
-
+
+ Start Cash:Начальная сумма:
-
+ Pause between hands (press "start" button to go on)Пауза между партиями (для продолжения нужно нажать "Старт")
@@ -4996,40 +5025,40 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Порт сервера:
-
-
+
+ Use SCTPИспользовать SCTP
-
-
+
+ Use IPv6Использовать IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://ru.wikipedia.org/wiki/Ipv6">Подробнее...</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://ru.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Подробнее...</a>
@@ -5043,7 +5072,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Максимальное количество игроков:
@@ -5063,37 +5092,37 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineКомпьютерные противники
-
+ Opponent 5:Оппонент 5:
-
+ Opponent 4:Оппонент 4:
-
+ Opponent 3:Оппонент 3:
-
+ Opponent 2:Оппонент 2:
-
+ Opponent 1:Оппонент 1:
@@ -5107,7 +5136,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingВключить запись событий
@@ -5121,13 +5150,13 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Каталог файлов журнала:
-
+ Write log after every: Записывать в журнал после каждой:
@@ -5135,19 +5164,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesЖурнал
-
+ Local Game SettingsНастройки локальной игры
-
+ Network Game SettingsНастройки сетевой игры
@@ -5165,7 +5194,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 6:Оппонент 6:
@@ -5175,19 +5204,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)действия (много обращений к диску)
-
+ hand (medium disc access)партии (средняя частота обращений к диску)
-
+ game (low disc access)игры (малое количество обращения к диску)
@@ -5215,13 +5244,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsНастройки сетевого сервера
-
+ Internet Game SettingsНастройки игры в Интернете
@@ -5241,13 +5270,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Адрес сервера:
-
+ Use password for private game:Использовать пароль для закрытой игры:
@@ -5274,16 +5303,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Начальная ставка:
-
-
+
+ Raise blinds:Повышать ставки:
@@ -5292,58 +5321,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Каждые:
-
-
+
+ handsпартий
-
-
+
+ minutesминут
-
-
+
+ Raise mode:Режим повышения:
-
-
+
+ Always double blindsВсегда удваивать ставки
-
-
+
+ Manual blinds order:Самостоятельное управление ставками:
-
-
+
+ Edit ...Редактировать...
@@ -5402,7 +5431,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsИмена и аватары игроков
@@ -5452,29 +5481,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Время ожидания хода игрока:
-
-
+
+ s сек
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -5486,7 +5515,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5498,19 +5527,19 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLАвтоматическая настройка сервера
-
+ Serverlist Address:Адрес списка серверов:
-
+ Manual Server ConfigurationРучная настройка сервера
@@ -5529,13 +5558,13 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:Хранить файлы журнала:
-
+ Day(s) Дня(ей)
@@ -5631,7 +5660,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Адрес сервера картинок аватаров:
@@ -5647,7 +5676,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory SettingsСброс настроек
@@ -5765,19 +5794,19 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Задержка между раздачами:
-
+ ServerСервер
-
+ GameИгра
@@ -5796,72 +5825,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Имя игры по умолчанию:
-
+ Default game type:Тип игры по умолчанию:
-
+ StandardСтандартный
-
+ Registered players onlyТолько зарегистрированнные игроки
-
+ Invited players onlyТолько приглашенные игроки
-
+ Ranking gameРейтинговая игра
-
+ Show lobby chatПоказывать общий чат
-
+ Automatically leave the table after the game finishedАвтоматически покинуть стол после окончания игры
-
+ Ignored PlayersИгнорируемые игроки
-
+ PlayerИгрок
-
+ Remove PlayerУдалить игрока
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5875,61 +5904,61 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Оппонент 7:
-
+ Opponent 8:Оппонент 8:
-
+ Preview:Предпросмотр:
-
+ Export as HTMLЭкспорт в HTML
-
+ Export as txtЭкспорт в txt
-
+ Save as ...Сохранить как...
-
+ DeleteУдалить
-
+ Reset all settings to default ...Сбросить все настройки на настройки по умолчанию...
-
+ Note: You can not reset all settings to default during a running game!Примечание: Вы не можете сбросить все настройки на настройки по умолчанию при запущенной игре.
-
+ Log FileФайлы журнала
@@ -5939,7 +5968,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Оппонент 9:
@@ -5947,11 +5976,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorОшибка настроек
@@ -5968,7 +5997,7 @@ Please select an valid directory!
Укажите правильный каталог!
-
+ Select your flipside pictureВыберите свою картинку рубашки карт
@@ -5977,24 +6006,24 @@ Please select an valid directory!
Картинки (*.png)
-
+ Open DirectoryОткрыть каталог
-
+ Images (*.png *.jpg *.gif)Картинки (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorОшибка ставок
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -6061,12 +6090,12 @@ This first-small-blind-value will be set to maximum allowed value.
Турецкий
-
+ Language ChangedЯзык изменен
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Вы изменили язык приложения на %1.
@@ -6103,15 +6132,15 @@ Please restart PokerTH to load new language!
Тамильский
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Указанная картика рубашки карт не существует.
Укажите правильную картинку!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Указанный каталог для лог-файла не существует.
@@ -6153,7 +6182,7 @@ Please select an valid directory!
Шведский
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Введенный список серверов не является ссылкой.
@@ -6175,152 +6204,152 @@ Please enter a valid server list address!
Японский
-
+ The opponent names are not unique.
Please choose different names for each Opponent!Имена оппонентов не являются уникальными.
Пожалуйста, выберите различные названия для каждого оппонента!
-
+ Settings InformationСведения настроек
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!Вы изменили каталог лог-файла.
Перезапустите PokerTH, чтобы использовать новый каталог для лог-файлов!
-
-
+
+ Maintainer NameИмя разработчика
-
-
+
+ Maintainer EMailE-Mail адрес разработчика
-
-
+
+ Create DateДата создания
-
+ Windows BehaviourОформление окна
-
+ scaleableмасштабируемое
-
+ fixedфиксированное
-
+ Minimum SizeМинимальный размер
-
+ Maximum SizeМаксимальный размер
-
+ Fixed SizeФиксированный размер
-
+ StateСостояние
-
+ Please select your game table styleПожалуйста, выберите стиль игрового стола
-
+ PokerTH game table styles (*.xml)Стили столов PokerTH (*.xml)
-
+ Game Table Style ErrorОшибка стиля игрового стола
-
+ Selected game table style file is already in the list.
Please select another one to add!Выбранный стиль игрового стола уже есть в списке.
Выберите еще один для добаления!
-
+ Game Table Style File ErrorОшибка файла стиля игрового стола
-
+ Could not load game table style file correctly.
Style will not be placed into list!Некоректный файл стиля игрового стола.
Стиль не будет добавлен в список!
-
+ Please select your card deck styleПожалуйста, выберите ваш стиль колоды
-
+ PokerTH card deck styles (*.xml)Стили колоды PokerTH (*.xml)
-
+ Card Deck Style ErrorОшибка стиля колоды карт
-
+ Selected card deck style file is already in the list.
Please select another one to add!Выбранный стиль колоды уже в списке.
Выберите еще один для добавления!
-
+ Card Deck Style File ErrorОшибка файла стиля колоды карт
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Некорректный файл стиля колоды карт.
Стиль не будет добавлен в список!
-
+ PokerTH - Delete log filesPokerTH - Удаление файлов журнала
-
+ Do you really want to delete the selected log files?Вы действительно хотите удалить выбранные файлы журнала?
@@ -6333,42 +6362,42 @@ Style will not be placed into list!
Вы действительно хотите удалить выбранный лог-файл?
-
+ Export PokerTH log file to HTMLЭкспорт PokerTH лог-файла в HTML
-
+ PokerTH HTML log (*.html)PokerTH HTML лог-файл (*.html)
-
+ Export PokerTH log file to plain textЭкспорт PokerTH лог-файла в обычный текст
-
+ PokerTH plain text log (*.txt)PokerTH текстовый лог-файл (*.txt)
-
+ Save PokerTH log fileСохранить PokerTH лог-файл
-
+ PokerTH SQL log (*.pdb)PokerTH SQL лог-файл (*.pdb)
-
+ PokerTH - SettingsPokerTH - Настройки
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?Внимание: это удалит все ваши личные настройки и закроет PokerTH!
@@ -6599,106 +6628,106 @@ Please choose another one.
Выберите другое имя.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorОшибка сети
-
+ Server address was not set.Не установлен адрес сервера.
-
+ An invalid port was set (ports 0-1023 are not allowed).Указан неверный порт (диапазон 0-1023 не допускается).
-
+ Could not create a socket for TCP communication.Не могу создать сокет для TCP-соединения.
-
+ Could not set the IP address.Не могу установить IP адрес.
-
+ Could not set the port for this type of address.Не могу установить порт для этого типа адреса.
-
+ The server name could not be resolved.Не могу определить имя сервера.
-
+ Bind failed - please choose a different port.Подключение на порт не удалось - выберите другой порт.
-
+ Internal network error: "listen" failed.Внутренняя сетевая ошибка: неудачная команда "listen".
-
+ Server execution was terminated.Работа сервера была прервана.
-
+ Could not connect to the server.Не могу соединиться с сервером.
-
+ Connection timed out.
Please check the server address.
@@ -6709,12 +6738,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Если сервер находится за NAT-маршрутизатором, удостоверьтесь, что обращение к порту сервера разрешено.
-
+ Internal network error: "select" failed.Внутренняя сетевая ошибка: неудачная команда "select".
-
+ Internal network error: "send" failed.Внутренняя сетевая ошибка: неудачная команда"send".
@@ -6723,31 +6752,31 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
Соединение было закрыто сервером.
-
+ The connection to the server was lost.Соединение с сервером было потеряно.
-
+ Internal network error: Duplicate TCP connection.Внутренняя сетевая ошибка: двойное TCP-соединение.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Принят неверный сетевой пакет.
Убедитесь, что все игроки используют одинаковую версию PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Ошибка внутреннего состояния.
Убедитесь, что все игроки используют одинаковую версию PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.Неверная ссылка на список серверов.
@@ -6766,95 +6795,110 @@ Please make sure that the server list URL is correct.
Убедитесь, что ссылка на список серверов верна.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.Список серверов PokerTH содержит неверные сведения.
Если вы используете собственный список серверов, убедитесь, что формат корректен.
-
+ Could not unzip the PokerTH internet server list.Невозможно распаковать список серверов PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Не возможно скачать список интернет серверов PokerTH.
Проверьте правильность подключения к интернет.
-
+ Could not open the target file when downloading the server list.не возможно загрузить указанный файл во время загрузки списка серверов.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Сервер PokerTH не поддерживает эту версию игры.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте самую свежую версию.
-
+ Sorry, this server is already full.Извините, этот сервер уже полон.
-
+ Invalid login.
Please check your username and password.Ошибка входа.
Пожалуйста, проверьте свои имя пользователя и пароль.
-
+ Your account is blocked indefinitely.Ваша учетная запись заблокирована на неопределенный срок.
-
+ You cannot login at this time. Please try again in a few seconds.Вы не можете войти сейчас. Повторите попытку через несколько секунд.
-
+ You cannot join this game, because another player in that game has your network address.Вы не можете присоединиться к этой игре, потому что другой игрок в этой игре имеет такой же сетевой адрес.
-
+ Your connection to the server is very slow, the game had to start without you.Ваше подключение к серверу происходит очень медленно, игра была начата без вас.
-
+ This game is of type invite-only. You cannot join this game without being invited.Эта игра только для приглашенных игроков. Вы не можете присоединиться к этой игре без приглашения.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Неверный пароль при подключении.
Введите пароль заново и подключитесь снова.
-
+ The avatar report was accepted by the server. Thank you.Сообщение об аватаре было принято сервером. Спасибо.
-
+ This avatar was already reported by another player.Об этом аватаре уже сообщалось другим игроком.
-
+ An error occurred while reporting the avatar.Произошла ошибка при сообщении об аватаре.
-
+
+ The game name report was accepted by the server. Thank you.
+ Сообщение об имени игры было принято сервером. Спасибо.
+
+
+
+ This game name was already reported by another player.
+ Об этом имени игры сообщалось другим игроком.
+
+
+
+ An error occurred while reporting the game name.
+ Произошля ошибка при сообщении об имени игры
+
+
+ The password is too long. Please choose another one.Слишком длинный пароль. Выберите другой.
@@ -6869,67 +6913,67 @@ Please choose a different name.
Имя игрока слишком длинное, слишком короткое или неправильное. Выберите другое имя.
-
+ The game name is either too short or too long. Please choose another one.Название игры слишком длинное или слишком короткое. Выберите другое название.
-
+ The game could not be found.Игра не найдена.
-
+ The chat text is invalid.Тескт чата неверный.
-
+ The server referred to an unknown player. Aborting.Сервер обращается к неизвестному игроку. Остановка.
-
+ Internal error: The current player could not be found.Внутренняя ошибка: Текущий игрок не найден.
-
+ Internal error: The current player is not active.Внутренняя ошибка: Текущий игрок не активен.
-
+ You were kicked from the server.Вы были отключены от сервера.
-
+ You were temporarily banned from the server.Вы были временно заблокированы на сервере.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Ваше соединение с сервером более не активно. Перезайдите!
-
+ The client player count is invalid.Неверное количество игроков на сервере.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Слишком много самостоятельных ставок. Пересмотрите список ставок.
-
+ An invalid avatar file was configured. Please choose a different avatar.Указан неверный файл аватара. Выберите другой аватар.
-
+ The selected avatar file is too large. Please choose a different avatar.Выбранный файл аватара слишком большой. Выберите другой аватар.
@@ -6938,89 +6982,89 @@ Please choose a different name.
Вы не можете загрузить файл аватары в данный момент. Попробуйте через пару секунд.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Произошла ошибка при обработке аватары. Пожалуйста, сообщите об этом администратору в общей комнате.
-
+ Could not start game: Synchronization failed.Не могу начать игру: Синхронизация не удалась.
-
+ The server is down for maintenance. Please try again later.Сервер находится на техобслуживании. Попробуйте позже.
-
+ An internal error occured.Произошла внутренняя ошибка.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationСетевое предупреждение
-
+ You were kicked from the game.Вы были отключены от игры.
-
+ Sorry, this game is already full.Извините, все места в игре уже заняты.
-
+ Unable to join - the server has already started the game.Подключение невозможно - игра уже начата.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Ваша игра слишком долго была неактивна. Создайте новую игру!
-
+ You cannot join this type of game as guest.Вы не можете присоединиться к этому тип игры в качестве гостя.
-
+ The settings are invalid for this type of game.Настройки недопустимы для этого типа игры.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Вышла новая версия PokerTH.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте последнюю версию.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Эта бета-версия PokerTH устарела.<br>Зайдите на <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> и скачайте последнюю версию.
-
-
+
+ Server MessageСообщение сервера
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_sk.ts b/ts/pokerth_sk.ts
index 726692cc..cf435bba 100644
--- a/ts/pokerth_sk.ts
+++ b/ts/pokerth_sk.ts
@@ -1898,7 +1898,7 @@ Prosím, vyberte si iné!
gameLobbyDialog
-
+ Lobby-ChatLobby-Chat
@@ -1943,6 +1943,7 @@ Prosím, vyberte si iné!
+ Timing:
@@ -1953,19 +1954,19 @@ Prosím, vyberte si iné!
Vyplniť počitačovými súpermi
-
+ Sort alphabeticallyZoradiť podľa abecedy
-
+ Sort by countryZoradiť podľa krajiny
-
+ Display idle playersZobraziť neaktívnych hráčov
@@ -1998,9 +1999,8 @@ Prosím, vyberte si iné!
- Timeout for player action (sec):
- Časový limit pre hráčovu akciu (sek):
+ Časový limit pre hráčovu akciu (sek):Leave Game
@@ -2069,25 +2069,25 @@ Prosím, vyberte si iné!
&Opustiť hru
-
+ Join &any gameP&ridať sa k ľubovoľnej hre
-
+ &Create Game&Vytvoriť hru
-
+ &Join Game&Pridať sa k hre
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -2175,7 +2175,7 @@ p, li { white-space: pre-wrap; }
Pridať sa k ľubovoľnej hre
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -2196,46 +2196,46 @@ p, li { white-space: pre-wrap; }
hra
-
-
-
-
+
+
+
+ Game InfoInfo o hre
-
+ Server ErrorChyba servera
-
+ You should not kick yourself from this game!Nemali by ste z tejto hry vykopnúť sám seba!
-
+ Joining a private GamePripájam sa k súkromnej hre
-
-
+
+ GameHra
-
-
+
+ PlayersHráči
-
-
+
+ StateStav
@@ -2244,43 +2244,43 @@ p, li { white-space: pre-wrap; }
Súkromný
-
+ You are about to join a private game. Please enter the password!Chcete sa pripojiť k súkromnej hre. Prosím zadajte heslo!
-
+ runningspúšťam
-
+ openotvorená
-
-
+
+ Connected playersPripojení hráči
-
+ handsrozdania
-
+ minutesminúty
-
+ double blindsdvojité stávky
-
+ manual blinds orderručné stanovenie stávok
@@ -2295,15 +2295,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersDostupní hráči
@@ -2329,1267 +2329,1268 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ StandardŠtandardná
-
-
-
+
+
+ Registered players onlyIba registrovaní hráči
-
-
-
+
+
+ Invited players onlyIba pozvaní hráči
-
-
-
+
+
+ Ranking gameVyhodnocovaná hra
-
+ Connected players - max. %1Pripojení hráči - max. %1
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ LithuaniaLitovština
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
-
-
+
+ T
@@ -3599,68 +3600,82 @@ p, li { white-space: pre-wrap; }
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1Pripojení hráči - Max. %1
-
-
+
+ running games: %1spustené hry: %1
-
-
+
+ open games: %1otvorené hry: %1
-
+ Invite %1Pozvať %1
-
+ Ignore %1Ignorovať %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%1 bol(a) pozvaný(á) k %2 užívateľom %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 odmietol pozvanie k %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 sa nemôže pridať k %2, pretože je zaneprázdnený.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.Hra sa začne o <br><b>%1</b> sekúnd.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.Pridali ste sa k hre, ktorej typ je "len na pozvánku".
Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich priezvisko v zozname dostupných hráčov.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?Prišla vám pozvánka ku hre <b>%1</b> od <b>%2</b>.<br>Želáte si pridať sa k tejto hre?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?Od tohto užívateľa už neobdržíte správy v chate alebo pozvánky do hry.<br>Naozaj si prajete pridať hráča <b>%1</b> do zoznamu ignorovaných?
@@ -3669,49 +3684,50 @@ Môžete pozývať ďalších hráčov kliknutím pravým tlačidlom na ich prie
hráči na chate: %1
-
-
+
+ connected players: %1pripojení hráči: %1
-
+ search for player ...hľadanie hráča...
-
+ Chat is only available to registered players.Chat je dostupný len registrovaným hráčom.
-
+ Invite player ...Pozvať hráča...
-
+ Ignore player ...Ignorovať hráča...
-
+ %1 is playing in "%2".%1 hrá v "%2".
-
+ %1 is not playing at the moment.%1 momentálne nehrá.
-
-
+
+ PokerTH - Info MessagePokerTH - Informačná správa
-
+
+ PokerTH - QuestionPokerTH - Otázka
@@ -5131,6 +5147,11 @@ p, li { white-space: pre-wrap; }
Show left toolboxZobrazovať ľavú nástrojovú lištu
+
+
+ Play blind raise notification
+
+
@@ -5150,7 +5171,7 @@ p, li { white-space: pre-wrap; }
-
+ Show game settings dialog on every new gameZobrazovať dialógové okno s nastaveniami pred každou novou hrou
@@ -5160,7 +5181,7 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Počet hráčov:
@@ -5174,21 +5195,21 @@ p, li { white-space: pre-wrap; }
-
+ Game Speed:Rýchlosť hry:
-
-
+
+ Start Cash:Úvodná hotovosť:
-
+ Pause between hands (press "start" button to go on)Prestávka medzi rozdaniami (stlačte tlačidlo "start" pre pokračovanie)
@@ -5211,40 +5232,40 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Port servera:
-
-
+
+ Use SCTPPoužívať SCTP
-
-
+
+ Use IPv6Používať IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">Čo je to?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Čo je to?</a>
@@ -5258,7 +5279,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:Maximálny počet hráčov:
@@ -5276,43 +5297,43 @@ p, li { white-space: pre-wrap; }
-
+ Computer EnginePočítačový engine
-
+ Opponent 6:Súper 6:
-
+ Opponent 5:Súper 5:
-
+ Opponent 4:Súper 4:
-
+ Opponent 3:Súper 3:
-
+ Opponent 2:Súper 2:
-
+ Opponent 1:Súper 1:
@@ -5332,7 +5353,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingZapnúť/vypnúť zaznamenávanie
@@ -5346,13 +5367,13 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Adresár s log súborom:
-
+ Write log after every: Zapísať log pri každom:
@@ -5367,19 +5388,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)akcia (častý prístup na disk)
-
+ hand (medium disc access)rozdanie (stredný prístup na disk)
-
+ game (low disc access)hra (nízky prístup na disk)
@@ -5387,19 +5408,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesZaznamenávať správy
-
+ Local Game SettingsNastavenia lokálnej hry
-
+ Network Game SettingsNastavenia sieťovej hry
@@ -5423,13 +5444,13 @@ p, li { white-space: pre-wrap; }
-
+ Network Server SettingsSieťové nastavenia servera
-
+ Internet Game SettingsNastavenia internetovej hry
@@ -5439,13 +5460,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Adresa servera:
-
+ Use password for private game:Použiť heslo pre súkromnú hru:
@@ -5468,16 +5489,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:Prvá stávka:
-
-
+
+ Raise blinds:Zvyšovať stávky:
@@ -5486,58 +5507,58 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Každých:
-
-
+
+ handsrozdaní
-
-
+
+ minutesminút
-
-
+
+ Raise mode:Režim zvyšovania:
-
-
+
+ Always double blindsVždy dvojnásobné stávky
-
-
+
+ Manual blinds order:Ručné stanovenie stávok:
-
-
+
+ Edit ...Upraviť...
@@ -5596,7 +5617,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsPrezývka/avatar hráča
@@ -5646,29 +5667,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Časový limit pre hráčovu akciu:
-
-
+
+ s s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -5680,7 +5701,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5692,7 +5713,7 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLURL Automatickej konfigurácie servera
@@ -5700,7 +5721,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -5752,31 +5773,31 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:Prestávka medzi rozdaniami:
-
+ ServerServer
-
+ Serverlist Address:Adresa zoznamu serverov:
-
+ Manual Server ConfigurationManuálne nastavenie serveru
-
+ GameHra
@@ -5791,72 +5812,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:Východzí názov hry:
-
+ Default game type:Východzí typ hry:
-
+ StandardŠtandardná
-
+ Registered players onlyIba registrovaní hráči
-
+ Invited players onlyIba pozvaní hráči
-
+ Ranking gameVyhodnocovaná hra
-
+ Show lobby chatZobraziť lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored PlayersIgnorovaní hráči
-
+ PlayerHráč
-
+ Remove PlayerOdstrániť hráča
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5870,37 +5891,37 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s) Deň(Dní)
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -5910,25 +5931,25 @@ p, li { white-space: pre-wrap; }
-
+ Export as txtExportovať do txt
-
+ Save as ...Uložiť ako...
-
+ DeleteVymazať
-
+ Log FileSúbor so záznamom
@@ -6012,7 +6033,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:Server s avatarmi:
@@ -6096,13 +6117,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Súper 7:
-
+ Opponent 8:Súper 8:
@@ -6112,7 +6133,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Súper 9:
@@ -6120,11 +6141,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorChyba v nastaveniach
@@ -6141,7 +6162,7 @@ Please select an valid directory!
Prosím, vyberte platný adresár!
-
+ Select your flipside pictureVyberte si obrázok pre rub kariet
@@ -6150,24 +6171,24 @@ Prosím, vyberte platný adresár!
Obrázky (*.png)
-
+ Open DirectoryOtvoriť adresár
-
+ Images (*.png *.jpg *.gif)Obrázky (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorChyba stávok
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -6223,12 +6244,12 @@ Hodnota prvej malej stávky bude nastavená na maximálnu možnú úroveň.Turečtina
-
+ Language ChangedZmenený jazyk
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Zmenili ste jazyk aplikácie na %1.
@@ -6245,15 +6266,15 @@ Prosím reštartujte PokerTH pre načítanie nového jazyka!Slovenčina
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Zadaný obrázok pre rub karty neexistuje.
Prosím zadajte platný obrázok!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Adresár pre súbor s logmi neexistuje.
@@ -6295,7 +6316,7 @@ Prosím zadajte platný adresár!Švédština
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Zadaná adresa zoznamu serverov nie je platná URL.
@@ -6352,150 +6373,150 @@ Zadajte, prosím, platnú adresu zoznamu serverov!Tamilčina
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer NameMeno správcu
-
-
+
+ Maintainer EMailE-mail správcu
-
-
+
+ Create DateDátum vytvorenia
-
+ Windows BehaviourSprávanie okien
-
+ scaleableškálovateľný
-
+ fixedfixná veľkosť
-
+ Minimum SizeMinimálne rozmery
-
+ Maximum SizeMaximálne rozmery
-
+ Fixed SizeFixné rozmery
-
+ StateStav
-
+ Please select your game table styleProsím, vyberte si váš štýl herného stola
-
+ PokerTH game table styles (*.xml)Štýly herných stolov PokerTH (*.xml)
-
+ Game Table Style ErrorChyba v štýle herného stola
-
+ Selected game table style file is already in the list.
Please select another one to add!Vybraný súbor so štýlom herného stola je už v zozname.
Prosím, zvoľte si iný štýl na pridanie!
-
+ Game Table Style File ErrorChyba v súbore so štýlom herného stola
-
+ Could not load game table style file correctly.
Style will not be placed into list!Nepodarilo sa korektne načítať súbor so štýlom herného stola.
Štýl nebude pridaný do zoznamu!
-
+ Please select your card deck styleProsím, vyberte si váš štýl kariet
-
+ PokerTH card deck styles (*.xml)Štýly kariet PokerTH (*.xml)
-
+ Card Deck Style ErrorChyba v štýle kariet
-
+ Selected card deck style file is already in the list.
Please select another one to add!Vybraný súbor so štýlom kariet je už v zozname.
Prosím, zvoľte si iný štýl na pridanie!
-
+ Card Deck Style File ErrorChyba v súbore so štýlom kariet
-
+ Could not load card deck style file correctly.
Style will not be placed into list!Nepodarilo sa korektne načítať súbor so štýlom kariet.
Štýl nebude pridaný do zoznamu!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -6504,32 +6525,32 @@ Style will not be placed into list!
PokerTH - Súbor so záznamom
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -6539,12 +6560,12 @@ Do you really want to reset factory settings?
Naozaj chcete vymazať vybraný súbor so záznamom?
-
+ Save PokerTH log fileUložiť súbor so záznamom PokerTH
-
+ PokerTH SQL log (*.pdb)PokerTH SQL log (*.pdb)
@@ -6773,106 +6794,106 @@ Please choose another one.
Prosím vyberte si inú prezývku.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorChyba siete
-
+ Server address was not set.Adresa servera nebola nastavená.
-
+ An invalid port was set (ports 0-1023 are not allowed).Bol nastavený neplatný port (nie sú povolené porty 0-1023).
-
+ Could not create a socket for TCP communication.Nepodarilo sa vytvoriť socket pre komunikáciu TCP.
-
+ Could not set the IP address.Nepodarilo sa nastaviť IP adresu.
-
+ Could not set the port for this type of address.Nepodarilo sa nastaviť port pre tento typ adresy.
-
+ The server name could not be resolved.Meno servera sa nepodarilo resolvnúť.
-
+ Bind failed - please choose a different port.Bind zlyhal - prosím, vyberte iný port.
-
+ Internal network error: "listen" failed.Interná chyba siete: "listen" zlyhalo.
-
+ Server execution was terminated.Spustenie servera bolo zrušené.
-
+ Could not connect to the server.Nepodarilo sa pripojiť k serveru.
-
+ Connection timed out.
Please check the server address.
@@ -6883,12 +6904,12 @@ Prosím, skontrolujte adresu serveru.
Ak je server za NAT routrom, ubezpečte sa, že je na strane servera zapnuté presmerovanie portov (port forwarding).
-
+ Internal network error: "select" failed.Interná chyba siete: "select" zlyhalo.
-
+ Internal network error: "send" failed.Interná chyba siete: "send" zlyhalo.
@@ -6897,31 +6918,31 @@ Ak je server za NAT routrom, ubezpečte sa, že je na strane servera zapnuté pr
Spojenie bolo uzatvorené serverom.
-
+ The connection to the server was lost.
-
+ Internal network error: Duplicate TCP connection.Interná chyba siete: Duplikované TCP spojenie.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Bol prijatý neplatný sieťový paket.
Prosím, uistite sa, že všetci hráči používajú rovnakú verziu PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Chyba interného stavu.
Prosím, uistite sa, že všetci hráči používajú rovnakú verziu PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.Neplatné URL zoznamu serverov.
@@ -6940,95 +6961,110 @@ Please make sure that the server list URL is correct.
Uistite sa, prosím, že URL zoznamu serverov je správna.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.Zoznam internetových serverov PokerTH obsahuje neplatné údaje.
Ak používate vlastný zoznam serverov, uistite sa, prosím, že má správny formát.
-
+ Could not unzip the PokerTH internet server list.Nepodarilo sa rozzipovať zoznam internetových serverov PokerTH.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.Nepodarilo sa stiahnuť zoznam internetových serverov PokerTH.
Uistite sa, prosím, že ste pripojený priamo na internet.
-
+ Could not open the target file when downloading the server list.Nepodarilo sa otvoriť cieľový súbor pri sťahovaní zoznamu serverov.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH server nepodporuje túto verziu hry.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite najnovšiu verziu.
-
+ Sorry, this server is already full.Ľutujem, tento server je už plný.
-
+ Invalid login.
Please check your username and password.Neplatný login.
Prosím, skontrolujte meno užívateľa a heslo.
-
+ Your account is blocked indefinitely.Váš účet je trvalo blokovaný.
-
+ You cannot login at this time. Please try again in a few seconds.Prihlásenie nie je v tejto chvíli možné. Skúste to, prosím, znovu o niekoľko sekúnd.
-
+ You cannot join this game, because another player in that game has your network address.Nemôžete sa pripojiť k tejto hre, pretože iný hráč v tejto hre má vašu sieťovú adresu.
-
+ Your connection to the server is very slow, the game had to start without you.Vaše pripojenie k serveru je veľmi pomalé, hra musela začať bez vás.
-
+ This game is of type invite-only. You cannot join this game without being invited.Tento typ hry je len na pozvánku. Nemôžete sa pridať k tejto hre bez toho, aby vás niekto pozval.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Neplatné heslo pri pripájaní sa k hre.
Prosím, skúste to znovu.
-
+ The avatar report was accepted by the server. Thank you.Hlásenie o avatarovi bolo prijaté serverom. Ďakujeme.
-
+ This avatar was already reported by another player.Tento avatar už bol nahlásený iným hráčom.
-
+ An error occurred while reporting the avatar.Počas nahlasovania avatara nastala chyba.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.Heslo je príliš dlhé. Prosím, zvoľte si iné heslo.
@@ -7043,67 +7079,67 @@ Prosím, vyberte si iné meno.
Meno hráča je príliš krátke, príliš dlhé alebo neplatné. Prosím vyberte iné.
-
+ The game name is either too short or too long. Please choose another one.Názov hry je buď príliš krátky alebo príliš dlhý. Prosím zvoľte iný názov.
-
+ The game could not be found.Hru sa nepodarilo nájsť.
-
+ The chat text is invalid.Text chatu je neplatný.
-
+ The server referred to an unknown player. Aborting.Server sa odvolal na neznámeho hráča. Ukončujem.
-
+ Internal error: The current player could not be found.Interná chyba: Nepodarilo sa nájsť aktuálneho hráča.
-
+ Internal error: The current player is not active.Interná chyba: Aktuálny hráč nie je aktívny.
-
+ You were kicked from the server.Boli ste vykopnutý zo serveru.
-
+ You were temporarily banned from the server.Boli ste dočasne zablokovaný na serveri.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Vaše pripojenie k serveru vypršalo z dôvodu neaaktivity. Stačí sa len znovu pripojiť!
-
+ The client player count is invalid.Počet hráčov klienta je neplatný.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Bolo nastavených priliš veľa manuálnych stávok. Prosím upravte nastavenia manuálnych stávok.
-
+ An invalid avatar file was configured. Please choose a different avatar.Bol nastavený neplatný súbor s avatarom. Prosím vyberte iného avatara.
-
+ The selected avatar file is too large. Please choose a different avatar.Vybraný súbor s avatarom je príliš veľký. Prosím vyberte iného avatara.
@@ -7112,89 +7148,89 @@ Prosím, vyberte si iné meno.
Teraz nemôžete uploadovať nový súbor s avatarom. Skúste to, prosím, o niekoľko sekúnd.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Došlo k internej chybe avatara. Prosím nahláste ju adminovi v lobby chate.
-
+ Could not start game: Synchronization failed.Nepodarilo sa spustiť hru: Zlyhala synchronizácia.
-
+ The server is down for maintenance. Please try again later.Server je mimo prevádzky kvôli údržbe. Prosím skúste to neskôr.
-
+ An internal error occured.Nastala interná chyba.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationSieťová notifikácia
-
+ You were kicked from the game.Boli ste vykopnutý z hry.
-
+ Sorry, this game is already full.Ľutujem, táto hra je už plná.
-
+ Unable to join - the server has already started the game.Nepodarilo sa pripojiť k hre - na serveri už začala hra.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Vaše administrátorský stav vypršal z dôvodu neaktivity. Kedykoľvek môžete vytvoriť novú hru!
-
+ You cannot join this type of game as guest.K tejto hre sa nemôžete pripojiť ako hosť.
-
+ The settings are invalid for this type of game.Nastavenia sú neplatné pre tento typ hry.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Je dostupné nové vydanie PokerTH.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite si najnovšiu verziu.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Táto betaverzia PokerTH je zastaralá.<br>Prosím navštívte <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> a stiahnite si najnovšiu verziu.
-
-
+
+ Server MessageSpráva serveru
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_sv.ts b/ts/pokerth_sv.ts
index 11cb4dfa..42ed4ebc 100644
--- a/ts/pokerth_sv.ts
+++ b/ts/pokerth_sv.ts
@@ -1188,11 +1188,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1200,19 +1195,19 @@ Please choose another one!
Fyll ut med dator-spelare
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1275,6 +1270,7 @@ Please choose another one!
+ Timing:
@@ -1285,25 +1281,25 @@ Please choose another one!
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1368,13 +1364,13 @@ p, li { white-space: pre-wrap; }
Anslut till spel
-
+ Lobby-ChatLobby-chat
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1396,46 +1392,46 @@ p, li { white-space: pre-wrap; }
%1s spel
-
+ Joining a private GameAnsluter till privat spel
-
+ You are about to join a private game. Please enter the password!Du ansluter till ett privat parti. Vänligen ange lösenordet.
-
+ openöppet
-
-
-
-
+
+
+
+ Game InfoSpelinformation
-
-
+
+ Game
-
-
+
+ PlayersSpelare
-
-
+
+ StateStatus
@@ -1445,15 +1441,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersTillgängliga spelare
@@ -1473,42 +1469,47 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
-
+
+ T
@@ -1524,82 +1525,86 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1
-
+ runningaktivt
-
-
+
+ running games: %1aktiva spel: %1
-
-
+
+ open games: %1öppna spel: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -1608,1303 +1613,1310 @@ Feel free to invite other players by right-clicking on their nick in the availab
Spelare i chatten: %1
-
-
+
+ connected players: %1Anslutna spelare: %1
-
-
+
+ Connected players
-
+ handshänder
-
+ minutesminuter
-
+ double blindsDubbla mörkar vid höjning
-
+ manual blinds orderManuell mörk-ordning
-
+ Server ErrorServerfel
-
+ You should not kick yourself from this game!Du borde inte kicka dig själv från spelet!
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -4147,7 +4159,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -4277,21 +4289,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game SettingsInställningar för Lokalt Spel
-
+ Number of players:Antal spelare:
-
-
+
+ Start Cash:Inköp:
@@ -4300,26 +4312,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $SEK
-
-
+
+ First small blind:Ursprunglig liten mörk:
-
-
+
+ Raise blinds:Höj mörkar:
@@ -4328,88 +4340,88 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Var:
-
-
+
+ handshand
-
-
+
+ minutesminut
-
-
+
+ Raise mode:Mörk-läge:
-
-
+
+ Always double blindsDubbla mörkar vid höjning
-
-
+
+ Manual blinds order:Manuell ordning:
-
-
+
+ Edit ...Redigera ...
-
+ Game Speed:Hastighet:
-
+ Pause between hands (press "start" button to go on)Pausa mellan händerna (tryck på start-knappen för att fortsätta)
-
+ Show game settings dialog on every new gameVisa inställningsrutan vid varje nytt spel
-
+ Network Game SettingsInställningar för Nätverks-spel
-
+ Maximum number of players:Maximalt antal spelare:
@@ -4433,49 +4445,49 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ DeleteTa bort
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
@@ -4485,21 +4497,21 @@ p, li { white-space: pre-wrap; }
-
+ Timeout for player action:Tid att agera på:
-
-
+
+ s s
-
+ Network Server SettingsInställningar för Nätverks-server
@@ -4510,51 +4522,51 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Serverport:
-
-
+
+ Use SCTPAnvänd SCTP
-
-
+
+ Use IPv6Använd IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://sv.wikipedia.org/wiki/Ipv6">Vad är det här?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://sv.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Vad är det här?</a>
-
+ Internet Game SettingsInställningar för Internet-spel
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4570,13 +4582,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Serveradress:
-
+ Use password for private game:Använd lösenord för privat spel:
@@ -4606,49 +4618,49 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineSpelmotor
-
+ Opponent 6:Motståndare 6:
-
+ Opponent 5:Motståndare 5:
-
+ Opponent 4:Motståndare 4:
-
+ Opponent 3:Motståndare 3:
-
+ Opponent 2:Motståndare 2:
-
+ Opponent 1:Motståndare 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4664,7 +4676,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingAktivera/stäng av logg-funktionen
@@ -4678,31 +4690,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Katalog för loggar:
-
+ Write log after every: Skriv till log efter varje:
-
+ action (high frequent disc access)handling (många skrivningar till disk)
-
+ hand (medium disc access)hand (medelmånga skrivningar till disk)
-
+ game (low disc access)parti (få skrivningar till disk)
@@ -4710,13 +4722,13 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesLoggmeddelanden
-
+ Player Nicks/AvatarsSpelarnamn/avatarer
@@ -4734,33 +4746,38 @@ p, li { white-space: pre-wrap; }
Show left toolbox
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URL
-
+ Serverlist Address:
-
+ Manual Server Configuration
-
+ Store log files for:
-
+ Day(s)
@@ -4800,7 +4817,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -4876,90 +4893,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:
-
+ Server
-
+ Game
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4969,13 +4986,13 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Motståndare 1: {7:?}
-
+ Opponent 8:Motståndare 1: {8:?}
@@ -4985,7 +5002,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Motståndare 1: {10:?} {9:?}
@@ -5052,65 +5069,65 @@ p, li { white-space: pre-wrap; }
Turkiska
-
-
-
-
-
+
+
+
+
+ Settings ErrorInställningsfel
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Den angivna kortbilden finns inte.
Välj en giltig bild.
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Den angivna mappen finns inte.
Välj en giltig mapp för loggfiler.
-
+ Language ChangedNytt språk valt
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Du har bytt språk till %1.
Starta om PokerTH för att se förändringen.
-
+ Select your flipside pictureVälj bild för kortens baksida
-
+ Images (*.png *.jpg *.gif)Bilder (*.png *.jpg *.gif)
-
+ Open DirectoryÖppna mapp
-
-
+
+ Blinds ErrorMörk-fel
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5194,192 +5211,192 @@ Det kommer sättas till det maximalt tillåtna värdet.
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ StateStatus
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5585,106 +5602,106 @@ Please choose another one.
Välj ett nytt namn.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorNätverksfel
-
+ Server address was not set.Ingen server-adress angiven
-
+ An invalid port was set (ports 0-1023 are not allowed).En ogiltig port var angiven (port 0-1023 är ogiltig).
-
+ Could not create a socket for TCP communication.Kunde inte etablera TCP-kommunikation.
-
+ Could not set the IP address.Kunde inte bestämma IP-adress.
-
+ Could not set the port for this type of address.Kunde inte ställa in porten för den här typen av adress.
-
+ The server name could not be resolved.Kunde inte koppla servernamnet till en IP-adress.
-
+ Bind failed - please choose a different port.Uppkoppling misslyckades, vänligen välj en annan port.
-
+ Internal network error: "listen" failed.Internt nätverksfel: "listen" misslyckades.
-
+ Server execution was terminated.Servern avslutade oväntat.
-
+ Could not connect to the server.Kunde inte ansluta till servern.
-
+ Connection timed out.
Please check the server address.
@@ -5695,12 +5712,12 @@ Vänligen kontrollera serveradressen.
Om servern befinner sig bakom en NAT-router, försäkra dig om att serverns portar har blivit korrekt inställda.
-
+ Internal network error: "select" failed.Internt nätverksfel: "select" misslyckades.
-
+ Internal network error: "send" failed.Internt nätverksfel: "send" misslyckades.
@@ -5709,117 +5726,117 @@ Om servern befinner sig bakom en NAT-router, försäkra dig om att serverns port
Anslutningen avbröts av servern.
-
+ Internal network error: Duplicate TCP connection.Internt nätverksfel: Duplicerad TCP-anslutning.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Ett ogiltigt nätverkspaket har mottagits.
Försäkra dig om att alla spelare använder samma version av PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Internt programfel.
Försäkra dig om att alla spelare använder samma version av PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.
-
+ Could not unzip the PokerTH internet server list.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.
-
+ Could not open the target file when downloading the server list.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH servern stöder inte den här versionen av spelet.<br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen.
-
+ Sorry, this server is already full.Tyvärr, den här servern är fullsatt.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Ogiltigt lösenord för det här partiet.
Vänligen ange det korrekta lösenordet.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+ The password is too long. Please choose another one.Lösenordet är för långt. Vänligen välj ett nytt lösenord.
@@ -5834,159 +5851,174 @@ Vänligen välj ett nytt namn.
Ditt angivna namn är för kort/långt eller ogiltigt. Vänligen välj ett nytt namn.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.Namnet på partiet är antingen för kort eller för långt. Vänligen ange ett nytt namn.
-
+ The game could not be found.Partiet kunde inte hittas.
-
+ The chat text is invalid.Chatt-texten är ogiltig.
-
+ The server referred to an unknown player. Aborting.Servern hänvisade till en okänd spelare. Avbryter.
-
+ Internal error: The current player could not be found.Internt fel: Den aktuella spelaren kunde inte hittas.
-
+ Internal error: The current player is not active.Internt fel: Den aktuella spelaren är inte aktiv.
-
+ You were kicked from the server.Du slängdes ut från servern.
-
+ You were temporarily banned from the server.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!
-
+ The client player count is invalid.Antalet klienter är ogiltigt.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.För många manuella mörkar angivna. Vänligen ställ in mörkarna på nytt.
-
+ An invalid avatar file was configured. Please choose a different avatar.En ogiltig avatar var angiven. Vänligen välj en annan avatar.
-
+ The selected avatar file is too large. Please choose a different avatar.Filstorleken på den valda avataren är för stor. Välj en annan avatar.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.Ett internt avatarfel uppstod. Var vänlig och rapportera detta till en admin i lobbyn.
-
+ Could not start game: Synchronization failed.Kunde inte starta spelet: Synkroniseringen misslyckades.
-
+ The server is down for maintenance. Please try again later.Servern är nere för underhåll, vänligen försök senare.
-
+ An internal error occured.Ett internt fel har inträffat.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationNätverksmeddelande
-
+ You were kicked from the game.Du slängdes ut från spelet.
-
+ Sorry, this game is already full.Tyvärr, det här spelet är fullsatt.
-
+ Unable to join - the server has already started the game.Kan inte ansluta - servern har redan påbörjat spelet.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.En ny version av PokerTH är tillgänglig. <br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.Den här betaversionen av PokerTH är för gammal. <br>Vänligen gå till <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> och ladda ner den senaste versionen.
-
-
+
+ Server Message
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_ta.ts b/ts/pokerth_ta.ts
index 3ec7c151..c5f4536c 100644
--- a/ts/pokerth_ta.ts
+++ b/ts/pokerth_ta.ts
@@ -1184,11 +1184,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1208,19 +1203,19 @@ Please choose another one!
&Kவிளையாட்டு வீரரை துரத்துக
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1258,25 +1253,25 @@ Please choose another one!
&Lவிளையாட்டை விட்டு வெளியேறு
-
+ Join &any game&aஎந்த விளையாட்டிலும் சேர்க
-
+ &Create Game&Cவிளையாட்டை உருவாக்குக
-
+ &Join Game&Jவிளையாட்டில் சேர்க
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1320,17 +1315,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-Chatவரவேற்பறை-உரையாடல்
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1348,60 +1344,74 @@ p, li { white-space: pre-wrap; }
விளையாட்டு ஆரம்பமாகிறது. தயவு செய்து காத்திருக்கவும் ...
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+ Joining a private Gameஒரு தனியார் விளையாட்டில் இணைந்துகொண்டிருக்கிறது
-
+ You are about to join a private game. Please enter the password!நீங்கள் ஒரு தனியார் விளையாட்டில் இணைய போகிறீர்கள். தயவு செய்து இரகசிய சொல்லை தரவும்!
-
+ openதிற
-
-
-
-
+
+
+
+ Game Infoவிளையாட்டை பற்றிய செய்தி
-
-
+
+ Gameவிளையாட்டு
-
-
+
+ Playersவிளையாட்டு வீரர்கள்
-
-
+
+ Stateவீரரின் தற்போதைய நிலவரம்
-
-
+
+ P
-
-
+
+ Available Playersவிளையாட இருக்கும் வீரர்கள்
@@ -1421,42 +1431,47 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standardசாதாரண
-
-
-
+
+
+ Registered players onlyபதிவு செய்த விளையாட்டு வீரர்கள் மட்டும்
-
-
-
+
+
+ Invited players onlyஅழைக்கப்பட்ட விளையாட்டு வீரர்கள் மட்டும்
-
-
-
+
+
+ Ranking gameதரவரிசை விளையாட்டு
-
+ Connected players - max. %1விளையாட்டில் இணைந்துள்ள வீரர்கள் - அதிகபட்சம். %1
-
-
+
+ T
@@ -1472,1307 +1487,1303 @@ p, li { white-space: pre-wrap; }
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players - Max. %1விளையாட்டில் இணைந்துள்ள வீரர்கள் - அதிகபட்சம். %1
-
+ runningநடைபெற்றுகொண்டிருக்கும்
-
-
+
+ running games: %1நடைபெற்றுகொண்டிருக்கும் விளையாட்டு: %1
-
-
+
+ open games: %1ஆரம்பித்த விளையாட்டுகள்: %1
-
+ Invite %1
-
+ Ignore %1
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
-
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
+
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -2781,54 +2792,54 @@ Feel free to invite other players by right-clicking on their nick in the availab
உரையாடும் இடத்தில் உள்ள வீரர்கள்: %1
-
-
+
+ connected players: %1இணைந்துள்ள விளையாட்டு வீரர்கள்: %1
-
-
+
+ Connected playersஇணைந்துள்ள விளையாட்டு வீரர்கள்
-
+ handsசுற்றுகள்
-
+ minutesநொடிகள்
-
+ double blindsஇரட்டிப்பு பந்தயத்தொகை
-
+ manual blinds orderசுய பந்தயத்தொகை வரிசை
-
+ Server Errorவிளையாட்டு வழங்கியில் பிழை
-
+ You should not kick yourself from this game!உங்களை நீங்களே விளையாட்டிலிருந்து வெளியே தள்ள கூடாது!
-
+ search for player ...
-
+ Chat is only available to registered players.
@@ -2837,7 +2848,7 @@ Feel free to invite other players by right-clicking on their nick in the availab
%1 என்ற விளையாட்டு வீரரை அழையுங்கள்
-
+ Invite player ...விளையாட்டு வீரரை அழையுங்கள் ...
@@ -2846,7 +2857,7 @@ Feel free to invite other players by right-clicking on their nick in the availab
%1 என்ற விளையாட்டு வீரரை புறக்கணிக்கவும்
-
+ Ignore player ...விளையாட்டு வீரரை புறக்கணிக்கவும் ...
@@ -2857,8 +2868,8 @@ You can invite other players with right-click on their nick in the left availabl
மற்றவர்களை அழைக்க இடது பக்கமுள்ள வீரர்களின் பட்டியலில் மௌசின் வலது பொத்தானை அழுத்தி விளையாட அழையுங்கள்.
-
-
+
+ PokerTH - Info Messageபோகர்டேஹோ - செய்தி தகவல்
@@ -2883,7 +2894,8 @@ You can invite other players with right-click on their nick in the left availabl
இனிமேல் இந்த நபரிடமிருந்து உரையாடல் செய்தியோ விளையாட்டு அழைப்பிதலோ பெற முடியாது.<br>நீங்கள் இந்த விளையாட்டு வீரரை <b>%1</b> புறக்கணிப்பு பட்டியலில் போட விரும்புகிறீர்களா?
-
+
+ PokerTH - Questionபோகர்டேஹோ - வினா
@@ -3861,7 +3873,7 @@ Please enter an valid picture!
-
+ Factory Settings
@@ -3991,21 +4003,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game Settingsஉள்விளையாட்டு அமைப்பு
-
+ Number of players:விளையாட்டு வீரர்களின் எண்ணிக்கை:
-
-
+
+ Start Cash:பணம் செலுத்த ஆரம்பி:
@@ -4014,26 +4026,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $
-
-
+
+ First small blind:குறைந்தபட்ச ஆரம்ப கட்டாய பந்தயத்தொகை:
-
-
+
+ Raise blinds:பந்தயத்தொகையை உயரத்துக:
@@ -4042,94 +4054,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:ஒவ்வொரு:
-
-
+
+ handsசுற்றுக்கும்
-
-
+
+ minutesநொடிகளுக்கும்
-
-
+
+ Raise mode:பந்தயத்தொகை உயர்த்தும் விதி:
-
-
+
+ Always double blindsஎப்பொழுதும் பந்தயத்தொகையை இரட்டிப்பாக்குக
-
-
+
+ Manual blinds order:பந்தயத்தொகையை உயர்த்தும் விதியை சுயமாக நிர்ணயம் செய்க:
-
-
+
+ Edit ...திருத்தியமைக்க ...
-
+ Game Speed:விளையாட்டின் வேகம்:
-
+ Pause between hands (press "start" button to go on)ஒவ்வொரு சுற்றுக்கும் இடைவெளி தருக (தொடர்ந்து விளையாட "ஆரம்பி" பொத்தானை அழுத்தவும்)
-
+ Show game settings dialog on every new gameஒவ்வொரு புது விளையாட்டின் பொழுதும் விளையாட்டு அமைப்பை காண்பி
-
+ Network Game Settingsகணினி விளையாட்டு வலை அமைப்பு
-
+ Maximum number of players:விளையாட்டு வீரர்களின் அதிகபட்ச எண்ணிக்கை:
-
+ Timeout for player action:விளையாட்டு வீரர் ஒரு செயல் செய்ய காலவரம்பு:
@@ -4153,114 +4165,114 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ Delete
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
-
-
+
+ s
-
+ Network Server Settingsவிளையாட்டு வலையின் விளையாட்டு வழங்கி அமைப்பு
-
-
+
+ Server Port:விளையாட்டு வழங்கியின் போர்ட்:
-
-
+
+ Use SCTPஎஸ்சிதிபி ஐ உபயோகிக்கவும்
-
-
+
+ Use IPv6ஐபிவி6 ஐ உபயோகிக்கவும்
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">என்றால் என்ன?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">என்றால் என்ன?</a>
-
+ Internet Game Settingsஇணையதள விளையாட்டு அமைப்பு
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4272,61 +4284,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:விளையாட்டு வழங்கியின் முகவரி:
-
+ Use password for private game:தனியார் விளையாட்டுக்கு இரகசிய வார்த்தையை உபயோகிக்கவும்:
-
+ Computer Engineகணிப்பொறி
-
+ Opponent 6:எதிராளி 6:
-
+ Opponent 5:எதிராளி 5:
-
+ Opponent 4:எதிராளி 4:
-
+ Opponent 3:எதிராளி 3:
-
+ Opponent 2:எதிராளி 2:
-
+ Opponent 1:எதிராளி 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4339,7 +4351,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable Loggingபதிவு செய்வதற்கு அனுமதி வழங்கு/வழங்காதே
@@ -4349,31 +4361,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: பதிவு கோப்பையின் முகவரி:
-
+ Write log after every: செயல்களை பதிவு செய்க. ஒவ்வொரு:
-
+ action (high frequent disc access)செயல்களுக்கும் (அதிகபட்ச கணினி உபயோகம்)
-
+ hand (medium disc access)சுற்றுக்கும் (நடுத்தரமான கணினி உபயோகம்)
-
+ game (low disc access)விளையாட்டிற்கும் (குறைந்தபட்ச கணினி உபயோகம்)
@@ -4381,13 +4393,13 @@ p, li { white-space: pre-wrap; }
-
+ Log Messagesதகவல்களை பதிவு செய்க
-
+ Player Nicks/Avatarsவிளையாட்டு வீரர்களின் புனைப்பெயர்/அவதாரங்கள்
@@ -4401,33 +4413,38 @@ p, li { white-space: pre-wrap; }
Show left toolboxஇடது பக்கம் உள்ள கருவி பெட்டியை காட்டவும்
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URLதானாகவே அமைத்துக்கொள்ளும் விளையாட்டு வழங்கியின் முகவரி
-
+ Serverlist Address:விளையாட்டு வழங்கிகளின் பட்டியல் முகவரி:
-
+ Manual Server Configurationவிளையாட்டு வழங்கியை தேவைக்கேற்ப மாற்றியமைத்து கொள்க
-
+ Store log files for:
-
+ Day(s) நாள்(கள்)
@@ -4463,7 +4480,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:அவதாரத்தின் வழங்கி:
@@ -4554,90 +4571,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:சுற்றுகளுக்கு இடையிலான காலதாமதம்:
-
+ Serverவிளையாட்டு வழங்கி
-
+ Gameவிளையாட்டு
-
+ Default game name:எப்பொழுதும் பயன்படுத்தும் விளையாட்டு பெயர்:
-
+ Default game type:எப்பொழுதும் பயன்படுத்தும் விளையாட்டு முறை:
-
+ Standardசாதாரண
-
+ Registered players onlyபதிவு செய்யப்பட்ட விளையாட்டு வீரர்கள் மட்டும்
-
+ Invited players onlyஅழைக்கப்பட்ட விளையாட்டு வீரர்கள் மட்டும்
-
+ Ranking gameதரவரிசை விளையாட்டு
-
+ Show lobby chatவரவேற்ப்பறை உரையாடலை காட்டவும்
-
+ Automatically leave the table after the game finished
-
+ Ignored Playersபுறக்கணிக்கப்பட்ட விளையாட்டு வீரர்கள்
-
+ Playerவிளையாட்டு வீரர்
-
+ Remove Playerவிளையாட்டு வீரரை நீக்கவும்
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4651,19 +4668,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:எதிராளி 7:
-
+ Opponent 8:எதிராளி 8:
-
+ Opponent 9:எதிராளி 9:
@@ -4746,65 +4763,65 @@ p, li { white-space: pre-wrap; }
டர்கிஷ்
-
-
-
-
-
+
+
+
+
+ Settings Errorஅமைப்பு பிழை
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!கொடுத்த சீட்டு அட்டையின் பின்புற படத்தை காணவில்லை.
தயவு செய்து சரியான படத்தை தரவும்!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!பதிவு கோப்பையின் முகவரியை காணவில்லை.
தயவு செய்து சரியான முகவரியை தேர்ந்தெடுக்கவும்!
-
+ Language Changedமொழி மாற்றப்பட்டது
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!நீங்கள் விளையாட்டை %1 என்ற மொழிக்கு மாற்றிவிட்டீர்கள்.
புது மொழியின் செயர்ப்பாட்டை காண தயவு செய்து போகர்டேஹோ வை மீண்டும் துவக்கவும்!
-
+ Select your flipside pictureசீட்டு அட்டையின் பின்புற படத்தை தேர்ந்தெடுக்கவும்
-
+ Images (*.png *.jpg *.gif)வடிவங்கள் (*.png *.jpg *.gif)
-
+ Open Directoryதிறந்த முகவரி
-
-
+
+ Blinds Errorபந்தயப்பண பிழை
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -4848,7 +4865,7 @@ This first-small-blind-value will be set to maximum allowed value.
ஸ்வீடிஷ்
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!கொடுக்கப்பட்ட விளையாட்டு வழங்கி பட்டியலின் முகவரி சரியல்ல.
@@ -4875,190 +4892,190 @@ Please enter a valid server list address!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Nameபராமரிப்பாளரின் பெயர்
-
-
+
+ Maintainer EMailபராமரிப்பாளரின் இமெயில்
-
-
+
+ Create Dateதயாரிக்கப்பட்ட தேதி
-
+ Windows Behaviourவிண்டோவின் குணங்கள்
-
+ scaleableமாற்ற தக்கது
-
+ fixedநிர்ணயிக்கப்பட்டது
-
+ Minimum Sizeகுறைந்தபட்ச அளவு
-
+ Maximum Sizeஅதிகபட்ச அளவு
-
+ Fixed Sizeநிர்ணயிக்கப்பட்ட அளவு
-
+ Stateவீரரின் தற்போதைய நிலவரம்
-
+ Please select your game table styleதயவு செய்து உங்கள் விளையாட்டு மேசை வடிவத்தை தேர்ந்தெடுக்கவும்
-
+ PokerTH game table styles (*.xml)போகர்டேஹோ வின் விளையாட்டு மேசை வடிவங்கள் (*.xml)
-
+ Game Table Style Errorவிளையாட்டு மேசை வடிவத்தின் பிழை
-
+ Selected game table style file is already in the list.
Please select another one to add!தேர்ந்தெடுத்த விளையாட்டு மேசை வடிவத்தின் கோப்பை ஏற்கனவே பட்டியலில் உள்ளது.
தயவு செய்து சேர்க்க வேறொன்றை தேர்ந்தெடுக்கவும்!
-
+ Game Table Style File Errorவிளையாட்டு மேசை வடிவ கோப்பையின் பிழை
-
+ Could not load game table style file correctly.
Style will not be placed into list!விளையாட்டு மேசை வடிவ கோப்பையை சரியாக துவக்க முடியவில்லை.
வடிவம் பட்டியலில் சேர்க்கப்படாது!
-
+ Please select your card deck styleதயவு செய்து உங்கள் சீட்டு அட்டை வடிவத்தை தேர்ந்தெடுக்கவும்
-
+ PokerTH card deck styles (*.xml)போகர்டேஹோ வின் சீட்டு அட்டை வடிவங்கள் (*.xml)
-
+ Card Deck Style Errorசீட்டு அட்டை வடிவம் பிழை
-
+ Selected card deck style file is already in the list.
Please select another one to add!தேர்ந்தெடுத்த சீட்டு அட்டை வடிவத்தின் கோப்பை ஏற்கனவே பட்டியலில் உள்ளது.
தயவு செய்து சேர்க்க வேறொன்றை தேர்ந்தெடுக்கவும்!
-
+ Card Deck Style File Errorசீட்டு அட்டை வடிவ கோப்பை பிழை
-
+ Could not load card deck style file correctly.
Style will not be placed into list!சீட்டு அட்டை வடிவ கோப்பையை சரியாக துவக்க முடியவில்லை.
வடிவம் பட்டியலில் சேர்க்கப்படாது !
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5264,106 +5281,106 @@ Please choose another one.
தயவு செய்து வேறொரு பெயரை தேர்ந்தெடுக்கவும்.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network Errorகணினி விளையாட்டு வலை செயல் இழந்தது
-
+ Server address was not set.விளையாட்டு வழங்கி முகவரி நிர்ணயிக்கப்படவில்லை.
-
+ An invalid port was set (ports 0-1023 are not allowed).ஒரு தவறான போர்ட் நிர்மாணிக்க பட்டுள்ளது (போர்ட் 0-1023 உபயோகிக்க அனுமதி இல்லை).
-
+ Could not create a socket for TCP communication.திசிபி தொடர்புக்கு சாக்கெட் உருவாக்க இயலவில்லை.
-
+ Could not set the IP address.ஐபி முகவரி உருவாக்க இயலவில்லை.
-
+ Could not set the port for this type of address.இந்த வகை முகவரிக்கு போர்ட் உருவாக்க இயலவில்லை.
-
+ The server name could not be resolved.கணினி வழங்கியின் பெயரை புரிந்துகொள்ள இயலவில்லை.
-
+ Bind failed - please choose a different port.நிரல்களை புணைக்கும் செயல் தோற்றது - தயவு செய்து வேறொரு போர்டை தேர்ந்தெடுக்கவும்.
-
+ Internal network error: "listen" failed.விளையாட்டு வலையினுள் பிழை: "சாக்கெட் உள்நோக்குதல் " தோற்றது.
-
+ Server execution was terminated.விளையாட்டு வழங்கியின் செயல் முடிவுக்கு கொண்டு வரப்பட்டுள்ளது.
-
+ Could not connect to the server.விளையாட்டு வழங்கியுடன் தொடர்பு கொள்ள இயலவில்லை.
-
+ Connection timed out.
Please check the server address.
@@ -5374,12 +5391,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
விளையாட்டு வழங்கி என்எதி கணினி வழிநடத்திக்கு பின்னால் இருந்தால் அதன் போர்ட் முன்னோக்குதல் திறன் அமைக்கப்பட்டுள்ளதா என சரி பார்க்கவும்.
-
+ Internal network error: "select" failed.விளையாட்டு வலையினுள் பிழை: "தேர்ந்தெடுத்தல்" தோற்றது.
-
+ Internal network error: "send" failed.விளையாட்டு வலையினுள் பிழை: "அனுப்புதல்" தோற்றது.
@@ -5388,26 +5405,26 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
விளையாட்டு வழங்கியினால் தொடர்பு மூடப்பட்டுள்ளது.
-
+ Internal network error: Duplicate TCP connection.விளையாட்டு வலையினுள் பிழை: நகல் திசிபி இணைப்பு.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.தவறான விளையாட்டு வலை பொட்டலம் வந்துள்ளது.
விளையாட்டு வீரர்கள் அனைவரும் சரியான போகர்டேஹோ பிரதியை உபயோகிக்கின்றனரா என தயவு செய்து சரி பார்க்கவும்.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.விளையாட்டின் உள்நிலை பிழை.
விளையாட்டு வீரர்கள் அனைவரும் சரியான போகர்டேஹோ பிரதியை உபயோகிக்கின்றனரா என தயவு செய்து சரி பார்க்கவும்.
-
+ Invalid server list URL.
Please correct the address in the settings.பட்டியலில் உள்ள விளையாட்டு வழங்கியின் முகவரி தவறு.
@@ -5426,95 +5443,95 @@ Please make sure that the server list URL is correct.
தயவு செய்து விளையாட்டு வழங்கியின் முகவரியை பட்டியலில் சரி பார்க்கவும்.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.போகர்டேஹோ இன் இணையதள விளையாட்டு வழங்கியின் பட்டியலில் தவறான தகவல் உள்ளது.
நீங்கள் உங்களுக்கென சிறப்பாக உருவாக்க பட்ட விளையாட்டு வழங்கி பட்டியலை உபயோகித்தால் தயவு செய்து அதன் வடிவமைப்பை சரி பார்க்கவும்.
-
+ Could not unzip the PokerTH internet server list.போகர்டேஹோ வின் இணையதள விளையாட்டு வழங்கியின் பட்டியலை அன்சிப் செய்ய முடியவில்லை.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.போகர்டேஹோ இன் இணையதள விளையாட்டு வழங்கியின் பட்டியலை இணையதளத்தில் இருந்து இறக்குமதி செய்ய முடியவில்லை.
தயவு செய்து நீங்கள் இணையதளத்துடன் நேரதியாக இணைந்துளீரா என சரி பார்க்கவும்.
-
+ Could not open the target file when downloading the server list.இணையதள விளையாட்டு வழங்கியின் பட்டியலை இணையதளத்தில் இருந்து இறக்குமதி செய்யும் பொழுது தேவையான கோப்பையை திறக்க முடியவில்லை.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.விளையாட்டின் இப்பிரதிக்கு போகர்டேஹோ இன் விளையாட்டு வழங்கி ஆதரவு தரவில்லை.<br>தயவு செய்து இந்த <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a>இந்த முகவரிக்கு சென்று புதிய பிரதியை இனையதளத்தில் இருந்து இறக்குமதி செய்யவும்.
-
+ Sorry, this server is already full.மன்னிக்கவும் விளையாட்டு வழங்கி முன்னதாகவே நிரம்பி வழிகிறது.
-
+ Invalid login.
Please check your username and password.தவறான நுழைவு.
தயவு செய்து உங்களின் உபயோகிக்கும் பெயர் மற்றும் இரகசிய வார்த்தையை சரி பார்க்கவும்.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.தற்சமயம் உங்களால் நுழைய முடியாது. தயவு செய்து சிறிது வினாடிகள் கழித்து முயற்ச்சி செய்து பார்க்கவும்.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.விளையட்டினுள் நுழையும் பொழுது உபயோகித்த இரகசிய வார்த்தை தவறு.
தயவு செய்து சரியான இரகசிய வார்த்தையை உபயோகித்து மீண்டும் முயற்ச்சி செய்யவும்.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+ The password is too long. Please choose another one.இரகசிய வார்த்தையின் நீளம் அதிகமாக உள்ளது. தயவு செய்து வேறொன்றை தேர்ந்தெடுக்கவும்.
@@ -5528,159 +5545,174 @@ Please choose a different name.
விளையாட்டு வீரர் பெயரின் நீளம் மிகவும் குறைவாக உள்ளது அல்லது மிகவும் நீளமாக உள்ளது அல்லது செல்லாது. தயவு செய்து வேறொன்றை தேர்ந்தெடுக்கவும்.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.விளையாட்டின் பெயர் நீளம் மிகவும் குறைவாக உள்ளது அல்லது மிகவும் நீளமாக உள்ளது. தயவு செய்து வேறொன்றை தேர்ந்தெடுக்கவும்.
-
+ The game could not be found.விளையாட்டை கண்டுபிடிக்க முடியவில்லை.
-
+ The chat text is invalid.கூறிய வார்த்தை செல்லாது.
-
+ The server referred to an unknown player. Aborting.விளையாட்டு வழங்கி தவறான விளையாட்டு வீரரை குறிப்பிட்டுள்ளது. விளையாட்டு முடிவுக்கு கொண்டுவரபடுகின்றது.
-
+ Internal error: The current player could not be found.உட்பிழை: தற்போதய விளையாட்டு வீரரை கண்டு பிடிக்க முடியவில்லை.
-
+ Internal error: The current player is not active.உட்பிழை: தற்போதய விளையாட்டு வீரர் உபயோகத்தில் இல்லை.
-
+ You were kicked from the server.விளையாட்டு வழங்கியினால் நீங்கள் வெளியேற்றப்பட்டுள்ளீர்.
-
+ You were temporarily banned from the server.நீங்கள் தற்சமையம் விளையாட்டு வழங்கியை உபயோகிப்பதிலிருந்து தள்ளிவைக்கப்பட்டுளீர்.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!நீண்ட நேரம் விளையாடாமல் இருந்ததால் விளையாட்டு வளங்கியுடனான தொடர்பு துண்டிக்கப்பட்டுள்ளது. விளையட்டினுள் மீண்டும் சேர உங்களை வரவேற்கிறோம்!
-
+ The client player count is invalid.விளையாட்டு வாடிக்கையாளர்களின் எண்ணிக்கை செல்லாது.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.சுய பந்தயத்தொகைகளின் எண்ணிக்கை அதிகமாக நிர்ணயிக்கப்பட்டுள்ளது. தயவு செய்து அதன் எண்ணிக்கையை மாற்றியமைக்கவும்.
-
+ An invalid avatar file was configured. Please choose a different avatar.அவதார் எனப்படும் கோப்பையின் அமைப்பு செல்லாது. தயவு செய்து வேறொரு அவதாரத்தை தேர்ந்தெடுக்கவும்.
-
+ The selected avatar file is too large. Please choose a different avatar.தேர்ந்தெடுத்த அவதார் எனப்படும் கோப்பையின் அளவு மிகவும் அதிகமாக உள்ளது. தயவு செய்து வேறொரு அவதார் கோப்பையை தேர்ந்தெடுக்கவும்.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.அவதார் கொப்பையினுள் பிழை ஏற்ப்பட்டுள்ளது. தயவு செய்து இதை பேசும் வரவேற்ப்பரையில் உள்ள நிர்வாகியிடம் கூறவும்.
-
+ Could not start game: Synchronization failed.விளையாட்டை ஆரம்பிக்க முடியவில்லை: பிணைப்பு தோற்றது.
-
+ The server is down for maintenance. Please try again later.விளையாட்டு வழங்கி பழுது பார்க்கப்பட்டுகொண்டிருக்கிறது. தயவு செய்து பின்னர் முயற்சி செய்து பார்க்கவும்.
-
+ An internal error occured.ஒரு உட்பிழை ஏற்ப்பட்டுள்ளது.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network Notificationவிளையாட்டு வலையினுல்லிருந்து அறிவிப்பு
-
+ You were kicked from the game.நீங்கள் விளையாட்டிலிருந்து நீக்கப்பட்டுள்ளீர்.
-
+ Sorry, this game is already full.மன்னிக்கவும், இந்த விளையாட்டு ஏற்கனவே நிரம்பிவிட்டது.
-
+ Unable to join - the server has already started the game.விளையாட்டில் சேர முடியாய்வில்லையா - ஏற்கனவே விளையாட்டு வழங்கியில் விளையாட்டு ஆரம்பமாகிவிட்டது.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!நீண்ட நேரம் விளையாடாமல் இருந்ததால் நீங்கள் ஆரம்பித்த விளையாட்டு நிறைவுக்கு கொண்டுவரப்பட்டுள்ளது. வேண்டுமெனில் மீண்டும் ஒரு விளையாட்டை ஆரம்பிக்கவும்!
-
+ You cannot join this type of game as guest.இவ்வகையான விளையாட்டில் ஒரு விருந்தாளியாக நீங்கள் சேர முடியாது.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.போகர்டேஹோ வின் புதிய பிரதி இணையதளத்தில் உள்ளது.<br>தயவு செய்து இந்த முகவரிக்கு <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> சென்று புதிய பிரதியை இறக்குமதி செய்யவும்.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.இந்த போகர்டேஹோ வின் பீட்டா வெளியீடு காலம் கடந்தது.<br>தயவு செய்து இந்த முகவரிக்கு <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> சென்று புதிய பிரதியை இறக்குமதி செய்யவும்.
-
-
+
+ Server Messageவிளையாட்டு வழங்கியிடமிருந்து தகவல்
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1போகர்டேஹோ %1
diff --git a/ts/pokerth_tr.ts b/ts/pokerth_tr.ts
index 981c3a14..61137527 100644
--- a/ts/pokerth_tr.ts
+++ b/ts/pokerth_tr.ts
@@ -1509,11 +1509,6 @@ Please choose another one!
Games
-
-
- Timeout for player action (sec):
-
-
@@ -1521,19 +1516,19 @@ Please choose another one!
Bilgisayar rakipleri ile doldur
-
+ Sort alphabetically
-
+ Sort by country
-
+ Display idle players
@@ -1567,7 +1562,7 @@ Please choose another one!
Oyuna Gir
-
+ Lobby-ChatKulis-Söyleşisi
@@ -1618,6 +1613,7 @@ Please choose another one!
+ Timing:
@@ -1628,25 +1624,25 @@ Please choose another one!
-
+ Join &any game
-
+ &Create Game
-
+ &Join Game
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1709,7 +1705,7 @@ p, li { white-space: pre-wrap; }
Oyuna gir
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1726,62 +1722,62 @@ p, li { white-space: pre-wrap; }
oyun
-
+ Joining a private GameÖzel bir oyuna giriliyor
-
+ You are about to join a private game. Please enter the password!Özel bir oyuna girmek üzeresiniz. Lütven parolanızı giriniz!
-
-
-
-
+
+
+
+ Game InfoOyun Bilgisi
-
-
+
+ Connected players
-
+ Server ErrorSunucu Hatası
-
+ You should not kick yourself from this game!Bu oyunda kendi kendinizi tekmeleyemezsiniz!
-
+ runningçalışıyor
-
-
+
+ GameOyun
-
-
+
+ PlayersOyuncular
-
-
+
+ StateAşama
@@ -1790,27 +1786,27 @@ p, li { white-space: pre-wrap; }
Özel
-
+ openaç
-
+ handseller
-
+ minutesdakika
-
+ double blindsçifte teklif
-
+ manual blinds orderel ile teklif istemi
@@ -1826,15 +1822,15 @@ p, li { white-space: pre-wrap; }
-
-
+
+ P
-
-
+
+ Available PlayersUygun Oyuncular
@@ -1860,1332 +1856,1347 @@ p, li { white-space: pre-wrap; }
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard
-
-
-
+
+
+ Registered players only
-
-
-
+
+
+ Invited players only
-
-
-
+
+
+ Ranking game
-
+ Connected players - max. %1
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
+ Afghanistan
-
+ ALand Islands
-
+ Albania
-
+ Algeria
-
+ American Samoa
-
+ Andorra
-
+ Angola
-
+ Anguilla
-
+ Antarctica
-
+ Antigua And Barbuda
-
+ Argentina
-
+ Armenia
-
+ Aruba
-
+ Australia
-
+ Austria
-
+ Azerbaijan
-
+ Bahamas
-
+ Bahrain
-
+ Bangladesh
-
+ Barbados
-
+ Belarus
-
+ Belgium
-
+ Belize
-
+ Benin
-
+ Bermuda
-
+ Bhutan
-
+ Bolivia
-
+ Bosnia And Herzegovina
-
+ Botswana
-
+ Bouvet Island
-
+ Brazil
-
+ British Indian Ocean Territory
-
+ Brunei Darussalam
-
+ Bulgaria
-
+ Burkina Faso
-
+ Burundi
-
+ Cambodia
-
+ Cameroon
-
+ Canada
-
+ Cape Verde
-
+ Cayman Islands
-
+ Central African Republic
-
+ Chad
-
+ Chile
-
+ China
-
+ Christmas Island
-
+ Cocos (Keeling) Islands
-
+ Colombia
-
+ Comoros
-
+ Congo
-
+ Congo, The Democratic Republic Of The
-
+ Cook Islands
-
+ Costa Rica
-
+ Cote D'Ivoire
-
+ Croatia
-
+ Cuba
-
+ Cyprus
-
+ Czech Republic
-
+ Denmark
-
+ Djibouti
-
+ Dominica
-
+ Dominican Republic
-
+ Ecuador
-
+ Egypt
-
+ El Salvador
-
+ Equatorial Guinea
-
+ Eritrea
-
+ Estonia
-
+ Ethiopia
-
+ Falkland Islands (Malvinas)
-
+ Faroe Islands
-
+ Fiji
-
+ Finland
-
+ France
-
+ French Guiana
-
+ French Polynesia
-
+ French Southern Territories
-
+ Gabon
-
+ Gambia
-
+ Georgia
-
+ Germany
-
+ Ghana
-
+ Gibraltar
-
+ Greece
-
+ Greenland
-
+ Grenada
-
+ Guadeloupe
-
+ Guam
-
+ Guatemala
-
+ Guernsey
-
+ Guinea
-
+ Guinea-Bissau
-
+ Guyana
-
+ Haiti
-
+ Heard Island And Mcdonald Islands
-
+ Holy See (Vatican City State)
-
+ Honduras
-
+ Hong Kong
-
+ Hungary
-
+ Iceland
-
+ India
-
+ Indonesia
-
+ Iran, Islamic Republic Of
-
+ Iraq
-
+ Ireland
-
+ Isle Of Man
-
+ Israel
-
+ Italy
-
+ Jamaica
-
+ Japan
-
+ Jersey
-
+ Jordan
-
+ Kazakhstan
-
+ Kenya
-
+ Kiribati
-
+ Korea, Democratic People'S Republic Of
-
+ Korea, Republic Of
-
+ Kuwait
-
+ Kyrgyzstan
-
+ Lao People'S Democratic Republic
-
+ Latvia
-
+ Lebanon
-
+ Lesotho
-
+ Liberia
-
+ Libyan Arab Jamahiriya
-
+ Liechtenstein
-
+ Lithuania
-
+ Luxembourg
-
+ Macao
-
+ Macedonia, The Former Yugoslav Republic Of
-
+ Madagascar
-
+ Malawi
-
+ Malaysia
-
+ Maldives
-
+ Mali
-
+ Malta
-
+ Marshall Islands
-
+ Martinique
-
+ Mauritania
-
+ Mauritius
-
+ Mayotte
-
+ Mexico
-
+ Micronesia, Federated States Of
-
+ Moldova, Republic Of
-
+ Monaco
-
+ Mongolia
-
+ Montserrat
-
+ Morocco
-
+ Mozambique
-
+ Myanmar
-
+ Namibia
-
+ Nauru
-
+ Nepal
-
+ Netherlands
-
+ Netherlands Antilles
-
+ New Caledonia
-
+ New Zealand
-
+ Nicaragua
-
+ Niger
-
+ Nigeria
-
+ Niue
-
+ Norfolk Island
-
+ Northern Mariana Islands
-
+ Norway
-
+ Oman
-
+ Pakistan
-
+ Palau
-
+ Palestinian Territory, Occupied
-
+ Panama
-
+ Papua New Guinea
-
+ Paraguay
-
+ Peru
-
+ Philippines
-
+ Pitcairn
-
+ Poland
-
+ Portugal
-
+ Puerto Rico
-
+ Qatar
-
+ Reunion
-
+ Romania
-
+ Russian Federation
-
+ Rwanda
-
+ Saint Helena
-
+ Saint Kitts And Nevis
-
+ Saint Lucia
-
+ Saint Pierre And Miquelon
-
+ Saint Vincent And The Grenadines
-
+ Samoa
-
+ San Marino
-
+ Sao Tome And Principe
-
+ Saudi Arabia
-
+ Senegal
-
+ Serbia And Montenegro
-
+ Seychelles
-
+ Sierra Leone
-
+ Singapore
-
+ Slovakia
-
+ Slovenia
-
+ Solomon Islands
-
+ Somalia
-
+ South Africa
-
+ South Georgia And The South Sandwich Islands
-
+ Spain
-
+ Sri Lanka
-
+ Sudan
-
+ Suriname
-
+ Svalbard And Jan Mayen
-
+ Swaziland
-
+ Sweden
-
+ Switzerland
-
+ Syrian Arab Republic
-
+ Taiwan, Province Of China
-
+ Tajikistan
-
+ Tanzania, United Republic Of
-
+ Thailand
-
+ Timor-Leste
-
+ Togo
-
+ Tokelau
-
+ Tonga
-
+ Trinidad And Tobago
-
+ Tunisia
-
+ Turkey
-
+ Turkmenistan
-
+ Turks And Caicos Islands
-
+ Tuvalu
-
+ Uganda
-
+ Ukraine
-
+ United Arab Emirates
-
+ United Kingdom
-
+ United States
-
+ United States Minor Outlying Islands
-
+ Uruguay
-
+ Uzbekistan
-
+ Vanuatu
-
+ Venezuela
-
+ Viet Nam
-
+ Virgin Islands, British
-
+ Virgin Islands, U.S.
-
+ Wallis And Futuna
-
+ Western Sahara
-
+ Yemen
-
+ Zambia
-
+ Zimbabwe
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+
-
-
+
+ T
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1
-
-
+
+ running games: %1Çalışan oyunlar: %1
-
-
+
+ open games: %1açık oyunlar: %1
-
+ Invite %1
-
+ Ignore %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?
@@ -3194,49 +3205,50 @@ Feel free to invite other players by right-clicking on their nick in the availab
söyleşideki oyuncular: %1
-
-
+
+ connected players: %1bağlı oyuncular: %1
-
+ search for player ...
-
+ Chat is only available to registered players.
-
+ Invite player ...
-
+ Ignore player ...
-
+ %1 is playing in "%2".
-
+ %1 is not playing at the moment.
-
-
+
+ PokerTH - Info Message
-
+
+ PokerTH - Question
@@ -4522,8 +4534,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Start Cash:Ödemeyi Başlat:
@@ -4538,16 +4550,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Server Port:Sunucu Bağlantı Noktası:
-
-
+
+ Use IPv6IPv6 Kullan
@@ -4561,37 +4573,37 @@ p, li { white-space: pre-wrap; }
-
+ Computer EngineBilgisayar Motoru
-
+ Opponent 5:Rakip 5:
-
+ Opponent 3:Rakip 3:
-
+ Opponent 2:Rakip 2:
-
+ Opponent 1:Rakip 1:
-
+ Opponent 4:Rakip 4:
@@ -4605,7 +4617,7 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: Günlük Dosyası Dizini:
@@ -4617,19 +4629,19 @@ p, li { white-space: pre-wrap; }
-
+ Log MessagesGünlük Mesajları
-
+ Local Game SettingsYerel Oyun Ayarları
-
+ Network Game SettingsAğ Oyunu Ayarları
@@ -4663,13 +4675,18 @@ p, li { white-space: pre-wrap; }
Show left toolboxSol araç çubuğunu göster
+
+
+ Play blind raise notification
+
+ Show statusbar messagesDurum çubuğu mesajlarını göster
-
+ Show game settings dialog on every new gameHer yeni oyunda, oyun ayarları diyaloğunu göster
@@ -4679,19 +4696,19 @@ p, li { white-space: pre-wrap; }
-
+ Number of players:Oyuncu sayısı:
-
+ Game Speed:Oyun Hızı:
-
+ Pause between hands (press "start" button to go on)Eller arasında durakla (devam etmek için başla tuşuna basın)
@@ -4705,7 +4722,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable LoggingGünlük Tutmayı Etkinleştir/Edilginleştir
@@ -4715,7 +4732,7 @@ p, li { white-space: pre-wrap; }
-
+ Write log after every: Herseferinde son olarak günlük yaz:
@@ -4750,24 +4767,24 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Use SCTPSCTP Kullan
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://no.wikipedia.org/wiki/Ipv6">Bu nedir?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">Bu nedir?</a>
@@ -4786,7 +4803,7 @@ p, li { white-space: pre-wrap; }
-
+ Maximum number of players:En fazla oyuncu sayısı:
@@ -4804,7 +4821,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 6:Rakip 6:
@@ -4814,19 +4831,19 @@ p, li { white-space: pre-wrap; }
-
+ action (high frequent disc access)Faaliyet (yüksek sıklıkta disk geçişi)
-
+ hand (medium disc access)El (orta derecede disk geçişi)
-
+ game (low disc access)oyun (düşük disk geçişi)
@@ -4909,16 +4926,16 @@ p, li { white-space: pre-wrap; }
-
-
+
+ First small blind:İlk küçük teklif:
-
-
+
+ Raise blinds:Teklifleri yükselt:
@@ -4927,76 +4944,76 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:Her:
-
-
+
+ handseller
-
-
+
+ minutesdakika
-
-
+
+ Raise mode:Değer yükselt:
-
-
+
+ Always double blindsDaime çifte teklif
-
-
+
+ Manual blinds order:El ile teklif istemi:
-
-
+
+ Edit ...Düzenle ...
-
+ Delay between hands:
-
+ Network Server SettingsAğ Sunucusu Ayarları
-
+ Internet Game Settingsİnternet Oyun Ayarları
@@ -5006,13 +5023,13 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:Sunucu Adresi:
-
+ Use password for private game:Özel oyun için parola kullan:
@@ -5064,7 +5081,7 @@ p, li { white-space: pre-wrap; }
-
+ Player Nicks/AvatarsOyuncu Takma İsimleri/Avatarları
@@ -5111,29 +5128,29 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $$
-
+ Timeout for player action:Oyuncu hamlesi için zaman bitti:
-
-
+
+ s s
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -5145,7 +5162,7 @@ p, li { white-space: pre-wrap; }
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -5156,19 +5173,19 @@ p, li { white-space: pre-wrap; }
-
+ Automatic Server Configuration URLOtomatik Sunucu Ayarları Adresi
-
+ Serverlist Address:Sunucu Listesi Adresi:
-
+ Manual Server ConfigurationEl ile Ayarlanmış Sunucu Ayarları
@@ -5183,13 +5200,13 @@ p, li { white-space: pre-wrap; }
-
+ Store log files for:
-
+ Day(s)Gün(ler)
@@ -5237,7 +5254,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:
@@ -5253,7 +5270,7 @@ p, li { white-space: pre-wrap; }
-
+ Factory Settings
@@ -5349,13 +5366,13 @@ p, li { white-space: pre-wrap; }
-
+ Server
-
+ GameOyun
@@ -5370,72 +5387,72 @@ p, li { white-space: pre-wrap; }
-
+ Default game name:
-
+ Default game type:
-
+ Standard
-
+ Registered players only
-
+ Invited players only
-
+ Ranking game
-
+ Show lobby chat
-
+ Automatically leave the table after the game finished
-
+ Ignored Players
-
+ Player
-
+ Remove Player
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -5445,61 +5462,61 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:Rakip 6: {7:?}
-
+ Opponent 8:Rakip 6: {8:?}
-
+ Preview:
-
+ Export as HTML
-
+ Export as txt
-
+ Save as ...
-
+ DeleteSil
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
-
+ Log File
@@ -5509,7 +5526,7 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 9:Rakip 6: {10:?} {9:?}
@@ -5517,11 +5534,11 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings ErrorAyar Hatası
@@ -5538,7 +5555,7 @@ Please select an valid directory!
Lütfen geçerli bir dizin giriniz!
-
+ Select your flipside pictureKıvrık taraf resminizi seçin
@@ -5547,24 +5564,24 @@ Lütfen geçerli bir dizin giriniz!
Resimler (*.png)
-
+ Open DirectoryDizin Aç
-
+ Images (*.png *.jpg *.gif)Resimler (*.png *.jpg *.gif)
-
-
+
+ Blinds ErrorTeklif Hatası
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -5631,12 +5648,12 @@ yüksek değer olarak ayarlanacaktır.
Türkçe
-
+ Language ChangedDil Değiştirildi
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!Uygulama dilini %1 olarak değiştirdiniz.
@@ -5673,15 +5690,15 @@ Yeni dilde yüklenmesi için lütfen PokerTH programını yeniden başlatınız!
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!Girilen resmin ters tarafı mevcut değil.
Lütfen geçerli bir resim giriniz!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!Günlük dosyasının dizini mevcut değil.
@@ -5723,7 +5740,7 @@ Lütfen geçerli bir dizin seçiniz!İsveççe
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!Girilen sunucu listesi adresi geçerli değil.
@@ -5745,186 +5762,186 @@ Lütfen geçerli bir adres girin!
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name
-
-
+
+ Maintainer EMail
-
-
+
+ Create Date
-
+ Windows Behaviour
-
+ scaleable
-
+ fixed
-
+ Minimum Size
-
+ Maximum Size
-
+ Fixed Size
-
+ StateAşama
-
+ Please select your game table style
-
+ PokerTH game table styles (*.xml)
-
+ Game Table Style Error
-
+ Selected game table style file is already in the list.
Please select another one to add!
-
+ Game Table Style File Error
-
+ Could not load game table style file correctly.
Style will not be placed into list!
-
+ Please select your card deck style
-
+ PokerTH card deck styles (*.xml)
-
+ Card Deck Style Error
-
+ Selected card deck style file is already in the list.
Please select another one to add!
-
+ Card Deck Style File Error
-
+ Could not load card deck style file correctly.
Style will not be placed into list!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file
-
+ PokerTH SQL log (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -6142,106 +6159,106 @@ Please choose another one.
Lütfen başka bir tane seçiniz.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network ErrorAğ Hatası
-
+ Server address was not set.Sunucu adresi belirtilmedi.
-
+ An invalid port was set (ports 0-1023 are not allowed).Geçersiz bağlantı noktası belirtilmiş (0-1023 arasındaki bağlantı noktaları kullanılamaz).
-
+ Could not create a socket for TCP communication.TCP iletişimi için bir yuva oluşturulamadı.
-
+ Could not set the IP address.IP adresi ayarlanamadı.
-
+ Could not set the port for this type of address.Bu çeşit bir adres için bağlantı noktası ayarlanamadı.
-
+ The server name could not be resolved.Sunucu ismi çözümlenemedi.
-
+ Bind failed - please choose a different port.Bağlama başarısız - lütfen farklı bir bağlantı noktası seçin.
-
+ Internal network error: "listen" failed.Dahili ağ hatası - "dinleme" başarısız.
-
+ Server execution was terminated.Sunucu işletimi sonlandırıldı.
-
+ Could not connect to the server.Sunucuya bağlanılamadı.
-
+ Connection timed out.
Please check the server address.
@@ -6252,12 +6269,12 @@ Lütfen sunucu adresini kontrol ediniz.
Eğer sunucu bir NAT-Router arkasındaysa, sunucu tarafındaki bağlantı noktası yönlendirmesinin ayarlandığından emin olunuz.
-
+ Internal network error: "select" failed.Dahili ağ hatası - "seçim" başarısız.
-
+ Internal network error: "send" failed.Dahili ağ hatası - "gönder" başarısız.
@@ -6266,31 +6283,31 @@ Eğer sunucu bir NAT-Router arkasındaysa, sunucu tarafındaki bağlantı noktas
Bağlantı, sunucu tarafından kapatıldı.
-
+ The connection to the server was lost.
-
+ Internal network error: Duplicate TCP connection.Dahili ağ hatası: TCP bağlantısını çoğaltın.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.Geçersiz bir ağ paketi alındı.
Lütfen bütün oyuncuların PokerTH ın aynı sürümünü kullandığından emin olun.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.Dahili durum hatası.
Lütfen bütün oyuncuların PokerTH ın aynı sürümünü kullandığından emin olun.
-
+ Invalid server list URL.
Please correct the address in the settings.Geçersiz sunucu listesi.
@@ -6309,94 +6326,109 @@ Please make sure that the server list URL is correct.
Lütfen sunucu listesi adresinin doğru olduğundan emin olun.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH İnternet sunucu listesi geçersiz veriler içeriyor.
Eğer özel bir sunucu listesi kullanıyorsanız lütfen dosya biçiminin doğru olduğundan emin olun.
-
+ Could not unzip the PokerTH internet server list.Sıkıştırılmış durumdaki PokerTH İnternet sunucu listesi açılamadı.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.PokerTH sunucu listesi indirilemedi.
Lütfen doğrudan İnternet'e bağlı olduğunuzdan emin olun.
-
+ Could not open the target file when downloading the server list.Sunucu listesi indirilirken hedef dosya açılamadı.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH sunucu, oyunun bu sürümünü desteklemiyor.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indirin.
-
+ Sorry, this server is already full.Üzgünüm, bu sunucu dolu.
-
+ Invalid login.
Please check your username and password.
-
+ Your account is blocked indefinitely.
-
+ You cannot login at this time. Please try again in a few seconds.
-
+ You cannot join this game, because another player in that game has your network address.
-
+ Your connection to the server is very slow, the game had to start without you.
-
+ This game is of type invite-only. You cannot join this game without being invited.
-
+ Invalid password when joining the game.
Please reenter the password and try again.Oyuna girişte geçersiz parola.
Lütfen parolanızı girin ve yeniden deneyin.
-
+ The avatar report was accepted by the server. Thank you.
-
+ This avatar was already reported by another player.
-
+ An error occurred while reporting the avatar.
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ The password is too long. Please choose another one.Parola çok uzun. Lütfen başka bir tane deneyin.
@@ -6411,67 +6443,67 @@ Lütfen farklı bir isim seçiniz.
Bu oyuncu ismi, çok kısa, çok uzun yahut geçersiz. Lütfen başka bir isim seçiniz.
-
+ The game name is either too short or too long. Please choose another one.Oyun ismi ya çok uzun yada öok kısa. Lütfen başka birini seçiniz.
-
+ The game could not be found.Oyun bulunamadı.
-
+ The chat text is invalid.Söyleşi metni geçersiz.
-
+ The server referred to an unknown player. Aborting.Sunucu, bilinmeyen bir oyuncuya devredildi. Çıkılıyor.
-
+ Internal error: The current player could not be found.Dahili hata: Bu oyuncu bulunamadı.
-
+ Internal error: The current player is not active.Dahili Hata: Bu oyuncu aktif değil.
-
+ You were kicked from the server.Sunucu tarafından tekmelendiniz.
-
+ You were temporarily banned from the server.Sunucuya erişiminz geçici olarak yasaklandı.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!Bir etkinlik olmadığından sunucu ile kurduğunuz bağlantı zamanaşımına uğradı. Tabii ki yeniden bağlanabilirsiniz!
-
+ The client player count is invalid.İstemci oyuncu sayısı yanlış.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.Çok fazla elle teklif ayarlı. Lütfen elle teklifleri eniden yapılandırınız.
-
+ An invalid avatar file was configured. Please choose a different avatar.Geçersiz bir avatar dosyası yapılandırıldı. Lütfen farklı bir avatar seçiniz.
-
+ The selected avatar file is too large. Please choose a different avatar.Seçili avatar dosyası çok büyük. Lütfen farklı bir avatar seçiniz.
@@ -6480,89 +6512,89 @@ Lütfen farklı bir isim seçiniz.
Şimdi yeni bir avatar dosyası yükleyemezsiniz. Lütfen birkaç saniye sonra yeniden deneyin.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.İçsel bir simge hatası algılandı. Lütfen bunu kulis söyleşisinde yöneticiye iletin.
-
+ Could not start game: Synchronization failed.Oyun başlatılamadı: Eş zamalama yapılamadı.
-
+ The server is down for maintenance. Please try again later.Sunucu bakım sebebiyle kapalı. Lütfen sonra tekrar deneyin.
-
+ An internal error occured.Dahili bir hata oluştu.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network NotificationAğ Bildirimi
-
+ You were kicked from the game.Oyundan atıldınız.
-
+ Sorry, this game is already full.Üzgünüm, oyun zaten dolu.
-
+ Unable to join - the server has already started the game.Girilemiyor - sunucu zaten oyuna başladı.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!Bir etkinlik olmadığından yönetici durumunuz zamanaşımına uğradı. Tabii ki yeni bir oyun oluşturabilirsiniz!
-
+ You cannot join this type of game as guest.
-
+ The settings are invalid for this type of game.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH ın yeni bir yayını hazır.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indirin.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH ara sürümü artık geçersiz.<br>Lütfen <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net/<a/> adresinden son sürümü indiriniz.
-
-
+
+ Server Message
-
+ PokerTH %1PokerTH %1
diff --git a/ts/pokerth_zhcn.ts b/ts/pokerth_zhcn.ts
index 5a4bd7cc..67249bb5 100644
--- a/ts/pokerth_zhcn.ts
+++ b/ts/pokerth_zhcn.ts
@@ -1119,9 +1119,8 @@ Please choose another one!
- Timeout for player action (sec):
- 玩家操作超时 (秒):
+ 玩家操作超时 (秒):
@@ -1142,19 +1141,19 @@ Please choose another one!
踢出玩家 (&K)
-
+ Sort alphabetically按字母排序
-
+ Sort by country按国籍排序
-
+ Display idle players显示发呆的玩家
@@ -1172,25 +1171,25 @@ Please choose another one!
离开游戏 (&L)
-
+ Join &any game加入任意一个游戏 (&A)
-
+ &Create Game创建游戏 (&C)
-
+ &Join Game加入游戏 (&J)
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1241,17 +1240,18 @@ p, li { white-space: pre-wrap; }
+ Timing:
-
+ Lobby-Chat大厅聊天
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
@@ -1269,60 +1269,60 @@ p, li { white-space: pre-wrap; }
正在开始游戏, 请稍候...
-
+ Joining a private Game加入一个私人游戏
-
+ You are about to join a private game. Please enter the password!你正在加入一个私人游戏. 请输入密码!
-
+ open开放
-
-
-
-
+
+
+
+ Game Info游戏信息
-
-
+
+ Game游戏
-
-
+
+ Players玩家
-
-
+
+ State状态
-
-
+
+ P
-
-
+
+ Available Players在线的玩家
@@ -1342,119 +1342,138 @@ p, li { white-space: pre-wrap; }
玩家信息...
-
-
-
+
+ Report inappropriate game name
+
+
+
+
+
+ Standard标准比赛
-
-
-
+
+
+ Registered players only仅限已注册的玩家的比赛
-
-
-
+
+
+ Invited players only仅限受邀玩家的比赛
-
-
-
+
+
+ Ranking game排名赛
-
+ Connected players - max. %1已连接的玩家 - 人数上限 %1
-
-
+
+ T
-
-
+
+
+
+ sec (action)
+
+
+
+
+
+
+ sec (hand delay)
+
+
+
+
+ Connected players - Max. %1已连接的玩家 - 人数上限 %1
-
+ running进行中
-
-
+
+ running games: %1进行中的游戏:%1
-
-
+
+ open games: %1开放着的游戏: %1
-
+ Invite %1邀请 %1
-
+ Ignore %1无视 %1
-
+ <span style='color:blue;'>%1 has been invited to %2 by %3.</span><span style='color:blue;'>%3 邀请 %1 加入 %2.</span>
-
+ <span style='color:red;'>%1 has rejected the invitation to %2.</span><span style='color:red;'>%1 拒绝了加入 %2 的邀请.</span>
-
+ <span style='color:red;'>%1 cannot join %2 because he is busy.</span><span style='color:red;'>%1 正忙, 无法加入 %2.</span>
-
-
+
+ The game will start in<br><b>%1</b> seconds.游戏将于 <br><b>%1</b> 秒钟后开局.
-
+ You have entered a game with type "invite-only".
Feel free to invite other players by right-clicking on their nick in the available players list.你已加入了一个 "仅限受邀者" 类型的游戏.
你可以按自己的意愿, 右击在线玩家列表中的玩家名以邀请其他玩家.
-
+ You have been invited to the game <b>%1</b> by <b>%2</b>.<br>Would you like to join this game?<b>%2</b> 向你发出了加入游戏 <b>%1</b> 的邀请. 你想加入这个游戏吗?
-
+ You will no longer receive chat messages or game invitations from this user.<br>Do you really want to put player <b>%1</b> on your ignore list?你将不会再收到来自这名玩家的消息及游戏邀请.<br>你确定要将玩家 <b>%1</b> 置于无视名单之中吗?
-
-
+
+ connected players: %1已连接的玩家: %1
@@ -1470,1307 +1489,1304 @@ Feel free to invite other players by right-clicking on their nick in the availab
显示玩家状态
-
- sec (action)
-
-
-
-
- sec (hand delay)
-
-
-
-
-
+
+ Connected players已连接的玩家
-
+ hands成手
-
+ minutes分钟
-
+ double blinds双倍盲注
-
+ manual blinds order手动盲注顺序
-
+ Server Error服务器出错
-
+ You should not kick yourself from this game!你不能把自己踢出游戏!
-
+ search for player ...查找玩家...
-
+ Chat is only available to registered players.聊天功能仅供已注册玩家使用.
-
+ Invite player ...邀请玩家...
-
+ Ignore player ...无视玩家...
-
+ %1 is playing in "%2".%1 正在游戏 "%2" 中玩着.
-
+ %1 is not playing at the moment.%1 目前没在玩.
-
-
+
+ PokerTH - Info MessagePokerTH - 信息提示
-
+
+ PokerTH - QuestionPokerTH - 问题
-
+ Afghanistan阿富汗
-
+ ALand Islands奥兰群岛
-
+ Albania阿尔巴尼亚
-
+ Algeria阿尔及利亚
-
+ American Samoa美属萨摩亚
-
+ Andorra安道尔
-
+ Angola安哥拉
-
+ Anguilla安圭拉
-
+ Antarctica南极洲
-
+ Antigua And Barbuda安提瓜和巴布达
-
+ Argentina阿根廷
-
+ Armenia亚美尼亚
-
+ Aruba阿鲁巴
-
+ Australia澳大利亚
-
+ Austria奥地利
-
+ Azerbaijan阿塞拜疆
-
+ Bahamas巴哈马
-
+ Bahrain巴林
-
+ Bangladesh孟加拉国
-
+ Barbados巴巴多斯
-
+ Belarus白俄罗斯
-
+ Belgium比利时
-
+ Belize伯利兹
-
+ Benin贝宁
-
+ Bermuda百慕大
-
+ Bhutan不丹
-
+ Bolivia玻利维亚
-
+ Bosnia And Herzegovina波斯尼亚 - 黑塞哥维那
-
+ Botswana博茨瓦纳
-
+ Bouvet Island布维岛
-
+ Brazil巴西
-
+ British Indian Ocean Territory英属印度洋领地
-
+ Brunei Darussalam文莱达鲁萨兰国
-
+ Bulgaria保加利亚
-
+ Burkina Faso布基纳法索
-
+ Burundi布隆迪
-
+ Cambodia柬埔寨
-
+ Cameroon喀麦隆
-
+ Canada加拿大
-
+ Cape Verde佛得角
-
+ Cayman Islands开曼群岛
-
+ Central African Republic中非共和国
-
+ Chad乍得
-
+ Chile智利
-
+ China中国
-
+ Christmas Island圣诞岛
-
+ Cocos (Keeling) Islands科科斯 (基林) 群岛
-
+ Colombia哥伦比亚
-
+ Comoros科摩罗
-
+ Congo刚果
-
+ Congo, The Democratic Republic Of The刚果民主共和国
-
+ Cook Islands库克群岛
-
+ Costa Rica哥斯达黎加
-
+ Cote D'Ivoire科特迪瓦
-
+ Croatia克罗地亚
-
+ Cuba古巴
-
+ Cyprus塞浦路斯
-
+ Czech Republic捷克共和国
-
+ Denmark丹麦
-
+ Djibouti吉布提
-
+ Dominica多米尼加
-
+ Dominican Republic多米尼加共和国
-
+ Ecuador厄瓜多尔
-
+ Egypt埃及
-
+ El Salvador萨尔瓦多
-
+ Equatorial Guinea赤道几内亚
-
+ Eritrea厄立特里亚
-
+ Estonia爱沙尼亚
-
+ Ethiopia埃塞俄比亚
-
+ Falkland Islands (Malvinas)福克兰群岛 (马尔维纳斯)
-
+ Faroe Islands法罗群岛
-
+ Fiji斐济
-
+ Finland芬兰
-
+ France法国
-
+ French Guiana法属圭亚那
-
+ French Polynesia法属波利尼西亚
-
+ French Southern Territories法属南半球和南极领地
-
+ Gabon加蓬
-
+ Gambia冈比亚
-
+ Georgia格鲁吉亚
-
+ Germany德国
-
+ Ghana加纳
-
+ Gibraltar直布罗陀
-
+ Greece希腊
-
+ Greenland格陵兰
-
+ Grenada格林纳达
-
+ Guadeloupe瓜德罗普
-
+ Guam关岛
-
+ Guatemala危地马拉
-
+ Guernsey根西岛
-
+ Guinea几内亚
-
+ Guinea-Bissau几内亚比绍
-
+ Guyana圭亚那
-
+ Haiti海地
-
+ Heard Island And Mcdonald Islands赫德岛和麦克唐纳岛
-
+ Holy See (Vatican City State)梵蒂冈
-
+ Honduras洪都拉斯
-
+ Hong Kong香港
-
+ Hungary匈牙利
-
+ Iceland冰岛
-
+ India印度
-
+ Indonesia印度尼西亚
-
+ Iran, Islamic Republic Of伊朗伊斯兰共和国
-
+ Iraq伊拉克
-
+ Ireland爱尔兰
-
+ Isle Of Man马恩岛
-
+ Israel以色列
-
+ Italy意大利
-
+ Jamaica牙买加
-
+ Japan日本
-
+ Jersey泽西岛
-
+ Jordan约旦
-
+ Kazakhstan哈萨克斯坦
-
+ Kenya肯尼亚
-
+ Kiribati基里巴斯
-
+ Korea, Democratic People'S Republic Of朝鲜民主主义人民共和国
-
+ Korea, Republic Of大韩民国
-
+ Kuwait科威特
-
+ Kyrgyzstan吉尔吉斯斯坦
-
+ Lao People'S Democratic Republic老挝人民民主共和国
-
+ Latvia拉脱维亚
-
+ Lebanon黎巴嫩
-
+ Lesotho莱索托
-
+ Liberia利比里亚
-
+ Libyan Arab Jamahiriya阿拉伯利比亚民众国
-
+ Liechtenstein列支敦士登
-
+ Lithuania立陶宛
-
+ Luxembourg卢森堡
-
+ Macao澳门
-
+ Macedonia, The Former Yugoslav Republic Of前南斯拉夫的马其顿共和国
-
+ Madagascar马达加斯加
-
+ Malawi马拉维
-
+ Malaysia马来西亚
-
+ Maldives马尔代夫
-
+ Mali马里
-
+ Malta马耳他
-
+ Marshall Islands马绍尔群岛
-
+ Martinique马提尼克
-
+ Mauritania毛里塔尼亚
-
+ Mauritius毛里求斯
-
+ Mayotte马约特
-
+ Mexico墨西哥
-
+ Micronesia, Federated States Of密克罗尼西亚联邦
-
+ Moldova, Republic Of摩尔多瓦共和国
-
+ Monaco摩纳哥
-
+ Mongolia蒙古
-
+ Montserrat蒙特塞拉特
-
+ Morocco摩洛哥
-
+ Mozambique莫桑比克
-
+ Myanmar缅甸
-
+ Namibia纳米比亚
-
+ Nauru瑙鲁
-
+ Nepal尼泊尔
-
+ Netherlands荷兰
-
+ Netherlands Antilles荷属安的列斯
-
+ New Caledonia新喀里多尼亚
-
+ New Zealand新西兰
-
+ Nicaragua尼加拉瓜
-
+ Niger尼日尔
-
+ Nigeria尼日利亚
-
+ Niue纽埃
-
+ Norfolk Island诺福克岛
-
+ Northern Mariana Islands北马里亚纳
-
+ Norway挪威
-
+ Oman阿曼
-
+ Pakistan巴基斯坦
-
+ Palau帕劳
-
+ Palestinian Territory, Occupied巴勒斯坦国
-
+ Panama巴拿马
-
+ Papua New Guinea巴布亚新几内亚
-
+ Paraguay巴拉圭
-
+ Peru秘鲁
-
+ Philippines菲律宾
-
+ Pitcairn皮特凯恩群岛
-
+ Poland波兰
-
+ Portugal葡萄牙
-
+ Puerto Rico波多黎各
-
+ Qatar卡塔尔
-
+ Reunion留尼旺
-
+ Romania罗马尼亚
-
+ Russian Federation俄罗斯联邦
-
+ Rwanda卢旺达
-
+ Saint Helena圣赫勒拿
-
+ Saint Kitts And Nevis圣基茨和尼维斯
-
+ Saint Lucia圣卢西亚
-
+ Saint Pierre And Miquelon圣皮埃尔和密克隆
-
+ Saint Vincent And The Grenadines圣文森特和格林纳丁斯
-
+ Samoa萨摩亚
-
+ San Marino圣马力诺
-
+ Sao Tome And Principe圣多美和普林西比
-
+ Saudi Arabia沙特阿拉伯
-
+ Senegal塞内加尔
-
+ Serbia And Montenegro塞尔维亚和黑山
-
+ Seychelles塞舌尔
-
+ Sierra Leone塞拉利昂
-
+ Singapore新加坡
-
+ Slovakia斯洛伐克
-
+ Slovenia斯洛文尼亚
-
+ Solomon Islands所罗门群岛
-
+ Somalia索马里
-
+ South Africa南非
-
+ South Georgia And The South Sandwich Islands南乔治亚岛和南桑德韦奇岛
-
+ Spain西班牙
-
+ Sri Lanka斯里兰卡
-
+ Sudan苏丹
-
+ Suriname苏里南
-
+ Svalbard And Jan Mayen斯瓦尔巴岛和扬马延岛
-
+ Swaziland斯威士兰
-
+ Sweden瑞典
-
+ Switzerland瑞士
-
+ Syrian Arab Republic阿拉伯叙利亚共和国
-
+ Taiwan, Province Of China台湾
-
+ Tajikistan塔吉克斯坦
-
+ Tanzania, United Republic Of坦桑尼亚联合共和国
-
+ Thailand泰国
-
+ Timor-Leste东帝汶
-
+ Togo多哥
-
+ Tokelau托克劳
-
+ Tonga汤加
-
+ Trinidad And Tobago特立尼达和多巴哥
-
+ Tunisia突尼斯
-
+ Turkey土耳其
-
+ Turkmenistan土库曼斯坦
-
+ Turks And Caicos Islands特克斯和凯科斯群岛
-
+ Tuvalu图瓦卢
-
+ Uganda乌干达
-
+ Ukraine乌克兰
-
+ United Arab Emirates阿拉伯联合酋长国
-
+ United Kingdom大不列颠及北爱尔兰联合王国
-
+ United States美利坚合众国
-
+ United States Minor Outlying Islands美国本土外小岛屿
-
+ Uruguay乌拉圭
-
+ Uzbekistan乌兹别克斯坦
-
+ Vanuatu瓦努阿图
-
+ Venezuela委内瑞拉
-
+ Viet Nam越南
-
+ Virgin Islands, British英属维尔京群岛
-
+ Virgin Islands, U.S.美属维尔京群岛
-
+ Wallis And Futuna瓦利斯和富图纳
-
+ Western Sahara西撒哈拉
-
+ Yemen也门
-
+ Zambia赞比亚
-
+ Zimbabwe津巴布韦
+
+
+ Are you sure you want to report the game name:
+"%1" as inappropriate?
+
+ gameTable
@@ -3756,7 +3772,7 @@ Please enter an valid picture!
-
+ Factory Settings
@@ -3886,21 +3902,21 @@ p, li { white-space: pre-wrap; }
-
+ Local Game Settings本地游戏设置
-
+ Number of players:玩家数:
-
-
+
+ Start Cash:入场金额:
@@ -3909,26 +3925,26 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ $
-
-
+
+ First small blind:首轮小盲注:
-
-
+
+ Raise blinds:加盲注:
@@ -3937,94 +3953,94 @@ p, li { white-space: pre-wrap; }
-
-
-
-
+
+
+
+ Every:每:
-
-
+
+ hands成手
-
-
+
+ minutes分钟
-
-
+
+ Raise mode:加注模式:
-
-
+
+ Always double blinds总是将盲注翻倍
-
-
+
+ Manual blinds order:手动盲注顺序:
-
-
+
+ Edit ...编辑...
-
+ Game Speed:游戏速度:
-
+ Pause between hands (press "start" button to go on)在两成手之间暂停 (按下 "开始" 按钮继续)
-
+ Show game settings dialog on every new game在每次开始新游戏前显示游戏设置对话框
-
+ Network Game Settings网络游戏设置
-
+ Maximum number of players:玩家数上限:
-
+ Timeout for player action:玩家操作超时:
@@ -4048,25 +4064,25 @@ p, li { white-space: pre-wrap; }
-
+ Preview:
-
+ Export as HTML
-
+ Reset all settings to default ...
-
+ Note: You can not reset all settings to default during a running game!
@@ -4076,90 +4092,90 @@ p, li { white-space: pre-wrap; }
-
+ Export as txt导出成文本格式
-
+ Save as ...另存为...
-
+ Delete删除
-
+ Log File日志文件
-
-
+
+ s 秒
-
+ Network Server Settings网络服务器设置
-
-
+
+ Server Port:服务器端口:
-
-
+
+ Use SCTP使用 SCTP
-
-
+
+ Use IPv6使用 IPv6
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Ipv6">What is this?</a><a href="http://en.wikipedia.org/wiki/Ipv6">这是什么?</a>
-
-
+
+ <a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">What is this?</a><a href="http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol">这是什么?</a>
-
+ Internet Game Settings因特网游戏设置
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal;">
@@ -4171,61 +4187,61 @@ p, li { white-space: pre-wrap; }
-
+ Server Address:服务器地址:
-
+ Use password for private game:为私人游戏使用密码:
-
+ Computer Engine电脑对手
-
+ Opponent 6:对手 6:
-
+ Opponent 5:对手 5:
-
+ Opponent 4:对手 4:
-
+ Opponent 3:对手 3:
-
+ Opponent 2:对手 2:
-
+ Opponent 1:对手 1:
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style="font-weight:400; font-style:normal; text-decoration:none;">
@@ -4237,7 +4253,7 @@ p, li { white-space: pre-wrap; }
-
+ Enable/Disable Logging启用 / 禁用日志
@@ -4247,31 +4263,31 @@ p, li { white-space: pre-wrap; }
-
+ Log File Directory: 日志文件目录:
-
+ Write log after every: 日志文件写入时机:
-
+ action (high frequent disc access)每次操作 (高频率磁盘读写)
-
+ hand (medium disc access)每成手 (中等频率磁盘读写)
-
+ game (low disc access)每场游戏 (低频率磁盘读写)
@@ -4279,13 +4295,13 @@ p, li { white-space: pre-wrap; }
-
+ Log Messages日志消息
-
+ Player Nicks/Avatars玩家昵称 / 头像
@@ -4299,33 +4315,38 @@ p, li { white-space: pre-wrap; }
Show left toolbox显示左工具框
+
+
+ Play blind raise notification
+
+
-
+ Automatic Server Configuration URL自动服务器配置 URL
-
+ Serverlist Address:服务器列表地址:
-
+ Manual Server Configuration手动服务器配置
-
+ Store log files for:
-
+ Day(s) 天
@@ -4361,7 +4382,7 @@ p, li { white-space: pre-wrap; }
-
+ Avatar Server:头像服务器:
@@ -4452,90 +4473,90 @@ p, li { white-space: pre-wrap; }
-
+ Delay between hands:两成手之间的时间间隔:
-
+ Server服务器
-
+ Game游戏
-
+ Default game name:默认游戏名:
-
+ Default game type:默认游戏类型:
-
+ Standard标准比赛
-
+ Registered players only仅限已注册的玩家的比赛
-
+ Invited players only仅限受邀玩家的比赛
-
+ Ranking game排名赛
-
+ Show lobby chat显示大厅聊天
-
+ Automatically leave the table after the game finished
-
+ Ignored Players无视的玩家
-
+ Player玩家
-
+ Remove Player移除玩家
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
@@ -4549,19 +4570,19 @@ p, li { white-space: pre-wrap; }
-
+ Opponent 7:对手 7:
-
+ Opponent 8:对手 8:
-
+ Opponent 9:对手 9:
@@ -4569,65 +4590,65 @@ p, li { white-space: pre-wrap; }
settingsDialogImpl
-
-
-
-
-
+
+
+
+
+ Settings Error设置出错
-
+ The entered flipside picture doesn't exist.
Please enter an valid picture!输入的牌背图片不存在.
请重新输入!
-
-
+
+ The log file directory doesn't exist.
Please select an valid directory!日志文件目录不存在.
请重新选择!
-
+ Language Changed语言已变更
-
+ You have changed application language to %1.
Please restart PokerTH to load new language!你已经将程序语言变更为 %1.
请重启 PokerTH 以载入新的语言!
-
+ Select your flipside picture选择牌背图片
-
+ Images (*.png *.jpg *.gif)图片文件 (*.png *.jpg *.gif)
-
+ Open Directory打开目录
-
-
+
+ Blinds Error盲注出错
-
-
+
+ The first element in your manual-blinds-list
is smaller than current first-small-blind!
This first-small-blind-value will be set to maximum allowed value.
@@ -4635,7 +4656,7 @@ This first-small-blind-value will be set to maximum allowed value.
首轮小盲注的值将被自动设为所允许的最大值.
-
+ The entered server list address is not a valid URL.
Please enter a valid server list address!输入的服务器列表地址不是一个有效的地址.
@@ -4772,150 +4793,150 @@ Please enter a valid server list address!
土耳其语
-
+ The opponent names are not unique.
Please choose different names for each Opponent!
-
+ Settings Information
-
+ You have changed the log file directory.
Please restart PokerTH to use the new directory for the log files!
-
-
+
+ Maintainer Name维护人姓名
-
-
+
+ Maintainer EMail维护人电子邮箱
-
-
+
+ Create Date创建日期
-
+ Windows Behaviour窗口能动性
-
+ scaleable可缩放式
-
+ fixed固定式
-
+ Minimum Size最小尺寸
-
+ Maximum Size最大尺寸
-
+ Fixed Size固定尺寸
-
+ State状态
-
+ Please select your game table style请选择赌桌款式
-
+ PokerTH game table styles (*.xml)PokerTH 赌桌款式文件 (*.xml)
-
+ Game Table Style Error赌桌款式出错
-
+ Selected game table style file is already in the list.
Please select another one to add!选定的赌桌款式文件在列表里已经有了.
请另选一个!
-
+ Game Table Style File Error赌桌款式文件出错
-
+ Could not load game table style file correctly.
Style will not be placed into list!无法正确加载赌桌款式文件.
赌桌款式将不会被放入列表中!
-
+ Please select your card deck style请选择牌叠款式
-
+ PokerTH card deck styles (*.xml)PokerTH 牌叠款式文件 (*.xml)
-
+ Card Deck Style Error牌叠款式出错
-
+ Selected card deck style file is already in the list.
Please select another one to add!选定的牌叠款式文件在列表里已经有了.
请另选一个!
-
+ Card Deck Style File Error牌叠款式文件出错
-
+ Could not load card deck style file correctly.
Style will not be placed into list!无法正确加载牌叠款式文件.
牌叠款式将不会被放入列表中!
-
+ PokerTH - Delete log files
-
+ Do you really want to delete the selected log files?
@@ -4928,42 +4949,42 @@ Style will not be placed into list!
你确实想删除选定的日志文件?
-
+ Export PokerTH log file to HTML
-
+ PokerTH HTML log (*.html)
-
+ Export PokerTH log file to plain text
-
+ PokerTH plain text log (*.txt)
-
+ Save PokerTH log file保存 PokerTH 日志文件
-
+ PokerTH SQL log (*.pdb)PokerTH SQL 日志文件 (*.pdb)
-
+ PokerTH - Settings
-
+ Attention: this will delete all your personal settings and close PokerTH!
Do you really want to reset factory settings?
@@ -5151,106 +5172,106 @@ Do you really want to reset factory settings?
startWindowImpl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Network Error网络出错
-
+ Server address was not set.服务器地址未设置.
-
+ An invalid port was set (ports 0-1023 are not allowed).设置的端口无效 (不允许设置 0-1023 间的端口).
-
+ Could not create a socket for TCP communication.无法为 TCP 通信创建插口.
-
+ Could not set the IP address.无法设置 IP 地址.
-
+ Could not set the port for this type of address.无法为这种地址设置端口.
-
+ The server name could not be resolved.无法解析服务器域名.
-
+ Bind failed - please choose a different port.端口绑定失败 - 请选择其它的端口.
-
+ Internal network error: "listen" failed.网络内部错误: "监听" 失败.
-
+ Server execution was terminated.服务器执行被终止.
-
+ Could not connect to the server.无法连接到服务器.
-
+ Connection timed out.
Please check the server address.
@@ -5260,12 +5281,12 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
如果服务器在 NAT 路由后, 请确定服务器端已配置好端口转发.
-
+ Internal network error: "select" failed.网络内部错误: "选择" 失败.
-
+ Internal network error: "send" failed.网络内部错误: "发送" 失败.
@@ -5274,26 +5295,26 @@ If the server is behind a NAT-Router, make sure port forwarding has been set up
连接已被服务器关闭.
-
+ Internal network error: Duplicate TCP connection.网络内部错误: 重复的 TCP 连接.
-
+ An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.收到无效的网络包.
请确认所有玩家使用相同版本的 PokerTH.
-
+ Internal state error.
Please make sure that all players use the same version of PokerTH.网络状态出错.
请确认所有玩家使用相同版本的 PokerTH.
-
+ Invalid server list URL.
Please correct the address in the settings.无效的服务器列表 URL.
@@ -5312,252 +5333,267 @@ Please make sure that the server list URL is correct.
请确定服务器列表 URL 的正确性.
-
+ The PokerTH internet server list contains invalid data.
If you use a custom server list, please make sure its format is correct.PokerTH 因特网服务器列表存在无效的数据.
如果你正在使用一个自定的服务器列表, 请确定它的格式是正确的.
-
+ Could not unzip the PokerTH internet server list.无法解压缩 PokerTH 因特网服务器列表.
-
+ Could not download the PokerTH internet server list.
Please make sure you are directly connected to the internet.无法下载 PokerTH 因特网服务器列表.
请确认你是否已与因特网链接.
-
+ Could not open the target file when downloading the server list.在下载服务器列表过程中无法打开目标文件.
-
+ The PokerTH server does not support this version of the game.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.PokerTH 服务器不支持这个版本的游戏. <br>请访问 <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> 并下载最新的版本.
-
+ Sorry, this server is already full.对不起, 服务器已经满人了.
-
+ Invalid login.
Please check your username and password.登录出错.
请检查玩家名和密码.
-
+ Your account is blocked indefinitely.你的玩家名被无限期封禁.
-
+ You cannot login at this time. Please try again in a few seconds.目前你无法登录. 请稍后再试试看.
-
+ You cannot join this game, because another player in that game has your network address.你不能加入这个游戏, 因为另一个已加入游戏的玩家与你有相同的网络地址.
-
+ Your connection to the server is very slow, the game had to start without you.你与服务器之间的连接速度过慢, 这场游戏已开但无法带上你.
-
+ This game is of type invite-only. You cannot join this game without being invited.这是仅限受邀玩家的游戏. 你得先收到邀请而后才能加入.
-
+ Invalid password when joining the game.
Please reenter the password and try again.加入游戏时使用了错误的密码.
请重新输入密码并重试.
-
+ The avatar report was accepted by the server. Thank you.服务器已接受了头像举报. 谢谢你.
-
+ This avatar was already reported by another player.这个头像已被其他玩家举报.
-
+ An error occurred while reporting the avatar.举报头像时有错误发生.
-
+ The password is too long. Please choose another one.密码太长. 请另换一个.
-
+ The connection to the server was lost.
-
+ The game name is either too short or too long. Please choose another one.游戏名过短或者过长. 请重新选择.
-
+ The game could not be found.找不到游戏.
-
+ The chat text is invalid.无效的聊天文本.
-
+ The server referred to an unknown player. Aborting.服务器引用了一个未知的玩家. 正在终止.
-
+ Internal error: The current player could not be found.内部错误: 找不到当前玩家.
-
+ Internal error: The current player is not active.内部错误: 当前玩家无响应.
-
+ You were kicked from the server.你被踢出服务器.
-
+ You were temporarily banned from the server.你暂时被服务器封禁.
-
+ Your server connection timed out due to inactivity. You are very welcome to reconnect!你与服务器的连接因为闲置而超时. 请重新连接!
-
+ The client player count is invalid.无效的客户端玩家计数.
-
+ Too many manual blinds were set. Please reconfigure the manual blinds.设置了过多的手动盲注, 请重新设置手动盲注.
-
+ An invalid avatar file was configured. Please choose a different avatar.配置的头像文件非法. 请另选一个.
-
+ The selected avatar file is too large. Please choose a different avatar.你选择的头像文件过大. 请另选一个.
-
+ An internal avatar error occured. Please report this to an admin in the lobby chat.发生内部错误. 请将其通过大厅聊天报告给管理员.
-
+ Could not start game: Synchronization failed.无法开始游戏: 同步失败.
-
+ The server is down for maintenance. Please try again later.正在进行服务器维护. 请稍后再试试看.
-
+ An internal error occured.发生内部错误.
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Network Notification网络通知
-
+ You were kicked from the game.你被踢出游戏.
-
+ Sorry, this game is already full.对不起, 游戏已经满人了.
-
+ Unable to join - the server has already started the game.无法加入 - 游戏已开场.
-
+ Your admin state timed out due to inactivity. Feel free to create a new game!你的管理员状态因为闲置而超时. 请重新创建游戏!
-
+ You cannot join this type of game as guest.你不能以访客身份加入这一类型的游戏.
-
+ The settings are invalid for this type of game.当前设置不适用于这一类型的游戏.
-
+ A new release of PokerTH is available.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.有新版本的PokerTH可用. <br>请访问 <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> 并下载最新的版本.
-
+ This beta release of PokerTH is outdated.<br>Please go to <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> and download the latest version.这个公测版的 PokerTH 已过期. <br>请访问 <a href="http://www.pokerth.net/" target="_blank">http://www.pokerth.net</a> 并下载最新的版本.
-
-
+
+ Server Message服务器消息
-
+
+ The game name report was accepted by the server. Thank you.
+
+
+
+
+ This game name was already reported by another player.
+
+
+
+
+ An error occurred while reporting the game name.
+
+
+
+ PokerTH %1