summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/el.js
blob: 6c085651be361e7f9f9e11d6591803228caba289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "comments",
    {
    "Comments" : "Σχόλια",
    "Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
    "Delete comment" : "Διαγραφή σχολίου",
    "Cancel" : "Άκυρο",
    "Edit comment" : "Επεξεργασία σχολίου",
    "More comments..." : "Περισσότερα σχόλια...",
    "Save" : "Αποθήκευση",
    "Comment" : "Σχόλιο"
},
"nplurals=2; plural=(n != 1);");