2024-06-19 15:15:27 +00:00
|
|
|
// MARK: General
|
2024-10-31 11:43:16 +00:00
|
|
|
"Global.name" = "another.im";
|
2024-06-19 15:15:27 +00:00
|
|
|
"Global.ok" = "Ok";
|
|
|
|
"Global.back" = "Back";
|
|
|
|
"Global.cancel" = "Cancel";
|
|
|
|
"Global.save" = "Save";
|
|
|
|
"Global.Error.title" = "Error";
|
|
|
|
|
2024-09-03 15:13:58 +00:00
|
|
|
// MARK: Welcome screen
|
2024-06-19 15:15:27 +00:00
|
|
|
"Start.subtitle" = "Free and secure messaging and calls between any existed messengers";
|
|
|
|
"Start.Btn.login" = "Enter with JID";
|
|
|
|
"Start.Btn.register" = "New Account";
|
2024-09-03 15:13:58 +00:00
|
|
|
|
|
|
|
// MARK: Login
|
2024-06-19 15:15:27 +00:00
|
|
|
"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";
|
2024-09-03 15:13:58 +00:00
|
|
|
"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";
|
2024-06-19 15:15:27 +00:00
|
|
|
|
|
|
|
// MARK: Contacts screen
|
|
|
|
"Contacts.title" = "Contacts";
|
2024-09-03 15:13:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
// MARK: Add contact/channel screen
|
2024-06-19 15:15:27 +00:00
|
|
|
"Contacts.Add.title" = "Add Contact";
|
|
|
|
"Contacts.Add.explanation" = "Contact or group/channel name are usually JID in format name@domain.ltd (like email)";
|
2024-09-03 15:13:58 +00:00
|
|
|
"Contacts.Add.serverError" = "Contact adding dailed. Server returned error";
|
|
|
|
"Contacts.deleteContact" = "Delete contact";
|
2024-06-19 15:15:27 +00:00
|
|
|
"Contacts.Delete.deleteFromDevice" = "Delete from device";
|
|
|
|
"Contacts.Delete.deleteCompletely" = "Delete completely";
|
2024-09-03 15:13:58 +00:00
|
|
|
"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";
|
2024-06-19 15:15:27 +00:00
|
|
|
"Contacts.Delete.error" = "Contact not deleted. Server returns error.";
|
|
|
|
|
2024-09-03 15:13:58 +00:00
|
|
|
// MARK: Chats list screen
|
|
|
|
"ChatsList.title" = "Chats";
|
|
|
|
"Chats.Create.Main.title" = "Create";
|
2024-06-19 15:15:27 +00:00
|
|
|
|
2024-09-03 15:13:58 +00:00
|
|
|
// MARK: Conversation
|
|
|
|
"Conversation.title" = "Conversation";
|
|
|
|
"Conversation.startError" = "Error occurs in conversation starting";
|
2024-06-25 11:13:59 +00:00
|
|
|
"Chat.textfieldPrompt" = "Type a message";
|
2024-06-19 15:15:27 +00:00
|
|
|
|
2024-07-02 09:56:27 +00:00
|
|
|
// MARK: Attachments
|
|
|
|
"Attachment.Prompt.main" = "Select attachment";
|
|
|
|
"Attachment.Tab.media" = "Media";
|
|
|
|
"Attachment.Tab.files" = "Files";
|
|
|
|
"Attachment.Tab.location" = "Location";
|
|
|
|
"Attachment.Tab.contacts" = "Contacts";
|
2024-07-04 09:53:45 +00:00
|
|
|
"Attachment.Send.media" = "Send media";
|
2024-07-04 15:01:30 +00:00
|
|
|
"Attachment.Send.location" = "Send location";
|
2024-07-08 08:58:24 +00:00
|
|
|
"Attachment.Send.contact" = "Send contact";
|
2024-07-13 14:41:56 +00:00
|
|
|
"Attachment.Downloading.retry" = "Retry";
|
2024-09-03 15:13:58 +00:00
|
|
|
|
2024-09-19 16:50:48 +00:00
|
|
|
// MARK: Conversation settings title
|
|
|
|
"Conversation.settings.title.chat" = "Chat settings";
|
|
|
|
"Conversation.settings.title.group" = "Group settings";
|
|
|
|
"Conversation.settings.title.channel" = "Channel settings";
|
|
|
|
"Conversation.settings.enableOmemo" = "Enable OMEMO";
|
2024-09-03 15:13:58 +00:00
|
|
|
|
2024-10-03 12:54:15 +00:00
|
|
|
// MARK: Create chats
|
|
|
|
"Chats.Create.Main.createGroup" = "Create public group";
|
|
|
|
"Chats.Create.Main.createPrivateGroup" = "Create private group";
|
|
|
|
"Chats.Create.Main.createChannel" = "Create channel";
|
|
|
|
"Chats.Create.Main.findChannel" = "Find channel";
|
2024-09-03 15:13:58 +00:00
|
|
|
|
2024-10-07 12:54:07 +00:00
|
|
|
// MARK: Settings
|
|
|
|
"Settings.Main.title" = "Settings";
|
|
|
|
"Settings.Section.Accounts.title" = "Accounts";
|
2024-10-07 15:09:55 +00:00
|
|
|
"Settings.Section.Accounts.add" = "Add new account";
|
2024-10-07 15:21:26 +00:00
|
|
|
"Settings.Section.Accounts.addHint" = "You can add an existed account, or create a new one.";
|
|
|
|
"Settings.Section.Accounts.addExists" = "Add exists";
|
|
|
|
"Settings.Section.Accounts.addNew" = "Add new";
|