ro.js 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarii",
  5. "You commented" : "Ai comentat",
  6. "{author} commented" : " {author} a comentat",
  7. "You commented on %1$s" : "Ai comentat la %1$s",
  8. "You commented on {file}" : "Ai comentat la {file}",
  9. "%1$s commented on %2$s" : "%1$s a comentat la %2$s",
  10. "{author} commented on {file}" : " {author} a comentat la {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Ai fost menționat în fișierul \"{file}\", într-un comentariu facut de un utilizator ce întretimp a fost șters",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} te-a menționat într-un comentariu la fișierul \"{file}\"",
  14. "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii",
  15. "Edit comment" : "Editează comentariul",
  16. "Delete comment" : "Șterge comentariul",
  17. "Cancel edit" : "Anulați editarea",
  18. "Post comment" : "Postează comentariu",
  19. "No comments yet, start the conversation!" : "Nici un comentariu încă, începe conversația!",
  20. "No more messages" : "Nu mai sunt mesaje",
  21. "Retry" : "Reîncearcă",
  22. "Unable to load the comments list" : "Lista de comentarii nu poate fi încărcată",
  23. "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"],
  25. "Comment" : "Comentariu",
  26. "An error occurred while trying to edit the comment" : "A apărut o eroare la încercarea de a edita comentariul",
  27. "Comment deleted" : "Comentariul a fost șters",
  28. "An error occurred while trying to delete the comment" : "A apărut o eroare la încercarea de a șterge comentariul",
  29. "An error occurred while trying to create the comment" : "A apărut o eroare la încercarea de a crea comentariul",
  30. "%1$s commented" : "%1$s a comentat"
  31. },
  32. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");