fehler korrekturen5

This commit is contained in:
Désiré Werner Menrath 2023-11-02 21:22:08 +01:00
parent 10aa4583f0
commit 1b484e614b
4 changed files with 13 additions and 13 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Desire Werner Menrath\n" "Project-Id-Version: Desire Werner Menrath\n"
"POT-Creation-Date: 2023-11-02 10:06+0100\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" "Last-Translator: \n"
"Language-Team: Desire Werner Menrath polunga40@unity-mail.de https://git." "Language-Team: Desire Werner Menrath polunga40@unity-mail.de https://git."
"lunix.dedydn.io\n" "lunix.dedydn.io\n"
@ -32,17 +32,17 @@ msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g
msgid "Your tunnel $selection was successfully deleted.\\n" msgid "Your tunnel $selection was successfully deleted."
msgstr "Ihr Tunnel $selection wurde erfolgreich gelöscht.\\n" msgstr "Ihr Tunnel $selection wurde erfolgreich gelöscht."
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g
msgid "" msgid ""
"Oh something went wrong.\\nPlease delete tunnel in the network manager.\\n" "Oh something went wrong.\\nPlease delete tunnel in the network manager."
msgstr "Oh etwas ging schief.\\nBitte Tunnel im Networkmanager löschen.\\n" msgstr "Oh etwas ging schief.\\nBitte Tunnel im Networkmanager löschen."
#: /home/punix/VSCodium/Wire-G/wire_g #: /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 "Es gibt keinen aktiven Tunnel den man stoppen könnte.\\n" msgstr "Es gibt keinen aktiven Tunnel den man stoppen könnte."
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g
msgid "" msgid ""

View File

@ -34,16 +34,16 @@ msgid "Delete"
msgstr "" msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g
msgid "Your tunnel $selection was successfully deleted.\\n" msgid "Your tunnel $selection was successfully deleted."
msgstr "" msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g
msgid "Oh something went wrong.\\n" msgid "Oh something went wrong.\\n"
"Please delete tunnel in the network manager.\\n" "Please delete tunnel in the network manager."
msgstr "" msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g #: /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 "" msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g #: /home/punix/VSCodium/Wire-G/wire_g

6
wire_g
View File

@ -60,7 +60,7 @@ wg_notify(){
#Icon des Menübuttons definieren #Icon des Menübuttons definieren
echo "icon:${wg_pic}wg-vpn.png" >&3 echo "icon:${wg_pic}wg-vpn.png" >&3
#Name des Menüs definieren #Name des Menüs definieren
echo "tooltip:$"$active activ" >&3 echo "tooltip:$"$active activ"" >&3
} }
export -f wg_notify export -f wg_notify
@ -75,7 +75,7 @@ import_wg(){
wg_pic="/home/$a_user/.icons/" wg_pic="/home/$a_user/.icons/"
wg_wdir="/home/$a_user/.config/wg_nmcli/" wg_wdir="/home/$a_user/.config/wg_nmcli/"
if wgconf=$(yad --file --separator=" \n" \ if wgconf=$(yad --file --separator=" \n" \
--button=$"OK" --button=$"Cancel" \ --button="OK" --button=$"Cancel" \
--width=1200 --height=800 \ --width=1200 --height=800 \
--window-icon=${wg_pic}wg-import.png \ --window-icon=${wg_pic}wg-import.png \
--title=$"Wireguard .conf Select file") --title=$"Wireguard .conf Select file")
@ -150,7 +150,7 @@ up_or_down(){
yad --image-on-top --image=${wg_pic}wg-info.png \ yad --image-on-top --image=${wg_pic}wg-info.png \
--text=$"There is no active tunnel that you could stop." \ --text=$"There is no active tunnel that you could stop." \
--text-align=center --button=$"OK" --title "Wire-G" \ --text-align=center --button=$"OK" --title "Wire-G" \
--fixed --center --buttons-layout=center --borders=8 --center --fixed --center --buttons-layout=center --borders=8
else else
wg_stop wg_stop