aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-19 17:56:36 -0800
committerFriendika <info@friendika.com>2011-01-19 17:56:36 -0800
commitb1d67c8d3ca217fb1383cad947c00fb560d51342 (patch)
tree0b2fed42b80dd1dafaea642f2a957c9d233a4ebb /util
parente7c5f9e7de033098d9dcf58bb1cffda934dbd2c3 (diff)
downloadvolse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.tar.gz
volse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.tar.bz2
volse-hubzilla-b1d67c8d3ca217fb1383cad947c00fb560d51342.zip
network view all item types by date
Diffstat (limited to 'util')
-rw-r--r--util/strings.php4
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.';