fehler korrekturen5
This commit is contained in:
parent
10aa4583f0
commit
1b484e614b
Binary file not shown.
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Desire Werner Menrath\n"
|
||||
"POT-Creation-Date: 2023-11-02 10:06+0100\n"
|
||||
"PO-Revision-Date: 2023-11-02 19:26+0100\n"
|
||||
"PO-Revision-Date: 2023-11-02 21:02+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Desire Werner Menrath polunga40@unity-mail.de https://git."
|
||||
"lunix.dedydn.io\n"
|
||||
@ -32,17 +32,17 @@ msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid "Your tunnel $selection was successfully deleted.\\n"
|
||||
msgstr "Ihr Tunnel $selection wurde erfolgreich gelöscht.\\n"
|
||||
msgid "Your tunnel $selection was successfully deleted."
|
||||
msgstr "Ihr Tunnel $selection wurde erfolgreich gelöscht."
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid ""
|
||||
"Oh something went wrong.\\nPlease delete tunnel in the network manager.\\n"
|
||||
msgstr "Oh etwas ging schief.\\nBitte Tunnel im Networkmanager löschen.\\n"
|
||||
"Oh something went wrong.\\nPlease delete tunnel in the network manager."
|
||||
msgstr "Oh etwas ging schief.\\nBitte Tunnel im Networkmanager löschen."
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid "There is no active tunnel that you could stop.\\n"
|
||||
msgstr "Es gibt keinen aktiven Tunnel den man stoppen könnte.\\n"
|
||||
msgid "There is no active tunnel that you could stop."
|
||||
msgstr "Es gibt keinen aktiven Tunnel den man stoppen könnte."
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid ""
|
||||
|
@ -34,16 +34,16 @@ msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid "Your tunnel $selection was successfully deleted.\\n"
|
||||
msgid "Your tunnel $selection was successfully deleted."
|
||||
msgstr ""
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid "Oh something went wrong.\\n"
|
||||
"Please delete tunnel in the network manager.\\n"
|
||||
"Please delete tunnel in the network manager."
|
||||
msgstr ""
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
msgid "There is no active tunnel that you could stop.\\n"
|
||||
msgid "There is no active tunnel that you could stop."
|
||||
msgstr ""
|
||||
|
||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||
|
6
wire_g
6
wire_g
@ -60,7 +60,7 @@ wg_notify(){
|
||||
#Icon des Menübuttons definieren
|
||||
echo "icon:${wg_pic}wg-vpn.png" >&3
|
||||
#Name des Menüs definieren
|
||||
echo "tooltip:$"$active activ" >&3
|
||||
echo "tooltip:$"$active activ"" >&3
|
||||
|
||||
}
|
||||
export -f wg_notify
|
||||
@ -75,7 +75,7 @@ import_wg(){
|
||||
wg_pic="/home/$a_user/.icons/"
|
||||
wg_wdir="/home/$a_user/.config/wg_nmcli/"
|
||||
if wgconf=$(yad --file --separator=" \n" \
|
||||
--button=$"OK" --button=$"Cancel" \
|
||||
--button="OK" --button=$"Cancel" \
|
||||
--width=1200 --height=800 \
|
||||
--window-icon=${wg_pic}wg-import.png \
|
||||
--title=$"Wireguard .conf Select file")
|
||||
@ -150,7 +150,7 @@ up_or_down(){
|
||||
yad --image-on-top --image=${wg_pic}wg-info.png \
|
||||
--text=$"There is no active tunnel that you could stop." \
|
||||
--text-align=center --button=$"OK" --title "Wire-G" \
|
||||
--fixed --center --buttons-layout=center --borders=8 --center
|
||||
--fixed --center --buttons-layout=center --borders=8
|
||||
else
|
||||
wg_stop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user