Blame view

sources/apps/admin_dependencies_chk/l10n/it.php 1.81 KB
42e4f8d60   Kload   add all apps
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" => "Il modulo php-json è richiesto per l'intercomunicazione di diverse applicazioni",
  "The php-curl module is needed to fetch the page title when adding a bookmark" => "Il modulo php-curl è richiesto per recuperare il titolo della pagina quando si aggiunge un segnalibro",
  "The php-gd module is needed to create thumbnails of your images" => "Il modulo php-gd è richiesto per creare miniature delle tue immagini",
  "The php-ldap module is needed connect to your ldap server" => "Il modulo php-ldap è richiesto per collegarsi a un server ldap",
  "The php-zip module is needed download multiple files at once" => "Il modulo php-zip è richiesto per scaricare diversi file contemporaneamente",
  "The php-mb_multibyte module is needed to manage correctly the encoding." => "Il modulo php-mb_multibyte è richiesto per gestire correttamente la codifica.",
  "The php-ctype module is needed validate data." => "Il modulo php-ctype è richiesto per la validazione dei dati.",
  "The php-xml module is needed to share files with webdav." => "Il modulo php-xml è richiesto per condividere i file con webdav.",
  "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "La direttiva allow_url_fopen del tuo php.ini deve essere impostata a 1 per recuperare la base di conoscenza dai server di OCS",
  "The php-pdo module is needed to store owncloud data into a database." => "Il modulo php-pdo è richiesto per archiviare i dati di ownCloud in un database.",
  "The iconv module is needed to convert data into the correct charset." => "Il modulo iconv è necessario per convertire i dati nel set di caratteri corretto.",
  "Dependencies status" => "Stato delle dipendenze",
  "Used by :" => "Usato da:"
  );