Author Daten hinzugefügt
This commit is contained in:
parent
79ac137951
commit
74a17d87bd
17
wg_stop
17
wg_stop
@ -1,4 +1,21 @@
|
||||
#!/bin/bash
|
||||
########################################################
|
||||
########################################################
|
||||
# Wire-G App for simple management a Wireguard Tunnel ##
|
||||
# Author: Désiré Werner Menrath ##
|
||||
# Email: polunga40@unity-mail.de ##
|
||||
# Translate German to English with LibreTranslate ##
|
||||
# Translatefiles edit with Poedit ##
|
||||
# Use without warranty! ##
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
Encoding=UTF-8
|
||||
|
||||
# i18n - Internationalization - Internationalisierung
|
||||
|
||||
export textdomain=wire-g
|
||||
export textdomaindir="/usr/share/locale"
|
||||
|
||||
############################################################################################################
|
||||
############################################################################################################
|
||||
|
17
wire_g
17
wire_g
@ -1,11 +1,22 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
########################################################
|
||||
########################################################
|
||||
# Wire-G App for simple management a Wireguard Tunnel ##
|
||||
# Author: Désiré Werner Menrath ##
|
||||
# Email: polunga40@unity-mail.de ##
|
||||
# Translate German to English with LibreTranslate ##
|
||||
# Translatefiles edit with Poedit ##
|
||||
# Use without warranty! ##
|
||||
########################################################
|
||||
########################################################
|
||||
|
||||
Encoding=UTF-8
|
||||
#
|
||||
|
||||
# i18n - Internationalization - Internationalisierung
|
||||
#
|
||||
|
||||
export textdomain=wire-g
|
||||
export textdomaindir="/usr/share/locale"
|
||||
|
||||
############################################################################################################
|
||||
############################################################################################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user