From 918a687305c617a5785534ac4d2fb4804a704454 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 26 Nov 2023 08:39:03 +0100 Subject: [PATCH] translate update --- languages/de/wire-g.po | 6 ++++-- languages/de/wire-g.pot | 6 ++++++ wg_stop | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/languages/de/wire-g.po b/languages/de/wire-g.po index 8bbad4a..21a623a 100644 --- a/languages/de/wire-g.po +++ b/languages/de/wire-g.po @@ -162,5 +162,7 @@ msgstr "" "müssen sie ihren Tunnel zuvor importieren." #: /home/punix/VSCodium/Wire-G/wg_stop:40 -msgid "$VALUE Connection disconnected" -msgstr "$VALUE Verbindung getrennt" +msgid "" +"$VALUE Connection " +"disconnected" +msgstr "" diff --git a/languages/de/wire-g.pot b/languages/de/wire-g.pot index e7e099e..9dab5ff 100644 --- a/languages/de/wire-g.pot +++ b/languages/de/wire-g.pot @@ -134,3 +134,9 @@ msgid "" "If no tunnels are listed, \n" "you must first import your tunnel." msgstr "" + +#: /home/punix/VSCodium/Wire-G/wg_stop:40 +msgid "" +"$VALUE Connection " +"disconnected" +msgstr "" diff --git a/wg_stop b/wg_stop index 1f4d439..2aee74b 100755 --- a/wg_stop +++ b/wg_stop @@ -37,7 +37,7 @@ WG_PIC="/home/$USER/.icons/" --undecorated --borders=8 --skip-taskbar \ --text-align=center --no-buttons \ --timeout 2 --timeout-indicator=bottom \ - --text=$"$VALUE Connection disconnected" + --text=$"$VALUE disconnected" fi done IFS=$'\n' lines=( $(cat ${WG_WDIR}for-kill_pid.txt) )