Commit c984a7c9 authored by ctrlaltca's avatar ctrlaltca
Browse files

Merge pull request #1488 from ctrlaltca/translations

Translations update
parents aac980a8 fcc53700
...@@ -4,5 +4,4 @@ build* ...@@ -4,5 +4,4 @@ build*
.directory .directory
mysql.cnf mysql.cnf
.DS_Store .DS_Store
.idea/ .idea/
.tx/ \ No newline at end of file
[main]
host = https://www.transifex.com
[cockatrice.cockatrice]
file_filter = cockatrice/translations/cockatrice_<lang>.ts
source_file = cockatrice/translations/cockatrice_en.ts
source_lang = en
[cockatrice.oracle]
file_filter = oracle/translations/oracle_<lang>.ts
source_file = oracle/translations/oracle_en.ts
source_lang = en
...@@ -125,19 +125,19 @@ void BanDialog::okClicked() ...@@ -125,19 +125,19 @@ void BanDialog::okClicked()
if (nameBanCheckBox->isChecked()) if (nameBanCheckBox->isChecked())
if (nameBanEdit->text() == ""){ if (nameBanEdit->text() == ""){
QMessageBox::critical(this, tr("Error"), tr("You must have at value in the name ban when selecting the name ban checkbox.")); QMessageBox::critical(this, tr("Error"), tr("You must have a value in the name ban when selecting the name ban checkbox."));
return; return;
} }
if (ipBanCheckBox->isChecked()) if (ipBanCheckBox->isChecked())
if (ipBanEdit->text() == ""){ if (ipBanEdit->text() == ""){
QMessageBox::critical(this, tr("Error"), tr("You must have at value in the ip ban when selecting the ip ban checkbox.")); QMessageBox::critical(this, tr("Error"), tr("You must have a value in the ip ban when selecting the ip ban checkbox."));
return; return;
} }
if (idBanCheckBox->isChecked()) if (idBanCheckBox->isChecked())
if (idBanCheckBox->text() == ""){ if (idBanCheckBox->text() == ""){
QMessageBox::critical(this, tr("Error"), tr("You must have at value in the clientid ban when selecting the clientid ban checkbox.")); QMessageBox::critical(this, tr("Error"), tr("You must have a value in the clientid ban when selecting the clientid ban checkbox."));
return; return;
} }
......
...@@ -815,5 +815,5 @@ void MainWindow::refreshShortcuts() ...@@ -815,5 +815,5 @@ void MainWindow::refreshShortcuts()
void MainWindow::notifyUserAboutUpdate() void MainWindow::notifyUserAboutUpdate()
{ {
QMessageBox::information(this, tr("Information"), tr("Your client appears to be missing features that the server supports.\nThis usually means that your client version is out of date,pleae check to see if there is a new client available for download.")); QMessageBox::information(this, tr("Information"), tr("Your client appears to be missing features that the server supports.\nThis usually means that your client version is out of date, please check to see if there is a new client available for download."));
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment