el.js 2.2 KB

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