PHP Classes

File: adodb/lang/adodb-esperanto.inc.php

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   PHP MySQL JSON Manager   adodb/lang/adodb-esperanto.inc.php   Download  
File: adodb/lang/adodb-esperanto.inc.php
Role: Auxiliary script
Content type: text/plain
Description: ADOBPHP Download for more information
Class: PHP MySQL JSON Manager
Build and Execute SQL queries with results in JSON
Author: By
Last change:
Date: 8 years ago
Size: 1,907 bytes
 

Contents

Class file image Download
<?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'
);
?>