[Phpslash-commit] CVS: phpslash-ft/class/locale en.php3,1.15,1.16
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-02-12 22:33:49
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv23704/phpslash-ft/class/locale Modified Files: en.php3 Log Message: a few text strings Index: en.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** en.php3 6 Feb 2003 17:16:45 -0000 1.15 --- en.php3 12 Feb 2003 22:33:45 -0000 1.16 *************** *** 362,365 **** --- 362,370 ---- "[Add or Remove Block Types]", + "Create a New Block" => + "Create a New Block", + + "Update a Block" => + "Update a Block", // Block_i.class // Block_render_cal.class *************** *** 644,647 **** --- 649,670 ---- "[Delete]", + "Add a new Group" => + "Add a new Group", + + "Change existing Groups" => + "Change existing Groups", + + "Edit Group" => + "Edit Group", + + "Change existing Permissions" => + "Change existing Permissions", + + "Add a new Permission" => + "Add a new Permission", + + "Edit Permission" => + "Edit Permission", + // Infolog.class "Deleting all log entries...." => *************** *** 1016,1021 **** "Topic Administration" => ! "Topic Administration" ); ?> --- 1039,1046 ---- "Topic Administration" => ! "Topic Administration", + "Group Administration" => + "Group Administration" ); ?> |