dutch translation added

This commit is contained in:
doitux
2007-05-01 19:34:54 +00:00
parent da76d8f734
commit bd40897b9b
9 changed files with 1490 additions and 181 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ RESOURCES += src/gui/qt/resources.qrc
TRANSLATIONS = ts/pokerth_de.ts \
ts/pokerth_es.ts \
ts/pokerth_it.ts \
ts/pokerth_fr.ts
ts/pokerth_fr.ts \
ts/pokerth_nl.ts
CODECFORSRC = UTF-8
TEMPLATE = vcapp
TEMPLATE = app
+1
View File
@@ -1,6 +1,7 @@
<RCC>
<qresource prefix="/translations" >
<file>resources/translations/pokerth_de.qm</file>
<file>resources/translations/pokerth_nl.qm</file>
</qresource>
<qresource prefix="/actions" >
<file>resources/graphics/actions/action_allin.png</file>
Binary file not shown.
Binary file not shown.
+53 -48
View File
@@ -3,17 +3,17 @@
<context encoding="UTF-8">
<name>aboutPokerth</name>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="13"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="14"/>
<source>About PokerTH 0.4</source>
<translation>Über PokerTH 0.4</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="29"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="30"/>
<source>About</source>
<translation>Über</translation>
</message>
<message encoding="UTF-8">
<location filename="../src/gui/qt/aboutpokerth.ui" line="41"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="42"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -42,12 +42,12 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="64"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="65"/>
<source>Project</source>
<translation>Projekt</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="89"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="90"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -90,12 +90,12 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; - MacOS package&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="119"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="120"/>
<source>License</source>
<translation>Lizenz</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="131"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="132"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -788,7 +788,7 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="507"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="508"/>
<source>Close</source>
<translation>Schließen</translation>
</message>
@@ -856,7 +856,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../src/gui/qt/createnetworkgamedialog.ui" line="165"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
<translation type="unfinished">Abbrechen</translation>
</message>
</context>
<context>
@@ -944,7 +944,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../src/gui/qt/joinnetworkgamedialog.ui" line="236"/>
<source>Close</source>
<translation type="unfinished"></translation>
<translation type="unfinished">Schließen</translation>
</message>
</context>
<context>
@@ -1078,150 +1078,155 @@ p, li { white-space: pre-wrap; }
<context>
<name>mainWindowImpl</name>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="478"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="484"/>
<source>Ctrl+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1280"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1287"/>
<source>F1 - Fold/All-In | F2 - Check/Call | F3 - Bet/Raise</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2244"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2258"/>
<source>Network Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2126"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2140"/>
<source>Server address was not set.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2131"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2145"/>
<source>An invalid port was set (ports 0-1023 are not allowed).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2136"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2150"/>
<source>Could not create a socket for TCP communication.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2141"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2155"/>
<source>Could not set the IP address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2146"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2160"/>
<source>Could not set the port for this type of address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2151"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2165"/>
<source>The server name could not be resolved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2156"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2170"/>
<source>Bind failed - please choose a different port.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2161"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2175"/>
<source>Internal network error: &quot;listen&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2166"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2180"/>
<source>Server execution was terminated.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2171"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2185"/>
<source>Could not connect to the server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2176"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2190"/>
<source>Internal network error: &quot;select&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2181"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2195"/>
<source>Internal network error: &quot;recv&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2186"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2200"/>
<source>Internal network error: &quot;send&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2191"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2205"/>
<source>Connection was closed by server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2196"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2210"/>
<source>Internal network error: Duplicate TCP connection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2201"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2215"/>
<source>An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2206"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2220"/>
<source>Internal state error.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2211"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2225"/>
<source>The PokerTH server does not support this version of the game.
Please update PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2216"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2230"/>
<source>Sorry, this server is already full.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2221"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2235"/>
<source>Unable to join - the server has already started the game.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2226"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2240"/>
<source>Invalid password when joining the game.
Please reenter the password and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2231"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<source>The password is too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2236"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2250"/>
<source>Your player name is already used by another player.
Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2241"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2255"/>
<source>The player name is either too short or too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2259"/>
<source>An internal error occured.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="482"/>
<source>Cmd+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>newGameDialog</name>
@@ -1269,7 +1274,7 @@ Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1190"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1203"/>
<source>Interface</source>
<translation type="unfinished"></translation>
</message>
@@ -1462,7 +1467,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1205"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1218"/>
<source>Player Nicks</source>
<translation type="unfinished"></translation>
</message>
@@ -1475,32 +1480,32 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1049"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1108"/>
<source>Store Log Files for</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1075"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1134"/>
<source>Day(s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1105"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1056"/>
<source>Log File Directory: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1210"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1223"/>
<source>Log Messages</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1195"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1208"/>
<source>Local Game Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1200"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1213"/>
<source>Network Game Settings</source>
<translation type="unfinished"></translation>
</message>
@@ -1612,7 +1617,7 @@ Please select an valid directory!</source>
<message>
<location filename="../src/gui/qt/startnetworkgamedialog.ui" line="60"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
<translation type="unfinished">Abbrechen</translation>
</message>
<message>
<location filename="../src/gui/qt/startnetworkgamedialog.ui" line="70"/>
@@ -1635,7 +1640,7 @@ Please select an valid directory!</source>
<message>
<location filename="../src/gui/qt/waitforservertostartgamedialog.ui" line="57"/>
<source>Cancel</source>
<translation type="unfinished"></translation>
<translation type="unfinished">Abbrechen</translation>
</message>
<message>
<location filename="../src/gui/qt/waitforservertostartgamedialog.ui" line="64"/>
+49 -44
View File
@@ -3,17 +3,17 @@
<context encoding="UTF-8">
<name>aboutPokerth</name>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="13"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="14"/>
<source>About PokerTH 0.4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="29"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="30"/>
<source>About</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
<location filename="../src/gui/qt/aboutpokerth.ui" line="41"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="42"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -30,12 +30,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="64"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="65"/>
<source>Project</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="89"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="90"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -59,12 +59,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="119"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="120"/>
<source>License</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="131"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="132"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -413,7 +413,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="507"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="508"/>
<source>Close</source>
<translation type="unfinished"></translation>
</message>
@@ -703,150 +703,155 @@ p, li { white-space: pre-wrap; }
<context>
<name>mainWindowImpl</name>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="478"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="484"/>
<source>Ctrl+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1280"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1287"/>
<source>F1 - Fold/All-In | F2 - Check/Call | F3 - Bet/Raise</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2244"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2258"/>
<source>Network Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2126"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2140"/>
<source>Server address was not set.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2131"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2145"/>
<source>An invalid port was set (ports 0-1023 are not allowed).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2136"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2150"/>
<source>Could not create a socket for TCP communication.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2141"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2155"/>
<source>Could not set the IP address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2146"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2160"/>
<source>Could not set the port for this type of address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2151"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2165"/>
<source>The server name could not be resolved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2156"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2170"/>
<source>Bind failed - please choose a different port.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2161"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2175"/>
<source>Internal network error: &quot;listen&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2166"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2180"/>
<source>Server execution was terminated.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2171"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2185"/>
<source>Could not connect to the server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2176"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2190"/>
<source>Internal network error: &quot;select&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2181"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2195"/>
<source>Internal network error: &quot;recv&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2186"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2200"/>
<source>Internal network error: &quot;send&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2191"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2205"/>
<source>Connection was closed by server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2196"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2210"/>
<source>Internal network error: Duplicate TCP connection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2201"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2215"/>
<source>An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2206"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2220"/>
<source>Internal state error.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2211"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2225"/>
<source>The PokerTH server does not support this version of the game.
Please update PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2216"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2230"/>
<source>Sorry, this server is already full.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2221"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2235"/>
<source>Unable to join - the server has already started the game.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2226"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2240"/>
<source>Invalid password when joining the game.
Please reenter the password and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2231"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<source>The password is too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2236"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2250"/>
<source>Your player name is already used by another player.
Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2241"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2255"/>
<source>The player name is either too short or too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2259"/>
<source>An internal error occured.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="482"/>
<source>Cmd+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>newGameDialog</name>
@@ -894,7 +899,7 @@ Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1190"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1203"/>
<source>Interface</source>
<translation type="unfinished"></translation>
</message>
@@ -1087,7 +1092,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1205"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1218"/>
<source>Player Nicks</source>
<translation type="unfinished"></translation>
</message>
@@ -1100,32 +1105,32 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1049"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1108"/>
<source>Store Log Files for</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1075"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1134"/>
<source>Day(s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1105"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1056"/>
<source>Log File Directory: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1210"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1223"/>
<source>Log Messages</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1195"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1208"/>
<source>Local Game Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1200"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1213"/>
<source>Network Game Settings</source>
<translation type="unfinished"></translation>
</message>
+49 -44
View File
@@ -3,17 +3,17 @@
<context encoding="UTF-8">
<name>aboutPokerth</name>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="13"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="14"/>
<source>About PokerTH 0.4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="29"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="30"/>
<source>About</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
<location filename="../src/gui/qt/aboutpokerth.ui" line="41"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="42"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -30,12 +30,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="64"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="65"/>
<source>Project</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="89"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="90"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -59,12 +59,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="119"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="120"/>
<source>License</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="131"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="132"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -413,7 +413,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="507"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="508"/>
<source>Close</source>
<translation type="unfinished"></translation>
</message>
@@ -703,150 +703,155 @@ p, li { white-space: pre-wrap; }
<context>
<name>mainWindowImpl</name>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="478"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="484"/>
<source>Ctrl+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1280"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1287"/>
<source>F1 - Fold/All-In | F2 - Check/Call | F3 - Bet/Raise</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2244"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2258"/>
<source>Network Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2126"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2140"/>
<source>Server address was not set.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2131"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2145"/>
<source>An invalid port was set (ports 0-1023 are not allowed).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2136"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2150"/>
<source>Could not create a socket for TCP communication.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2141"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2155"/>
<source>Could not set the IP address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2146"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2160"/>
<source>Could not set the port for this type of address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2151"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2165"/>
<source>The server name could not be resolved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2156"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2170"/>
<source>Bind failed - please choose a different port.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2161"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2175"/>
<source>Internal network error: &quot;listen&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2166"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2180"/>
<source>Server execution was terminated.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2171"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2185"/>
<source>Could not connect to the server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2176"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2190"/>
<source>Internal network error: &quot;select&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2181"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2195"/>
<source>Internal network error: &quot;recv&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2186"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2200"/>
<source>Internal network error: &quot;send&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2191"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2205"/>
<source>Connection was closed by server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2196"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2210"/>
<source>Internal network error: Duplicate TCP connection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2201"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2215"/>
<source>An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2206"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2220"/>
<source>Internal state error.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2211"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2225"/>
<source>The PokerTH server does not support this version of the game.
Please update PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2216"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2230"/>
<source>Sorry, this server is already full.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2221"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2235"/>
<source>Unable to join - the server has already started the game.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2226"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2240"/>
<source>Invalid password when joining the game.
Please reenter the password and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2231"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<source>The password is too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2236"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2250"/>
<source>Your player name is already used by another player.
Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2241"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2255"/>
<source>The player name is either too short or too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2259"/>
<source>An internal error occured.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="482"/>
<source>Cmd+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>newGameDialog</name>
@@ -894,7 +899,7 @@ Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1190"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1203"/>
<source>Interface</source>
<translation type="unfinished"></translation>
</message>
@@ -1087,7 +1092,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1205"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1218"/>
<source>Player Nicks</source>
<translation type="unfinished"></translation>
</message>
@@ -1100,32 +1105,32 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1049"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1108"/>
<source>Store Log Files for</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1075"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1134"/>
<source>Day(s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1105"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1056"/>
<source>Log File Directory: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1210"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1223"/>
<source>Log Messages</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1195"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1208"/>
<source>Local Game Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1200"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1213"/>
<source>Network Game Settings</source>
<translation type="unfinished"></translation>
</message>
+49 -44
View File
@@ -3,17 +3,17 @@
<context encoding="UTF-8">
<name>aboutPokerth</name>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="13"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="14"/>
<source>About PokerTH 0.4</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="29"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="30"/>
<source>About</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
<location filename="../src/gui/qt/aboutpokerth.ui" line="41"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="42"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -30,12 +30,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="64"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="65"/>
<source>Project</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="89"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="90"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -59,12 +59,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="119"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="120"/>
<source>License</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="131"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="132"/>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Nimbus Sans L&apos;; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
@@ -413,7 +413,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/aboutpokerth.ui" line="507"/>
<location filename="../src/gui/qt/aboutpokerth.ui" line="508"/>
<source>Close</source>
<translation type="unfinished"></translation>
</message>
@@ -703,150 +703,155 @@ p, li { white-space: pre-wrap; }
<context>
<name>mainWindowImpl</name>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="478"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="484"/>
<source>Ctrl+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1280"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="1287"/>
<source>F1 - Fold/All-In | F2 - Check/Call | F3 - Bet/Raise</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2244"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2258"/>
<source>Network Error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2126"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2140"/>
<source>Server address was not set.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2131"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2145"/>
<source>An invalid port was set (ports 0-1023 are not allowed).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2136"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2150"/>
<source>Could not create a socket for TCP communication.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2141"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2155"/>
<source>Could not set the IP address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2146"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2160"/>
<source>Could not set the port for this type of address.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2151"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2165"/>
<source>The server name could not be resolved.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2156"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2170"/>
<source>Bind failed - please choose a different port.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2161"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2175"/>
<source>Internal network error: &quot;listen&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2166"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2180"/>
<source>Server execution was terminated.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2171"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2185"/>
<source>Could not connect to the server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2176"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2190"/>
<source>Internal network error: &quot;select&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2181"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2195"/>
<source>Internal network error: &quot;recv&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2186"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2200"/>
<source>Internal network error: &quot;send&quot; failed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2191"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2205"/>
<source>Connection was closed by server.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2196"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2210"/>
<source>Internal network error: Duplicate TCP connection.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2201"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2215"/>
<source>An invalid network packet was received.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2206"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2220"/>
<source>Internal state error.
Please make sure that all players use the same version of PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2211"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2225"/>
<source>The PokerTH server does not support this version of the game.
Please update PokerTH.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2216"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2230"/>
<source>Sorry, this server is already full.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2221"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2235"/>
<source>Unable to join - the server has already started the game.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2226"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2240"/>
<source>Invalid password when joining the game.
Please reenter the password and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2231"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<source>The password is too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2236"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2250"/>
<source>Your player name is already used by another player.
Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2241"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2255"/>
<source>The player name is either too short or too long. Please choose another one.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2245"/>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="2259"/>
<source>An internal error occured.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/mainwindow/mainwindowimpl.cpp" line="482"/>
<source>Cmd+N to start a new game</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>newGameDialog</name>
@@ -894,7 +899,7 @@ Please choose a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1190"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1203"/>
<source>Interface</source>
<translation type="unfinished"></translation>
</message>
@@ -1087,7 +1092,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1205"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1218"/>
<source>Player Nicks</source>
<translation type="unfinished"></translation>
</message>
@@ -1100,32 +1105,32 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1049"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1108"/>
<source>Store Log Files for</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1075"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1134"/>
<source>Day(s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1105"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1056"/>
<source>Log File Directory: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1210"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1223"/>
<source>Log Messages</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1195"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1208"/>
<source>Local Game Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/gui/qt/settingsdialog.ui" line="1200"/>
<location filename="../src/gui/qt/settingsdialog.ui" line="1213"/>
<source>Network Game Settings</source>
<translation type="unfinished"></translation>
</message>
+1287
View File
File diff suppressed because it is too large Load Diff