26 lines
1.9 KiB
JavaScript
26 lines
1.9 KiB
JavaScript
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",
|
|
"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 E-mail" : "Invio non riuscito della condivisione tramite email",
|
|
"%s shared »%s« with you" : "%s ha condiviso »%s« con te",
|
|
"%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",
|
|
"Could not find share" : "Non è stato possibile trovare la condivisione",
|
|
"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>",
|
|
"Share by mail" : "Condividi tramite email"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|