provide disclosure warning on private network page
This commit is contained in:
parent
afdbbaf27d
commit
3787e1e500
5 changed files with 40 additions and 23 deletions
|
@ -105,6 +105,7 @@ $a->strings['Block/Unblock contact'] = 'Block/Unblock contact';
|
|||
$a->strings['Ignore contact'] = 'Ignore contact';
|
||||
$a->strings['Repair contact URL settings'] = 'Repair contact URL settings';
|
||||
$a->strings["Repair contact URL settings \x28WARNING: Advanced\x29"] = "Repair contact URL settings \x28WARNING: Advanced\x29";
|
||||
$a->strings['View conversations'] = 'View conversations';
|
||||
$a->strings['Delete contact'] = 'Delete contact';
|
||||
$a->strings['Last updated: '] = 'Last updated: ';
|
||||
$a->strings['Update public posts: '] = 'Update public posts: ';
|
||||
|
@ -365,6 +366,7 @@ $a->strings['No such group'] = 'No such group';
|
|||
$a->strings['Group is empty'] = 'Group is empty';
|
||||
$a->strings['Group: '] = 'Group: ';
|
||||
$a->strings['Contact: '] = 'Contact: ';
|
||||
$a->strings['Private messages to this person are at risk of public disclosure.'] = 'Private messages to this person are at risk of public disclosure.';
|
||||
$a->strings['Invalid contact.'] = 'Invalid contact.';
|
||||
$a->strings['%d member'] = array(
|
||||
0 => '%d member',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue