el.js 2.4 KB

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