translation update - stringfreeze for 0.6 final
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
|||||||
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
||||||
|
|
||||||
#define POKERTH_BETA_REVISION 6
|
#define POKERTH_BETA_REVISION 6
|
||||||
#define POKERTH_BETA_RELEASE_STRING "0.6-beta6"
|
#define POKERTH_BETA_RELEASE_STRING "0.6"
|
||||||
|
|
||||||
enum ServerNetworkMode {
|
enum ServerNetworkMode {
|
||||||
NETWORK_MODE_TCP = 1,
|
NETWORK_MODE_TCP = 1,
|
||||||
|
|||||||
@@ -272,13 +272,11 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
|
|||||||
painter.setOpacity(1.0);
|
painter.setOpacity(1.0);
|
||||||
painter.setFont(versionFont);
|
painter.setFont(versionFont);
|
||||||
painter.setPen(QColor(102,153,0));
|
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);
|
painter.setOpacity(opacity);
|
||||||
|
|
||||||
if(frameNo >=190) {
|
if(frameNo >=190) {
|
||||||
this->close();
|
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("Portuguese"),"ptbr");
|
||||||
comboBox_switchLanguage->addItem(tr("Russian"),"ru");
|
comboBox_switchLanguage->addItem(tr("Russian"),"ru");
|
||||||
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
|
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
|
||||||
|
comboBox_switchLanguage->addItem(tr("Spanish"),"es");
|
||||||
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
|
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
|
||||||
|
|
||||||
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
|
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
|
||||||
|
|||||||
+451
-293
File diff suppressed because it is too large
Load Diff
+424
-337
File diff suppressed because it is too large
Load Diff
+424
-337
File diff suppressed because it is too large
Load Diff
+423
-341
File diff suppressed because it is too large
Load Diff
+430
-324
File diff suppressed because it is too large
Load Diff
+451
-293
File diff suppressed because it is too large
Load Diff
+424
-337
File diff suppressed because it is too large
Load Diff
+430
-324
File diff suppressed because it is too large
Load Diff
+430
-324
File diff suppressed because it is too large
Load Diff
+430
-324
File diff suppressed because it is too large
Load Diff
+444
-309
File diff suppressed because it is too large
Load Diff
+421
-381
File diff suppressed because it is too large
Load Diff
+444
-309
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user