import Meldung übersetzt
This commit is contained in:
parent
0836321002
commit
6b19ea7e23
12
wire_g
12
wire_g
@ -99,9 +99,9 @@ import_wg(){
|
|||||||
yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
||||||
--image-on-top --image=${wg_pic}wg-info.png \
|
--image-on-top --image=${wg_pic}wg-info.png \
|
||||||
--fixed --center --buttons-layout=center --borders=8 \
|
--fixed --center --buttons-layout=center --borders=8 \
|
||||||
--text $"<b>Oh da ging etwas schief.</b> \n
|
--text $"<b>Oh, something went wrong.</b> \n
|
||||||
<b>Keine gültige Wireguard Datei.</b> \n
|
<b>No valid Wireguard file.</b> \n
|
||||||
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
<b>Here is an example:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
||||||
import_wg
|
import_wg
|
||||||
fi
|
fi
|
||||||
fi ;;
|
fi ;;
|
||||||
@ -109,9 +109,9 @@ import_wg(){
|
|||||||
*) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
*) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
|
||||||
--image-on-top --image=${wg_pic}wg-info.png \
|
--image-on-top --image=${wg_pic}wg-info.png \
|
||||||
--fixed --center --buttons-layout=center --borders=8 \
|
--fixed --center --buttons-layout=center --borders=8 \
|
||||||
--text $"<b>Oh da ging etwas schief.</b> \n
|
--text $"<b>Oh, something went wrong.</b> \n
|
||||||
<b>Keine gültige Wireguard Datei.</b> \n
|
<b>No valid Wireguard file.</b> \n
|
||||||
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
<b>Here is an example:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
|
||||||
import_wg ;;
|
import_wg ;;
|
||||||
esac }
|
esac }
|
||||||
export -f import_wg
|
export -f import_wg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user