|
From: Paul S. O. <ps...@us...> - 2002-05-27 11:58:14
|
Update of /cvsroot/phpbb/phpBB2/language/lang_dutch
In directory usw-pr-cvs1:/tmp/cvs-serv20347/language/lang_dutch
Modified Files:
Tag: phpBB-2_0_0
lang_admin.php lang_main.php
Log Message:
Updated for 2.0.1
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_admin.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** lang_admin.php 17 Feb 2002 22:18:40 -0000 1.4
--- lang_admin.php 27 May 2002 11:58:06 -0000 1.4.2.1
***************
*** 29,53 ****
// in the modules[][] arrays in each module file
//
! $lang['General'] = "Algemeen beheer";
! $lang['Users'] = "Gebruikers beheer";
! $lang['Groups'] = "Groeps beheer";
! $lang['Forums'] = "Forum beheer";
! $lang['Styles'] = "Stijlen beheer";
!
! $lang['Configuration'] = "Configuratie";
! $lang['Permissions'] = "Permissies";
[...1355 lines suppressed...]
! $lang['Upgrade'] = 'Upgrade';
! $lang['Install_Method'] = 'Kies je installatie methode';
! $lang['Install_No_Ext'] = 'Je PHP configuratie ondersteund geen database systeem dat phpBB kan gebruiken.';
! $lang['Install_No_PCRE'] = 'phpBB2 heeft de Perl-Compatible Regular Expressions Module voor PHP nodig. Deze is niet actief in je PHP installatie.';
//
***************
*** 706,708 ****
// -------------------------------------------------
!
--- 719,721 ----
// -------------------------------------------------
! ?>
\ No newline at end of file
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_dutch/lang_main.php,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -r1.20 -r1.20.2.1
*** lang_main.php 6 Mar 2002 00:36:21 -0000 1.20
--- lang_main.php 27 May 2002 11:58:06 -0000 1.20.2.1
***************
*** 21,42 ****
//
! // 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
[...1931 lines suppressed...]
! $lang['Critical_Error'] = "Fatale Fout";
! $lang['An_error_occured'] = "Er is een fout opgetreden";
! $lang['A_critical_error'] = "Er is een fatale fout opgetreden";
! $lang['Admin_online_color'] = "%sBeheerder%s";
! $lang['Mod_online_color'] = "%sModerator%s";
//
--- 994,1004 ----
// specific failure on a page)
//
! $lang['Information'] = 'Informatie';
! $lang['Critical_Information'] = 'Belangrijke Informatie';
! $lang['General_Error'] = 'Algemene Fout';
! $lang['Critical_Error'] = 'Fatale Fout';
! $lang['An_error_occured'] = 'Er is een fout opgetreden';
! $lang['A_critical_error'] = 'Er is een fatale fout opgetreden';
//
|