diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-08 10:39:34 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-08 10:39:34 (GMT) |
commit | d727e6354b2fb0b4800023fa02fa6e993e812806 (patch) | |
tree | 9a6afffc7aeeff4e75bc1cf8bbd8b6f81d0ee624 | |
parent | 05ccb02d08805a7cae8852c82378126c26989cd9 (diff) | |
download | kolab-wap-d727e6354b2fb0b4800023fa02fa6e993e812806.tar.gz |
Add translation for group.member label
-rw-r--r-- | lib/locale/en_US.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php index e9ee07b..1e423e4 100644 --- a/lib/locale/en_US.php +++ b/lib/locale/en_US.php @@ -114,6 +114,7 @@ $LANG['user.loginshell'] = 'Shell'; $LANG['user.uidnumber'] = 'User ID number'; $LANG['group.add'] = 'Add Group'; +$LANG['group.member'] = 'Member(s)'; $LANG['group.norecords'] = 'No group records found!'; $LANG['group.list'] = 'Groups List'; $LANG['group.list.records'] = '$1 to $2 of $3'; |