diff options
Diffstat (limited to 'apps/comments/l10n/el.js')
-rw-r--r-- | apps/comments/l10n/el.js | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 00e3e5c9582..605b3914a8c 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -6,26 +6,22 @@ OC.L10N.register( "New comment …" : "Νέο σχόλιο ...", "Delete comment" : "Διαγραφή σχολίου", "Post" : "Δημοσίευση", - "Cancel" : "Άκυρο", + "Cancel" : "Ακύρωση", "Edit comment" : "Επεξεργασία σχολίου", "[Deleted user]" : "[Διαγραφή χρήστη]", "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!", "More comments …" : "Περισσότερα σχόλια ...", "Save" : "Αποθήκευση", "Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}", - "Error occurred while retrieving comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια λήψης σχολίων με αναγνωριστικό {id}", - "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια αναβάθμισης του σχολίου με το αναγνωριστικό {id}", - "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια δημοσίευσης σχολίου", + "Error occurred while retrieving comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την λήψη σχολίου με αναγνωριστικό {id}", + "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το αναγνωριστικό {id}", + "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου", "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], "Comment" : "Σχόλιο", "You commented" : "Σχολιάσατε", "%1$s commented" : "%1$s σχολίασε", + "{author} commented" : "Ο {author} σχολίασε", "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s", - "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", - "Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...", - "No other comments available" : "Δεν υπάρχουν άλλα διαθέσιμα σχόλια", - "More comments..." : "Περισσότερα σχόλια...", - "{count} unread comments" : "{count} μη αναγνωσμένα σχόλια", - "You commented on %2$s" : "Σχολιάσατε στο %2$s" + "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία" }, "nplurals=2; plural=(n != 1);"); |