1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

Improve group manage page

This commit is contained in:
zhengxie
2012-10-19 10:33:54 +08:00
parent b6f1b8a2e4
commit 6744d9532f
5 changed files with 55 additions and 11 deletions

View File

@@ -16,3 +16,9 @@ msg = _("Permission error: only group staff can add member")
msg = _("Group not exists")
msg = _("Group is full")
msg = _("Failed to add member to group")
# group_remove_member rpc
msg = _("Only group staff can remove member")
msg = _("Group not exists")
msg = _("Can not remove myself")