|
From: Josh <jel...@us...> - 2007-01-03 16:16:17
|
Update of /cvsroot/cmsforme/CMSformE/l10n/en_US In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25808/l10n/en_US Modified Files: admin.php common.php Log Message: - Remove staffcp (replacement will go into ACP soon-ish - no, really GPH) - Fix quote and code eCodes - Security fix in modules.php - Document the functions in l10n.php (this file could use some fxn merging, IMO) The Doughnut is back in business! Index: admin.php =================================================================== RCS file: /cvsroot/cmsforme/CMSformE/l10n/en_US/admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- admin.php 23 Apr 2005 18:55:32 -0000 1.2 +++ admin.php 3 Jan 2007 16:16:06 -0000 1.3 @@ -92,7 +92,6 @@ // Configuration $L10n->put_langs( array( - 'apply_staff' => 'Allow users to apply to staff?', 'config_updated' => 'Configuration Updated', 'config_updated_explain' => 'The config has been updated.', 'default_date' => 'Default Date/Time Format', Index: common.php =================================================================== RCS file: /cvsroot/cmsforme/CMSformE/l10n/en_US/common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- common.php 23 Apr 2005 18:55:32 -0000 1.2 +++ common.php 3 Jan 2007 16:16:06 -0000 1.3 @@ -145,30 +145,6 @@ 'faq_empty_explain' => 'Sorry, there are no FAQ entries for your language.' ) ); -// Staff -$L10n->put_langs( array( - 'administrator' => 'Administrator', - 'apply_staff' => 'Apply to Staff', - 'approve_user' => 'Approve User', - 'bio' => 'Biography', - 'biography_here' => 'Write your life\'s story here.', - 'chief' => 'Editor-in-Chief', - 'deny_user' => 'Deny User', - 'editor' => 'Editor', - 'manage_staff' => 'Manage Staff Members', - 'moderator' => 'Moderator', - 'no_apply_staff' => 'Application to Staff has been disabled by an Administrator.', - 'no_staff' => 'No Staff', - 'no_staff_explain' => 'Your query returned no staff members.', - 'no_staff_inactive' => 'There are no inactive staff members to approve.', - 'remove_staff' => 'Remove Staff Member', - 'role' => 'Role', - 'staff' => 'Staff', - 'staff_added' => 'This user was added to the roster of staff.', - 'staff_denied' => 'This user\'s application for staff has been denied.', - 'staff_pending' => 'You are now a pending staff member.' -) ); - // Login $L10n->put_langs( array( 'already_logged_in' => 'Already Logged In', @@ -240,7 +216,6 @@ 'copyright' => 'Copyright © 2003-2005 CMSform<sup>E</sup> Development Crew', 'generation_time' => 'Generation Time', 'powered_by' => 'Powered By CMSform<sup>E</sup>', - 'staff_panel' => 'Staff Control Panel' ) ); // General Errors |