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 Invite = require("../../../Invite");
|
||||||
|
|
||||||
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
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({
|
module.exports = React.createClass({
|
||||||
displayName: 'MemberList',
|
displayName: 'MemberList',
|
||||||
|
@ -355,7 +349,7 @@ module.exports = React.createClass({
|
||||||
if (invitedMemberTiles.length > 0) {
|
if (invitedMemberTiles.length > 0) {
|
||||||
invitedSection = (
|
invitedSection = (
|
||||||
<div className="mx_MemberList_invited">
|
<div className="mx_MemberList_invited">
|
||||||
<h2>Invited</h2>
|
<h2>{ _t("Invited") }</h2>
|
||||||
<div className="mx_MemberList_wrapper">
|
<div className="mx_MemberList_wrapper">
|
||||||
{invitedMemberTiles}
|
{invitedMemberTiles}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -305,6 +305,7 @@
|
||||||
"Invalid file%(extra)s": "Invalid file%(extra)s",
|
"Invalid file%(extra)s": "Invalid file%(extra)s",
|
||||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s invited %(targetName)s.",
|
"%(senderName)s invited %(targetName)s.": "%(senderName)s invited %(targetName)s.",
|
||||||
"Invite new room members": "Invite new room members",
|
"Invite new room members": "Invite new room members",
|
||||||
|
"Invited": "Invited",
|
||||||
"Invites": "Invites",
|
"Invites": "Invites",
|
||||||
"Invites user with given id to current room": "Invites user with given id to current room",
|
"Invites user with given id to current room": "Invites user with given id to current room",
|
||||||
"is a": "is a",
|
"is a": "is a",
|
||||||
|
|
|
@ -311,6 +311,7 @@
|
||||||
"Invalid Email Address": "Adresse e-mail invalide",
|
"Invalid Email Address": "Adresse e-mail invalide",
|
||||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s a invité %(targetName)s.",
|
"%(senderName)s invited %(targetName)s.": "%(senderName)s a invité %(targetName)s.",
|
||||||
"Invite new room members": "Inviter de nouveaux membres",
|
"Invite new room members": "Inviter de nouveaux membres",
|
||||||
|
"Invited": "Invités",
|
||||||
"Invites": "Invitations",
|
"Invites": "Invitations",
|
||||||
"Invites user with given id to current room": "Inviter l’utilisateur avec un ID donné dans le salon actuel",
|
"Invites user with given id to current room": "Inviter l’utilisateur avec un ID donné dans le salon actuel",
|
||||||
"is a": "est un",
|
"is a": "est un",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue