translate fixes
This commit is contained in:
parent
ea64007aff
commit
a60aea52d0
Binary file not shown.
@ -8,7 +8,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-11-20 18:58+0100\n"
|
"POT-Creation-Date: 2023-11-20 18:58+0100\n"
|
||||||
"PO-Revision-Date: 2023-11-20 20:27+0100\n"
|
"PO-Revision-Date: 2023-11-20 20:39+0100\n"
|
||||||
"Last-Translator: punix <polunga40@unity-mail.de>\n"
|
"Last-Translator: punix <polunga40@unity-mail.de>\n"
|
||||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@ -24,7 +24,7 @@ msgstr "<span color='#0fad0a'><b>$ACTIVE</b></span> <span><b>eingeschaltet</b>
|
|||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g:61
|
#: /home/punix/VSCodium/Wire-G/wire_g:61
|
||||||
msgid "$ACTIVE activ"
|
msgid "$ACTIVE activ"
|
||||||
msgstr "$active eingeschaltet"
|
msgstr "$ACTIVE aktiv"
|
||||||
|
|
||||||
#: /home/punix/VSCodium/Wire-G/wire_g:62
|
#: /home/punix/VSCodium/Wire-G/wire_g:62
|
||||||
msgid ""
|
msgid ""
|
||||||
|
12
wire_g
12
wire_g
@ -40,12 +40,12 @@ wg_notify(){
|
|||||||
|
|
||||||
nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//' &> ${WG_WDIR}onstart.txt
|
nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//' &> ${WG_WDIR}onstart.txt
|
||||||
ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//')
|
ACTIVE=$(nmcli connection show --active | grep -iPo "(.*)(wireguard)" | sed 's/ .*//')
|
||||||
# case $LANG in
|
case $LANG in
|
||||||
#
|
|
||||||
# de_DE.UTF-8) OPEN=öffnen ;;
|
de_DE.UTF-8) OPEN=öffnen ;;
|
||||||
#
|
|
||||||
# *) OPEN=open ;;
|
*) OPEN=open ;;
|
||||||
# esac
|
esac
|
||||||
yad --image-on-top --image=${WG_PIC}wg-vpn-info.png \
|
yad --image-on-top --image=${WG_PIC}wg-vpn-info.png \
|
||||||
--undecorated --borders=8 --skip-taskbar \
|
--undecorated --borders=8 --skip-taskbar \
|
||||||
--text-align=center --no-buttons --auto-close \
|
--text-align=center --no-buttons --auto-close \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user