diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
commit | 030f6f306cba0f025d124fc7a2912a2bafb291be (patch) | |
tree | 7643c61b5d25671b3d79ba2d8c28fd7c9bb60b4a /util/strings.php | |
parent | 8e22c669a0668fc0498e9c1d822dcefd97bae1e5 (diff) | |
parent | 2ffe0d0b1d9589b6b37d8ade0114caef31339001 (diff) | |
download | volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.gz volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.bz2 volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php index 3d75e6757..8b58a6b7a 100644 --- a/util/strings.php +++ b/util/strings.php @@ -249,9 +249,12 @@ $a->strings['Delete conversation'] = 'Delete conversation'; $a->strings['Message not available.'] = 'Message not available.'; $a->strings['Delete message'] = 'Delete message'; $a->strings['Send Reply'] = 'Send Reply'; +$a->strings['Normal View'] = 'Normal View'; +$a->strings['New Item View'] = 'New Item View'; $a->strings['No such group'] = 'No such group'; $a->strings['Group is empty'] = 'Group is empty'; $a->strings['Group: '] = 'Group: '; +$a->strings['View in context'] = 'View in context'; $a->strings['Invalid request identifier.'] = 'Invalid request identifier.'; $a->strings['Discard'] = 'Discard'; $a->strings['Ignore'] = 'Ignore'; @@ -347,7 +350,6 @@ $a->strings['Register'] = 'Register'; $a->strings['Please login.'] = 'Please login.'; $a->strings['Registration revoked for '] = 'Registration revoked for '; $a->strings['Account approved.'] = 'Account approved.'; -$a->strings['View in context'] = 'View in context'; $a->strings['Passwords do not match. Password unchanged.'] = 'Passwords do not match. Password unchanged.'; $a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Empty passwords are not allowed. Password unchanged.'; $a->strings['Password changed.'] = 'Password changed.'; |