it.js 1.4 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Digita un nuovo commento...",
  5. "Delete comment" : "Elimina commento",
  6. "Post" : "Post",
  7. "Cancel" : "Annulla",
  8. "Edit comment" : "Modifica commento",
  9. "[Deleted user]" : "[Utente eliminato]",
  10. "Comments" : "Commenti",
  11. "No other comments available" : "Non sono disponibili altri commenti",
  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 <em>(always listed in stream)</em>" : "<strong>Commenti</strong> sui file <em>(elencati sempre nel flusso)</em>",
  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. },
  26. "nplurals=2; plural=(n != 1);");