import Meldung übersetzt

This commit is contained in:
Désiré Werner Menrath 2023-11-08 09:11:31 +01:00
parent 0836321002
commit 6b19ea7e23

12
wire_g
View File

@ -99,9 +99,9 @@ import_wg(){
yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
--image-on-top --image=${wg_pic}wg-info.png \
--fixed --center --buttons-layout=center --borders=8 \
--text $"<b>Oh da ging etwas schief.</b> \n
<b>Keine gültige Wireguard Datei.</b> \n
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
--text $"<b>Oh, something went wrong.</b> \n
<b>No valid Wireguard file.</b> \n
<b>Here is an example:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
import_wg
fi
fi ;;
@ -109,9 +109,9 @@ import_wg(){
*) yad --text-align=center --button=$"OK" --title=$"Wireguard .conf Select file" \
--image-on-top --image=${wg_pic}wg-info.png \
--fixed --center --buttons-layout=center --borders=8 \
--text $"<b>Oh da ging etwas schief.</b> \n
<b>Keine gültige Wireguard Datei.</b> \n
<b>Hier ein Beispiel:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
--text $"<b>Oh, something went wrong.</b> \n
<b>No valid Wireguard file.</b> \n
<b>Here is an example:</b><span color='#0fad0a'><b> my_wireguard.conf</b></span> \n"
import_wg ;;
esac }
export -f import_wg