Änderung dass alle Meldungen nicht am Rand abgeschnitten werden sowie weitere Übersetzungen der Meldungen.

This commit is contained in:
ja
2021-11-19 14:12:26 +01:00
parent 0ed2d5b7b5
commit 98bf19d085
5 changed files with 70 additions and 58 deletions

View File

@@ -68,7 +68,7 @@ Partial Class login_Change_PW
Else
VERAG_VARIABLES.initerrorcount()
VERAG_VARIABLES.seterrorcount(1)
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Link ist abgelaufen. Bitte neue E-Mail senden."
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Link is invalid. Please send a new E-Mail!"
'Response.Redirect("ForgotPW.aspx")
End If
dr.Close()
@@ -164,7 +164,7 @@ Partial Class login_Change_PW
If String.Equals(txt_Pw_WH.Text, dr("Password").ToString) = False Then
tempstr = txt_Pw_WH.Text
Else
lbl_messagetext.Text = "Die gewählten Passwörter dürfen nicht dem alten entsprechen!"
lbl_messagetext.Text = "The new password should differ from the old one!"
End If
End If
dr.Close()
@@ -173,7 +173,8 @@ Partial Class login_Change_PW
End Using
Else
VERAG_VARIABLES.seterrorcount(22)
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Error bei der Passwort-Validation."
'lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb + "Error at the Passwort-Validation."
tempstr = "Error02"
End If
@@ -209,7 +210,7 @@ Partial Class login_Change_PW
btn_submitpw.Visible = True
Else
VERAG_VARIABLES.seterrorcount(25)
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb() + "Fehler bei der Behebung des Passwortwechsels."
'lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb() + "Error at changing the Password."
End If
End Using
con.Close()
@@ -228,7 +229,7 @@ Partial Class login_Change_PW
Style = vbOKOnly + vbInformation + vbDefaultButton1
Title = "Information"
regexval_txt_Pw.ForeColor = Drawing.Color.Green
regexval_txt_Pw.Text = "Passwort wurde erfolgreich geändert!"
regexval_txt_Pw.Text = "Passwort has been changed successfully!"
'MsgBox(Msg, Style, Title)
' If MsgBox(Msg, Style, Title).Ok Then
'Response.Redirect("login_FLEX.aspx")