translate fix 3

This commit is contained in:
Désiré Werner Menrath 2023-11-24 12:18:30 +01:00
parent 69368e1dc6
commit 657a744ce7
3 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-23 18:33+0100\n"
"PO-Revision-Date: 2023-11-23 19:23+0100\n"
"PO-Revision-Date: 2023-11-24 12:18+0100\n"
"Last-Translator: punix <polunga40@unity-mail.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"Language: de\n"
@ -62,14 +62,14 @@ msgstr ""
#: /home/punix/VSCodium/Wire-G/wire_g:140
msgid ""
"<span>Your Tunnel $SELECTION was successfully deleted.</span> \\n\n"
"<span>Attention! The autostart was reset.</span> \\n\n"
"<span>If you need the autosart for another tunnel,</span> \\n\n"
"<span>so please activate it again.</span> \\n"
"<span>Attention! The autostart has been reset.</span> \\n\n"
"<span>If you need the autostart for another tunnel,</span> \\n\n"
"<span>please activate it again.</span> \\n"
msgstr ""
"<span>Tunnel $SELECTION wurde erfolgreich gelöscht.</span> \\n\n"
"<span>Achtung! Der Autostart wurde zurückgesetzt.</span> \\n\n"
"<span>Benötigen sie den Autostart für einen weiteren Tunnel,</span> \\n\n"
"<span>so aktivieren sie den Autostart wieder.</span> \\n"
"<span>Benötigen Sie den Autostart für einen weiteren Tunnel,</span> \\n\n"
"<span>aktivieren Sie den Autostart erneut.</span> \\n"
#: /home/punix/VSCodium/Wire-G/wire_g:144
#: /home/punix/VSCodium/Wire-G/wire_g:150

4
wire_g
View File

@ -138,9 +138,9 @@ remove(){
yad --window-icon=${WG_PIC}wg-trash.png --undecorated \
--image-on-top --image=${WG_PIC}wg-trash-info.png \
--text=$"<span>Your Tunnel $SELECTION was successfully deleted.</span> \n
<span>Attention! The autostart was reset.</span> \n
<span>Attention! The autostart has been reset.</span> \n
<span>If you need the autosart for another tunnel,</span> \n
<span>so please activate it again.</span> \n" \
<span>please activate it again.</span> \n" \
--text-align=center --button=$"OK" \
--fixed --buttons-layout=center --borders=8
else