mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
removed unused SignUp.strings file from ios Sail InSight app
Change-Id: Ibf8b39636f6be1f438dac7690c7e4676f3a95ada
This commit is contained in:
@@ -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.";
|
||||
Reference in New Issue
Block a user