summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n/it.js
blob: e4dc1afff920d83ca0c2e9b1dc925691751ee72e (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
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Condivisa con %1$s",
    "Shared with {email}" : "Condivisa con {email}",
    "Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
    "Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
    "You shared %1$s with %2$s by mail" : "Hai condiviso %1$s con %2$s tramite posta",
    "You shared {file} with {email} by mail" : "Hai condiviso {file} con {user} tramite posta",
    "%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
    "{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
    "Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
    "Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
    "Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
    "Password to access {file} was sent to you" : "La password per accedere a {file} ti è stata inviata",
    "Sharing %s failed, this item is already shared with %s" : "Condivisione %s non riuscita, questo elemento è già condiviso con %s",
    "Failed to send share by email" : "Invio non riuscito della condivisione tramite email",
    "%s shared »%s« with you" : "%s ha condiviso »%s« con te",
    "%s shared »%s« with you." : "%s ha condiviso «%s» con te.",
    "Click the button below to open it." : "Fai clic sul pulsante sotto per aprirlo.",
    "Open »%s«" : "Apri «%s»",
    "%s via %s" : "%s tramite %s",
    "Password to access »%s« shared to you by %s" : "Password per accedere a «%s» condivisa con te da %s",
    "Password to access »%s«" : "Password per accedere a «%s»",
    "Password to access »%s« shared with %s" : "Password per accedere a «%s» condivisa con %s",
    "This is the password: %s" : "Questa è la password: %s",
    "Could not find share" : "Non è stato possibile trovare la condivisione",
    "Share by mail" : "Condividi tramite email",
    "Send password by mail" : "Invia password tramite posta",
    "Enforce password protection" : "Imponi la protezione con password",
    "Failed to send share by E-mail" : "Invio non riuscito della condivisione tramite email",
    "%s shared »%s« with you on behalf of %s" : "%s ha condiviso «%s» con te per conto di %s",
    "Failed to create the E-mail" : "Creazione dell'email non riuscita",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Ciao,\n\n%s ha condiviso «%s» con te per conto di %s.\n\n%s\n\n",
    "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Ciao,\n\n%s ha condiviso «%s» con te.\n\n%s\n\n",
    "Cheers!" : "Saluti!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Ciao, <br><br>%s ha condiviso <a href=\"%s\">%s</a> con te per conto di %s.<br><br>",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Ciao, <br><br>%s ha condiviso <a href=\"%s\">%s</a> con te.<br><br>"
},
"nplurals=2; plural=(n != 1);");