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

102 lines
3.7 KiB
Plaintext
Raw Normal View History

2024-06-19 15:15:27 +00:00
// MARK: General
"Global.name" = "Conversartions Classic";
"Global.ok" = "Ok";
"Global.back" = "Back";
"Global.cancel" = "Cancel";
"Global.save" = "Save";
"Global.Error.title" = "Error";
2024-08-11 00:28:01 +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-08-11 00:28:01 +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-08-11 00:28:01 +00:00
"Login.error" = "Check internet connection, and make sure that JID and password are correct";
2024-08-11 15:04:42 +00:00
// MARK: Tabs
"Tabs.Name.contacts" = "Contacts";
"Tabs.Name.conversations" = "Chats";
"Tabs.Name.settings" = "Settings";
2024-08-11 00:28:01 +00:00
2024-08-11 17:07:02 +00:00
// MARK: Contacts screen
"Contacts.title" = "Contacts";
2024-08-11 00:28:01 +00:00
2024-08-11 17:07:02 +00:00
// 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 not added. Server returns error.";
"Contacts.Add.connectionError" = "You need to be connected to internet for add contact/channel";
2024-08-11 00:28:01 +00:00
// MARK: Onboar screen
//"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";
2024-06-19 15:15:27 +00:00
// MARK: Contacts screen
2024-08-11 17:07:02 +00:00
//"Contacts.sendMessage" = "Send message";
//"Contacts.editContact" = "Edit contact";
//"Contacts.selectContact" = "Select contact";
//"Contacts.deleteContact" = "Delete contact";
//"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.";
2024-06-19 15:15:27 +00:00
// MARK: Chats screen
2024-08-11 17:07:02 +00:00
//"Chats.title" = "Chats";
2024-06-19 15:15:27 +00:00
2024-08-11 17:07:02 +00:00
//"Chat.title" = "Chat";
//"Chat.textfieldPrompt" = "Type a message";
2024-06-19 15:15:27 +00:00
2024-08-11 17:07:02 +00:00
//"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";
2024-08-07 15:13:43 +00:00
2024-06-19 15:15:27 +00:00
// MARK: Accounts add screen
2024-08-11 17:07:02 +00:00
//"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";
2024-06-19 15:15:27 +00:00
// MARK: Server connecting indicator
2024-08-11 17:07:02 +00:00
//"ServerConnectingIndicator.State.connecting" = "Connecting to server";
//"ServerConnectingIndicator.State.connected" = "Connected";
//"ServerConnectingIndicator.State.error" = "Server unreachable. Check internet connection and server name";
2024-07-02 09:56:27 +00:00
// MARK: Attachments
2024-08-11 17:07:02 +00:00
//"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";