1
0

it.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Commenti",
  5. "Unknown user" : "Utente sconosciuto",
  6. "New comment …" : "Nuovo commento...",
  7. "Delete comment" : "Elimina commento",
  8. "Post" : "Commento",
  9. "Cancel" : "Annulla",
  10. "Edit comment" : "Modifica commento",
  11. "[Deleted user]" : "[Utente eliminato]",
  12. "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!",
  13. "More comments …" : "Altri commenti...",
  14. "Save" : "Salva",
  15. "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}",
  17. "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}",
  18. "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.",
  19. "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"],
  20. "Comment" : "Commento",
  21. "You commented" : "Hai commentato",
  22. "%1$s commented" : "%1$s ha commentato",
  23. "{author} commented" : "{author} ha commentato",
  24. "You commented on %1$s" : "Hai commentato su %1$s",
  25. "You commented on {file}" : "Hai commentato su {file}",
  26. "%1$s commented on %2$s" : "%1$s ha commentato %2$s",
  27. "{author} commented on {file}" : "{author} ha commentato su {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"%s\".",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un utente eliminato (ora) ti ha menzionato in un commento su \"{file}\".",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} ti ha menzionato in un commento su \"{file}\".",
  33. "Type in a new comment..." : "Digita un nuovo commento...",
  34. "No other comments available" : "Non sono disponibili altri commenti",
  35. "More comments..." : "Altri commenti...",
  36. "{count} unread comments" : "{count} commenti non letti",
  37. "You commented on %2$s" : "Hai commentato su %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");