UI: ProgramsWindow: Minor rename.

This commit is contained in:
Nodir Temirkhodjaev 2020-01-14 15:05:16 +05:00
parent c2a80eb775
commit 025379d7de
3 changed files with 37 additions and 32 deletions

View File

@ -121,7 +121,7 @@ void ProgramsWindow::onRetranslateUi()
m_formAppEdit->setWindowTitle(tr("Edit Program")); m_formAppEdit->setWindowTitle(tr("Edit Program"));
m_cbLogBlocked->setText(tr("Alert about Unknown Programs")); m_cbLogBlocked->setText(tr("Show Unknown Blocked Programs"));
appListModel()->refresh(); appListModel()->refresh();

Binary file not shown.

View File

@ -67,42 +67,42 @@
<context> <context>
<name>AppListModel</name> <name>AppListModel</name>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="90"/> <location filename="../log/model/applistmodel.cpp" line="91"/>
<source>Program</source> <source>Program</source>
<translation>Программа</translation> <translation>Программа</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="91"/> <location filename="../log/model/applistmodel.cpp" line="92"/>
<source>Group</source> <source>Group</source>
<translation>Группа</translation> <translation>Группа</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="92"/> <location filename="../log/model/applistmodel.cpp" line="93"/>
<source>State</source> <source>State</source>
<translation>Состояние</translation> <translation>Состояние</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="93"/> <location filename="../log/model/applistmodel.cpp" line="94"/>
<source>End Time</source> <source>End Time</source>
<translation>Время окончания</translation> <translation>Время окончания</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="94"/> <location filename="../log/model/applistmodel.cpp" line="95"/>
<source>Creation Time</source> <source>Creation Time</source>
<translation>Время создания</translation> <translation>Время создания</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="370"/> <location filename="../log/model/applistmodel.cpp" line="411"/>
<source>Alert</source> <source>Alert</source>
<translation>Оповещение</translation> <translation>Оповещение</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="371"/> <location filename="../log/model/applistmodel.cpp" line="412"/>
<source>Block</source> <source>Block</source>
<translation>Блокировать</translation> <translation>Блокировать</translation>
</message> </message>
<message> <message>
<location filename="../log/model/applistmodel.cpp" line="372"/> <location filename="../log/model/applistmodel.cpp" line="413"/>
<source>Allow</source> <source>Allow</source>
<translation>Разрешить</translation> <translation>Разрешить</translation>
</message> </message>
@ -566,13 +566,13 @@
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="107"/> <location filename="../form/prog/programswindow.cpp" line="107"/>
<location filename="../form/prog/programswindow.cpp" line="114"/> <location filename="../form/prog/programswindow.cpp" line="115"/>
<source>Allow</source> <source>Allow</source>
<translation>Разрешить</translation> <translation>Разрешить</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="108"/> <location filename="../form/prog/programswindow.cpp" line="108"/>
<location filename="../form/prog/programswindow.cpp" line="115"/> <location filename="../form/prog/programswindow.cpp" line="116"/>
<source>Block</source> <source>Block</source>
<translation>Блокировать</translation> <translation>Блокировать</translation>
</message> </message>
@ -588,91 +588,96 @@
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="112"/> <location filename="../form/prog/programswindow.cpp" line="112"/>
<source>Program Name:</source>
<translation>Наименование программы:</translation>
</message>
<message>
<location filename="../form/prog/programswindow.cpp" line="113"/>
<source>Application Group:</source> <source>Application Group:</source>
<translation>Группа приложений:</translation> <translation>Группа приложений:</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="113"/> <location filename="../form/prog/programswindow.cpp" line="114"/>
<source>Use Application Group&apos;s Enabled State</source> <source>Use Application Group&apos;s Enabled State</source>
<translation>Использовать вкл. состояние Группы приложения</translation> <translation>Использовать вкл. состояние Группы приложения</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="116"/> <location filename="../form/prog/programswindow.cpp" line="117"/>
<source>Block In:</source> <source>Block In:</source>
<translation>Блокировать через:</translation> <translation>Блокировать через:</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="118"/> <location filename="../form/prog/programswindow.cpp" line="119"/>
<source>OK</source> <source>OK</source>
<translation>OK</translation> <translation>OK</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="119"/> <location filename="../form/prog/programswindow.cpp" line="120"/>
<source>Cancel</source> <source>Cancel</source>
<translation>Отмена</translation> <translation>Отмена</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="121"/> <location filename="../form/prog/programswindow.cpp" line="122"/>
<source>Edit Program</source> <source>Edit Program</source>
<translation>Редактирование программы</translation> <translation>Редактирование программы</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="123"/> <location filename="../form/prog/programswindow.cpp" line="124"/>
<source>Alert about Unknown Programs</source> <source>Show Unknown Blocked Programs</source>
<translation>Оповещение о неизвестных программах</translation> <translation>Показ неизвестных блокированных программ</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="127"/> <location filename="../form/prog/programswindow.cpp" line="128"/>
<source>Copy Path</source> <source>Copy Path</source>
<translation>Копировать путь</translation> <translation>Копировать путь</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="128"/> <location filename="../form/prog/programswindow.cpp" line="129"/>
<source>Open Folder</source> <source>Open Folder</source>
<translation>Открыть папку</translation> <translation>Открыть папку</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="136"/> <location filename="../form/prog/programswindow.cpp" line="137"/>
<source>Custom</source> <source>Custom</source>
<translation>Нестандартный</translation> <translation>Нестандартный</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="136"/> <location filename="../form/prog/programswindow.cpp" line="137"/>
<source>1 hour</source> <source>1 hour</source>
<translation>1 час</translation> <translation>1 час</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="136"/> <location filename="../form/prog/programswindow.cpp" line="137"/>
<source>6 hours</source> <source>6 hours</source>
<translation>6 часов</translation> <translation>6 часов</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="137"/> <location filename="../form/prog/programswindow.cpp" line="138"/>
<source>12 hours</source> <source>12 hours</source>
<translation>12 часов</translation> <translation>12 часов</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="137"/> <location filename="../form/prog/programswindow.cpp" line="138"/>
<source>Day</source> <source>Day</source>
<translation>День</translation> <translation>День</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="137"/> <location filename="../form/prog/programswindow.cpp" line="138"/>
<source>Week</source> <source>Week</source>
<translation>Неделя</translation> <translation>Неделя</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="137"/> <location filename="../form/prog/programswindow.cpp" line="138"/>
<source>Month</source> <source>Month</source>
<translation>Месяц</translation> <translation>Месяц</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="141"/> <location filename="../form/prog/programswindow.cpp" line="142"/>
<source> hours</source> <source> hours</source>
<translation> час.</translation> <translation> час.</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="130"/> <location filename="../form/prog/programswindow.cpp" line="131"/>
<source>Programs</source> <source>Programs</source>
<translation>Программы</translation> <translation>Программы</translation>
</message> </message>
@ -682,12 +687,12 @@
<translation>Удалить</translation> <translation>Удалить</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="211"/> <location filename="../form/prog/programswindow.cpp" line="212"/>
<source>Are you sure to remove the selected program?</source> <source>Are you sure to remove the selected program?</source>
<translation>Удалить выбранную программу?</translation> <translation>Удалить выбранную программу?</translation>
</message> </message>
<message> <message>
<location filename="../form/prog/programswindow.cpp" line="318"/> <location filename="../form/prog/programswindow.cpp" line="327"/>
<source>Programs (*.exe);;All files (*.*)</source> <source>Programs (*.exe);;All files (*.*)</source>
<translation>Программы (*.exe);;Все файлы (*.*)</translation> <translation>Программы (*.exe);;Все файлы (*.*)</translation>
</message> </message>