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

it.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acacdb249119bea67a82eab9675883a66991f675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OC.L10N.register(
    "passman",
    {
    "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",
    "A Passman item has been renamed" : "Un elemento Passman è stato rinominato",
    "%1$s has been created by %2$s" : "%1$s è stato creato da %2$s",
    "You created %1$s" : "Hai creato %1$s",
    "%1$s has been updated by %2$s" : "%1$s è stato aggiornato da %2$s",
    "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 in %2$s",
    "You renamed %1$s to %2$s" : "Hai rinominato %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, 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",
    "%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\".",
    "Settings" : "Impostazioni",
    "Connection to server lost" : "Connessione al server interrotta",
    "Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi",
    "Saving..." : "Salvataggio in corso...",
    "Dismiss" : "Annulla",
    "seconds ago" : "secondi fa"
},
"nplurals=2; plural=(n != 1);");