(nl) Updates

This commit is contained in:
Alexander M. Turek
2002-11-05 14:12:16 +00:00
parent daca716863
commit df7ff8206f
3 changed files with 16 additions and 11 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-11-05 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/dutch-*.inc.php3: Updates, Thanks again to Ivo Teel.
2002-11-05 Michal Cihar <nijel@users.sourceforge.net>
* lang/{czech,italian,slovenian,swedish}*.php3: updated translations

View File

@@ -2,7 +2,7 @@
/* $Id$ */
/**
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/07/22 11:36.
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/11/05.
*/
$charset = 'iso-8859-1';
@@ -107,6 +107,7 @@ $strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseWildcard = 'Database (wildcards toegestaan):';
$strDatabases = 'databases';
$strDatabasesStats = 'Database statistieken';
$strDataDict = 'Data Woordenboek';
$strDefault = 'Standaardwaarde';
$strDelete = 'Verwijderen';
$strDeleteFailed = 'Verwijderen mislukt!';
@@ -266,7 +267,6 @@ $strOptions = 'Opties';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
@@ -277,6 +277,8 @@ $strPdfInvalidPageNum = 'Ongedefinieerde PDF pagina nummer!';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPhp = 'Cre<72>er PHP Code';
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPos1 = 'Begin';
@@ -286,6 +288,7 @@ $strPrimaryKey = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrivileges = 'Rechten';
$strProperties = 'Eigenschappen';
@@ -433,7 +436,5 @@ $strYes = 'Ja';
$strZip = '"Gezipt"';
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
// To translate
?>

View File

@@ -2,7 +2,7 @@
/* $Id$ */
/**
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/07/22 11:36.
* Updated by "CaliMonk" <calimonk at gmx.net> on 2002/11/05.
*/
$charset = 'utf-8';
@@ -108,6 +108,7 @@ $strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseWildcard = 'Database (wildcards toegestaan):';
$strDatabases = 'databases';
$strDatabasesStats = 'Database statistieken';
$strDataDict = 'Data Woordenboek';
$strDefault = 'Standaardwaarde';
$strDelete = 'Verwijderen';
$strDeleteFailed = 'Verwijderen mislukt!';
@@ -267,7 +268,6 @@ $strOptions = 'Opties';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
@@ -278,6 +278,8 @@ $strPdfInvalidPageNum = 'Ongedefinieerde PDF pagina nummer!';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPhp = 'Creëer PHP Code';
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPos1 = 'Begin';
@@ -287,6 +289,7 @@ $strPrimaryKey = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrivileges = 'Rechten';
$strProperties = 'Eigenschappen';
@@ -434,7 +437,5 @@ $strYes = 'Ja';
$strZip = '"Gezipt"';
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
?>
// To translate
?>