This commit is contained in:
Marc Delisle
2002-09-14 11:03:54 +00:00
parent ffe82c33bb
commit a1b1b99fa3
3 changed files with 17 additions and 13 deletions

View File

@@ -5,7 +5,13 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-09-13 Lo<4C>c Chapeaux <lolo@phpheaven.net> and Marc
2002-09-14 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarifications about Mac OS X, and installing
* lang/italian: update, thanks to Pietro Danesi
* lang/malay: update, thanks to Shafique (sicksand)
* lang/sync_lang.sh: added malay
2002-09-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, line 121: XHTML fix.
* tbl_properties_export.php3; libraries/build_dump.lib.php3; lang/*:
feature #601603 (Field names on CSV export).

View File

@@ -444,11 +444,10 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
$strYes = 'Ya';
$strZip = '"zipped"';
// To translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.';
$strServer = 'Pelayan %s';
$strCvsData = 'Data CSV';
$strPutColNames = 'Letakkan medan di baris pertama';
?>

View File

@@ -445,11 +445,10 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
$strYes = 'Ya';
$strZip = '"zipped"';
// To translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatitit di %sdocumentation%s.';
$strServer = 'Pelayan %s';
$strCvsData = 'Data CSV';
$strPutColNames = 'Letakkan medan di baris pertama';
?>