diff --git a/Ring/Ring/Resources/en.lproj/Localizable.strings b/Ring/Ring/Resources/en.lproj/Localizable.strings index 02ad4ee818140117fa77b9a552f92e35b6321d51..0d7df059c4de727f8cc4b2a2ac605cf909536289 100644 --- a/Ring/Ring/Resources/en.lproj/Localizable.strings +++ b/Ring/Ring/Resources/en.lproj/Localizable.strings @@ -141,8 +141,8 @@ "conversation.synchronizationMessage" = "Waiting for %@ to connect to synchronize the conversation…"; "conversation.inReplyTo" = "In reply to"; "conversation.repliedTo" = "replied to"; -"conversation.yourself" = "yourself"; -"conversation.edited" = "edited"; +"conversation.yourself" = "You"; +"conversation.edited" = "Edited"; "conversation.deletedMessage" = "deleted a message"; "conversation.contactBlocked" = "Contact blocked"; @@ -177,10 +177,10 @@ // Create Account form "createAccount.createAccountFormTitle" = "Join Jami"; "createAccount.lookingForUsernameAvailability" = "looking for availability…"; -"createAccount.invalidUsername" = "invalid username"; +"createAccount.invalidUsername" = "Invalid username. Please enter a valid username."; "createAccount.usernameAlreadyTaken" = "username already taken"; -"createAccount.usernameValid" = "username is available"; -"createAccount.loading" = "Loading"; +"createAccount.usernameValid" = "The username is available."; +"createAccount.loading" = "Loading…"; "createAccount.waitCreateAccountTitle" = "Adding account"; "createAccount.UsernameNotRegisteredTitle" = "Network error"; "createAccount.UsernameNotRegisteredMessage" = "Account was created but username was not registered"; @@ -319,7 +319,7 @@ "accountPage.contactMeOnJamiContant" = "Contact me using “%s” on the Jami distributed communication platform: https://jami.net"; "accountPage.passwordPlaceholder" = "Enter account password"; "accountPage.usernamePlaceholder" = "Enter desired username"; -"accountPage.registerNameErrorMessage" = "Chosen username is not available"; +"accountPage.registerNameErrorMessage" = "The username is unavailable."; "accountPage.usernameRegistering" = "Registering"; "accountPage.usernameRegisterAction" = "Register"; "accountPage.usernameRegistrationFailedTitle" = "Registration failed"; @@ -358,7 +358,7 @@ "accountPage.manageAccount" = "Manage account"; "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.passwordsDoNotMatch" = "Passwords do not match"; +"accountPage.passwordsDoNotMatch" = "Passwords do not match."; "accountPage.passwordCreated" = "Password created"; "accountPage.passwordUpdated" = "Password updated"; "accountPage.linkedDevices" = "Linked devices"; @@ -464,7 +464,7 @@ "generatedMessage.contactAdded" = "Invitation received"; "generatedMessage.swarmCreated" = "Conversation created"; "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.contactBlocked" = "was blocked from the conversation."; "generatedMessage.contactUnblocked" = "was unblocked from the conversation."; @@ -472,7 +472,7 @@ "generatedMessage.missedOutgoingCall" = "Missed outgoing call"; "generatedMessage.missedIncomingCall" = "Missed incoming call"; "generatedMessage.liveLocationSharing" = "Live location sharing"; -"generatedMessage.contactLeftConversation" = "left the conversation."; +"generatedMessage.contactLeftConversation" = "has left the conversation."; // General Settings "generalSettings.videoSettings" = "Video settings";