el.js 2.6 KB

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