Rephrase everything to be "invite anyways" rather than "retry"
Also handle profile errors better
This commit is contained in:
parent
c351ee3d30
commit
a05c0f9214
4 changed files with 54 additions and 44 deletions
|
@ -293,7 +293,7 @@
|
|||
"Pin unread rooms to the top of the room list": "Pin unread rooms to the top of the room list",
|
||||
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
||||
"Show empty room list headings": "Show empty room list headings",
|
||||
"Always retry invites for unknown users": "Always retry invites for unknown users",
|
||||
"Always invite users which may not exist": "Always invite users which may not exist",
|
||||
"Show developer tools": "Show developer tools",
|
||||
"Collecting app version information": "Collecting app version information",
|
||||
"Collecting logs": "Collecting logs",
|
||||
|
@ -884,6 +884,10 @@
|
|||
"That doesn't look like a valid email address": "That doesn't look like a valid email address",
|
||||
"You have entered an invalid address.": "You have entered an invalid address.",
|
||||
"Try using one of the following valid address types: %(validTypesList)s.": "Try using one of the following valid address types: %(validTypesList)s.",
|
||||
"The following users may not exist": "The following users may not exist",
|
||||
"The following users may not exist - would you like to invite them anyways?": "The following users may not exist - would you like to invite them anyways?",
|
||||
"Invite anyways and never warn me again": "Invite anyways and never warn me again",
|
||||
"Invite anyways": "Invite anyways",
|
||||
"Preparing to send logs": "Preparing to send logs",
|
||||
"Logs sent": "Logs sent",
|
||||
"Thank you!": "Thank you!",
|
||||
|
@ -968,9 +972,6 @@
|
|||
"Clear cache and resync": "Clear cache and resync",
|
||||
"Riot now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!": "Riot now uses 3-5x less memory, by only loading information about other users when needed. Please wait whilst we resynchronise with the server!",
|
||||
"Updating Riot": "Updating Riot",
|
||||
"Failed to invite the following users": "Failed to invite the following users",
|
||||
"Try again and never warn me again": "Try again and never warn me again",
|
||||
"Try again": "Try again",
|
||||
"Failed to upgrade room": "Failed to upgrade room",
|
||||
"The room upgrade could not be completed": "The room upgrade could not be completed",
|
||||
"Upgrade this room to version %(version)s": "Upgrade this room to version %(version)s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue