"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/adodb/adodb/lang/adodb-fr.inc.php Source File", "datetime" => "Sat Dec 2 19:22:26 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

adodb-fr.inc.php

00001 <?php
00002 
00003 $ADODB_LANG_ARRAY = array (
00004         'LANG'                      => 'fr',
00005         DB_ERROR                    => 'erreur inconnue',
00006         DB_ERROR_ALREADY_EXISTS     => 'existe d&eacute;j&agrave;',
00007         DB_ERROR_CANNOT_CREATE      => 'cr&eacute;tion impossible',
00008         DB_ERROR_CANNOT_DELETE      => 'effacement impossible',
00009         DB_ERROR_CANNOT_DROP        => 'suppression impossible',
00010         DB_ERROR_CONSTRAINT         => 'violation de contrainte',
00011         DB_ERROR_DIVZERO            => 'division par z&eacute;ro',
00012         DB_ERROR_INVALID            => 'invalide',
00013         DB_ERROR_INVALID_DATE       => 'date ou heure invalide',
00014         DB_ERROR_INVALID_NUMBER     => 'nombre invalide',
00015         DB_ERROR_MISMATCH           => 'erreur de concordance',
00016         DB_ERROR_NODBSELECTED       => 'pas de base de donn&eacute;ess&eacute;lectionn&eacute;e',
00017         DB_ERROR_NOSUCHFIELD        => 'nom de colonne invalide',
00018         DB_ERROR_NOSUCHTABLE        => 'table ou vue inexistante',
00019         DB_ERROR_NOT_CAPABLE        => 'fonction optionnelle non install&eacute;e',
00020         DB_ERROR_NOT_FOUND          => 'pas trouv&eacute;',
00021         DB_ERROR_NOT_LOCKED         => 'non verrouill&eacute;',
00022         DB_ERROR_SYNTAX             => 'erreur de syntaxe',
00023         DB_ERROR_UNSUPPORTED        => 'non support&eacute;',
00024         DB_ERROR_VALUE_COUNT_ON_ROW => 'valeur ins&eacute;r&eacute;e trop grande pour colonne',
00025         DB_ERROR_INVALID_DSN        => 'DSN invalide',
00026         DB_ERROR_CONNECT_FAILED     => '&eacute;chec &agrave; la connexion',
00027         0                        => "pas d'erreur", // DB_OK
00028         DB_ERROR_NEED_MORE_DATA     => 'donn&eacute;es fournies insuffisantes',
00029         DB_ERROR_EXTENSION_NOT_FOUND=> 'extension non trouv&eacute;e',
00030         DB_ERROR_NOSUCHDB           => 'base de donn&eacute;es inconnue',
00031         DB_ERROR_ACCESS_VIOLATION   => 'droits insuffisants'
00032 );
00033 ?>