diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-19 02:05:44 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-20 02:01:32 +0200 |
commit | 36474e56816308f060ef1ed8ce575370037a8082 (patch) | |
tree | fea32b6706c90edceb76a0f302e4eacbd4191d60 /apps/admin_dependencies_chk | |
parent | 2d3ec5cb4b43a9fd995fd521ffec9af2bc7f78fe (diff) | |
download | nextcloud-server-36474e56816308f060ef1ed8ce575370037a8082.tar.gz nextcloud-server-36474e56816308f060ef1ed8ce575370037a8082.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_dependencies_chk')
-rw-r--r-- | apps/admin_dependencies_chk/l10n/et_EE.php | 14 | ||||
-rw-r--r-- | apps/admin_dependencies_chk/l10n/it.php | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/apps/admin_dependencies_chk/l10n/et_EE.php b/apps/admin_dependencies_chk/l10n/et_EE.php new file mode 100644 index 00000000000..529c8e78d1a --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/et_EE.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "php-json moodul on vajalik paljude rakenduse poolt omvahelise suhtlemise jaoks", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "php-curl moodul on vajalik lehe pealkirja tõmbamiseks järjehoidja lisamisel", +"The php-gd module is needed to create thumbnails of your images" => "php-gd moodul on vajalik sinu piltidest pisipiltide loomiseks", +"The php-ldap module is needed connect to your ldap server" => "php-ldap moodul on vajalik sinu ldap serveriga ühendumiseks", +"The php-zip module is needed download multiple files at once" => "php-zip moodul on vajalik mitme faili korraga alla laadimiseks", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "php-mb_multibyte moodul on vajalik kodeerimise korrektseks haldamiseks.", +"The php-ctype module is needed validate data." => "php-ctype moodul on vajalik andmete kontrollimiseks.", +"The php-xml module is needed to share files with webdav." => "php-xml moodul on vajalik failide jagamiseks webdav-iga.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Sinu php.ini failis oleva direktiivi allow_url_fopen väärtuseks peaks määrama 1, et saaks tõmmata teadmistebaasi OCS-i serveritest", +"The php-pdo module is needed to store owncloud data into a database." => "php-pdo moodul on vajalik owncloudi andmete salvestamiseks andmebaasi.", +"Dependencies status" => "Sõltuvuse staatus", +"Used by :" => "Kasutab :" +); diff --git a/apps/admin_dependencies_chk/l10n/it.php b/apps/admin_dependencies_chk/l10n/it.php index 00aeae205bf..f51286966e1 100644 --- a/apps/admin_dependencies_chk/l10n/it.php +++ b/apps/admin_dependencies_chk/l10n/it.php @@ -7,6 +7,7 @@ "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.", "Dependencies status" => "Stato delle dipendenze", "Used by :" => "Usato da:" |