fehler korriegiert link zu git.lunix hinzugefügt

This commit is contained in:
Désiré Werner Menrath 2023-11-02 22:36:14 +01:00
parent 5151e1c493
commit 9e1b08f76a
4 changed files with 13 additions and 11 deletions

Binary file not shown.

View File

@ -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 21:27+0100\n"
"PO-Revision-Date: 2023-11-02 22:35+0100\n"
"Last-Translator: \n"
"Language-Team: Desire Werner Menrath polunga40@unity-mail.de https://git."
"lunix.dedydn.io\n"
@ -16,8 +16,8 @@ msgstr ""
"X-Poedit-SearchPath-1: wire_g\n"
#: /home/punix/VSCodium/Wire-G/wire_g
msgid "$activ powered"
msgstr "$activ eingeschaltet"
msgid "$active powered"
msgstr "$active eingeschaltet"
#: /home/punix/VSCodium/Wire-G/wire_g
msgid "Cancel"

View File

@ -14,7 +14,7 @@ msgstr ""
"X-Poedit-Basepath: .\n"
#: /home/punix/VSCodium/Wire-G/wire_g
msgid "$activ powered"
msgid "$active powered"
msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g

16
wire_g
View File

@ -19,7 +19,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
############################################################################################################
############################################################################################################
version=3.0.8
# Angemeldeten Benutzer ermitteln
a_user=$(whoami)
# wg_workdir Arbeitsverzeichnis wg
@ -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
@ -166,15 +166,17 @@ more(){
a_user=$(whoami)
wg_pic="/home/$a_user/.icons/"
selection=$(yad --text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span>
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span>
<span color='#626ff1'><b>At all tunnels, the auto start is disabled"!"</b></span>
<span color='#626ff1'><b>Use without warranty"!"</b></span>
selection=$(yad --text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</b></span> \n
<span color='#626ff1'><b>E-Mail: polunga40@unity-mail.de</b></span> \n
<span color='#626ff1'><b>At all tunnels, the auto start is disabled"!"</b></span> \n
<span color='#626ff1'><b>Version: $version </b></span> \n
<span color='#626ff1'><b>Use without warranty"!"</b></span> \n
<a href='https://git.lunix.dedyn.io/punix/Wire-G'>Download Wire-G </a> \n
" \
--height=100 --width=80 \
--title="Wire-G" --center \
--fixed --borders=8 --close-on-unfocus \
--buttons-layout=center \
--buttons-layout=center --text-align=center \
--button=$"Import":"bash -c import_wg" \
--button=$"Wire-G Stop":"bash -c up_or_down" \
--button=$"Cancel":1 \