removed unused SignUp.strings file from ios Sail InSight app

Change-Id: Ibf8b39636f6be1f438dac7690c7e4676f3a95ada
This commit is contained in:
Axel Uhl
2019-05-14 17:16:27 +02:00
parent f544ef1f92
commit a97cc13981
@@ -1,47 +0,0 @@
/*
SignUp.strings
SAPTracker
Created by Raimund Wege on 10.08.17.
Copyright © 2017 com.sap.sailing. All rights reserved.
*/
/* MARK: - Common */
"Common.Email" = "E-Mail";
"Common.Password" = "Passwort";
"Common.Server" = "Server";
"Common.UserName" = "Benutzername";
/* MARK: - ForgotPasswordView */
"ForgotPasswordView.Title" = "Passwort vergessen";
"ForgotPasswordView.InfoLabel.Text" = "Benutzernamen oder E-Mail Adresse angeben";
"ForgotPasswordView.ResetPasswordButton.Title" = "Passwort zurücksetzen";
/* MARK: - LoginView */
"LoginView.Title" = "Anmelden";
"LoginView.ForgotPasswordButton.Title" = "Passwort vergessen";
"LoginView.LoginButton.Title" = "Anmelden";
/* MARK: - SignUpControllerError */
"SignUpControllerError.LoginFailed" = "Anmeldung fehlgeschlagen. Zugangsdaten überprüfen.";
/* MARK: - SignUpView */
"SignUpView.Title" = "Registrieren";
"SignUpView.InfoLabel.Text" = "Herzlich Willkommen.";
"SignUpView.FullNameLabel.Text" = "Vollständiger Name";
"SignUpView.CompanyLabel.Text" = "Unternehmen";
"SignUpView.PasswordTextField.Placeholder" = "Geben Sie ein neues Passwort ein";
"SignUpView.RepeatPasswordLabel.Text" = "Passwort Wiederholung";
"SignUpView.RepeatPasswordTextField.Placeholder" = "Wiederholen Sie das Passwort";
"SignUpView.SignUpButton.Title" = "Registrieren";
/* MARK: - SignUpViewError */
"SignUpViewError.UserNameIsToShort" = "Bitte einen Benutzername mit mindestens 3 Zeichen eingeben.";
"SignUpViewError.PasswordIsToShort" = "Bitte ein Passwort mit mindestens 5 Zeichen eingeben.";
"SignUpViewError.PasswordsNotEqual" = "Passwort und Passwortwiederholung müssen übereinstimmen.";