el.js 2.7 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Σχόλια",
  5. "You commented" : "Σχολιάσατε",
  6. "{author} commented" : "Ο {author} σχολίασε",
  7. "You commented on %1$s" : "Σχολιάσατε στο %1$s",
  8. "You commented on {file}" : "Σχολιάσατε στο {file}",
  9. "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
  10. "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Το όνομά σας αναφέρθηκε στο “{file}”, σε σχόλιο ενός χρήστη ο οποίος έχει πλέον διαγραφεί",
  13. "{user} mentioned you in a comment on \"{file}\"" : "Ο/η {user} σας ανέφερε σε σχόλιο στο “{file}”",
  14. "Files app plugin to add comments to files" : "Επέκταση της εφαρμογής Αρχεία που επιτρέπει την προσθήκη σχολίων σε αρχεία",
  15. "Edit comment" : "Επεξεργασία σχολίου",
  16. "Delete comment" : "Διαγραφή σχολίου",
  17. "Cancel edit" : "Ακύρωση επεξεργασίας",
  18. "Post comment" : "Αναρτήστε σχόλιο",
  19. "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
  20. "No more messages" : "Δεν υπάρχουν άλλα μηνύματα",
  21. "Retry" : "Δοκιμή ξανά",
  22. "Unable to load the comments list" : "Δεν είναι δυνατή η μεταφόρτωση της λίστας σχολίων.",
  23. "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"],
  25. "Comment" : "Σχόλιο",
  26. "An error occurred while trying to edit the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια επεξεργασίας του σχολίου",
  27. "Comment deleted" : "Το σχόλιο διαγράφηκε",
  28. "An error occurred while trying to delete the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια διαγραφής του σχολίου",
  29. "An error occurred while trying to create the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημιουργίας του σχολίου",
  30. "%1$s commented" : "%1$s σχολίασε"
  31. },
  32. "nplurals=2; plural=(n != 1);");