Update of /cvsroot/phpslash/phpslash-ft/class/locale
In directory sc8-pr-cvs1:/tmp/cvs-serv23567/phpslash-ft/class/locale
Modified Files:
en.php3
Log Message:
duplicate getName and getId function names
Index: en.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** en.php3 22 Jan 2003 18:23:53 -0000 1.10
--- en.php3 22 Jan 2003 18:55:38 -0000 1.11
***************
*** 509,513 ****
"Add a new Term" =>
"Add a new Term",
!
// Infolog.class
// Mailinglist.class
--- 509,571 ----
"Add a new Term" =>
"Add a new Term",
!
! // Group.class
! "There is no group_name in Group.class::saveGroup" =>
! "There is no group_name in Group.class::saveGroup",
!
! "There is no description in Group.class::saveGroup" =>
! "There is no description in Group.class::saveGroup",
!
! "Group information updated" =>
! "Group information updated",
!
! "Group information saved" =>
! "Group information saved",
!
! "No section chosen." =>
! "No section chosen.",
!
! "Sorry, this group is assigned to author " =>
! "Sorry, this group is assigned to author ",
!
! "Sorry, this group is assigned to group" =>
! "Sorry, this group is assigned to group",
!
! " Group not deleted" =>
! " Group not deleted",
!
! "Group deleted" =>
! "Group deleted",
!
! "There is no permission_name in Permission.class::savePermission" =>
! "There is no permission_name in Permission.class::savePermission",
!
! "There is no description in Permission.class::savePermission" =>
! "There is no description in Permission.class::savePermission",
!
! "Permission information updated" =>
! "Permission information updated",
!
! "Permission information saved" =>
! "Permission information saved",
!
! "Sorry, this permission is assigned to group " =>
! "Sorry, this permission is assigned to group ",
!
! " Permission not deleted" =>
! " Permission not deleted",
!
! "Permission deleted" =>
! "Permission deleted",
!
! "All Sections" =>
! "All Sections",
!
! "[Edit]" =>
! "[Edit]",
!
! "[Delete]" =>
! "[Delete]",
!
// Infolog.class
// Mailinglist.class
|