mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Naming
This commit is contained in:
@@ -1 +1 @@
|
||||
IDI_APP_ICON ICON "resources\IcoGUIRRJ.ico"
|
||||
IDI_APP_ICON ICON "resources/IcoGUIRRJ.ico"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Learning management system (LMS)</string>
|
||||
<string>AWS instructor. Maintenance procedures simulator RRJ-95NEW-100</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="GUIdataBaseLMS.qrc">
|
||||
|
||||
Binary file not shown.
@@ -5,8 +5,8 @@
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="19"/>
|
||||
<source>Learning management system (LMS)</source>
|
||||
<translation>Система управления обучением (СУО)</translation>
|
||||
<source>AWS instructor. Maintenance procedures simulator RRJ-95NEW-100</source>
|
||||
<translation>АРМ инструктора. Тренажёр процедур технического обслуживания RRJ-95NEW-100</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
@@ -1 +1 @@
|
||||
IDI_APP_ICON ICON "resources\IcoServerRRJ.ico"
|
||||
IDI_APP_ICON ICON "resources/IcoServerRRJ.ico"
|
||||
|
||||
@@ -167,7 +167,7 @@ void MainWindow::slot_TrayMenu_Exit()
|
||||
void MainWindow::slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg)
|
||||
{
|
||||
QSystemTrayIcon::MessageIcon icon = QSystemTrayIcon::MessageIcon(iconMsg);
|
||||
trayIcon->showMessage(tr("Server LMS"),
|
||||
trayIcon->showMessage(tr("Server MPS"),
|
||||
textMsg,
|
||||
icon, 100);
|
||||
}
|
||||
@@ -215,7 +215,7 @@ void MainWindow::errorCheck()
|
||||
|
||||
void MainWindow::updateTrayTitles()
|
||||
{
|
||||
trayIcon->setToolTip(tr("Server LMS"));
|
||||
trayIcon->setToolTip(tr("Server MPS"));
|
||||
action_ShowWindow->setText(tr("Expand window"));
|
||||
action_HideWindow->setText(tr("Minimize window"));
|
||||
action_Exit->setText(tr("Exit"));
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Server Learning management system (LMS)</string>
|
||||
<string>Server. Maintenance procedures simulator RRJ-95NEW-100</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="TrayServerLMS.qrc">
|
||||
|
||||
Binary file not shown.
@@ -3,17 +3,16 @@
|
||||
<TS version="2.1" language="ru_RU">
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="20"/>
|
||||
<source>Server Learning management system (LMS)</source>
|
||||
<translation>Сервер Системы управления обучением (СУО)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="170"/>
|
||||
<location filename="../mainwindow.cpp" line="218"/>
|
||||
<source>Server LMS</source>
|
||||
<translation>Сервер СУО</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="218"/>
|
||||
<source>Server MPS</source>
|
||||
<translation>Сервер ТПТО</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="219"/>
|
||||
<source>Expand window</source>
|
||||
@@ -34,5 +33,10 @@
|
||||
<source>Starting the server...</source>
|
||||
<translation>Запуск сервера...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.ui" line="20"/>
|
||||
<source>Server. Maintenance procedures simulator RRJ-95NEW-100</source>
|
||||
<translation>Сервер. Тренажёр процедур технического обслуживания самолета RRJ-95NEW-100</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
Reference in New Issue
Block a user