mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
i18n invited, and delete stale warning
This commit is contained in:
parent
5e3af22c5d
commit
3d91b31637
3 changed files with 3 additions and 7 deletions
|
@ -28,12 +28,6 @@ var CallHandler = require("../../../CallHandler");
|
|||
var Invite = require("../../../Invite");
|
||||
|
||||
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
||||
var SHARE_HISTORY_WARNING =
|
||||
<span>
|
||||
Newly invited users will see the history of this room. <br/>
|
||||
If you'd prefer invited users not to see messages that were sent before they joined, <br/>
|
||||
turn off, 'Share message history with new users' in the settings for this room.
|
||||
</span>;
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'MemberList',
|
||||
|
@ -355,7 +349,7 @@ module.exports = React.createClass({
|
|||
if (invitedMemberTiles.length > 0) {
|
||||
invitedSection = (
|
||||
<div className="mx_MemberList_invited">
|
||||
<h2>Invited</h2>
|
||||
<h2>{ _t("Invited") }</h2>
|
||||
<div className="mx_MemberList_wrapper">
|
||||
{invitedMemberTiles}
|
||||
</div>
|
||||
|
|
|
@ -305,6 +305,7 @@
|
|||
"Invalid file%(extra)s": "Invalid file%(extra)s",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s invited %(targetName)s.",
|
||||
"Invite new room members": "Invite new room members",
|
||||
"Invited": "Invited",
|
||||
"Invites": "Invites",
|
||||
"Invites user with given id to current room": "Invites user with given id to current room",
|
||||
"is a": "is a",
|
||||
|
|
|
@ -311,6 +311,7 @@
|
|||
"Invalid Email Address": "Adresse e-mail invalide",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s a invité %(targetName)s.",
|
||||
"Invite new room members": "Inviter de nouveaux membres",
|
||||
"Invited": "Invités",
|
||||
"Invites": "Invitations",
|
||||
"Invites user with given id to current room": "Inviter l’utilisateur avec un ID donné dans le salon actuel",
|
||||
"is a": "est un",
|
||||
|
|
Loading…
Reference in a new issue