diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 01:29:13 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-30 01:29:13 -0700 |
commit | b0c81b025eed7d6404e55bcc569fe679c822bdf4 (patch) | |
tree | e16c314d05e19f87252319520cce5b96628a107a /util/strings.php | |
parent | d0bb2d30361c08f74d831b7abe2b2e7c479d0352 (diff) | |
download | volse-hubzilla-b0c81b025eed7d6404e55bcc569fe679c822bdf4.tar.gz volse-hubzilla-b0c81b025eed7d6404e55bcc569fe679c822bdf4.tar.bz2 volse-hubzilla-b0c81b025eed7d6404e55bcc569fe679c822bdf4.zip |
i18n strings refresh
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 3b04b56c4..7c2206895 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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.'; |