string freeze for beta2. translation files updated

This commit is contained in:
doitux
2010-08-12 09:59:37 +00:00
parent d375845425
commit 868e9f3e12
51 changed files with 8969 additions and 4821 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
+1 -1
View File
@@ -2323,7 +2323,7 @@ void gameTableImpl::showHoleCards(unsigned playerId, bool allIn)
//set Player value (logging)
qDebug() << "currentHand->getCurrentRound()" << currentHand->getCurrentRound();
if(currentHand->getCurrentRound() < 4 || allIn) {
(*it_c)->setMyCardsFlip(1,2); //for bero before postriver or allin just log the hands
(*it_c)->setMyCardsFlip(1,2); //for bero before postriver or allin just log the hole cards
}
else {
(*it_c)->setMyCardsFlip(1,1); //for postriver log the value
@@ -48,6 +48,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
if (myConfig->readConfigInt("CLA_NoWriteAccess")) { groupBox_logOnOff->setDisabled(TRUE); }
comboBox_switchLanguage->addItem(tr("Afrikaans"),"af");
comboBox_switchLanguage->addItem(tr("Bulgarian"),"bg");
comboBox_switchLanguage->addItem(tr("Chinese"),"zhcn");
comboBox_switchLanguage->addItem(tr("Catalan"),"ca");