mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Edit strings for UI
This commit is contained in:
parent
831ab347e3
commit
8c715e7af7
2 changed files with 8 additions and 8 deletions
|
@ -16,13 +16,13 @@
|
||||||
|
|
||||||
### Installation and configuration
|
### Installation and configuration
|
||||||
|
|
||||||
Please, refer to [documentation](https://github.com/gustavo-iniguez-goya/opensnitch/wiki) for detailed information.
|
Please, refer to [the documentation](https://github.com/gustavo-iniguez-goya/opensnitch/wiki) for detailed information.
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
|
|
||||||
OpenSnitch was originally created by **Simone Margaritelli** ([evilsocket](https://github.com/evilsocket)), 2017-2019.
|
OpenSnitch was originally created by **Simone Margaritelli** ([evilsocket](https://github.com/evilsocket)), 2017-2019.
|
||||||
|
|
||||||
Many others have also contributed over the time, [see the list](https://github.com/gustavo-iniguez-goya/opensnitch/graphs/contributors)
|
Many others have also contributed over time, [see the list](https://github.com/gustavo-iniguez-goya/opensnitch/graphs/contributors)
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Prompt dialog default position on screen</string>
|
<string>Default screen position for prompt dialog</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>This timeout is the countdown you see when a pop-up dialog is shown.</p><p>Set it to 0 to avoid displaying the pop-up. Instead, you'll see a warning that the default action has been applied.</p></body></html></string>
|
<string><html><head/><body><p>Timeout (in seconds) for pop-up dialogs. Will be displayed as a countdown.</p><p>If set to 0, the app will only display a warning the default action has been applied.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Default timeout</string>
|
<string>Default timeout</string>
|
||||||
|
@ -283,7 +283,7 @@
|
||||||
<item row="6" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QLabel" name="label_11">
|
<widget class="QLabel" name="label_11">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>The default duration will take place when there's no UI connected.</p></body></html></string>
|
<string><html><head/><body><p>The default duration will be used when there's no UI connected.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Default duration</string>
|
<string>Default duration</string>
|
||||||
|
@ -326,7 +326,7 @@
|
||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<widget class="QLabel" name="label_10">
|
<widget class="QLabel" name="label_10">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>The default action will take place when there's no UI connected.</p></body></html></string>
|
<string><html><head/><body><p>The default action to be used when there's no UI connected.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Default action</string>
|
<string>Default action</string>
|
||||||
|
@ -437,7 +437,7 @@
|
||||||
<item row="4" column="0">
|
<item row="4" column="0">
|
||||||
<widget class="QLabel" name="label_7">
|
<widget class="QLabel" name="label_7">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Log file to write logs.<br/></p><p>/dev/stdout will print logs to the standard output.</p></body></html></string>
|
<string><html><head/><body><p>Log output file.<br/></p><p>Using "/dev/stdout" will print logs to the standard output.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Log file</string>
|
<string>Log file</string>
|
||||||
|
@ -447,7 +447,7 @@
|
||||||
<item row="7" column="0">
|
<item row="7" column="0">
|
||||||
<widget class="QLabel" name="label_12">
|
<widget class="QLabel" name="label_12">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>If checked, opensnitch will prompt you to allow or deny connections that don't have an asocciated PID, due to several reasons.</p><p>The pop-up dialog will only contain information about the network connection.</p></body></html></string>
|
<string><html><head/><body><p>If checked, OpenSnitch will prompt you to allow or deny connections without an associated PID. This lack of PID could be due to many reasons.</p><p>The pop-up dialog will only contain information about the network connection.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Intercept Unknown Connections</string>
|
<string>Intercept Unknown Connections</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue