diff options
author | wei <> | 2006-04-14 06:22:09 +0000 |
---|---|---|
committer | wei <> | 2006-04-14 06:22:09 +0000 |
commit | 3d3f8d3832921f99daf8ce1953304763c2e76c62 (patch) | |
tree | e1b0a9bc3a13fccd253770fb452ac96cc6315121 /framework/DataAccess/adodb/lang | |
parent | 373d8acc503b94ea09823f49e2ab5e395eccc584 (diff) |
Importing SQLMap + sample + docs.
Diffstat (limited to 'framework/DataAccess/adodb/lang')
21 files changed, 732 insertions, 0 deletions
diff --git a/framework/DataAccess/adodb/lang/adodb-ar.inc.php b/framework/DataAccess/adodb/lang/adodb-ar.inc.php new file mode 100644 index 00000000..dd0f830f --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-ar.inc.php @@ -0,0 +1,34 @@ +<?php +// by "El-Shamaa, Khaled" <k.el-shamaa#cgiar.org> +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'ar', + DB_ERROR => ' ', + DB_ERROR_ALREADY_EXISTS => ' ', + DB_ERROR_CANNOT_CREATE => ' ', + DB_ERROR_CANNOT_DELETE => ' ', + DB_ERROR_CANNOT_DROP => ' ', + DB_ERROR_CONSTRAINT => ' ', + DB_ERROR_DIVZERO => ' ', + DB_ERROR_INVALID => ' ', + DB_ERROR_INVALID_DATE => ' ', + DB_ERROR_INVALID_NUMBER => ' ', + DB_ERROR_MISMATCH => ' ', + DB_ERROR_NODBSELECTED => ' ', + DB_ERROR_NOSUCHFIELD => ' ', + DB_ERROR_NOSUCHTABLE => ' ', + DB_ERROR_NOT_CAPABLE => ' ', + DB_ERROR_NOT_FOUND => ' ', + DB_ERROR_NOT_LOCKED => ' ', + DB_ERROR_SYNTAX => ' ', + DB_ERROR_UNSUPPORTED => ' ', + DB_ERROR_VALUE_COUNT_ON_ROW => ' ', + DB_ERROR_INVALID_DSN => 'DSN ', + DB_ERROR_CONNECT_FAILED => ' ', + 0 => ' ', // DB_OK + DB_ERROR_NEED_MORE_DATA => ' ', + DB_ERROR_EXTENSION_NOT_FOUND=> ' ', + DB_ERROR_NOSUCHDB => ' ', + DB_ERROR_ACCESS_VIOLATION => ' ' +); +?> + diff --git a/framework/DataAccess/adodb/lang/adodb-bg.inc.php b/framework/DataAccess/adodb/lang/adodb-bg.inc.php new file mode 100644 index 00000000..4fb1dc07 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-bg.inc.php @@ -0,0 +1,38 @@ +<?php +/* + Bulgarian language, v1.0, 25.03.2004, encoding by Windows-1251 charset + contributed by Valentin Sheiretsky <valio#valio.eu.org> +*/ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'bg', + DB_ERROR => ' ', + DB_ERROR_ALREADY_EXISTS => ' ', + DB_ERROR_CANNOT_CREATE => ' ', + DB_ERROR_CANNOT_DELETE => ' ', + DB_ERROR_CANNOT_DROP => ' ', + DB_ERROR_CONSTRAINT => ' ', + DB_ERROR_DIVZERO => ' ', + DB_ERROR_INVALID => '', + DB_ERROR_INVALID_DATE => ' ', + DB_ERROR_INVALID_NUMBER => ' ', + DB_ERROR_MISMATCH => ' ', + DB_ERROR_NODBSELECTED => ' ', + DB_ERROR_NOSUCHFIELD => ' ', + DB_ERROR_NOSUCHTABLE => ' ', + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => ' ', + DB_ERROR_NOT_LOCKED => ' ', + DB_ERROR_SYNTAX => ' ', + DB_ERROR_UNSUPPORTED => ' ', + DB_ERROR_VALUE_COUNT_ON_ROW => ' ', + DB_ERROR_INVALID_DSN => ' DSN', + DB_ERROR_CONNECT_FAILED => ' ', + 0 => ' ', // DB_OK + DB_ERROR_NEED_MORE_DATA => ' ', + DB_ERROR_EXTENSION_NOT_FOUND=> ' ', + DB_ERROR_NOSUCHDB => ' ', + DB_ERROR_ACCESS_VIOLATION => ' ' +); +?> +
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-bgutf8.inc.php b/framework/DataAccess/adodb/lang/adodb-bgutf8.inc.php new file mode 100644 index 00000000..6f3a4173 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-bgutf8.inc.php @@ -0,0 +1,38 @@ +<?php +/* + Bulgarian language, v1.0, 25.03.2004, encoding by UTF-8 charset + contributed by Valentin Sheiretsky <valio#valio.eu.org> +*/ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'bgutf8', + DB_ERROR => 'неизвестна грешка', + DB_ERROR_ALREADY_EXISTS => 'вече съществува', + DB_ERROR_CANNOT_CREATE => 'не може да бъде създадена', + DB_ERROR_CANNOT_DELETE => 'не може да бъде изтрита', + DB_ERROR_CANNOT_DROP => 'не може да бъде унищожена', + DB_ERROR_CONSTRAINT => 'нарушено условие', + DB_ERROR_DIVZERO => 'деление на нула', + DB_ERROR_INVALID => 'неправилно', + DB_ERROR_INVALID_DATE => 'некоректна дата или час', + DB_ERROR_INVALID_NUMBER => 'невалиден номер', + DB_ERROR_MISMATCH => 'погрешна употреба', + DB_ERROR_NODBSELECTED => 'не е избрана база данни', + DB_ERROR_NOSUCHFIELD => 'несъществуващо поле', + DB_ERROR_NOSUCHTABLE => 'несъществуваща таблица', + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => 'не е намерена', + DB_ERROR_NOT_LOCKED => 'не е заключена', + DB_ERROR_SYNTAX => 'грешен синтаксис', + DB_ERROR_UNSUPPORTED => 'не се поддържа', + DB_ERROR_VALUE_COUNT_ON_ROW => 'некоректен брой колони в реда', + DB_ERROR_INVALID_DSN => 'невалиден DSN', + DB_ERROR_CONNECT_FAILED => 'връзката не може да бъде осъществена', + 0 => 'няма грешки', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'предоставените данни са недостатъчни', + DB_ERROR_EXTENSION_NOT_FOUND=> 'разширението не е намерено', + DB_ERROR_NOSUCHDB => 'несъществуваща база данни', + DB_ERROR_ACCESS_VIOLATION => 'нямате достатъчно права' +); +?> +
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-ca.inc.php b/framework/DataAccess/adodb/lang/adodb-ca.inc.php new file mode 100644 index 00000000..3e6a4496 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-ca.inc.php @@ -0,0 +1,35 @@ +<?php
+// Catalan language
+// contributed by "Josep Lladonosa" jlladono#pie.xtec.es
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'ca',
+ DB_ERROR => 'error desconegut',
+ DB_ERROR_ALREADY_EXISTS => 'ja existeix',
+ DB_ERROR_CANNOT_CREATE => 'no es pot crear',
+ DB_ERROR_CANNOT_DELETE => 'no es pot esborrar',
+ DB_ERROR_CANNOT_DROP => 'no es pot eliminar',
+ DB_ERROR_CONSTRAINT => 'violaci de constraint',
+ DB_ERROR_DIVZERO => 'divisi per zero',
+ DB_ERROR_INVALID => 'no s vlid',
+ DB_ERROR_INVALID_DATE => 'la data o l\'hora no sn vlides',
+ DB_ERROR_INVALID_NUMBER => 'el nombre no s vlid',
+ DB_ERROR_MISMATCH => 'no hi ha coincidncia',
+ DB_ERROR_NODBSELECTED => 'cap base de dades seleccionada',
+ DB_ERROR_NOSUCHFIELD => 'camp inexistent',
+ DB_ERROR_NOSUCHTABLE => 'taula inexistent',
+ DB_ERROR_NOT_CAPABLE => 'l\'execuci secundria de DB no pot',
+ DB_ERROR_NOT_FOUND => 'no trobat',
+ DB_ERROR_NOT_LOCKED => 'no blocat',
+ DB_ERROR_SYNTAX => 'error de sintaxi',
+ DB_ERROR_UNSUPPORTED => 'no suportat',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'el nombre de columnes no coincideix amb el nombre de valors en la fila',
+ DB_ERROR_INVALID_DSN => 'el DSN no s vlid',
+ DB_ERROR_CONNECT_FAILED => 'connexi fallida',
+ 0 => 'cap error', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'les dades subministrades sn insuficients',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'extensi no trobada',
+ DB_ERROR_NOSUCHDB => 'base de dades inexistent',
+ DB_ERROR_ACCESS_VIOLATION => 'permisos insuficients'
+);
+?>
+
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-cn.inc.php b/framework/DataAccess/adodb/lang/adodb-cn.inc.php new file mode 100644 index 00000000..eb8c7de5 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-cn.inc.php @@ -0,0 +1,35 @@ +<?php
+// Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net.
+// Encode by GB2312
+// Simplified Chinese
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'cn',
+ DB_ERROR => 'δ֪',
+ DB_ERROR_ALREADY_EXISTS => 'Ѿ',
+ DB_ERROR_CANNOT_CREATE => 'ܴ',
+ DB_ERROR_CANNOT_DELETE => 'ɾ',
+ DB_ERROR_CANNOT_DROP => 'ܶ',
+ DB_ERROR_CONSTRAINT => 'Լ',
+ DB_ERROR_DIVZERO => '0',
+ DB_ERROR_INVALID => 'Ч',
+ DB_ERROR_INVALID_DATE => 'Чڻʱ',
+ DB_ERROR_INVALID_NUMBER => 'Ч',
+ DB_ERROR_MISMATCH => 'ƥ',
+ DB_ERROR_NODBSELECTED => 'ûݿⱻѡ',
+ DB_ERROR_NOSUCHFIELD => 'ûӦֶ',
+ DB_ERROR_NOSUCHTABLE => 'ûӦı',
+ DB_ERROR_NOT_CAPABLE => 'ݿ̨',
+ DB_ERROR_NOT_FOUND => 'ûз',
+ DB_ERROR_NOT_LOCKED => 'ûб',
+ DB_ERROR_SYNTAX => '',
+ DB_ERROR_UNSUPPORTED => '֧',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'ۼֵ',
+ DB_ERROR_INVALID_DSN => 'ЧԴ (DSN)',
+ DB_ERROR_CONNECT_FAILED => 'ʧ',
+ 0 => 'ûд', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'ṩݲܷҪ',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'չûб',
+ DB_ERROR_NOSUCHDB => 'ûӦݿ',
+ DB_ERROR_ACCESS_VIOLATION => 'ûкʵȨ'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-cz.inc.php b/framework/DataAccess/adodb/lang/adodb-cz.inc.php new file mode 100644 index 00000000..2424c244 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-cz.inc.php @@ -0,0 +1,40 @@ +<?php
+
+# Czech language, encoding by ISO 8859-2 charset (Iso Latin-2)
+# For convert to MS Windows use shell command:
+# iconv -f ISO_8859-2 -t CP1250 < adodb-cz.inc.php
+# For convert to ASCII use shell command:
+# unaccent ISO_8859-2 < adodb-cz.inc.php
+# v1.0, 19.06.2003 Kamil Jakubovic <jake@host.sk>
+
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'cz',
+ DB_ERROR => 'neznm chyba',
+ DB_ERROR_ALREADY_EXISTS => 'ji? existuje',
+ DB_ERROR_CANNOT_CREATE => 'nelze vytvo?it',
+ DB_ERROR_CANNOT_DELETE => 'nelze smazat',
+ DB_ERROR_CANNOT_DROP => 'nelze odstranit',
+ DB_ERROR_CONSTRAINT => 'poru?en omezujc podmnky',
+ DB_ERROR_DIVZERO => 'd?len nulou',
+ DB_ERROR_INVALID => 'neplatn',
+ DB_ERROR_INVALID_DATE => 'neplatn datum nebo ?as',
+ DB_ERROR_INVALID_NUMBER => 'neplatn ?slo',
+ DB_ERROR_MISMATCH => 'nesouhlas',
+ DB_ERROR_NODBSELECTED => '?dn databze nen vybrna',
+ DB_ERROR_NOSUCHFIELD => 'pole nenalezeno',
+ DB_ERROR_NOSUCHTABLE => 'tabulka nenalezena',
+ DB_ERROR_NOT_CAPABLE => 'nepodporovno',
+ DB_ERROR_NOT_FOUND => 'nenalezeno',
+ DB_ERROR_NOT_LOCKED => 'nezam?eno',
+ DB_ERROR_SYNTAX => 'syntaktick chyba',
+ DB_ERROR_UNSUPPORTED => 'nepodporovno',
+ DB_ERROR_VALUE_COUNT_ON_ROW => '',
+ DB_ERROR_INVALID_DSN => 'neplatn DSN',
+ DB_ERROR_CONNECT_FAILED => 'p?ipojen selhalo',
+ 0 => 'bez chyb', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'mlo zdrojovch dat',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'roz??en nenalezeno',
+ DB_ERROR_NOSUCHDB => 'databze neexistuje',
+ DB_ERROR_ACCESS_VIOLATION => 'nedostate?n prva'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-da.inc.php b/framework/DataAccess/adodb/lang/adodb-da.inc.php new file mode 100644 index 00000000..ca0e72d6 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-da.inc.php @@ -0,0 +1,33 @@ +<?php +// Arne Eckmann bananstat#users.sourceforge.net +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'da', + DB_ERROR => 'ukendt fejl', + DB_ERROR_ALREADY_EXISTS => 'eksisterer allerede', + DB_ERROR_CANNOT_CREATE => 'kan ikke oprette', + DB_ERROR_CANNOT_DELETE => 'kan ikke slette', + DB_ERROR_CANNOT_DROP => 'kan ikke droppe', + DB_ERROR_CONSTRAINT => 'begrænsning krænket', + DB_ERROR_DIVZERO => 'division med nul', + DB_ERROR_INVALID => 'ugyldig', + DB_ERROR_INVALID_DATE => 'ugyldig dato eller klokkeslet', + DB_ERROR_INVALID_NUMBER => 'ugyldigt tal', + DB_ERROR_MISMATCH => 'mismatch', + DB_ERROR_NODBSELECTED => 'ingen database valgt', + DB_ERROR_NOSUCHFIELD => 'felt findes ikke', + DB_ERROR_NOSUCHTABLE => 'tabel findes ikke', + DB_ERROR_NOT_CAPABLE => 'DB backend opgav', + DB_ERROR_NOT_FOUND => 'ikke fundet', + DB_ERROR_NOT_LOCKED => 'ikke låst', + DB_ERROR_SYNTAX => 'syntaksfejl', + DB_ERROR_UNSUPPORTED => 'ikke understøttet', + DB_ERROR_VALUE_COUNT_ON_ROW => 'resulterende antal felter svarer ikke til forespørgslens antal felter', + DB_ERROR_INVALID_DSN => 'ugyldig DSN', + DB_ERROR_CONNECT_FAILED => 'tilslutning mislykkedes', + 0 => 'ingen fejl', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'utilstrækkelige data angivet', + DB_ERROR_EXTENSION_NOT_FOUND=> 'udvidelse ikke fundet', + DB_ERROR_NOSUCHDB => 'database ikke fundet', + DB_ERROR_ACCESS_VIOLATION => 'utilstrækkelige rettigheder' +); +?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-de.inc.php b/framework/DataAccess/adodb/lang/adodb-de.inc.php new file mode 100644 index 00000000..244cb2f6 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-de.inc.php @@ -0,0 +1,33 @@ +<?php
+// contributed by "Heinz Hombergs" <opn@hhombergs.de>
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'de',
+ DB_ERROR => 'Unbekannter Fehler',
+ DB_ERROR_ALREADY_EXISTS => 'existiert bereits',
+ DB_ERROR_CANNOT_CREATE => 'kann nicht erstellen',
+ DB_ERROR_CANNOT_DELETE => 'kann nicht löschen',
+ DB_ERROR_CANNOT_DROP => 'Tabelle oder Index konnte nicht gelöscht werden',
+ DB_ERROR_CONSTRAINT => 'Constraint Verletzung',
+ DB_ERROR_DIVZERO => 'Division durch Null',
+ DB_ERROR_INVALID => 'ung¨ltig',
+ DB_ERROR_INVALID_DATE => 'ung¨ltiges Datum oder Zeit',
+ DB_ERROR_INVALID_NUMBER => 'ung¨ltige Zahl',
+ DB_ERROR_MISMATCH => 'Unverträglichkeit',
+ DB_ERROR_NODBSELECTED => 'keine Dantebank ausgewählt',
+ DB_ERROR_NOSUCHFIELD => 'Feld nicht vorhanden',
+ DB_ERROR_NOSUCHTABLE => 'Tabelle nicht vorhanden',
+ DB_ERROR_NOT_CAPABLE => 'Funktion nicht installiert',
+ DB_ERROR_NOT_FOUND => 'nicht gefunden',
+ DB_ERROR_NOT_LOCKED => 'nicht gesperrt',
+ DB_ERROR_SYNTAX => 'Syntaxfehler',
+ DB_ERROR_UNSUPPORTED => 'nicht Unterst¨tzt',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'Anzahl der zur¨ckgelieferten Felder entspricht nicht der Anzahl der Felder in der Abfrage',
+ DB_ERROR_INVALID_DSN => 'ung¨ltiger DSN',
+ DB_ERROR_CONNECT_FAILED => 'Verbindung konnte nicht hergestellt werden',
+ 0 => 'kein Fehler', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'Nicht gen¨gend Daten geliefert',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'erweiterung nicht gefunden',
+ DB_ERROR_NOSUCHDB => 'keine Datenbank',
+ DB_ERROR_ACCESS_VIOLATION => 'ungen¨gende Rechte'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-en.inc.php b/framework/DataAccess/adodb/lang/adodb-en.inc.php new file mode 100644 index 00000000..ed1b8f19 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-en.inc.php @@ -0,0 +1,34 @@ +<?php + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'en', + DB_ERROR => 'unknown error', + DB_ERROR_ALREADY_EXISTS => 'already exists', + DB_ERROR_CANNOT_CREATE => 'can not create', + DB_ERROR_CANNOT_DELETE => 'can not delete', + DB_ERROR_CANNOT_DROP => 'can not drop', + DB_ERROR_CONSTRAINT => 'constraint violation', + DB_ERROR_DIVZERO => 'division by zero', + DB_ERROR_INVALID => 'invalid', + DB_ERROR_INVALID_DATE => 'invalid date or time', + DB_ERROR_INVALID_NUMBER => 'invalid number', + DB_ERROR_MISMATCH => 'mismatch', + DB_ERROR_NODBSELECTED => 'no database selected', + DB_ERROR_NOSUCHFIELD => 'no such field', + DB_ERROR_NOSUCHTABLE => 'no such table', + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => 'not found', + DB_ERROR_NOT_LOCKED => 'not locked', + DB_ERROR_SYNTAX => 'syntax error', + DB_ERROR_UNSUPPORTED => 'not supported', + DB_ERROR_VALUE_COUNT_ON_ROW => 'value count on row', + DB_ERROR_INVALID_DSN => 'invalid DSN', + DB_ERROR_CONNECT_FAILED => 'connect failed', + 0 => 'no error', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'insufficient data supplied', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension not found', + DB_ERROR_NOSUCHDB => 'no such database', + DB_ERROR_ACCESS_VIOLATION => 'insufficient permissions' +); +?> +
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-es.inc.php b/framework/DataAccess/adodb/lang/adodb-es.inc.php new file mode 100644 index 00000000..1e0afbb4 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-es.inc.php @@ -0,0 +1,33 @@ +<?php +// contributed by "Horacio Degiorgi" <horaciod@codigophp.com> +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'es', + DB_ERROR => 'error desconocido', + DB_ERROR_ALREADY_EXISTS => 'ya existe', + DB_ERROR_CANNOT_CREATE => 'imposible crear', + DB_ERROR_CANNOT_DELETE => 'imposible borrar', + DB_ERROR_CANNOT_DROP => 'imposible hacer drop', + DB_ERROR_CONSTRAINT => 'violacion de constraint', + DB_ERROR_DIVZERO => 'division por cero', + DB_ERROR_INVALID => 'invalido', + DB_ERROR_INVALID_DATE => 'fecha u hora invalida', + DB_ERROR_INVALID_NUMBER => 'numero invalido', + DB_ERROR_MISMATCH => 'error', + DB_ERROR_NODBSELECTED => 'no hay base de datos seleccionada', + DB_ERROR_NOSUCHFIELD => 'campo invalido', + DB_ERROR_NOSUCHTABLE => 'tabla no existe', + DB_ERROR_NOT_CAPABLE => 'capacidad invalida para esta DB', + DB_ERROR_NOT_FOUND => 'no encontrado', + DB_ERROR_NOT_LOCKED => 'no bloqueado', + DB_ERROR_SYNTAX => 'error de sintaxis', + DB_ERROR_UNSUPPORTED => 'no soportado', + DB_ERROR_VALUE_COUNT_ON_ROW => 'la cantidad de columnas no corresponden a la cantidad de valores', + DB_ERROR_INVALID_DSN => 'DSN invalido', + DB_ERROR_CONNECT_FAILED => 'fallo la conexion', + 0 => 'sin error', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'insuficientes datos', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension no encontrada', + DB_ERROR_NOSUCHDB => 'base de datos no encontrada', + DB_ERROR_ACCESS_VIOLATION => 'permisos insuficientes' +); +?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-esperanto.inc.php b/framework/DataAccess/adodb/lang/adodb-esperanto.inc.php new file mode 100644 index 00000000..16ca00e2 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-esperanto.inc.php @@ -0,0 +1,35 @@ +<?php +// Vivu Esperanto cxiam! +// Traduko fare de Antono Vasiljev (anders[#]brainactive.org) + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'eo', + DB_ERROR => 'nekonata eraro', + DB_ERROR_ALREADY_EXISTS => 'jam ekzistas', + DB_ERROR_CANNOT_CREATE => 'maleblas krei', + DB_ERROR_CANNOT_DELETE => 'maleblas elimini', + DB_ERROR_CANNOT_DROP => 'maleblas elimini (drop)', + DB_ERROR_CONSTRAINT => 'rompo de kondicxoj de provo', + DB_ERROR_DIVZERO => 'divido per 0 (nul)', + DB_ERROR_INVALID => 'malregule', + DB_ERROR_INVALID_DATE => 'malregula dato kaj tempo', + DB_ERROR_INVALID_NUMBER => 'malregula nombro', + DB_ERROR_MISMATCH => 'eraro', + DB_ERROR_NODBSELECTED => 'datumbazo ne elektita', + DB_ERROR_NOSUCHFIELD => 'ne ekzistas kampo', + DB_ERROR_NOSUCHTABLE => 'ne ekzistas tabelo', + DB_ERROR_NOT_CAPABLE => 'DBMS ne povas', + DB_ERROR_NOT_FOUND => 'ne trovita', + DB_ERROR_NOT_LOCKED => 'ne blokita', + DB_ERROR_SYNTAX => 'sintaksa eraro', + DB_ERROR_UNSUPPORTED => 'ne apogata', + DB_ERROR_VALUE_COUNT_ON_ROW => 'nombrilo de valoroj en linio', + DB_ERROR_INVALID_DSN => 'malregula DSN-o', + DB_ERROR_CONNECT_FAILED => 'konekto malsukcesa', + 0 => 'cxio bone', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'ne suficxe da datumo', + DB_ERROR_EXTENSION_NOT_FOUND=> 'etendo ne trovita', + DB_ERROR_NOSUCHDB => 'datumbazo ne ekzistas', + DB_ERROR_ACCESS_VIOLATION => 'ne suficxe da rajto por atingo' +); +?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-fr.inc.php b/framework/DataAccess/adodb/lang/adodb-fr.inc.php new file mode 100644 index 00000000..066a2a5e --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-fr.inc.php @@ -0,0 +1,33 @@ +<?php
+
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'fr',
+ DB_ERROR => 'erreur inconnue',
+ DB_ERROR_ALREADY_EXISTS => 'existe déjà',
+ DB_ERROR_CANNOT_CREATE => 'cré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é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éessélectionnée',
+ DB_ERROR_NOSUCHFIELD => 'nom de colonne invalide',
+ DB_ERROR_NOSUCHTABLE => 'table ou vue inexistante',
+ DB_ERROR_NOT_CAPABLE => 'fonction optionnelle non installée',
+ DB_ERROR_NOT_FOUND => 'pas trouvé',
+ DB_ERROR_NOT_LOCKED => 'non verrouillé',
+ DB_ERROR_SYNTAX => 'erreur de syntaxe',
+ DB_ERROR_UNSUPPORTED => 'non supporté',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'valeur insérée trop grande pour colonne',
+ DB_ERROR_INVALID_DSN => 'DSN invalide',
+ DB_ERROR_CONNECT_FAILED => 'échec à la connexion',
+ 0 => "pas d'erreur", // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'données fournies insuffisantes',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'extension non trouvée',
+ DB_ERROR_NOSUCHDB => 'base de données inconnue',
+ DB_ERROR_ACCESS_VIOLATION => 'droits insuffisants'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-hu.inc.php b/framework/DataAccess/adodb/lang/adodb-hu.inc.php new file mode 100644 index 00000000..d6f0ef82 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-hu.inc.php @@ -0,0 +1,34 @@ +<?php +# Hungarian language, encoding by ISO 8859-2 charset (Iso Latin-2) +# Halszvri Gbor <g.halaszvari#portmax.hu> +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'hu', + DB_ERROR => 'ismeretlen hiba', + DB_ERROR_ALREADY_EXISTS => 'mr ltezik', + DB_ERROR_CANNOT_CREATE => 'nem sikerlt ltrehozni', + DB_ERROR_CANNOT_DELETE => 'nem sikerlt trlni', + DB_ERROR_CANNOT_DROP => 'nem sikerlt eldobni', + DB_ERROR_CONSTRAINT => 'szablyok megszegse', + DB_ERROR_DIVZERO => 'oszts nullval', + DB_ERROR_INVALID => 'rvnytelen', + DB_ERROR_INVALID_DATE => 'rvnytelen dtum vagy id', + DB_ERROR_INVALID_NUMBER => 'rvnytelen szm', + DB_ERROR_MISMATCH => 'nem megfelel', + DB_ERROR_NODBSELECTED => 'nincs kivlasztott adatbzis', + DB_ERROR_NOSUCHFIELD => 'nincs ilyen mez', + DB_ERROR_NOSUCHTABLE => 'nincs ilyen tbla', + DB_ERROR_NOT_CAPABLE => 'DB backend nem tmogatja', + DB_ERROR_NOT_FOUND => 'nem tallhat', + DB_ERROR_NOT_LOCKED => 'nincs lezrva', + DB_ERROR_SYNTAX => 'szintaktikai hiba', + DB_ERROR_UNSUPPORTED => 'nem tmogatott', + DB_ERROR_VALUE_COUNT_ON_ROW => 'soron vgzett rtk szmlls', + DB_ERROR_INVALID_DSN => 'hibs DSN', + DB_ERROR_CONNECT_FAILED => 'sikertelen csatlakozs', + 0 => 'nincs hiba', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'tl kevs az adat', + DB_ERROR_EXTENSION_NOT_FOUND=> 'bvtmny nem tallhat', + DB_ERROR_NOSUCHDB => 'nincs ilyen adatbzis', + DB_ERROR_ACCESS_VIOLATION => 'nincs jogosultsg' +); +?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-it.inc.php b/framework/DataAccess/adodb/lang/adodb-it.inc.php new file mode 100644 index 00000000..20c5b93b --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-it.inc.php @@ -0,0 +1,34 @@ +<?php
+// Italian language file contributed by Tiraboschi Massimiliano aka TiMax
+// www.maxdev.com timax@maxdev.com
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'it',
+ DB_ERROR => 'errore sconosciuto',
+ DB_ERROR_ALREADY_EXISTS => 'esiste già',
+ DB_ERROR_CANNOT_CREATE => 'non posso creare',
+ DB_ERROR_CANNOT_DELETE => 'non posso cancellare',
+ DB_ERROR_CANNOT_DROP => 'non posso eliminare',
+ DB_ERROR_CONSTRAINT => 'violazione constraint',
+ DB_ERROR_DIVZERO => 'divisione per zero',
+ DB_ERROR_INVALID => 'non valido',
+ DB_ERROR_INVALID_DATE => 'data od ora non valida',
+ DB_ERROR_INVALID_NUMBER => 'numero non valido',
+ DB_ERROR_MISMATCH => 'diversi',
+ DB_ERROR_NODBSELECTED => 'nessun database selezionato',
+ DB_ERROR_NOSUCHFIELD => 'nessun campo trovato',
+ DB_ERROR_NOSUCHTABLE => 'nessuna tabella trovata',
+ DB_ERROR_NOT_CAPABLE => 'DB backend non abilitato',
+ DB_ERROR_NOT_FOUND => 'non trovato',
+ DB_ERROR_NOT_LOCKED => 'non bloccato',
+ DB_ERROR_SYNTAX => 'errore di sintassi',
+ DB_ERROR_UNSUPPORTED => 'non supportato',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'valore inserito troppo grande per una colonna',
+ DB_ERROR_INVALID_DSN => 'DSN non valido',
+ DB_ERROR_CONNECT_FAILED => 'connessione fallita',
+ 0 => 'nessun errore', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'dati inseriti insufficienti',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'estensione non trovata',
+ DB_ERROR_NOSUCHDB => 'database non trovato',
+ DB_ERROR_ACCESS_VIOLATION => 'permessi insufficienti'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-nl.inc.php b/framework/DataAccess/adodb/lang/adodb-nl.inc.php new file mode 100644 index 00000000..abe77b52 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-nl.inc.php @@ -0,0 +1,33 @@ +<?php +// Translated by Pim Koeman (pim#wittenborg-university.com) +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'nl', + DB_ERROR => 'onbekende fout', + DB_ERROR_ALREADY_EXISTS => 'bestaat al', + DB_ERROR_CANNOT_CREATE => 'kan niet aanmaken', + DB_ERROR_CANNOT_DELETE => 'kan niet wissen', + DB_ERROR_CANNOT_DROP => 'kan niet verwijderen', + DB_ERROR_CONSTRAINT => 'constraint overtreding', + DB_ERROR_DIVZERO => 'poging tot delen door nul', + DB_ERROR_INVALID => 'ongeldig', + DB_ERROR_INVALID_DATE => 'ongeldige datum of tijd', + DB_ERROR_INVALID_NUMBER => 'ongeldig nummer', + DB_ERROR_MISMATCH => 'is incorrect', + DB_ERROR_NODBSELECTED => 'geen database geselecteerd', + DB_ERROR_NOSUCHFIELD => 'onbekend veld', + DB_ERROR_NOSUCHTABLE => 'onbekende tabel', + DB_ERROR_NOT_CAPABLE => 'database systeem is niet tot uitvoer in staat', + DB_ERROR_NOT_FOUND => 'niet gevonden', + DB_ERROR_NOT_LOCKED => 'niet vergrendeld', + DB_ERROR_SYNTAX => 'syntaxis fout', + DB_ERROR_UNSUPPORTED => 'niet ondersteund', + DB_ERROR_VALUE_COUNT_ON_ROW => 'waarde telling op rij', + DB_ERROR_INVALID_DSN => 'ongeldige DSN', + DB_ERROR_CONNECT_FAILED => 'connectie mislukt', + 0 => 'geen fout', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'onvoldoende data gegeven', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extensie niet gevonden', + DB_ERROR_NOSUCHDB => 'onbekende database', + DB_ERROR_ACCESS_VIOLATION => 'onvoldoende rechten' +); +?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-pl.inc.php b/framework/DataAccess/adodb/lang/adodb-pl.inc.php new file mode 100644 index 00000000..aee5bfdf --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-pl.inc.php @@ -0,0 +1,36 @@ +<?php + +// Contributed by Grzegorz Pacan <gp#dione.cc> + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'pl', + DB_ERROR => 'niezidentyfikowany bd', + DB_ERROR_ALREADY_EXISTS => 'ju istniej', + DB_ERROR_CANNOT_CREATE => 'nie mona stworzy', + DB_ERROR_CANNOT_DELETE => 'nie mona usun', + DB_ERROR_CANNOT_DROP => 'nie mona porzuci', + DB_ERROR_CONSTRAINT => 'pogwacenie uprawnie', + DB_ERROR_DIVZERO => 'dzielenie przez zero', + DB_ERROR_INVALID => 'bdny', + DB_ERROR_INVALID_DATE => 'bdna godzina lub data', + DB_ERROR_INVALID_NUMBER => 'bdny numer', + DB_ERROR_MISMATCH => 'niedopasowanie', + DB_ERROR_NODBSELECTED => 'baza danych nie zostaa wybrana', + DB_ERROR_NOSUCHFIELD => 'nie znaleziono pola', + DB_ERROR_NOSUCHTABLE => 'nie znaleziono tabeli', + DB_ERROR_NOT_CAPABLE => 'nie zdolny', + DB_ERROR_NOT_FOUND => 'nie znaleziono', + DB_ERROR_NOT_LOCKED => 'nie zakmnity', + DB_ERROR_SYNTAX => 'bd skadni', + DB_ERROR_UNSUPPORTED => 'nie obsuguje', + DB_ERROR_VALUE_COUNT_ON_ROW => 'warto liczona w szeregu', + DB_ERROR_INVALID_DSN => 'bdny DSN', + DB_ERROR_CONNECT_FAILED => 'poczenie nie zostao zrealizowane', + 0 => 'brak bdw', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'niedostateczna ilo informacji', + DB_ERROR_EXTENSION_NOT_FOUND=> 'nie znaleziono rozszerzenia', + DB_ERROR_NOSUCHDB => 'nie znaleziono bazy', + DB_ERROR_ACCESS_VIOLATION => 'niedostateczne uprawnienia' +); +?> +
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-pt-br.inc.php b/framework/DataAccess/adodb/lang/adodb-pt-br.inc.php new file mode 100644 index 00000000..3424099a --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-pt-br.inc.php @@ -0,0 +1,35 @@ +<?php
+// contributed by "Levi Fukumori" levi _AT_ fukumori _DOT_ com _DOT_ br
+// portugese (brazilian)
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'pt-br',
+ DB_ERROR => 'erro desconhecido',
+ DB_ERROR_ALREADY_EXISTS => 'j existe',
+ DB_ERROR_CANNOT_CREATE => 'impossvel criar',
+ DB_ERROR_CANNOT_DELETE => 'impossvel exclur',
+ DB_ERROR_CANNOT_DROP => 'impossvel remover',
+ DB_ERROR_CONSTRAINT => 'violao do confinamente',
+ DB_ERROR_DIVZERO => 'diviso por zero',
+ DB_ERROR_INVALID => 'invlido',
+ DB_ERROR_INVALID_DATE => 'data ou hora invlida',
+ DB_ERROR_INVALID_NUMBER => 'nmero invlido',
+ DB_ERROR_MISMATCH => 'erro',
+ DB_ERROR_NODBSELECTED => 'nenhum banco de dados selecionado',
+ DB_ERROR_NOSUCHFIELD => 'campo invlido',
+ DB_ERROR_NOSUCHTABLE => 'tabela inexistente',
+ DB_ERROR_NOT_CAPABLE => 'capacidade invlida para este BD',
+ DB_ERROR_NOT_FOUND => 'no encontrado',
+ DB_ERROR_NOT_LOCKED => 'no bloqueado',
+ DB_ERROR_SYNTAX => 'erro de sintaxe',
+ DB_ERROR_UNSUPPORTED =>
+'no suportado',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'a quantidade de colunas no corresponde ao de valores',
+ DB_ERROR_INVALID_DSN => 'DSN invlido',
+ DB_ERROR_CONNECT_FAILED => 'falha na conexo',
+ 0 => 'sem erro', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'dados insuficientes',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'extenso no encontrada',
+ DB_ERROR_NOSUCHDB => 'banco de dados no encontrado',
+ DB_ERROR_ACCESS_VIOLATION => 'permisso insuficiente'
+);
+?>
diff --git a/framework/DataAccess/adodb/lang/adodb-ro.inc.php b/framework/DataAccess/adodb/lang/adodb-ro.inc.php new file mode 100644 index 00000000..7c9aa522 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-ro.inc.php @@ -0,0 +1,36 @@ +<?php + +/* Romanian - by "bogdan stefan" <sbogdan#rsb.ro> */ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'ro', + DB_ERROR => 'eroare necunoscuta', + DB_ERROR_ALREADY_EXISTS => 'deja exista', + DB_ERROR_CANNOT_CREATE => 'nu se poate creea', + DB_ERROR_CANNOT_DELETE => 'nu se poate sterge', + DB_ERROR_CANNOT_DROP => 'nu se poate executa drop', + DB_ERROR_CONSTRAINT => 'violare de constrain', + DB_ERROR_DIVZERO => 'se divide la zero', + DB_ERROR_INVALID => 'invalid', + DB_ERROR_INVALID_DATE => 'data sau timp invalide', + DB_ERROR_INVALID_NUMBER => 'numar invalid', + DB_ERROR_MISMATCH => 'nepotrivire-mismatch', + DB_ERROR_NODBSELECTED => 'nu exista baza de date selectata', + DB_ERROR_NOSUCHFIELD => 'camp inexistent', + DB_ERROR_NOSUCHTABLE => 'tabela inexistenta', + DB_ERROR_NOT_CAPABLE => 'functie optionala neinstalata', + DB_ERROR_NOT_FOUND => 'negasit', + DB_ERROR_NOT_LOCKED => 'neblocat', + DB_ERROR_SYNTAX => 'eroare de sintaxa', + DB_ERROR_UNSUPPORTED => 'nu e suportat', + DB_ERROR_VALUE_COUNT_ON_ROW => 'valoare prea mare pentru coloana', + DB_ERROR_INVALID_DSN => 'DSN invalid', + DB_ERROR_CONNECT_FAILED => 'conectare esuata', + 0 => 'fara eroare', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'data introduse insuficiente', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extensie negasita', + DB_ERROR_NOSUCHDB => 'nu exista baza de date', + DB_ERROR_ACCESS_VIOLATION => 'permisiuni insuficiente' +); +?> + diff --git a/framework/DataAccess/adodb/lang/adodb-ru1251.inc.php b/framework/DataAccess/adodb/lang/adodb-ru1251.inc.php new file mode 100644 index 00000000..3a20538a --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-ru1251.inc.php @@ -0,0 +1,35 @@ +<?php
+
+// Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru.
+
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'ru1251',
+ DB_ERROR => ' ',
+ DB_ERROR_ALREADY_EXISTS => ' ',
+ DB_ERROR_CANNOT_CREATE => ' ',
+ DB_ERROR_CANNOT_DELETE => ' ',
+ DB_ERROR_CANNOT_DROP => ' (drop)',
+ DB_ERROR_CONSTRAINT => ' ',
+ DB_ERROR_DIVZERO => ' 0',
+ DB_ERROR_INVALID => '',
+ DB_ERROR_INVALID_DATE => ' ',
+ DB_ERROR_INVALID_NUMBER => ' ',
+ DB_ERROR_MISMATCH => '',
+ DB_ERROR_NODBSELECTED => ' ',
+ DB_ERROR_NOSUCHFIELD => ' ',
+ DB_ERROR_NOSUCHTABLE => ' ',
+ DB_ERROR_NOT_CAPABLE => ' ',
+ DB_ERROR_NOT_FOUND => ' ',
+ DB_ERROR_NOT_LOCKED => ' ',
+ DB_ERROR_SYNTAX => ' ',
+ DB_ERROR_UNSUPPORTED => ' ',
+ DB_ERROR_VALUE_COUNT_ON_ROW => ' ',
+ DB_ERROR_INVALID_DSN => ' DSN',
+ DB_ERROR_CONNECT_FAILED => ' ',
+ 0 => ' ', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => ' ',
+ DB_ERROR_EXTENSION_NOT_FOUND=> ' ',
+ DB_ERROR_NOSUCHDB => ' ',
+ DB_ERROR_ACCESS_VIOLATION => ' '
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-sv.inc.php b/framework/DataAccess/adodb/lang/adodb-sv.inc.php new file mode 100644 index 00000000..a9fd6981 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-sv.inc.php @@ -0,0 +1,33 @@ +<?php
+// Christian Tiberg" christian@commsoft.nu
+$ADODB_LANG_ARRAY = array (
+ 'LANG' => 'en',
+ DB_ERROR => 'Oknt fel',
+ DB_ERROR_ALREADY_EXISTS => 'finns redan',
+ DB_ERROR_CANNOT_CREATE => 'kan inte skapa',
+ DB_ERROR_CANNOT_DELETE => 'kan inte ta bort',
+ DB_ERROR_CANNOT_DROP => 'kan inte slppa',
+ DB_ERROR_CONSTRAINT => 'begrnsning krnkt',
+ DB_ERROR_DIVZERO => 'division med noll',
+ DB_ERROR_INVALID => 'ogiltig',
+ DB_ERROR_INVALID_DATE => 'ogiltigt datum eller tid',
+ DB_ERROR_INVALID_NUMBER => 'ogiltigt tal',
+ DB_ERROR_MISMATCH => 'felaktig matchning',
+ DB_ERROR_NODBSELECTED => 'ingen databas vald',
+ DB_ERROR_NOSUCHFIELD => 'inget sdant flt',
+ DB_ERROR_NOSUCHTABLE => 'ingen sdan tabell',
+ DB_ERROR_NOT_CAPABLE => 'DB backend klarar det inte',
+ DB_ERROR_NOT_FOUND => 'finns inte',
+ DB_ERROR_NOT_LOCKED => 'inte lst',
+ DB_ERROR_SYNTAX => 'syntaxfel',
+ DB_ERROR_UNSUPPORTED => 'stds ej',
+ DB_ERROR_VALUE_COUNT_ON_ROW => 'vrde rknat p rad',
+ DB_ERROR_INVALID_DSN => 'ogiltig DSN',
+ DB_ERROR_CONNECT_FAILED => 'anslutning misslyckades',
+ 0 => 'inget fel', // DB_OK
+ DB_ERROR_NEED_MORE_DATA => 'otillrckligt med data angivet',
+ DB_ERROR_EXTENSION_NOT_FOUND=> 'utkning hittades ej',
+ DB_ERROR_NOSUCHDB => 'ingen sdan databas',
+ DB_ERROR_ACCESS_VIOLATION => 'otillrckliga rttigheter'
+);
+?>
\ No newline at end of file diff --git a/framework/DataAccess/adodb/lang/adodb-uk1251.inc.php b/framework/DataAccess/adodb/lang/adodb-uk1251.inc.php new file mode 100644 index 00000000..9fa32ed5 --- /dev/null +++ b/framework/DataAccess/adodb/lang/adodb-uk1251.inc.php @@ -0,0 +1,35 @@ +<?php + +// Ukrainian language file contributed by Alex Rootoff rootoff{AT}pisem.net. + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'uk1251', + DB_ERROR => ' ', + DB_ERROR_ALREADY_EXISTS => ' ', + DB_ERROR_CANNOT_CREATE => ' ', + DB_ERROR_CANNOT_DELETE => ' ', + DB_ERROR_CANNOT_DROP => ' (drop)', + DB_ERROR_CONSTRAINT => ' ', + DB_ERROR_DIVZERO => ' 0', + DB_ERROR_INVALID => '', + DB_ERROR_INVALID_DATE => ' ', + DB_ERROR_INVALID_NUMBER => ' ', + DB_ERROR_MISMATCH => '', + DB_ERROR_NODBSELECTED => ' ', + DB_ERROR_NOSUCHFIELD => ' ', + DB_ERROR_NOSUCHTABLE => ' ', + DB_ERROR_NOT_CAPABLE => ' ', + DB_ERROR_NOT_FOUND => ' ', + DB_ERROR_NOT_LOCKED => ' ', + DB_ERROR_SYNTAX => ' ', + DB_ERROR_UNSUPPORTED => ' ', + DB_ERROR_VALUE_COUNT_ON_ROW => ' ', + DB_ERROR_INVALID_DSN => ' DSN', + DB_ERROR_CONNECT_FAILED => '\' ', + 0 => ' ', // DB_OK + DB_ERROR_NEED_MORE_DATA => ' ', + DB_ERROR_EXTENSION_NOT_FOUND=> ' ', + DB_ERROR_NOSUCHDB => ' ', + DB_ERROR_ACCESS_VIOLATION => ' ' +); +?> |