source: Dev/trunk/rdfapi/util/adodb/lang/adodb-it.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: 2.0 KB
Line 
1<?php
2// Italian language file contributed by Tiraboschi Massimiliano aka TiMax 
3// www.maxdev.com  timax@maxdev.com
4$ADODB_LANG_ARRAY = array (
5            'LANG'                      => 'it',
6            DB_ERROR                    => 'errore sconosciuto',
7            DB_ERROR_ALREADY_EXISTS     => 'esiste gi&agrave;',
8            DB_ERROR_CANNOT_CREATE      => 'non posso creare',
9            DB_ERROR_CANNOT_DELETE      => 'non posso cancellare',
10            DB_ERROR_CANNOT_DROP        => 'non posso eliminare',
11            DB_ERROR_CONSTRAINT         => 'violazione constraint',
12            DB_ERROR_DIVZERO            => 'divisione per zero',
13            DB_ERROR_INVALID            => 'non valido',
14            DB_ERROR_INVALID_DATE       => 'data od ora non valida',
15            DB_ERROR_INVALID_NUMBER     => 'numero non valido',
16            DB_ERROR_MISMATCH           => 'diversi',
17            DB_ERROR_NODBSELECTED       => 'nessun database selezionato',
18            DB_ERROR_NOSUCHFIELD        => 'nessun campo trovato',
19            DB_ERROR_NOSUCHTABLE        => 'nessuna tabella trovata',
20            DB_ERROR_NOT_CAPABLE        => 'DB backend non abilitato',
21            DB_ERROR_NOT_FOUND          => 'non trovato',
22            DB_ERROR_NOT_LOCKED         => 'non bloccato',
23            DB_ERROR_SYNTAX             => 'errore di sintassi',
24            DB_ERROR_UNSUPPORTED        => 'non supportato',
25            DB_ERROR_VALUE_COUNT_ON_ROW => 'valore inserito troppo grande per una colonna',
26            DB_ERROR_INVALID_DSN        => 'DSN non valido',
27            DB_ERROR_CONNECT_FAILED     => 'connessione fallita',
28            0                           => 'nessun errore', // DB_OK
29            DB_ERROR_NEED_MORE_DATA     => 'dati inseriti insufficienti',
30            DB_ERROR_EXTENSION_NOT_FOUND=> 'estensione non trovata',
31            DB_ERROR_NOSUCHDB           => 'database non trovato',
32            DB_ERROR_ACCESS_VIOLATION   => 'permessi insufficienti'
33);
34?>
Note: See TracBrowser for help on using the repository browser.