|
From: Benjamin C. <bc...@us...> - 2002-05-18 03:01:24
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv28837/languages Modified Files: en.php Log Message: Moving back to wrap.html from header/footer.html Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- en.php 11 Apr 2002 18:39:31 -0000 1.15 +++ en.php 18 May 2002 03:01:22 -0000 1.16 @@ -74,7 +74,9 @@ 1 => 'Active users', 2 => 'Inactive users'), 'dupe_dependency' => 'That bug dependency has already been added', - 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered' + 'image_path_not_writeable' => 'The subdirectory "jpgimages" is not writeable by the web process, so the summary image can not be rendered', + 'password_changed' => 'Your password has been changed', + 'prefs_changed' => 'Your preferences have been changed', ); // Page titles @@ -98,7 +100,27 @@ 'user' => 'Users', 'home' => 'Home', 'reporting' => 'Reporting', - 'group' => 'Groups' + 'group' => 'Groups', + 'bugvotes' => 'Bug Votes', + 'bughistory' => 'Bug History', + 'viewbug' => 'View Bug', + 'addattachment' => 'Add Attachment', + 'accountcreated' => 'Account Created', + 'changessaved' => 'Changes Saved', + 'preferences' => 'User Preferences', + 'edituser' => 'Edit User', + 'adduser' => 'Add User', + 'editstatus' => 'Edit Status', + 'addstatus' => 'Add Status', + 'editseverity' => 'Edit Severity', + 'addseverity' => 'Add Severity', + 'editresolution' => 'Edit Resolution', + 'addresolution' => 'Add Resolution', + 'editos' => 'Edit Operating System', + 'addos' => 'Add Operating System', + 'editgroup' => 'Edit Group', + 'addgroup' => 'Add Group', + 'configuration' => 'Configuration', ); ?> |