Update of /cvsroot/openinteract/OpenInteract2/pkg/base_group/msg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278/pkg/base_group/msg
Modified Files:
base_group-messages-en.msg
Log Message:
update packages to move as many messages as possible out of code and into message files; use new add_status/add_error shortcuts
Index: base_group-messages-en.msg
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_group/msg/base_group-messages-en.msg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** base_group-messages-en.msg 10 Jun 2004 22:12:42 -0000 1.2
--- base_group-messages-en.msg 5 Dec 2004 08:51:19 -0000 1.3
***************
*** 15,17 ****
base_group.list.summary = Listed below are all the groups currently in the system.
base_group.list.no_groups = There are currently no groups in the system that \
! you have security access to view.
\ No newline at end of file
--- 15,22 ----
base_group.list.summary = Listed below are all the groups currently in the system.
base_group.list.no_groups = There are currently no groups in the system that \
! you have security access to view.
! base_group.error.failed_fetch = Failed to retrieve groups: [_1]
! base_group.error.failed_member_fetch = Failed to retrieve all users: [_1]
! base_group.error.failed_member_remove = Failed to remove user members: [_1]
! base_group.error.failed_member_remove = Failed to add user members: [_1]
! base_group.status.update_ok = Group membership information updated: added [_1]; removed [_2].
\ No newline at end of file
|