Skip to content

Commit

Permalink
Added missing language variables for the update
Browse files Browse the repository at this point in the history
  • Loading branch information
micro committed Jul 20, 2020
1 parent 91514d2 commit f459cca
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 12 deletions.
39 changes: 28 additions & 11 deletions lang/de_DE
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,32 @@ SETFIN02="Um die Installation zu beenden, konfiguriere bitte Deinen Webserver (A
SETFIN03="Du musst den Server neu starten, da OpenVPN sonst nicht korrekt funktioniert!"
SETFIN04="Fragen, Antworten, Wünsche, Fehler bitte da mitteilen: https://github.com/Wutze/OpenVPN-WebAdmin/issues"












### Update Variablen
UPSEL00="Update Informationen"
UPSEL01="Update von Version 0.8 zu 1.1.0"
UPSEL02="Generelles Update System 1.1.x"
UPSEL03=""
UPSEL04="Fragen zur Installation"

UPVERSIO="Installierte Version "
UPDBHOST="Datenbankhost * "
UPDBUSER="Datenbank Benutzer * "
UPDBPASS="Datenbankpasswort * "
UPDBNAME="Datenbank Name * "
UPWEBDIR="Webverzeichnis * "
UPWEBROO="Webroot * "
UPPATHOW="Eigentümer "
UPMASHID="Installiert auf Machine-ID "
INSTALLD="Installiert am "
UPDATAOK="* Angaben erforderlich!
Alle Angaben korrekt?"

UPDATEINF01="Bitte mache VOR Beginn dieses Updates von Deinem Server ein Backup. Trotz aller Tests die ich durchführen kann,
kann ich keine Fehler auf Deinem Server sehen um darauf entsprechend reagieren.
Mit diesem Update werden jedoch einige Funktionalitäten eingeführt, die ein späteres Backup möglich machen.
Weiter machen?
"
UPDATEINF02="Kontolle der Variablen"
29 changes: 29 additions & 0 deletions lang/en_EN
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,35 @@ SETFIN03="You must restart the server, otherwise OpenVPN will not work correctly
SETFIN04="Questions, answers, wishes, mistakes please communicate there: https://github.com/Wutze/OpenVPN-WebAdmin/issues"


### Update variables
UPSEL00="Update Information"
UPSEL01="Update from Version 0.8 to 1.1.0"
UPSEL02="General Update System 1.1.x"
UPSEL03=""
UPSEL04="Installation Questions"

UPVERSIO="Installed Version "
UPDBHOST="Database host * "
UPDBUSER="Database user * "
UPDBPASS="Database password * "
UPDBNAME="Database Name * "
UPWEBDIR="Web directory * "
UPWEBROO="Webroot * "
UPPATHOW="Owner "
UPMASHID="Installed on Machine ID "
INSTALLD="Installed on "
UPDATAOK="* Information required!
All data correct?"

UPDATEINF01="Please make a backup of your server BEFORE starting this update. Despite all the tests I can do,
I can't see any errors on your server to react accordingly.
However, this update introduces some functionality that makes a later backup possible.
Continue?
"
UPDATEINF02="Control of variables"



2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ write_config(){
main(){

# select language german or english
sel_lang
sel_lang
# main logo
intro
if_updatefile_exist
Expand Down

0 comments on commit f459cca

Please sign in to comment.