Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-10-25 12:53:42 +0300
committerNextcloud bot <bot@nextcloud.com>2016-10-25 12:53:42 +0300
commit64e0368ac38f1079bf51c34b0038ef6219c234df (patch)
treedfb3d23ad25d0c45347f94ce4167a76c7fff832f /l10n/it.js
parente7151c1b53053c1a6489d918b6f719421e2af9d2 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/it.js')
-rw-r--r--l10n/it.js20
1 files changed, 13 insertions, 7 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 8e3490b5..1dc66b30 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"passman",
{
- "Passwords" : "Le password",
+ "Passwords" : "Password",
"A Passman item has been created, modified or deleted" : "Un elemento Passman è stato creato, modificato o eliminato",
"A Passman item has expired" : "Un elemento Passman è scaduto",
"A Passman item has been shared" : "Un elemento Passman è stato condiviso",
@@ -12,18 +12,24 @@ OC.L10N.register(
"You updated %1$s" : "Hai aggiornato %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s ha ripristinato %1$s alla versione %3$s",
"You reverted %1$s back to the revision of %3$s" : "Hai ripristinato %1$s alla versione %3$s",
- "%3$s has renamed %1$s to %2$s" : "%3$s ha rinominato %1$s a %2$s",
- "You renamed %1$s to %2$s" : "Hai rinominanto %1$s a %2$s",
+ "%3$s has renamed %1$s to %2$s" : "%3$s ha rinominato %1$s in %2$s",
+ "You renamed %1$s to %2$s" : "Hai rinominanto %1$s in %2$s",
"%1$s has been deleted by %2$s" : "%1$s è stato eliminato da %2$s",
"You deleted %1$s" : "Hai eliminato %1$s",
"%1$s has been recovered by %2$s" : "%1$s è stato ripristinato da %2$s",
"You recovered %1$s" : "Hai ripristinato %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s è stato eliminato definitivamente da %2$s",
"You permanently deleted %1$s" : "Hai eliminato definitivamente %1$s",
- "The password of %1$s has expired, renew it now." : "La password di %1$s è scaduta, rinnovarla ora.",
- "%s has been shared" : "%s è stato condiviso",
- "Your credential \"%s\" expired, click here to update the credential." : "Le tue credenziali \"%s\" sono scadute, clicca qui per aggiornarle.",
+ "The password of %1$s has expired, renew it now." : "La password di %1$s è scaduta, rinnovala ora.",
+ "%1$s has been shared with %2$s" : "%1$s è stato condiviso con %2$s",
+ "You received a share request for %1$s from %2$s" : "Hai ricevuto una richiesta di condivisione per %1$s da %2$s",
+ "%s has been shared with a link" : "%s è stato condiviso con un collegamento",
+ "Your credential \"%s\" expired, click here to update the credential." : "Le tue credenziali \"%s\" sono scadute, fai clic qui per aggiornarle.",
"Remind me later" : "Ricordamelo più tardi",
- "Ignore" : "Ignora"
+ "Ignore" : "Ignora",
+ "%s shared \"%s\" with you. Click here to accept" : "%s ha condiviso \"%s\" con te. Fai clic qui per accettare",
+ "Decline" : "Rifiuta",
+ "%s has declined your share request for \"%s\"." : "%s ha rifiutato la tua richiesta di condivisione per \"%s\".",
+ "%s has accepted your share request for \"%s\"." : "%s ha accettato la tua richiesta di condivisione per \"%s\"."
},
"nplurals=2; plural=(n != 1);");