diff options
author | Friendika <info@friendika.com> | 2011-04-19 21:09:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-19 21:09:25 -0700 |
commit | 3787e1e500b72db49958c15ebe8991caaf06ec4d (patch) | |
tree | aa0a6931096166dbc203f388e1d308ca7b39419f /util/strings.php | |
parent | afdbbaf27d4f841fce977186f125db452292da7c (diff) | |
download | volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.tar.gz volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.tar.bz2 volse-hubzilla-3787e1e500b72db49958c15ebe8991caaf06ec4d.zip |
provide disclosure warning on private network page
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index f5663d8e7..98c20fb26 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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', |