nextcloud/apps/comments/l10n/el.js

14 lines
479 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-02-26 09:55:44 +03:00
"Comments" : "Σχόλια",
"Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
"Delete comment" : "Διαγραφή σχολίου",
2016-02-17 09:56:11 +03:00
"Cancel" : "Άκυρο",
2016-02-26 09:55:44 +03:00
"Edit comment" : "Επεξεργασία σχολίου",
"More comments..." : "Περισσότερα σχόλια...",
2016-02-17 09:56:11 +03:00
"Save" : "Αποθήκευση",
"Comment" : "Σχόλιο"
},
"nplurals=2; plural=(n != 1);");