mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
GUI: run programs: add keyboard shortcuts; make more texts translatable
This commit is contained in:
parent
13a28dda7e
commit
8abc19df0b
@ -19,7 +19,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="lCommandLine">
|
||||
<property name="text">
|
||||
<string>Command line:</string>
|
||||
<string>&Command line:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -42,7 +42,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="pbAddVariable">
|
||||
<property name="text">
|
||||
<string notr="true">Add variable</string>
|
||||
<string>Add &variable</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../qt_resources.qrc">
|
||||
@ -84,21 +84,21 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbAfterJobSuccessful">
|
||||
<property name="text">
|
||||
<string>After a job completes successfully or with warnings</string>
|
||||
<string>After a job completes &successfully or with warnings</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbAfterJobError">
|
||||
<property name="text">
|
||||
<string>After a job aborts with an error</string>
|
||||
<string>After a job aborts with an &error</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbAfterJobQueueStopped">
|
||||
<property name="text">
|
||||
<string>After the job queue has stopped</string>
|
||||
<string>After the job &queue has stopped</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user