|
From: Meik S. <acy...@us...> - 2005-08-17 15:57:59
|
Update of /cvsroot/phpbb/phpBB2/language/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17699/language/en Modified Files: admin.php common.php groups.php Log Message: - changed dbal class layout Index: admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/en/admin.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** admin.php 4 Jul 2005 16:54:34 -0000 1.29 --- admin.php 17 Aug 2005 15:57:50 -0000 1.30 *************** *** 1948,1952 **** 'DLL_MYSQLI' => 'MySQL 4.1+ with MySQLi Extension', 'DLL_MSSQL' => 'MSSQL Server 2000', ! 'DLL_MSSQL-ODBC' => 'MSSQL Server 2000 via ODBC', 'DLL_ORACLE' => 'Oracle', 'DLL_POSTGRES' => 'PostgreSQL 7.x', --- 1948,1952 ---- 'DLL_MYSQLI' => 'MySQL 4.1+ with MySQLi Extension', 'DLL_MSSQL' => 'MSSQL Server 2000', ! 'DLL_MSSQL_ODBC' => 'MSSQL Server 2000 via ODBC', 'DLL_ORACLE' => 'Oracle', 'DLL_POSTGRES' => 'PostgreSQL 7.x', Index: common.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/en/common.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** common.php 13 Jun 2005 17:51:53 -0000 1.32 --- common.php 17 Aug 2005 15:57:50 -0000 1.33 *************** *** 49,52 **** --- 49,54 ---- 'ACP' => 'Administration Control Panel', 'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.', + 'ADMINISTRATOR' => 'Administrator', + 'ADMINISTRATORS' => 'Administrators', 'ALLOWED' => 'Allowed', 'ALL_FORUMS' => 'All Forums', *************** *** 125,128 **** --- 127,131 ---- 'FORGOT_PASS' => 'I forgot my password', 'FORUM' => 'Forum', + 'FORUMS' => 'Forums', 'FORUMS_MARKED' => 'All forums have been marked read', 'FORUM_INDEX' => 'Board Index', *************** *** 135,138 **** --- 138,142 ---- 'GO' => 'Go', 'GOTO_PAGE' => 'Goto page', + 'GROUP' => 'Group', 'GROUP_ERR_DESC_LONG' => 'Group description too long.', 'GROUP_ERR_TYPE' => 'Inappropriate group type specified.', *************** *** 361,364 **** --- 365,369 ---- 'TERMS_USE' => 'Terms of Use', + 'THE_TEAM' => 'The team', 'TIME' => 'Time', Index: groups.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/en/groups.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** groups.php 31 May 2005 18:54:00 -0000 1.3 --- groups.php 17 Aug 2005 15:57:50 -0000 1.4 *************** *** 30,34 **** --- 30,40 ---- $lang += array( + 'ALREADY_DEFAULT_GROUP' => 'The selected group is already your default group', + 'ALREADY_IN_GROUP' => 'You are already a member of the selected group', + + 'CHANGED_DEFAULT_GROUP' => 'Successfully changed default group', + 'GROUP_AVATAR' => 'Group avatar', + 'GROUP_CHANGE_DEFAULT' => 'Are you sure you want to change your default membership to the group "%s"?', 'GROUP_CLOSED' => 'Closed', 'GROUP_DESC' => 'Group description', *************** *** 46,52 **** 'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.', 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', ! 'REMOVE_SELECTED' => 'Remove selected', ); --- 52,65 ---- 'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.', + 'LOG_USER_GROUP_CHANGE' => '<b>User changed default group</b><br />» %s', 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', ! 'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group', ! ! 'PRIMARY_GROUP' => 'Primary group', ! ! 'REMOVE_SELECTED' => 'Remove selected', ! ! 'USER_GROUP_CHANGE' => 'From "%1$s" group to "%2$s"', ); |