17 lines
653 B
Plaintext
17 lines
653 B
Plaintext
/*
|
|
Localizable.strings
|
|
Login
|
|
|
|
Created by Javier Cicchelli on 02/12/2022.
|
|
Copyright © 2022 Röck+Cöde. All rights reserved.
|
|
*/
|
|
|
|
// LoginView
|
|
|
|
"login.title.text" = "My files";
|
|
"login.text_field.username.placeholder" = "Username";
|
|
"login.text_field.password.placeholder" = "Password";
|
|
"login.button.log_in.text" = "Log in";
|
|
"login.error.authentication_failed.text" = "The provided username and/or password do not match your records.\n\nPlease confirm your credentials and try again.";
|
|
"login.error.authentication_unknown.text" = "An unexpected error occurred while trying to authenticate your credentials.\n\nPlease try again at a later time.";
|