conversations-classic-ios/ConversationsClassic/Resources/Strings/Localizable.strings
2024-08-17 11:57:33 +02:00

76 lines
2.4 KiB
Plaintext

// MARK: General
"Global.name" = "Conversartions Classic";
"Global.ok" = "Ok";
"Global.back" = "Back";
"Global.cancel" = "Cancel";
"Global.save" = "Save";
"Global.Error.title" = "Error";
// MARK: Welcome screen
"Start.subtitle" = "Free and secure messaging and calls between any existed messengers";
"Start.Btn.login" = "Enter with JID";
"Start.Btn.register" = "New Account";
// MARK: Login
"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" = "Check internet connection, and make sure that JID and password are correct";
// MARK: Tabs
"Tabs.Name.contacts" = "Contacts";
"Tabs.Name.conversations" = "Chats";
"Tabs.Name.settings" = "Settings";
// MARK: Contacts screen
"Contacts.title" = "Contacts";
// MARK: Add contact/channel screen
"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.serverError" = "Contact adding dailed. Server returned error";
"Contacts.deleteContact" = "Delete contact";
"Contacts.Delete.deleteFromDevice" = "Delete from device";
"Contacts.Delete.deleteCompletely" = "Delete completely";
"Contacts.sendMessage" = "Send message";
"Contacts.editContact" = "Edit contact";
"Contacts.selectContact" = "Select contact";
"Contacts.Delete.message" = "You can delete contact from this device (contact will be available on other devices), or delete it completely";
"Contacts.Delete.error" = "Contact not deleted. Server returns error.";
// MARK: Chats list screen
"ChatsList.title" = "Chats";
"Chats.Create.Main.title" = "Create";
// MARK: Conversation
"Conversation.title" = "Conversation";
"Conversation.startError" = "Error occurs in conversation starting";
"Chat.textfieldPrompt" = "Type a message";
// 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";
//"Chats.Create.Main.createGroup" = "Create public group";
//"Chats.Create.Main.createPrivateGroup" = "Create private group";
//"Chats.Create.Main.findGroup" = "Find public group";