2022-12-02 18:44:17 +01:00
|
|
|
/*
|
|
|
|
Localizable.strings
|
2022-12-02 20:23:10 +01:00
|
|
|
Login
|
2022-12-02 18:44:17 +01:00
|
|
|
|
|
|
|
Created by Javier Cicchelli on 02/12/2022.
|
|
|
|
Copyright © 2022 Röck+Cöde. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
"login.title.text" = "My files";
|
|
|
|
"login.text_field.username.placeholder" = "Username";
|
|
|
|
"login.text_field.password.placeholder" = "Password";
|
|
|
|
"login.button.log_in.text" = "Log in";
|
2022-12-11 21:32:35 +01:00
|
|
|
|
|
|
|
"login.error.authentication_failed.text" = "The provided username and/or password are incorrect.\nPlease try again.";
|
|
|
|
"login.error.unknown.text" = "An unexpected error occurred while trying to authenticate your credentials.\nPlease try again at a later time.";
|