C:/lib/adodb/lang/adodb-ca.inc.php Quellcode

adodb-ca.inc.php
gehe zur Dokumentation dieser Datei
1 <?php
2 // Catalan language
3 // contributed by "Josep Lladonosa" jlladono#pie.xtec.es
5  'LANG' => 'ca',
6  DB_ERROR => 'error desconegut',
7  DB_ERROR_ALREADY_EXISTS => 'ja existeix',
8  DB_ERROR_CANNOT_CREATE => 'no es pot crear',
9  DB_ERROR_CANNOT_DELETE => 'no es pot esborrar',
10  DB_ERROR_CANNOT_DROP => 'no es pot eliminar',
11  DB_ERROR_CONSTRAINT => 'violaci de constraint',
12  DB_ERROR_DIVZERO => 'divisi per zero',
13  DB_ERROR_INVALID => 'no s vlid',
14  DB_ERROR_INVALID_DATE => 'la data o l\'hora no sn vlides',
15  DB_ERROR_INVALID_NUMBER => 'el nombre no s vlid',
16  DB_ERROR_MISMATCH => 'no hi ha coincidncia',
17  DB_ERROR_NODBSELECTED => 'cap base de dades seleccionada',
18  DB_ERROR_NOSUCHFIELD => 'camp inexistent',
19  DB_ERROR_NOSUCHTABLE => 'taula inexistent',
20  DB_ERROR_NOT_CAPABLE => 'l\'execuci secundria de DB no pot',
21  DB_ERROR_NOT_FOUND => 'no trobat',
22  DB_ERROR_NOT_LOCKED => 'no blocat',
23  DB_ERROR_SYNTAX => 'error de sintaxi',
24  DB_ERROR_UNSUPPORTED => 'no suportat',
25  DB_ERROR_VALUE_COUNT_ON_ROW => 'el nombre de columnes no coincideix amb el nombre de valors en la fila',
26  DB_ERROR_INVALID_DSN => 'el DSN no s vlid',
27  DB_ERROR_CONNECT_FAILED => 'connexi fallida',
28  0 => 'cap error', // DB_OK
29  DB_ERROR_NEED_MORE_DATA => 'les dades subministrades sn insuficients',
30  DB_ERROR_EXTENSION_NOT_FOUND=> 'extensi no trobada',
31  DB_ERROR_NOSUCHDB => 'base de dades inexistent',
32  DB_ERROR_ACCESS_VIOLATION => 'permisos insuficients'
33 );
34 ?>




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.