mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
replaced // comments in iOS strings files by /* */ comments
Change-Id: I8895154676bdbc2b7310f32c1f26a8eca18ca189
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// InfoPlist.strings
|
||||
// SAPTracker
|
||||
//
|
||||
// Created by Raimund Wege on 04.11.16.
|
||||
// Copyright © 2016 com.sap.sailing. All rights reserved.
|
||||
//
|
||||
/*
|
||||
InfoPlist.strings
|
||||
SAPTracker
|
||||
|
||||
Created by Raimund Wege on 04.11.16.
|
||||
Copyright © 2016 com.sap.sailing. All rights reserved.
|
||||
*/
|
||||
|
||||
"NSLocationWhenInUseUsageDescription" = "In order to track your entire race your phone needs to continue tracking also when you switch off or lock the screen which helps save battery and avoids unintentionally stopping the tracking process.";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "In order to track your entire race your phone needs to continue tracking also when you switch off or lock the screen which helps save battery and avoids unintentionally stopping the tracking process.";
|
||||
|
||||
Binary file not shown.
@@ -6,30 +6,30 @@
|
||||
Copyright © 2017 com.sap.sailing. All rights reserved.
|
||||
*/
|
||||
|
||||
// MARK: - Common
|
||||
/* MARK: - Common */
|
||||
|
||||
"Common.Email" = "E-Mail";
|
||||
"Common.Password" = "Passwort";
|
||||
"Common.Server" = "Server";
|
||||
"Common.UserName" = "Benutzername";
|
||||
|
||||
// MARK: - ForgotPasswordView
|
||||
/* MARK: - ForgotPasswordView */
|
||||
|
||||
"ForgotPasswordView.Title" = "Passwort vergessen";
|
||||
"ForgotPasswordView.InfoLabel.Text" = "Benutzernamen oder E-Mail Adresse angeben";
|
||||
"ForgotPasswordView.ResetPasswordButton.Title" = "Passwort zurücksetzen";
|
||||
|
||||
// MARK: - LoginView
|
||||
/* MARK: - LoginView */
|
||||
|
||||
"LoginView.Title" = "Anmelden";
|
||||
"LoginView.ForgotPasswordButton.Title" = "Passwort vergessen";
|
||||
"LoginView.LoginButton.Title" = "Anmelden";
|
||||
|
||||
// MARK: - SignUpControllerError
|
||||
/* MARK: - SignUpControllerError */
|
||||
|
||||
"SignUpControllerError.LoginFailed" = "Anmeldung fehlgeschlagen. Zugangsdaten überprüfen.";
|
||||
|
||||
// MARK: - SignUpView
|
||||
/* MARK: - SignUpView */
|
||||
|
||||
"SignUpView.Title" = "Registrieren";
|
||||
"SignUpView.InfoLabel.Text" = "Herzlich Willkommen.";
|
||||
@@ -40,7 +40,7 @@
|
||||
"SignUpView.RepeatPasswordTextField.Placeholder" = "Wiederholen Sie das Passwort";
|
||||
"SignUpView.SignUpButton.Title" = "Registrieren";
|
||||
|
||||
// MARK: - SignUpViewError
|
||||
/* MARK: - SignUpViewError */
|
||||
|
||||
"SignUpViewError.UserNameIsToShort" = "Bitte einen Benutzername mit mindestens 3 Zeichen eingeben.";
|
||||
"SignUpViewError.PasswordIsToShort" = "Bitte ein Passwort mit mindestens 5 Zeichen eingeben.";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// InfoPlist.strings
|
||||
// SAPTracker
|
||||
//
|
||||
// Created by Raimund Wege on 04.11.16.
|
||||
// Copyright © 2016 com.sap.sailing. All rights reserved.
|
||||
//
|
||||
/*
|
||||
InfoPlist.strings
|
||||
SAPTracker
|
||||
|
||||
Created by Raimund Wege on 04.11.16.
|
||||
Copyright © 2016 com.sap.sailing. All rights reserved.
|
||||
*/
|
||||
|
||||
"NSLocationWhenInUseUsageDescription" = "Um das ganze Rennen mit Deinem Gerät zu tracken, muss das Tracking auch dann fortgesetzt werden, wenn der Bildschirm abgeschaltet oder gesperrt wird. Das hilft, die Batterielaufzeit zu verlängern und versehentlich das Tracking zu stoppen.";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "Um das ganze Rennen mit Deinem Gerät zu tracken, muss das Tracking auch dann fortgesetzt werden, wenn der Bildschirm abgeschaltet oder gesperrt wird. Das hilft, die Batterielaufzeit zu verlängern und versehentlich das Tracking zu stoppen.";
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user