|
1.
|
|
|
<qt>Select whether realtime scheduling should be enabled for the application. The scheduler governs which process will run and which will have to wait. Two schedulers are available:
<ul>
<li><em>Normal:</em> This is the standard, timesharing scheduler. It will divide fairly the available processing time between all processes.</li>
<li><em>Realtime:</em>This scheduler will run your application uninterrupted until it gives up the processor. This can be dangerous. An application that does not give up the processor might hang the system. You need root's password to use the scheduler.</li>
</ul>
</qt>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
<qt>Select whether realtime scheduling should be enabled for the application. The scheduler governs which process will run and which will have to wait. Two schedulers are available:
<ul>
<li><em>Normal:</em> This is the standard, timesharing scheduler. It will divide fairly the available processing time between all processes.</li>
<li><em>Realtime:</em>This scheduler will run your application uninterrupted until it gives up the processor. This can be dangerous. An application that does not give up the processor might hang the system. You need root's password to use the scheduler.</li>
</ul>
</qt>
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
2.
|
|
|
Run with realtime &scheduling
|
|
|
|
Run with realtime &scheduling
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
3.
|
|
|
Enter the user you want to run the application as here.
|
|
|
i18n: file: shellOptions.ui:61
i18n: ectx: property (whatsThis), widget (QLabel, lbUsername)
i18n: file: shellOptions.ui:134
i18n: ectx: property (whatsThis), widget (KLineEdit, leUsername)
|
|
|
|
Enter the user you want to run the application as here.
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:3 rc.cpp:24
|
|
4.
|
|
|
User&name:
|
|
|
i18n: file: shellOptions.ui:64
i18n: ectx: property (text), widget (QLabel, lbUsername)
|
|
|
|
User&name:
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:6
|
|
5.
|
|
|
Enter the password here for the user you specified above.
|
|
|
i18n: file: shellOptions.ui:83
i18n: ectx: property (whatsThis), widget (KLineEdit, lePassword)
i18n: file: shellOptions.ui:102
i18n: ectx: property (whatsThis), widget (QLabel, lbPassword)
|
|
|
|
Enter the password here for the user you specified above.
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:9 rc.cpp:12
|
|
6.
|
|
|
Pass&word:
|
|
|
i18n: file: shellOptions.ui:105
i18n: ectx: property (text), widget (QLabel, lbPassword)
|
|
|
|
Pass&word:
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:15
|
|
7.
|
|
|
Check this option if the application you want to run is a text mode application. The application will then be run in a terminal emulator window.
|
|
|
i18n: file: shellOptions.ui:115
i18n: ectx: property (whatsThis), widget (QCheckBox, cbRunInTerminal)
|
|
|
|
Check this option if the application you want to run is a text mode application. The application will then be run in a terminal emulator window.
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:18
|
|
8.
|
|
|
Run in &terminal window
|
|
|
i18n: file: shellOptions.ui:118
i18n: ectx: property (text), widget (QCheckBox, cbRunInTerminal)
|
|
|
|
Run in &terminal window
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
Located in
rc.cpp:21
|
|
9.
|
|
|
The priority that the command will be run with can be set here. From left to right, it goes from low to high. The center position is the default value. For priorities higher than the default, you will need to provide the root password.
|
|
|
|
The priority that the command will be run with can be set here. From left to right, it goes from low to high. The centre position is the default value. For priorities higher than the default, you will need to provide the root password.
|
|
Translated and reviewed by
Itai Molenaar
|
|
|
|
10.
|
|
|
&Priority:
|
|
|
|
&Priority:
|
|
Translated and reviewed by
Itai Molenaar
|
|
|