translation update - stringfreeze for 0.6 final

This commit is contained in:
doitux
2007-11-29 22:23:26 +00:00
parent 7ed125c256
commit 3838b2e22f
16 changed files with 5629 additions and 4237 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 6
#define POKERTH_BETA_RELEASE_STRING "0.6-beta6"
#define POKERTH_BETA_RELEASE_STRING "0.6"
enum ServerNetworkMode {
NETWORK_MODE_TCP = 1,
@@ -272,13 +272,11 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
painter.setOpacity(1.0);
painter.setFont(versionFont);
painter.setPen(QColor(102,153,0));
painter.drawText(295,230,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
painter.drawText(305,225,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
painter.setOpacity(opacity);
if(frameNo >=190) {
this->close();
// myW->label_logo->show();
}
}
@@ -52,6 +52,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
comboBox_switchLanguage->addItem(tr("Portuguese"),"ptbr");
comboBox_switchLanguage->addItem(tr("Russian"),"ru");
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
comboBox_switchLanguage->addItem(tr("Spanish"),"es");
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
+451 -293
View File
File diff suppressed because it is too large Load Diff
+424 -337
View File
File diff suppressed because it is too large Load Diff
+424 -337
View File
File diff suppressed because it is too large Load Diff
+423 -341
View File
File diff suppressed because it is too large Load Diff
+430 -324
View File
File diff suppressed because it is too large Load Diff
+451 -293
View File
File diff suppressed because it is too large Load Diff
+424 -337
View File
File diff suppressed because it is too large Load Diff
+430 -324
View File
File diff suppressed because it is too large Load Diff
+430 -324
View File
File diff suppressed because it is too large Load Diff
+430 -324
View File
File diff suppressed because it is too large Load Diff
+444 -309
View File
File diff suppressed because it is too large Load Diff
+421 -381
View File
File diff suppressed because it is too large Load Diff
+444 -309
View File
File diff suppressed because it is too large Load Diff