ro.js 1.1 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Scrie un comentariu nou...",
  5. "Delete comment" : "Șterge comentariul",
  6. "Post" : "Postează",
  7. "Cancel" : "Anulează",
  8. "Edit comment" : "Editează comentariul",
  9. "[Deleted user]" : "[Utilizator șters]",
  10. "Comments" : "Comentarii",
  11. "No other comments available" : "Nu sunt disponibile alte comentarii",
  12. "More comments..." : "Mai multe comentarii...",
  13. "Save" : "Salvează",
  14. "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}",
  15. "{count} unread comments" : "{count} comentarii necitite",
  16. "Comment" : "Comentariu",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentarii</strong> pentru fișiere <em>(afișate întotdeauna în flux)</em>",
  18. "You commented" : "Ai comentat",
  19. "%1$s commented" : "%1$s a comentat",
  20. "You commented on %2$s" : "Ai comentat la %2$s",
  21. "%1$s commented on %2$s" : "%1$s a comentat la %2$s"
  22. },
  23. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");