summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/el.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/el.js')
-rw-r--r--apps/comments/l10n/el.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js
index c88bf2c2ecc..297028adf74 100644
--- a/apps/comments/l10n/el.js
+++ b/apps/comments/l10n/el.js
@@ -1,22 +1,22 @@
OC.L10N.register(
"comments",
{
- "You commented" : "Σχολιάσατε",
- "%1$s commented" : "%1$s σχολίασε",
- "You commented on %2$s" : "Σχολιάσατε στο %2$s",
- "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
- "Comments" : "Σχόλια",
"Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
"Delete comment" : "Διαγραφή σχολίου",
"Post" : "Δημοσίευση",
"Cancel" : "Άκυρο",
"Edit comment" : "Επεξεργασία σχολίου",
"[Deleted user]" : "[Διαγραφή χρήστη]",
+ "Comments" : "Σχόλια",
"No other comments available" : "Δεν υπάρχουν άλλα διαθέσιμα σχόλια",
"More comments..." : "Περισσότερα σχόλια...",
"Save" : "Αποθήκευση",
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
"{count} unread comments" : "{count} μη αναγνωσμένα σχόλια",
- "Comment" : "Σχόλιο"
+ "Comment" : "Σχόλιο",
+ "You commented" : "Σχολιάσατε",
+ "%1$s commented" : "%1$s σχολίασε",
+ "You commented on %2$s" : "Σχολιάσατε στο %2$s",
+ "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s"
},
"nplurals=2; plural=(n != 1);");