fehler korriegiert link zu git.lunix hinzugefügt
This commit is contained in:
parent
5151e1c493
commit
9e1b08f76a
Binary file not shown.
@ -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 21:27+0100\n"
|
"PO-Revision-Date: 2023-11-02 22:35+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"
|
||||||
@ -16,8 +16,8 @@ msgstr ""
|
|||||||
"X-Poedit-SearchPath-1: wire_g\n"
|
"X-Poedit-SearchPath-1: wire_g\n"
|
||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||||
msgid "$activ powered"
|
msgid "$active powered"
|
||||||
msgstr "$activ eingeschaltet"
|
msgstr "$active eingeschaltet"
|
||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"X-Poedit-Basepath: .\n"
|
"X-Poedit-Basepath: .\n"
|
||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||||
msgid "$activ powered"
|
msgid "$active powered"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g
|
#: /home/punix/VSCodium/Wire-G/wire_g
|
||||||
|
16
wire_g
16
wire_g
@ -19,7 +19,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
|
|||||||
|
|
||||||
############################################################################################################
|
############################################################################################################
|
||||||
############################################################################################################
|
############################################################################################################
|
||||||
|
version=3.0.8
|
||||||
# Angemeldeten Benutzer ermitteln
|
# Angemeldeten Benutzer ermitteln
|
||||||
a_user=$(whoami)
|
a_user=$(whoami)
|
||||||
# wg_workdir Arbeitsverzeichnis wg
|
# wg_workdir Arbeitsverzeichnis wg
|
||||||
@ -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
|
||||||
@ -166,15 +166,17 @@ more(){
|
|||||||
a_user=$(whoami)
|
a_user=$(whoami)
|
||||||
wg_pic="/home/$a_user/.icons/"
|
wg_pic="/home/$a_user/.icons/"
|
||||||
|
|
||||||
selection=$(yad --text=$"<span color='#626ff1'><b>Wire-G Author: Désiré Werner Menrath</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>
|
<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>
|
<span color='#626ff1'><b>At all tunnels, the auto start is disabled"!"</b></span> \n
|
||||||
<span color='#626ff1'><b>Use without warranty"!"</b></span>
|
<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 \
|
--height=100 --width=80 \
|
||||||
--title="Wire-G" --center \
|
--title="Wire-G" --center \
|
||||||
--fixed --borders=8 --close-on-unfocus \
|
--fixed --borders=8 --close-on-unfocus \
|
||||||
--buttons-layout=center \
|
--buttons-layout=center --text-align=center \
|
||||||
--button=$"Import":"bash -c import_wg" \
|
--button=$"Import":"bash -c import_wg" \
|
||||||
--button=$"Wire-G Stop":"bash -c up_or_down" \
|
--button=$"Wire-G Stop":"bash -c up_or_down" \
|
||||||
--button=$"Cancel":1 \
|
--button=$"Cancel":1 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user