mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:35:23 +00:00
UI: Update translations
This commit is contained in:
parent
609f187a3f
commit
9b6dcb8a9e
@ -438,7 +438,7 @@ void TrayIcon::saveTrayFlags()
|
||||
void TrayIcon::quitProgram()
|
||||
{
|
||||
if (iniUser()->confirmQuit()) {
|
||||
if (!windowManager()->showQuestionBox(tr("Are you sure to quit?")))
|
||||
if (!windowManager()->showQuestionBox(tr("Are you sure to Quit from the program?")))
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -701,6 +701,18 @@ Would you like to move profile from "%2" to new location?</source>
|
||||
<source>Switch Auto-Allow New Programs</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Confirmations</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tray Menu Flags</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quit</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OptionsWindow</name>
|
||||
@ -1362,6 +1374,14 @@ Would you like to move profile from "%2" to new location?</source>
|
||||
<source>Statistics</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Are you sure to switch "%1"?</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Are you sure to Quit from the program?</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>WindowManager</name>
|
||||
|
Binary file not shown.
@ -702,6 +702,18 @@ Would you like to move profile from "%2" to new location?</source>
|
||||
<source>Switch Auto-Allow New Programs</source>
|
||||
<translation>Переключить "Авто-разрешение новых программ"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Confirmations</source>
|
||||
<translation>Подтверждения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Tray Menu Flags</source>
|
||||
<translation>Флаги из меню трея</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quit</source>
|
||||
<translation>Выход из программы</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OptionsWindow</name>
|
||||
@ -1363,6 +1375,14 @@ Would you like to move profile from "%2" to new location?</source>
|
||||
<source>Statistics</source>
|
||||
<translation>Статистика</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Are you sure to switch "%1"?</source>
|
||||
<translation>Переключить "%1"?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Are you sure to Quit from the program?</source>
|
||||
<translation>Выйти из программы?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>WindowManager</name>
|
||||
|
Loading…
Reference in New Issue
Block a user