updates
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* libraries/common.lib.php3, lines 198-200: open the documentation
|
||||
link in the "documentation" window.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/* $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';
|
||||
@@ -37,6 +37,7 @@ $strAfter = 'Na %s';
|
||||
$strAfterInsertBack = 'Terug';
|
||||
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
|
||||
$strAll = 'Alle';
|
||||
$strAllTableSameWidth = 'Alle tabellen weergeven met de zelfde breedte?';
|
||||
$strAlterOrderBy = 'Wijzig de tabel order bij';
|
||||
$strAnIndex = 'Een index is toegevoegd aan %s';
|
||||
$strAnalyzeTable = 'Analyseer tabel';
|
||||
@@ -277,6 +278,7 @@ $strQueryOnDb = 'SQL-query op database <b>%s</b>:';
|
||||
$strReType = 'Type opnieuw';
|
||||
$strRecords = 'Records';
|
||||
$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';
|
||||
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
|
||||
$strReloadMySQL = 'MySQL opnieuw laden.';
|
||||
@@ -401,6 +403,4 @@ $strYes = 'Ja';
|
||||
|
||||
$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
|
||||
?>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
/* $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';
|
||||
@@ -38,6 +38,7 @@ $strAfter = 'Na %s';
|
||||
$strAfterInsertBack = 'Terug';
|
||||
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
|
||||
$strAll = 'Alle';
|
||||
$strAllTableSameWidth = 'Alle tabellen weergeven met de zelfde breedte?';
|
||||
$strAlterOrderBy = 'Wijzig de tabel order bij';
|
||||
$strAnIndex = 'Een index is toegevoegd aan %s';
|
||||
$strAnalyzeTable = 'Analyseer tabel';
|
||||
@@ -278,6 +279,7 @@ $strQueryOnDb = 'SQL-query op database <b>%s</b>:';
|
||||
$strReType = 'Type opnieuw';
|
||||
$strRecords = 'Records';
|
||||
$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';
|
||||
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
|
||||
$strReloadMySQL = 'MySQL opnieuw laden.';
|
||||
@@ -401,7 +403,4 @@ $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
|
||||
$strYes = 'Ja';
|
||||
|
||||
$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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user