dutch updates

This commit is contained in:
Marc Delisle
2001-08-27 14:09:08 +00:00
parent 13de70a361
commit 99d4eb6d27
2 changed files with 124 additions and 121 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-08-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/dutch.inc.php3 updates, thanks to Arjen Roodselaar
2001-08-25 Marc Delisle <lem9@users.sourceforge.net>
* lib.inc.php3, bug 455088, avoid to reveal username/password
from config file when they are wrong or MySQL server does not answer

View File

@@ -11,86 +11,86 @@ $byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Aktie';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddPriv = 'Voeg nieuwe rechten toe';
$strAddPrivMessage = 'U heeft nieuwe rechten toegevoegd.';
$strAddSearchConditions = 'Zoekcondities toevoegen (het "where" gedeelte van de query):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAfter = 'Na';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAlterOrderBy = 'Wijzig de tabel order bij';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAnIndex = 'Een index is toegevoegd aan ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAnyColumn = 'Een willekeurige kolom';
$strAnyDatabase = 'Een willekeurige database';
$strAnyHost = 'Een willekeurige host';
$strAnyTable = 'Een willekeurige tabel';
$strAnyUser = 'Een willekeurige gebruiker';
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strBack = 'Terug';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCantLoadMySQL = 'kan de MySQL extensie niet laden,<br />controleer de PHP configuratie.';
$strCarriage = 'Carriage return: \\r';
$strChange = 'Veranderen';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = 'Kolomnamen';
$strCheckDbPriv = 'Controleer database rechten';
$strCheckTable = 'Controleer tabel';
$strColumn = 'Kolom';
$strColumnEmpty = 'De kolommen zijn leeg!';
$strColumnNames = 'Kolom namen';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strConfirm = 'Weet u zeker dat u dit wilt?';
$strCopyTable = 'Kopieer tabel naar:';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCreate = 'Aanmaken';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strCriteria = 'Criteria';
$strData = 'Data'; //to translate
$strData = 'Data'; //
$strDatabase = 'Database ';
$strDatabases = 'databases';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDataOnly = 'Alleen data';
$strDbEmpty = 'De database naam is leeg!';
$strDefault = 'Standaardwaarde';
$strDelete = 'Verwijderen';
$strDeleted = 'De rij is verwijderd';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDeleteFailed = 'Verwijderen mislukt!';
$strDeletePassword = 'Verwijder het wachtwoord';
$strDeleteUserMessage = 'U heeft de gebruiker verwijderd';
$strDelPassMessage = 'Het heeft het wachtwoord verwijderd voor';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDisableMagicQuotes = '<b>Waarschuwing:</b> U heeft magic_quotes_gpc ingeschakelt staan in uw PHP configuratie. Deze versie van PhpMyAdmin kan daar niet goed mee werken. Kijk in de configuratie sectie van de PHP handleiding voor informatie om het uit te schakelen.';
$strDisplay = 'Laat zien';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDocu = 'Documentatie';
$strDoYouReally = 'Weet u zeker dat u wilt ';
$strDrop = 'Verwijderen';
$strDropDB = 'Verwijder database ';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamic'; //to translate
$strDynamic = 'dynamisch';
$strEdit = 'Wijzigen';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effective'; //to translate
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL retourneerde een lege result set (0 rijen).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnableMagicQuotes = '<b>Waarschuwing:</b> U heeft enabled magic_quotes_gpc niet ingeschakelt in uw PHP configuratie. PhpMyAdmin heeft dit nodig om goed te werken. Kijk in de configuratie sectie van de PHP handleiding voor informatie om het in te schakelen.';
$strEnclosedBy = 'enclosed by';
$strEnd = 'Einde';
$strError = 'Fout';
@@ -100,10 +100,10 @@ $strExtra = 'Extra';
$strField = 'Veld';
$strFields = 'Velden';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFormat = 'Formatteren';
$strFunction = 'Functie';
$strGenTime = 'Generation Time'; //to translate
$strGenTime = 'Generatie Tijd';
$strGo = 'Start';
$strGrants = 'Grants'; //to translate
@@ -112,27 +112,27 @@ $strHasBeenCreated = 'is aangemaakt.';
$strHasBeenDropped = 'is verwijderd.';
$strHasBeenEmptied = 'is leeggemaakt.';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHomepageOfficial = 'Officiele phpMyAdmin Website';
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Pagina';
$strHost = 'Host';
$strHostEmpty = 'The host name is empty!'; //to translate
$strHostEmpty = 'De host naam is leeg!';
$strIfYouWish = 'Indien u slechts enkele van de tabelkolommen wilt laden, voer dan een door komma\'s gescheiden veld lijst in.';
$strIndex = 'Index';
$strIndexes = 'Indexes'; //to translate
$strIndexes = 'Indexes';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertIntoTable = 'Invoegen in tabel';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertTextfiles = 'Invoegen tekstbestanden in tabel';
$strInUse = 'in use'; //to translate
$strInUse = 'in gebruik';
$strKeyname = 'Sleutelnaam';
$strKill = 'Kill'; //to translate
$strLength = 'Length'; //to translate
$strLengthSet = 'Length/Values*'; //to translate
$strLimitNumRows = 'records per page'; //to translate
$strLength = 'Lengte';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Regels';
$strLocationTextfile = 'Locatie van het tekstbestand';
@@ -140,7 +140,7 @@ $strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Uitloggen';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strModify = 'Pas aan';
$strMySQLReloaded = 'MySQL opnieuw geladen.';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
@@ -150,47 +150,47 @@ $strMySQLShowVars = 'MySQL systeemvariabelen';
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoPassword = 'Geen wachtwoord';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNull = 'Null';
$strNumberIndexes = ' Number of advanced indexes '; //to translate
$strNumberIndexes = ' Aantal van geavanceerde indexes ';
$strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptimizeTable = 'Optimaliseer tabel';
$strOptionalControls = 'Optional. Controls how to write or read special characters.';
$strOptionally = 'OPTIONEEL';
$strOr = 'Of';
$strOverhead = 'Overhead'; //to translate
$strOverhead = 'Overhead';
$strPassword = 'Password'; //to translate
$strPasswordEmpty = 'The password is empty!'; //to translate
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
$strPHPVersion = 'PHP Version'; //to translate
$strPassword = 'Wachtwoord';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPHPVersion = 'PHP Versie';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKey = 'Primaire sleutel';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strPrinterFriendly = 'Printer vriendelijke versie van de tabel hierboven';
$strPrintView = 'Print beeld'; //THIS IS A BAD TRANSLATION SINCE THERE AIN'T REALLY A TRANSLATION FOR THAT IN DUTCH
$strPrivileges = 'Rechten';
$strProducedAnError = 'leverde een fout op.';
$strProperties = 'Eigenschappen';
$strQBE = 'Query opbouwen';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strReadTheDocs = 'Lees de documentatie';
$strRecords = 'Records';
$strReloadFailed = 'Opnieuw laden van MySQL mislukt.';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRememberReload = 'Vergeet niet de server te herladen.';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemd naar %s';
$strRepairTable = 'Repair table'; //to translate
$strRepairTable = 'Repareer tabel';
$strReplace = 'Vervangen';
$strReplaceTable = 'Vervang tabelgegevens met bestand';
$strReset = 'Reset';
@@ -200,12 +200,12 @@ $strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRowLength = 'Rij lengte';
$strRows = 'Rijen';
$strRowsFrom = 'rijen starten op';
$strRowsStatistic = 'Rij statistiek';
$strRunning = 'wordt uitgevoerd op ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'SQL query/queries uitvoeren op database ';
$strSave = 'Opslaan';
@@ -214,13 +214,13 @@ $strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSend = 'verzenden';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = 'Show'; //to translate
$strServerVersion = 'Server versie';
$strShow = 'Laat zien';
$strShowingRecords = 'Records laten zien ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSize = 'Grote';
$strSort = 'Sorteren';
$strSpaceUsage = 'Ruimte gebruik';
$strSQLQuery = 'SQL-query';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV gegevens';
@@ -233,30 +233,30 @@ $strSum = 'Sum'; //to translate
$strTable = 'Tabel ';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableEmpty = 'De tabel naam is leeg!';
$strTableMaintenance = 'Tabel onderhoud';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Table type'; //to translate
$strTableType = 'Tabel type';
$strTerminatedBy = 'eindigend op';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTextAreaLength = ' Vanweg z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strTheContent = 'De inhoud van uw bestanden is ingevoegd.';
$strTheContents = 'De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.';
$strTheTerminator = 'De \'terminator\' van de velden.';
$strTotal = 'totaal';
$strType = 'Type';
$strUncheckAll = 'Uncheck All'; //to translate
$strUncheckAll = 'Deselecteer alles';
$strUnique = 'Unieke waarde';
$strUpdatePassMessage = 'You have updated the password for'; //to translate
$strUpdatePassword = 'Update Password'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate
$strUserEmpty = 'The user name is empty!'; //to translate
$strUserName = 'User name'; //to translate
$strUsers = 'Users'; //to translate
$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3)
$strUpdatePassMessage = 'U heeft het wachtwoord gewijzigd voor';
$strUpdatePassword = 'Wijzig wachtwoord';
$strUpdatePrivMessage = 'U heeft de rechten gewijzigd voor';
$strUpdateQuery = 'Wijzig Query';
$strUsage = 'Gebruik';
$strUser = 'Gebruiker';
$strUserEmpty = 'De gebruiker naam is leeg!';
$strUserName = 'Gebruiker naam';
$strUsers = 'Gebruikers';
$strUseTables = 'Gebruik tabellen';
$strValue = 'Waarde';
$strViewDump = 'Bekijk een dump (schema) van tabel';
@@ -269,40 +269,40 @@ $strYes = 'Ja';
// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
$strBinary = ' Binary '; //to translate
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
$strNotNumber = 'This is not a number!'; //to translate
$strNotValidNumber = ' is not a valid row number!'; //to translate
$strBinary = ' Binary ';
$strBinaryDoNotEdit = ' Binary - niet aanpassen ';
$strEnglishPrivileges = ' Aantekening: de MySQL rechten namen zijn uitgelegd in het Engels ';
$strNotNumber = 'Dit is geen cijfer!';
$strNotValidNumber = ' geen geldig rij nummer!';
// export Zip (July 07, 2001, 19:48am)
$strBzip = '"bzipped"';
$strGzip = '"gzipped"'; //to translate
$strGzip = '"gzipped"';
// To translate
$strAffectedRows = 'Affected rows:';
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDatabasesStats = 'Database statestieken';
$strDeletedRows = 'Verwijder rijen:';
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
$strDropTable = 'Verwijder tabel';
$strExtendedInserts = 'Extended inserts';
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$strInstructions = 'Instructions';//to translate
$strInsertedRows = 'Inserted rows:';
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFormEmpty = 'Er mist een waarde in het formulier !';
$strInstructions = 'Instructies';
$strInsertedRows = 'Ingevoegde rijen:';
$strNbRecords = 'aantal records';
$strNoDatabases = 'Geen databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change';
$strNoModification = 'Geen verandering';
$strOffSet = 'offset';
$strQueryOnDb = 'SQL-query on database ';
$strRowSize = ' Row size '; //to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
$strQueryOnDb = 'SQL-query op database ';
$strRowSize = ' Rij grote ';
$strSetEnumVal = 'Als het veld type is "enum" of "set", voer de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShowPHPInfo = 'Laat PHP informatie zien';
$strShowThisQuery = ' Laat deze query hier weer zien ';
$strStrucExcelCSV = 'CSV voor Ms Excel data';
$strTables = '%s tabel(len)';
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strServerChoice = 'Server Choice';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strServerChoice = 'Server keuze';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
?>