eu_ES.php
1.77 KB
<?php
$TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "Php-json moduloa beharrezkoa da inter komunikazioetako hainbat aplikaziorentzat",
"The php-curl module is needed to fetch the page title when adding a bookmark" => "Php-curl moduloa beharrezko da orriaren titulua eskuratzeko laster-marka gehitzean",
"The php-gd module is needed to create thumbnails of your images" => "Php-gd moduloa beharrezkoa da zure irudien thumbnails-a sortzeko",
"The php-ldap module is needed connect to your ldap server" => "Php-ldap moduloa beharrezkoa da zure ldap zerbitzaria konektatzeko",
"The php-zip module is needed download multiple files at once" => "Php-zip moduloa beharrezkoa da hainbat fitxategi batera deskargatzeko",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "Php-mb_multibyte moduloa beharrezkoa da kodeak ongi kudeatzeko.",
"The php-ctype module is needed validate data." => "Php-ctype moduloa beharrezkoa da datuak baieztatzeko.",
"The php-xml module is needed to share files with webdav." => "Php-xml moduloa beharrezkoa da webdavekin fitxategiak partekatzeko.",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Allow_url_fopen zuzentarauaren php.ini behar da ezagutza basea eskuratzean OCS zerbitzarietatik 1 'ezarrita",
"The php-pdo module is needed to store owncloud data into a database." => "php-pdo moduloa beharrezkoa da owncloud datuak datubasean hornitzeko.",
"The iconv module is needed to convert data into the correct charset." => "Iconv modulua beharrezko da datuak eraldatzeko charset zuzenaren barnean.",
"Dependencies status" => "kokapen menpekotasunak",
"Used by :" => "Erabilia:"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";