15 lines
537 B
JavaScript
15 lines
537 B
JavaScript
OC.L10N.register(
|
|
"comments",
|
|
{
|
|
"Comments" : "Σχόλια",
|
|
"Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
|
|
"Delete comment" : "Διαγραφή σχολίου",
|
|
"Cancel" : "Άκυρο",
|
|
"Edit comment" : "Επεξεργασία σχολίου",
|
|
"[Deleted user]" : "[Διαγραφή χρήστη]",
|
|
"More comments..." : "Περισσότερα σχόλια...",
|
|
"Save" : "Αποθήκευση",
|
|
"Comment" : "Σχόλιο"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|