it.js 1.5 KB

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