summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/it.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
commitcb61d8a2265b3d623b676f0cd35f93921961f044 (patch)
tree8d2e98503630c377285b1e0a67d5237b4f540075 /apps/user_webdavauth/l10n/it.php
parent39eeb7def9cad026698d2b6a97bde8a8e1b34d50 (diff)
downloadnextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.tar.gz
nextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/it.php')
-rw-r--r--apps/user_webdavauth/l10n/it.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/it.php b/apps/user_webdavauth/l10n/it.php
index 044aac46bf5..f068209d3fc 100644
--- a/apps/user_webdavauth/l10n/it.php
+++ b/apps/user_webdavauth/l10n/it.php
@@ -1,6 +1,8 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "Autenticazione WebDAV",
+"Address:" => "Indirizzo:",
+"Save" => "Salva",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";