[Phpslash-commit] CVS: phpslash-ft/class/locale en.php3,1.7,1.8
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-01-14 18:21:59
|
Update of /cvsroot/phpslash/phpslash-ft/class/locale In directory sc8-pr-cvs1:/tmp/cvs-serv25833/phpslash-ft/class/locale Modified Files: en.php3 Log Message: translation tweaks Index: en.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/locale/en.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** en.php3 11 Nov 2002 18:13:24 -0000 1.7 --- en.php3 14 Jan 2003 18:21:12 -0000 1.8 *************** *** 140,146 **** "New Submission", - // submissionAdmin.php3 // /admin files ! // authorAdmin "Error! Invalid Privileges" => "Error! Invalid Privileges", --- 140,147 ---- "New Submission", // /admin files ! "Administration" => ! "Administration", ! "Error! Invalid Privileges" => "Error! Invalid Privileges", *************** *** 148,151 **** --- 149,156 ---- "Sorry. You do not have the necessary privilege to view this page." => "Sorry. You do not have the necessary privilege to view this page.", + + // authorAdmin + "Author Administration" => + "Author Administration", // blockadmin.php3 *************** *** 164,167 **** --- 169,230 ---- // Author.class + "Existing Authors" => + "Existing Authors", + + "There is no author_name in Author.class::saveProfile" => + "There is no author_name in Author.class::saveProfile", + + "There is no author_name in Author.class::saveAuthor" => + "There is no author_name in Author.class::saveAuthor", + + "You need to select some permissions in Author.class::saveAuthor" => + "You need to select some permissions in Author.class::saveAuthor", + + "When changing the username, the password field must also be completed." => + "When changing the username, the password field must also be completed.", + + "Author Updated" => + "Author Updated", + + "Author deleted" => + "Author deleted", + + "Add a new Author" => + "Add a new Author", + + "Update Author (%s)" => + "Update Author (%s)", + + "There is no password in Author.class::saveAuthor" => + "There is no password in Author.class::saveAuthor", + + "Author Created" => + "Author Created", + + "No permissions chosen." => + "No permissions chosen.", + + "Profile Updated" => + "Profile Updated", + + "You can't delete yourself! Create another user, log in as he/she and then delete this account." => + "You can't delete yourself! Create another user, log in as he/she and then delete this account.", + + "Missing Username or ID" => + "Missing Username or ID", + + "Username not found" => + "Username not found", + + "Sorry the user's email address is not valid" => + "Sorry the user's email address is not valid", + + "Email Confirmation sent" => + "Email Confirmation sent", + + "Email Confirmation failure" => + "Email Confirmation failure", + + // Block.class // Block_i.class *************** *** 306,309 **** --- 369,375 ---- // Section.class + "Section %s(%s) deleted" => + "Section %s(%s) deleted", + // Story.class "More" => |