You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

el.js 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "Files app plugin to add comments to files" : "Επέκταση της εφαρμογής αρχείων που επιτρέπει την προσθήκη σχολίων σε αρχεία",
  14. "Edit comment" : "Επεξεργασία σχολίου",
  15. "Delete comment" : "Διαγραφή σχολίου",
  16. "Cancel edit" : "Ακύρωση επεξεργασίας",
  17. "Post comment" : "Αναρτήστε σχόλιο",
  18. "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
  19. "No more messages" : "Δεν υπάρχουν άλλα μηνύματα",
  20. "Retry" : "Δοκιμή ξανά",
  21. "Unable to load the comments list" : "Δεν είναι δυνατή η μεταφόρτωση της λίστας σχολίων.",
  22. "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"],
  24. "Comment" : "Σχόλιο",
  25. "An error occurred while trying to edit the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια επεξεργασίας του σχολίου",
  26. "Comment deleted" : "Το σχόλιο διαγράφηκε",
  27. "An error occurred while trying to delete the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια διαγραφής του σχολίου",
  28. "An error occurred while trying to create the comment" : "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημιουργίας του σχολίου",
  29. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Το όνομά σας αναφέρθηκε στο “{file}”, σε σχόλιο ενός χρήστη ο οποίος έχει πλέον διαγραφεί",
  30. "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”",
  31. "New comment …" : "Νέο σχόλιο …",
  32. "Post" : "Δημοσίευση",
  33. "Cancel" : "Ακύρωση",
  34. "[Deleted user]" : "[Διαγραμμένος χρήστης]",
  35. "More comments …" : "Περισσότερα σχόλια …",
  36. "Save" : "Αποθήκευση",
  37. "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
  38. "Error occurred while retrieving comment with ID {id}" : "Παρουσιάστηκε σφάλμα κατά την ανάκτηση σχολίου με ID {id}",
  39. "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το id {id}",
  40. "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου"
  41. },
  42. "nplurals=2; plural=(n != 1);");