Blame view
sources/apps/admin_dependencies_chk/l10n/eo.php
1.67 KB
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php $TRANSLATIONS = array( "The php-json module is needed by the many applications for inter communications" => "La modulo php-json necesas por komuniko inter la multaj aplikaĵoj", "The php-curl module is needed to fetch the page title when adding a bookmark" => "La modulo php-curl necesas por venigo de la paĝtitolo kiam aldoniĝas legosignoj", "The php-gd module is needed to create thumbnails of your images" => "La modulo php-gd necesas por krei bildetojn.", "The php-ldap module is needed connect to your ldap server" => "La modulo php-ldap necesas por konekti al via LDAP-servilo.", "The php-zip module is needed download multiple files at once" => "La modulo php-zip necesas por elŝuti plurajn dosierojn per unu fojo.", "The php-mb_multibyte module is needed to manage correctly the encoding." => "La modulo php-mb_multibyte necesas por ĝuste administri la kodprezenton.", "The php-ctype module is needed validate data." => "La modulo php-ctype necesas por validkontroli datumojn.", "The php-xml module is needed to share files with webdav." => "La modulo php-xml necesas por kunhavigi dosierojn per WebDAV.", "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "La ordono allow_url_fopen de via php.ini devus valori 1 por ricevi scibazon el OCS-serviloj", "The php-pdo module is needed to store owncloud data into a database." => "La modulo php-pdo necesas por konservi datumojn de ownCloud en datumbazo.", "The iconv module is needed to convert data into the correct charset." => "La modulo iconv necesas por konverti datumojn en la ĝustan signaron.", "Dependencies status" => "Stato de dependoj", "Used by :" => "Uzata de:" ); |