source: Dev/trunk/rdfapi/util/adodb/lang/adodb-fr.inc.php @ 12

Last change on this file since 12 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 1.7 KB
Line 
1<?php
2
3$ADODB_LANG_ARRAY = array (
4        'LANG'                      => 'fr',
5        DB_ERROR                    => 'erreur inconnue',
6        DB_ERROR_ALREADY_EXISTS     => 'existe d&eacute;j&agrave;',
7        DB_ERROR_CANNOT_CREATE      => 'cr&eacute;tion impossible',
8        DB_ERROR_CANNOT_DELETE      => 'effacement impossible',
9        DB_ERROR_CANNOT_DROP        => 'suppression impossible',
10        DB_ERROR_CONSTRAINT         => 'violation de contrainte',
11        DB_ERROR_DIVZERO            => 'division par z&eacute;ro',
12        DB_ERROR_INVALID            => 'invalide',
13        DB_ERROR_INVALID_DATE       => 'date ou heure invalide',
14        DB_ERROR_INVALID_NUMBER     => 'nombre invalide',
15        DB_ERROR_MISMATCH           => 'erreur de concordance',
16        DB_ERROR_NODBSELECTED       => 'pas de base de donn&eacute;ess&eacute;lectionn&eacute;e',
17        DB_ERROR_NOSUCHFIELD        => 'nom de colonne invalide',
18        DB_ERROR_NOSUCHTABLE        => 'table ou vue inexistante',
19        DB_ERROR_NOT_CAPABLE        => 'fonction optionnelle non install&eacute;e',
20        DB_ERROR_NOT_FOUND          => 'pas trouv&eacute;',
21        DB_ERROR_NOT_LOCKED         => 'non verrouill&eacute;',
22        DB_ERROR_SYNTAX             => 'erreur de syntaxe',
23        DB_ERROR_UNSUPPORTED        => 'non support&eacute;',
24        DB_ERROR_VALUE_COUNT_ON_ROW => 'valeur ins&eacute;r&eacute;e trop grande pour colonne',
25        DB_ERROR_INVALID_DSN        => 'DSN invalide',
26        DB_ERROR_CONNECT_FAILED     => '&eacute;chec &agrave; la connexion',
27        0                        => "pas d'erreur", // DB_OK
28        DB_ERROR_NEED_MORE_DATA     => 'donn&eacute;es fournies insuffisantes',
29        DB_ERROR_EXTENSION_NOT_FOUND=> 'extension non trouv&eacute;e',
30        DB_ERROR_NOSUCHDB           => 'base de donn&eacute;es inconnue',
31        DB_ERROR_ACCESS_VIOLATION   => 'droits insuffisants'
32);
33?>
Note: See TracBrowser for help on using the repository browser.