Blame view
sources/apps/admin_dependencies_chk/l10n/ro.php
1.82 KB
|
d1bafeea1
|
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" => "Modulul php-json este necesar mai multor aplicații pentru inter-comunicare", "The php-curl module is needed to fetch the page title when adding a bookmark" => "Modulul php-curl este necesar pentru a putea citi titlul unei pagini la adăugarea unui semn de carte", "The php-gd module is needed to create thumbnails of your images" => "Modulul php-gd este necesar pentru a putea crea icoane scalate ale imaginilor", "The php-ldap module is needed connect to your ldap server" => "Modulul php-ldap este necesar pentru conectarea la un server ldap", "The php-zip module is needed download multiple files at once" => "Modulul php-zip este necesar pentru a putea descărca mai multe fișiere odată", "The php-mb_multibyte module is needed to manage correctly the encoding." => "Modulul php-mb_multibyte este necesar pentru a administra corect codarea.", "The php-ctype module is needed validate data." => "Modulul php-ctype este necesar pentru validarea datelor.", "The php-xml module is needed to share files with webdav." => "Modulul php-xml este necesar pentru a putea partaja fișiere cu webdav.", "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Directiva allow_url_fopen din php.ini trebuie setată pe valoarea 1 pentru a putea prelua baza de cunoștințe din serverele OCS", "The php-pdo module is needed to store owncloud data into a database." => "Modulul php-pdo este necesar pentru a putea stoca datele owncloud într-o bază de date.", "The iconv module is needed to convert data into the correct charset." => "Modulul iconv este necesar pentru conversia datelor în setul de caractere corect.", "Dependencies status" => "Stare dependințe", "Used by :" => "Folosit de:" ); |