|
From: Paul S. O. <ps...@us...> - 2002-05-12 00:47:44
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv6987/language/lang_english
Modified Files:
Tag: phpBB-2_0_0
lang_admin.php lang_main.php
Log Message:
Loads of bug fixes and updates
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -C2 -r1.35 -r1.35.2.1
*** lang_admin.php 10 Mar 2002 03:41:33 -0000 1.35
--- lang_admin.php 12 May 2002 00:47:41 -0000 1.35.2.1
***************
*** 29,53 ****
// in the modules[][] arrays in each module file
//
! $lang['General'] = "General Admin";
! $lang['Users'] = "User Admin";
! $lang['Groups'] = "Group Admin";
! $lang['Forums'] = "Forum Admin";
! $lang['Styles'] = "Styles Admin";
!
! $lang['Configuration'] = "Configuration";
! $lang['Permissions'] = "Permissions";
[...1373 lines suppressed...]
! $lang['Upgrade'] = 'Upgrade';
! $lang['Install_Method'] = 'Choose your installation method';
! $lang['Install_No_Ext'] = 'The php configuration on your server doesn\'t support the database type that you choose';
! $lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for php which your php configuration doesn\'t appear to support!';
//
***************
*** 718,720 ****
// -------------------------------------------------
! ?>
--- 718,720 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v
retrieving revision 1.85
retrieving revision 1.85.2.1
diff -C2 -r1.85 -r1.85.2.1
*** lang_main.php 25 Mar 2002 19:22:42 -0000 1.85
--- lang_main.php 12 May 2002 00:47:41 -0000 1.85.2.1
***************
*** 21,41 ****
//
! // The format of this file is:
//
! // ---> $lang['message'] = "text";
//
! // You should also try to set a locale and a character
! // encoding (plus direction). The encoding and direction
! // will be sent to the template. The locale may or may
! // not work, it's dependent on OS support and the syntax
[...1943 lines suppressed...]
//
! $lang['Information'] = 'Information';
! $lang['Critical_Information'] = 'Critical Information';
! $lang['General_Error'] = 'General Error';
! $lang['Critical_Error'] = 'Critical Error';
! $lang['An_error_occured'] = 'An Error Occurred';
! $lang['A_critical_error'] = 'A Critical Error Occurred';
//
***************
*** 990,992 ****
// -------------------------------------------------
! ?>
--- 1001,1003 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
|