nextcloud/apps/user_webdavauth/l10n/it.js

10 lines
638 B
JavaScript

OC.L10N.register(
"user_webdavauth",
{
"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."
},
"nplurals=2; plural=(n != 1);");