conversations-classic-ios/old/Resources/Strings/Localizable.strings

77 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-08-11 00:28:01 +00:00
// 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";
"Chats.Create.Main.title" = "Create";
"Chats.Create.Main.createGroup" = "Create public group";
"Chats.Create.Main.createPrivateGroup" = "Create private group";
"Chats.Create.Main.findGroup" = "Find public group";
// 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";
// MARK: Attachments
"Attachment.Prompt.main" = "Select attachment";
"Attachment.Tab.media" = "Media";
"Attachment.Tab.files" = "Files";
"Attachment.Tab.location" = "Location";
"Attachment.Tab.contacts" = "Contacts";
"Attachment.Send.media" = "Send media";
"Attachment.Send.location" = "Send location";
"Attachment.Send.contact" = "Send contact";
"Attachment.Downloading.retry" = "Retry";