2016-02-17 06:56:11 +00:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"comments",
|
|
|
|
|
{
|
2018-04-12 00:19:20 +00:00
|
|
|
|
"Edit comment" : "Επεξεργασία σχολίου",
|
2016-02-26 06:55:44 +00:00
|
|
|
|
"Delete comment" : "Διαγραφή σχολίου",
|
2018-04-12 00:19:20 +00:00
|
|
|
|
"New comment …" : "Νέο σχόλιο ...",
|
2016-03-28 05:55:08 +00:00
|
|
|
|
"Post" : "Δημοσίευση",
|
2017-04-18 20:47:45 +00:00
|
|
|
|
"Cancel" : "Ακύρωση",
|
2017-07-24 00:08:01 +00:00
|
|
|
|
"[Deleted user]" : "[Διαγραμμένος χρήστης]",
|
2018-07-26 00:12:01 +00:00
|
|
|
|
"Comments" : "Σχόλια",
|
2016-09-18 00:09:26 +00:00
|
|
|
|
"No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
|
2016-09-04 00:09:21 +00:00
|
|
|
|
"More comments …" : "Περισσότερα σχόλια ...",
|
2016-02-17 06:56:11 +00:00
|
|
|
|
"Save" : "Αποθήκευση",
|
2016-03-28 05:55:08 +00:00
|
|
|
|
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
|
2017-04-18 20:47:45 +00:00
|
|
|
|
"Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το αναγνωριστικό {id}",
|
|
|
|
|
"Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου",
|
2016-10-02 00:16:25 +00:00
|
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
|
2016-05-10 07:30:51 +00:00
|
|
|
|
"Comment" : "Σχόλιο",
|
|
|
|
|
"You commented" : "Σχολιάσατε",
|
|
|
|
|
"%1$s commented" : "%1$s σχολίασε",
|
2017-04-18 20:47:45 +00:00
|
|
|
|
"{author} commented" : "Ο {author} σχολίασε",
|
2017-04-20 00:07:36 +00:00
|
|
|
|
"You commented on %1$s" : "Σχολιάσατε στο %1$s",
|
|
|
|
|
"You commented on {file}" : "Σχολιάσατε στο {file}",
|
2016-09-04 00:09:21 +00:00
|
|
|
|
"%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
|
2017-04-20 00:07:36 +00:00
|
|
|
|
"{author} commented on {file}" : "Ο {author} σχολίασε στο {file}",
|
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
|
2017-11-28 01:09:52 +00:00
|
|
|
|
"{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”",
|
2018-01-04 09:48:31 +00:00
|
|
|
|
"Unknown user" : "Άγνωστος χρήστης",
|
2017-11-28 01:09:52 +00:00
|
|
|
|
"A (now) deleted user mentioned you in a comment on “%s”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “%s”",
|
2018-11-09 01:12:25 +00:00
|
|
|
|
"A (now) deleted user mentioned you in a comment on “{file}”" : "Ο (πρόσφατα) διεγραμμένος χρήστης σας ανέφερε σε σχόλιο στο “{file}”",
|
|
|
|
|
"%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”"
|
2016-02-17 06:56:11 +00:00
|
|
|
|
},
|
|
|
|
|
"nplurals=2; plural=(n != 1);");
|