nextcloud/apps/comments/l10n/el.js

15 lines
537 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" : "Επεξεργασία σχολίου",
2016-03-02 09:56:33 +03:00
"[Deleted user]" : "[Διαγραφή χρήστη]",
2016-02-26 09:55:44 +03:00
"More comments..." : "Περισσότερα σχόλια...",
2016-02-17 09:56:11 +03:00
"Save" : "Αποθήκευση",
"Comment" : "Σχόλιο"
},
"nplurals=2; plural=(n != 1);");