19 lines
610 B
Plaintext
19 lines
610 B
Plaintext
/*
|
|
Localizable.strings
|
|
Profile
|
|
|
|
Created by Javier Cicchelli on 03/12/2022.
|
|
Copyright © 2022 Röck+Cöde. All rights reserved.
|
|
*/
|
|
|
|
"profile.sections.names.header.text" = "Names";
|
|
"profile.sections.names.label.first_name.text" = "First name";
|
|
"profile.sections.names.label.last_name.text" = "Last name";
|
|
|
|
"profile.sections.root_info.header.text" = "Root folder";
|
|
"profile.sections.root_info.label.identifier.text" = "Identifier";
|
|
"profile.sections.root_info.label.name.text" = "Name";
|
|
"profile.sections.root_info.label.last_modified.text" = "Last modified";
|
|
|
|
"profile.button.log_out.text" = "Log out";
|