nextcloud/apps/comments/l10n/el.js

23 lines
1.1 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-03-28 08:55:08 +03:00
"You commented" : "Σχολιάσατε",
"%1$s commented" : "%1$s σχολίασε",
"You commented on %2$s" : "Σχολιάσατε στο %2$s",
"%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
2016-02-26 09:55:44 +03:00
"Comments" : "Σχόλια",
"Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
"Delete comment" : "Διαγραφή σχολίου",
2016-03-28 08:55:08 +03:00
"Post" : "Δημοσίευση",
2016-02-17 09:56:11 +03:00
"Cancel" : "Άκυρο",
2016-02-26 09:55:44 +03:00
"Edit comment" : "Επεξεργασία σχολίου",
2016-03-02 09:56:33 +03:00
"[Deleted user]" : "[Διαγραφή χρήστη]",
2016-03-28 08:55:08 +03:00
"No other comments available" : "Δεν υπάρχουν άλλα διαθέσιμα σχόλια",
2016-02-26 09:55:44 +03:00
"More comments..." : "Περισσότερα σχόλια...",
2016-02-17 09:56:11 +03:00
"Save" : "Αποθήκευση",
2016-03-28 08:55:08 +03:00
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
"{count} unread comments" : "{count} μη αναγνωσμένα σχόλια",
2016-02-17 09:56:11 +03:00
"Comment" : "Σχόλιο"
},
"nplurals=2; plural=(n != 1);");