summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/it.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/it.php')
-rw-r--r--apps/user_webdavauth/l10n/it.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/it.php b/apps/user_webdavauth/l10n/it.php
index f815c5a5aa2..0d2b3f7f7c1 100644
--- a/apps/user_webdavauth/l10n/it.php
+++ b/apps/user_webdavauth/l10n/it.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "Autenticazione WebDAV"
+"WebDAV Authentication" => "Autenticazione WebDAV",
+"Address: " => "Indirizzo:",
+"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."
);