From e33ef9308cb831506f68afe0f25f509f04731c81 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 28 Oct 2002 20:44:50 +0000 Subject: [PATCH] Translations #629818 --- ChangeLog | 10 +++++++--- lang/dutch-iso-8859-1.inc.php3 | 4 ++-- lang/dutch-utf-8.inc.php3 | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dfc18c52..ca489b853 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ $Id$ $Source$ +2002-10-21 Alexander M. Turek + * lang/dutch.inc.php3: Fixed a bug in the Dutch language files + (see Translations #629818). + 2002-10-25 Loïc Chapeaux * libraries/common.lib.php3; libraries/display_tbl.lib.php3; libraries/kanji-encoding.lib.php3; libraries/sqlparser.lib.php3 @@ -26,7 +30,7 @@ $Source$ * `find -name '*.php3'`: Added vim modelines for PEAR style indentation 2002-10-22 Marc Delisle - * pdf_pages.php3: undefined variable, fix thanks to + * pdf_pages.php3: undefined variable, fix thanks to Jose Fandos (jose.fandos at sonnd.com). 2002-10-21 Alexander M. Turek @@ -2132,7 +2136,7 @@ $Source$ --- Older ChangeLogs can be found on our project website --- http://www.phpmyadmin.net/ChangeLogs/ -# vim: ft=changelog +# vim: ft=changelog # vim: expandtab ts=4 sw=4 sts=4 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#' -# vim: fdn=1 fdm=expr +# vim: fdn=1 fdm=expr diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 3d9433811..d27c31d34 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -155,6 +155,7 @@ $strFieldsEnclosedBy = 'Velden ingesloten door'; $strFieldsEscapedBy = 'Velden ontsnapt door'; $strFieldsTerminatedBy = 'Velden beëindigd door'; $strFixed = 'vast'; +$strFlushTable = 'Schoon de tabel ("FLUSH")'; $strFormEmpty = 'Er mist een waarde in het formulier!'; $strFormat = 'Formatteren'; $strFullText = 'Volledige teksten'; @@ -179,7 +180,7 @@ $strHostEmpty = 'De hostnaam is leeg!'; $strIdxFulltext = 'Voltekst'; $strIfYouWish = 'Indien u slechts enkele van de tabelkolommen wilt laden, voer dan een door komma\'s gescheiden veldlijst in.'; $strIgnore = 'Negeer'; -$strImportDocSQL = 'Importeer docSQL Bestanden'; +$strImportDocSQL = 'Importeer docSQL Bestanden'; $strInUse = 'in gebruik'; $strIndex = 'Index'; $strIndexHasBeenDropped = 'Index %s is vervallen'; @@ -384,7 +385,6 @@ $strSubmit = 'Verzenden'; $strSuccess = 'Uw SQL-query is succesvol uitgevoerd.'; $strSum = 'Som'; -$strTable = 'Schoon de tabel ("FLUSH")'; $strTable = 'Tabel '; $strTableComments = 'Tabel opmerkingen'; $strTableEmpty = 'De tabel naam is leeg!'; diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 308968743..0a4028a74 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -156,6 +156,7 @@ $strFieldsEnclosedBy = 'Velden ingesloten door'; $strFieldsEscapedBy = 'Velden ontsnapt door'; $strFieldsTerminatedBy = 'Velden beëindigd door'; $strFixed = 'vast'; +$strFlushTable = 'Schoon de tabel ("FLUSH")'; $strFormEmpty = 'Er mist een waarde in het formulier!'; $strFormat = 'Formatteren'; $strFullText = 'Volledige teksten'; @@ -180,7 +181,7 @@ $strHostEmpty = 'De hostnaam is leeg!'; $strIdxFulltext = 'Voltekst'; $strIfYouWish = 'Indien u slechts enkele van de tabelkolommen wilt laden, voer dan een door komma\'s gescheiden veldlijst in.'; $strIgnore = 'Negeer'; -$strImportDocSQL = 'Importeer docSQL Bestanden'; +$strImportDocSQL = 'Importeer docSQL Bestanden'; $strInUse = 'in gebruik'; $strIndex = 'Index'; $strIndexHasBeenDropped = 'Index %s is vervallen'; @@ -385,7 +386,6 @@ $strSubmit = 'Verzenden'; $strSuccess = 'Uw SQL-query is succesvol uitgevoerd.'; $strSum = 'Som'; -$strTable = 'Schoon de tabel ("FLUSH")'; $strTable = 'Tabel '; $strTableComments = 'Tabel opmerkingen'; $strTableEmpty = 'De tabel naam is leeg!';