lib/locale

Aleksander Machniak machniak at kolabsys.com
Thu Sep 4 14:26:50 CEST 2014


 lib/locale/en_US.php |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 27fb7121bd463a86d244a0d9221f1026433e16a1
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Sep 4 14:25:53 2014 +0200

    Add ACL letters into ACL translation labels (#3539)

diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php
index af4c40c..1805d0c 100644
--- a/lib/locale/en_US.php
+++ b/lib/locale/en_US.php
@@ -66,20 +66,20 @@ $LANG['acl.read-only'] = 'Read-Only';
 $LANG['acl.read-write'] = 'Read/Write';
 $LANG['acl.semi-full'] = 'Write new items';
 $LANG['acl.write'] = 'write';
-$LANG['acl.l'] = 'Lookup';
-$LANG['acl.r'] = 'Read messages';
-$LANG['acl.s'] = 'Keep Seen state';
-$LANG['acl.w'] = 'Write flags';
-$LANG['acl.i'] = 'Insert (Copy into)';
-$LANG['acl.p'] = 'Post';
-$LANG['acl.c'] = 'Create subfolders';
-$LANG['acl.k'] = 'Create subfolders';
-$LANG['acl.d'] = 'Delete messages';
-$LANG['acl.t'] = 'Delete messages';
-$LANG['acl.e'] = 'Expunge';
-$LANG['acl.x'] = 'Delete folder';
-$LANG['acl.a'] = 'Administer';
-$LANG['acl.n'] = 'Annotate messages';
+$LANG['acl.l'] = 'l - Lookup';
+$LANG['acl.r'] = 'r - Read messages';
+$LANG['acl.s'] = 's - Keep Seen state';
+$LANG['acl.w'] = 'w - Write flags';
+$LANG['acl.i'] = 'i - Insert (Copy into)';
+$LANG['acl.p'] = 'p - Post';
+$LANG['acl.c'] = 'c - Create subfolders';
+$LANG['acl.k'] = 'k - Create subfolders';
+$LANG['acl.d'] = 'd - Delete messages';
+$LANG['acl.t'] = 't - Delete messages';
+$LANG['acl.e'] = 'e - Expunge';
+$LANG['acl.x'] = 'x - Delete folder';
+$LANG['acl.a'] = 'a - Administer';
+$LANG['acl.n'] = 'n - Annotate messages';
 $LANG['acl.identifier'] = 'Identifier';
 $LANG['acl.rights'] = 'Access Rights';
 $LANG['acl.expire'] = 'Expires On';




More information about the commits mailing list