Skip to content
Snippets Groups Projects
Commit 2c113daa authored by ovari's avatar ovari
Browse files

Localizable.strings: cleanup

Change-Id: Ib722dfefbd2d31cb04389c7c9089056df49bafed
parent 18508d8d
No related branches found
No related tags found
No related merge requests found
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
"conversation.synchronizationMessage" = "Waiting for %@ to connect to synchronize the conversation…"; "conversation.synchronizationMessage" = "Waiting for %@ to connect to synchronize the conversation…";
"conversation.inReplyTo" = "In reply to"; "conversation.inReplyTo" = "In reply to";
"conversation.repliedTo" = "replied to"; "conversation.repliedTo" = "replied to";
"conversation.yourself" = "yourself"; "conversation.yourself" = "You";
"conversation.edited" = "edited"; "conversation.edited" = "Edited";
"conversation.deletedMessage" = "deleted a message"; "conversation.deletedMessage" = "deleted a message";
"conversation.contactBlocked" = "Contact blocked"; "conversation.contactBlocked" = "Contact blocked";
...@@ -177,10 +177,10 @@ ...@@ -177,10 +177,10 @@
// Create Account form // Create Account form
"createAccount.createAccountFormTitle" = "Join Jami"; "createAccount.createAccountFormTitle" = "Join Jami";
"createAccount.lookingForUsernameAvailability" = "looking for availability…"; "createAccount.lookingForUsernameAvailability" = "looking for availability…";
"createAccount.invalidUsername" = "invalid username"; "createAccount.invalidUsername" = "Invalid username. Please enter a valid username.";
"createAccount.usernameAlreadyTaken" = "username already taken"; "createAccount.usernameAlreadyTaken" = "username already taken";
"createAccount.usernameValid" = "username is available"; "createAccount.usernameValid" = "The username is available.";
"createAccount.loading" = "Loading"; "createAccount.loading" = "Loading";
"createAccount.waitCreateAccountTitle" = "Adding account"; "createAccount.waitCreateAccountTitle" = "Adding account";
"createAccount.UsernameNotRegisteredTitle" = "Network error"; "createAccount.UsernameNotRegisteredTitle" = "Network error";
"createAccount.UsernameNotRegisteredMessage" = "Account was created but username was not registered"; "createAccount.UsernameNotRegisteredMessage" = "Account was created but username was not registered";
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
"accountPage.contactMeOnJamiContant" = "Contact me using “%s” on the Jami distributed communication platform: https://jami.net"; "accountPage.contactMeOnJamiContant" = "Contact me using “%s” on the Jami distributed communication platform: https://jami.net";
"accountPage.passwordPlaceholder" = "Enter account password"; "accountPage.passwordPlaceholder" = "Enter account password";
"accountPage.usernamePlaceholder" = "Enter desired username"; "accountPage.usernamePlaceholder" = "Enter desired username";
"accountPage.registerNameErrorMessage" = "Chosen username is not available"; "accountPage.registerNameErrorMessage" = "The username is unavailable.";
"accountPage.usernameRegistering" = "Registering"; "accountPage.usernameRegistering" = "Registering";
"accountPage.usernameRegisterAction" = "Register"; "accountPage.usernameRegisterAction" = "Register";
"accountPage.usernameRegistrationFailedTitle" = "Registration failed"; "accountPage.usernameRegistrationFailedTitle" = "Registration failed";
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
"accountPage.manageAccount" = "Manage account"; "accountPage.manageAccount" = "Manage account";
"accountPage.encryptAccount" = "Encrypt account with a password"; "accountPage.encryptAccount" = "Encrypt account with a password";
"accountPage.passwordExplanation" = "A Jami account is created and stored locally only on this device as an archive containing its account keys. Access to the archive can optionally be protected with a password."; "accountPage.passwordExplanation" = "A Jami account is created and stored locally only on this device as an archive containing its account keys. Access to the archive can optionally be protected with a password.";
"accountPage.passwordsDoNotMatch" = "Passwords do not match"; "accountPage.passwordsDoNotMatch" = "Passwords do not match.";
"accountPage.passwordCreated" = "Password created"; "accountPage.passwordCreated" = "Password created";
"accountPage.passwordUpdated" = "Password updated"; "accountPage.passwordUpdated" = "Password updated";
"accountPage.linkedDevices" = "Linked devices"; "accountPage.linkedDevices" = "Linked devices";
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
"generatedMessage.contactAdded" = "Invitation received"; "generatedMessage.contactAdded" = "Invitation received";
"generatedMessage.swarmCreated" = "Conversation created"; "generatedMessage.swarmCreated" = "Conversation created";
"generatedMessage.invitationReceived" = "was invited to join the conversation."; "generatedMessage.invitationReceived" = "was invited to join the conversation.";
"generatedMessage.invitationAccepted" = "joined the conversation."; "generatedMessage.invitationAccepted" = "has joined the conversation.";
"generatedMessage.youJoined" = "You joined the conversation."; "generatedMessage.youJoined" = "You joined the conversation.";
"generatedMessage.contactBlocked" = "was blocked from the conversation."; "generatedMessage.contactBlocked" = "was blocked from the conversation.";
"generatedMessage.contactUnblocked" = "was unblocked from the conversation."; "generatedMessage.contactUnblocked" = "was unblocked from the conversation.";
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
"generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedOutgoingCall" = "Missed outgoing call";
"generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.missedIncomingCall" = "Missed incoming call";
"generatedMessage.liveLocationSharing" = "Live location sharing"; "generatedMessage.liveLocationSharing" = "Live location sharing";
"generatedMessage.contactLeftConversation" = "left the conversation."; "generatedMessage.contactLeftConversation" = "has left the conversation.";
// General Settings // General Settings
"generalSettings.videoSettings" = "Video settings"; "generalSettings.videoSettings" = "Video settings";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment