phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/adodb/lang/adodb-fr.inc.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/adodb/lang/adodb-fr.inc.php, 1.2
Date: Thu, 30 Dec 2004 07:47:32 +0100

Update of /phpgwapi/inc/adodb/lang
Added Files:
        Branch: 
          adodb-fr.inc.php

date: 2004/12/30 06:47:32;  author: skwashd;  state: Exp;  lines: +33 -0

Log Message:
new HEAD
=====================================================================
<?php

$ADODB_LANG_ARRAY = array (
        'LANG'                      => 'fr',
        DB_ERROR                    => 'erreur inconnue',
        DB_ERROR_ALREADY_EXISTS     => 'existe d&eacute;j&agrave;',
        DB_ERROR_CANNOT_CREATE      => 'cr&eacute;tion impossible',
        DB_ERROR_CANNOT_DELETE      => 'effacement impossible',
        DB_ERROR_CANNOT_DROP        => 'suppression impossible',
        DB_ERROR_CONSTRAINT         => 'violation de contrainte',
        DB_ERROR_DIVZERO            => 'division par z&eacute;ro',
        DB_ERROR_INVALID            => 'invalide',
        DB_ERROR_INVALID_DATE       => 'date ou heure invalide',
        DB_ERROR_INVALID_NUMBER     => 'nombre invalide',
        DB_ERROR_MISMATCH           => 'erreur de concordance',
        DB_ERROR_NODBSELECTED       => 'pas de base de 
donn&eacute;ess&eacute;lectionn&eacute;e',
        DB_ERROR_NOSUCHFIELD        => 'nom de colonne invalide',
        DB_ERROR_NOSUCHTABLE        => 'table ou vue inexistante',
        DB_ERROR_NOT_CAPABLE        => 'fonction optionnelle non 
install&eacute;e',
        DB_ERROR_NOT_FOUND          => 'pas trouv&eacute;',
        DB_ERROR_NOT_LOCKED         => 'non verrouill&eacute;',
        DB_ERROR_SYNTAX             => 'erreur de syntaxe',
        DB_ERROR_UNSUPPORTED        => 'non support&eacute;',
        DB_ERROR_VALUE_COUNT_ON_ROW => 'valeur ins&eacute;r&eacute;e trop 
grande pour colonne',
        DB_ERROR_INVALID_DSN        => 'DSN invalide',
        DB_ERROR_CONNECT_FAILED     => '&eacute;chec &agrave; la connexion',
        0                        => "pas d'erreur", // DB_OK
        DB_ERROR_NEED_MORE_DATA     => 'donn&eacute;es fournies insuffisantes',
        DB_ERROR_EXTENSION_NOT_FOUND=> 'extension non trouv&eacute;e',
        DB_ERROR_NOSUCHDB           => 'base de donn&eacute;es inconnue',
        DB_ERROR_ACCESS_VIOLATION   => 'droits insuffisants'
);
?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]