conversations-classic-ios/ConversationsClassic/Resources/Strings/Localizable.strings
2024-06-25 13:14:44 +02:00

61 lines
2.5 KiB
Plaintext

// MARK: General
"Global.name" = "Conversartions Classic";
"Global.ok" = "Ok";
"Global.back" = "Back";
"Global.cancel" = "Cancel";
"Global.save" = "Save";
"Global.Error.title" = "Error";
"Global.Error.genericText" = "Something went wrong";
"Global.Error.genericDbError" = "Database error";
// MARK: Onboar screen
"Start.subtitle" = "Free and secure messaging and calls between any existed messengers";
"Start.Btn.login" = "Enter with JID";
"Start.Btn.register" = "New Account";
"Login.title" = "Let\'s go!";
"Login.subtitle" = "Enter your JID, it should looks like email address";
"Login.Hint.jid" = "user@domain.im";
"Login.Hint.password" = "password";
"Login.btn" = "Continue";
"Login.Error.wrongPassword" = "Wrong password or JID";
"Login.Error.noServer" = "Server not exists";
"Login.Error.serverError" = "Server error. Check internet connection";
// MARK: Contacts screen
"Contacts.title" = "Contacts";
"Contacts.sendMessage" = "Send message";
"Contacts.editContact" = "Edit contact";
"Contacts.selectContact" = "Select contact";
"Contacts.deleteContact" = "Delete contact";
"Contacts.Add.title" = "Add Contact";
"Contacts.Add.explanation" = "Contact or group/channel name are usually JID in format name@domain.ltd (like email)";
"Contacts.Add.error" = "Contact not added. Server returns error.";
"Contacts.Delete.title" = "Delete contact";
"Contacts.Delete.message" = "You can delete contact from this device (contact will be available on other devices), or delete it completely";
"Contacts.Delete.deleteFromDevice" = "Delete from device";
"Contacts.Delete.deleteCompletely" = "Delete completely";
"Contacts.Delete.error" = "Contact not deleted. Server returns error.";
// MARK: Chats screen
"Chats.title" = "Chats";
"Chat.title" = "Chat";
"Chat.textfieldPrompt" = "Type a message";
// MARK: Accounts add screen
"Accounts.Add.or" = "or";
"Accounts.Add.Exist.title" = "Add existing\naccount";
"Accounts.Add.Exist.Prompt.jid" = "Enter your XMPP ID";
"Accounts.Add.Exist.Prompt.password" = "Enter password";
"Accounts.Add.Exist.Hint.jid" = "user@domain.im";
"Accounts.Add.Exist.Hint.password" = "password";
"Accounts.Add.Exist.Btn.link" = "create a new one";
"Accounts.Add.Exist.Btn.main" = "Continue";
"Accounts.Add.Exist.loginError" = "Wrong login or password";
// MARK: Server connecting indicator
"ServerConnectingIndicator.State.connecting" = "Connecting to server";
"ServerConnectingIndicator.State.connected" = "Connected";
"ServerConnectingIndicator.State.error" = "Server unreachable. Check internet connection and server name";