el.js 2.6 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Σχόλια",
  5. "You commented" : "Σχολιάσατε",
  6. "%1$s commented" : "%1$s σχολίασε",
  7. "{author} commented" : "Ο {author} σχολίασε",
  8. "You commented on %1$s" : "Σχολιάσατε στο %1$s",
  9. "You commented on {file}" : "Σχολιάσατε στο {file}",
  10. "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
  11. "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Το όνομά σας αναφέρθηκε στο “{file}”, σε σχόλιο ενός χρήστη ο οποίος έχει πλέον διαγραφεί",
  14. "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”",
  15. "Files app plugin to add comments to files" : "Επέκταση της εφαρμογής αρχείων που επιτρέπει την προσθήκη σχολίων σε αρχεία",
  16. "Edit comment" : "Επεξεργασία σχολίου",
  17. "Delete comment" : "Διαγραφή σχολίου",
  18. "New comment …" : "Νέο σχόλιο …",
  19. "Post" : "Δημοσίευση",
  20. "Cancel" : "Ακύρωση",
  21. "[Deleted user]" : "[Διαγραμμένος χρήστης]",
  22. "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
  23. "More comments …" : "Περισσότερα σχόλια …",
  24. "Save" : "Αποθήκευση",
  25. "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}",
  27. "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το id {id}",
  28. "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου",
  29. "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"],
  31. "Comment" : "Σχόλιο"
  32. },
  33. "nplurals=2; plural=(n != 1);");