This commit is contained in:
Marc Delisle
2002-07-22 13:24:39 +00:00
parent ed74cb4bfa
commit d53fd4903d
3 changed files with 19 additions and 17 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-07-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/dutch update, thanks to Ivo Teel.
2002-07-22 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-07-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/common.lib.php3, lines 198-200: open the documentation * libraries/common.lib.php3, lines 198-200: open the documentation
link in the "documentation" window. link in the "documentation" window.

View File

@@ -2,7 +2,7 @@
/* $Id$ */ /* $Id$ */
/** /**
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/06/18 11:25. * Updated by "CaliMonk" <calimonk at gmx.net> on 2002/07/22 11:36.
*/ */
$charset = 'iso-8859-1'; $charset = 'iso-8859-1';
@@ -37,6 +37,7 @@ $strAfter = 'Na %s';
$strAfterInsertBack = 'Terug'; $strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe'; $strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAll = 'Alle'; $strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met de zelfde breedte?';
$strAlterOrderBy = 'Wijzig de tabel order bij'; $strAlterOrderBy = 'Wijzig de tabel order bij';
$strAnIndex = 'Een index is toegevoegd aan %s'; $strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel'; $strAnalyzeTable = 'Analyseer tabel';
@@ -277,6 +278,7 @@ $strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strReType = 'Type opnieuw'; $strReType = 'Type opnieuw';
$strRecords = 'Records'; $strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referenti<74>le integriteit'; $strReferentialIntegrity = 'Controleer referenti<74>le integriteit';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinked zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht'; $strRelationView = 'Relatie overzicht';
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.'; $strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
$strReloadMySQL = 'MySQL opnieuw laden.'; $strReloadMySQL = 'MySQL opnieuw laden.';
@@ -401,6 +403,4 @@ $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
?> ?>

View File

@@ -2,7 +2,7 @@
/* $Id$ */ /* $Id$ */
/** /**
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/06/18 11:25. * Updated by "CaliMonk" <calimonk at gmx.net> on 2002/07/22 11:36.
*/ */
$charset = 'utf-8'; $charset = 'utf-8';
@@ -38,6 +38,7 @@ $strAfter = 'Na %s';
$strAfterInsertBack = 'Terug'; $strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe'; $strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAll = 'Alle'; $strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met de zelfde breedte?';
$strAlterOrderBy = 'Wijzig de tabel order bij'; $strAlterOrderBy = 'Wijzig de tabel order bij';
$strAnIndex = 'Een index is toegevoegd aan %s'; $strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel'; $strAnalyzeTable = 'Analyseer tabel';
@@ -278,6 +279,7 @@ $strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strReType = 'Type opnieuw'; $strReType = 'Type opnieuw';
$strRecords = 'Records'; $strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit'; $strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinked zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht'; $strRelationView = 'Relatie overzicht';
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.'; $strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
$strReloadMySQL = 'MySQL opnieuw laden.'; $strReloadMySQL = 'MySQL opnieuw laden.';
@@ -401,7 +403,4 @@ $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
$strYes = 'Ja'; $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
?> ?>