diff options
| author | Cedric Valmary <cvalmary@yahoo.fr> | 2016-11-03 15:03:16 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-11-03 16:18:14 +0100 |
| commit | 921856dc5166bc88896cc27c42b395ca6b81bbaa (patch) | |
| tree | 8bdcc4a5fa33e5fcfccf499572f8ebb05e29d003 /lang | |
| parent | 9dc0ec821bab98fe0f07335a94985c762c76b152 (diff) | |
| download | adodb-921856dc5166bc88896cc27c42b395ca6b81bbaa.tar.gz adodb-921856dc5166bc88896cc27c42b395ca6b81bbaa.tar.bz2 adodb-921856dc5166bc88896cc27c42b395ca6b81bbaa.zip | |
Add Occitan translation
Fixes #285
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/adodb-oc.inc.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/adodb-oc.inc.php b/lang/adodb-oc.inc.php new file mode 100644 index 00000000..d62b67b3 --- /dev/null +++ b/lang/adodb-oc.inc.php @@ -0,0 +1,31 @@ +<?php +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'oc', + DB_ERROR => 'error desconeguda', + DB_ERROR_ALREADY_EXISTS => 'existís ja', + DB_ERROR_CANNOT_CREATE => 'creacion impossibla', + DB_ERROR_CANNOT_DELETE => 'escafament impossible', + DB_ERROR_CANNOT_DROP => 'supression impossibla', + DB_ERROR_CONSTRAINT => 'violacion de constrenta', + DB_ERROR_DIVZERO => 'division per zèro', + DB_ERROR_INVALID => 'invalid', + DB_ERROR_INVALID_DATE => 'data o ora invalida', + DB_ERROR_INVALID_NUMBER => 'nombre invalid', + DB_ERROR_MISMATCH => 'error de concordància', + DB_ERROR_NODBSELECTED => 'pas de basa de donadas de seleccionada', + DB_ERROR_NOSUCHFIELD => 'nom de colomna invalid', + DB_ERROR_NOSUCHTABLE => 'taula o vista inexistenta', + DB_ERROR_NOT_CAPABLE => 'foncion opcionala pas installada', + DB_ERROR_NOT_FOUND => 'pas trobat', + DB_ERROR_NOT_LOCKED => 'pas verrolhat', + DB_ERROR_SYNTAX => 'error de sintaxi', + DB_ERROR_UNSUPPORTED => 'pas suportat', + DB_ERROR_VALUE_COUNT_ON_ROW => 'valor inserida tròp granda per colomna', + DB_ERROR_INVALID_DSN => 'DSN invalid', + DB_ERROR_CONNECT_FAILED => 'fracàs a la connexion', + 0 => "pas d'error", // DB_OK + DB_ERROR_NEED_MORE_DATA => 'donadas provesidas insufisentas', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension pas trobada', + DB_ERROR_NOSUCHDB => 'basa de donadas desconeguda', + DB_ERROR_ACCESS_VIOLATION => 'dreits insufisents' +); |
