]> git.mxchange.org Git - friendica.git/commitdiff
i18n strings refresh
authorMike Macgirvin <mike@macgirvin.com>
Thu, 30 Sep 2010 08:29:13 +0000 (01:29 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 30 Sep 2010 08:29:13 +0000 (01:29 -0700)
util/strings.php

index 3b04b56c4d11a51e29d80569c244159584536f8f..7c2206895fdef7932e3394856c6e041c4064fc34 100644 (file)
@@ -83,6 +83,7 @@ $a->strings["Incorrect identity currently logged in. Please login to <strong>thi
 $a->strings['[Name Withheld]'] = '[Name Withheld]';
 $a->strings['Global Directory'] = 'Global Directory';
 $a->strings['Item not found.'] = 'Item not found.';
+$a->strings['Private Message'] = 'Private Message';
 $a->strings['This is you'] = 'This is you';
 $a->strings['Item has been removed.'] = 'Item has been removed.';
 $a->strings['Group created.'] = 'Group created.';
@@ -123,6 +124,7 @@ $a->strings['status'] = 'status';
 $a->strings['likes'] = 'likes';
 $a->strings['doesn\'t like'] = 'doesn\'t like';
 $a->strings['\'s'] = '\'s';
+$a->strings['Visible to:'] = 'Visible to:';
 $a->strings['No recipient selected.'] = 'No recipient selected.';
 $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.';
 $a->strings['Message sent.'] = 'Message sent.';