123456789101112131415161718192021222324 |
- OC.L10N.register(
- "sharebymail",
- {
- "Shared with %1$s" : "Compartite con %1$s",
- "Shared with {email}" : "Compartite con {email}",
- "Shared with %1$s by %2$s" : "Compartite con %1$s per %2$s",
- "Shared with {email} by {actor}" : "Compartite con {email} per {actor}",
- "You shared %1$s with %2$s by mail" : "Tu compartiva %1$s con %2$s per e-posta",
- "You shared {file} with {email} by mail" : "Tu compartiva {file} con {email} per e-posta",
- "%3$s shared %1$s with %2$s by mail" : "%3$s compartiva %1$s con %2$s per e-posta",
- "{actor} shared {file} with {email} by mail" : "{actor} compartiva {file} con {email} per e-posta",
- "Sharing %s failed, this item is already shared with %s" : "Compartir %s falleva, iste elemento ja es compartite con %s",
- "Failed to send share by E-mail" : "Invio de compartite per e-posta falleva",
- "%s shared »%s« with you" : "%s compartiva »%s« con te",
- "%s shared »%s« with you on behalf of %s" : "%s compartiva »%s« con te in nomine de %s",
- "Failed to create the E-mail" : "Creation de E-Posta falleva",
- "Could not find share" : "Impossibile trovar le compartite",
- "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Holla,\n\n%s compartiva »%s« con te in nomine de %s.\n\n%s\n\n",
- "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Holla,\n\n%s compartiva »%s« con te.\n\n%s\n\n",
- "Cheers!" : "Congratulationes!",
- "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Holla,<br><br>%s compartiva <a href=\"%s\">%s</a> con te in nomine de %s.<br><br>",
- "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Holla,<br><br>%s compartiva <a href=\"%s\">%s</a> con te.<br><br>"
- },
- "nplurals=2; plural=(n != 1);");
|