mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Переводы
This commit is contained in:
@@ -67,11 +67,11 @@ void MainWindow::errorCheck()
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
|
||||
msgBox.setWindowTitle("Ошибка");
|
||||
msgBox.setWindowTitle("Ошибка!");
|
||||
msgBox.setIcon(QMessageBox::Critical);
|
||||
msgBox.setText(tr("Не найдены файлы клиента"));
|
||||
msgBox.setInformativeText(tr("* проверьте Application на наличие папки с билдом \n"
|
||||
"* проверьте SharedData на наличие папки с базовой версией и именем base"));
|
||||
msgBox.setText(tr("No Client files found!"));
|
||||
msgBox.setInformativeText(tr("* check Application for the presence of a folder with a build \n"
|
||||
"* check SharedData for a folder with the base version and the name base"));
|
||||
msgBox.setStandardButtons(QMessageBox::Close);
|
||||
msgBox.show();
|
||||
int ret = msgBox.exec();
|
||||
|
||||
Reference in New Issue
Block a user