mirror of
https://github.com/tnodir/fort
synced 2024-11-15 10:35:10 +00:00
UI: Update translations
This commit is contained in:
parent
609f187a3f
commit
9b6dcb8a9e
@ -438,7 +438,7 @@ void TrayIcon::saveTrayFlags()
|
|||||||
void TrayIcon::quitProgram()
|
void TrayIcon::quitProgram()
|
||||||
{
|
{
|
||||||
if (iniUser()->confirmQuit()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -701,6 +701,18 @@ Would you like to move profile from "%2" to new location?</source>
|
|||||||
<source>Switch Auto-Allow New Programs</source>
|
<source>Switch Auto-Allow New Programs</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>OptionsWindow</name>
|
<name>OptionsWindow</name>
|
||||||
@ -1362,6 +1374,14 @@ Would you like to move profile from "%2" to new location?</source>
|
|||||||
<source>Statistics</source>
|
<source>Statistics</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>WindowManager</name>
|
<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>
|
<source>Switch Auto-Allow New Programs</source>
|
||||||
<translation>Переключить "Авто-разрешение новых программ"</translation>
|
<translation>Переключить "Авто-разрешение новых программ"</translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>OptionsWindow</name>
|
<name>OptionsWindow</name>
|
||||||
@ -1363,6 +1375,14 @@ Would you like to move profile from "%2" to new location?</source>
|
|||||||
<source>Statistics</source>
|
<source>Statistics</source>
|
||||||
<translation>Статистика</translation>
|
<translation>Статистика</translation>
|
||||||
</message>
|
</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>
|
||||||
<context>
|
<context>
|
||||||
<name>WindowManager</name>
|
<name>WindowManager</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user