diff options
Diffstat (limited to 'apps/comments/l10n/el.js')
-rw-r--r-- | apps/comments/l10n/el.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 76b14b113ba..fb8fb9e14eb 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Επέκταση της εφαρμογής αρχείων που επιτρέπει την προσθήκη σχολίων σε αρχεία", "Edit comment" : "Επεξεργασία σχολίου", "Delete comment" : "Διαγραφή σχολίου", + "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!", + "Retry" : "Δοκιμή ξανά", + "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], + "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"], + "Comment" : "Σχόλιο", + "Comment deleted" : "Το σχόλιο διαγράφηκε", "New comment …" : "Νέο σχόλιο …", "Post" : "Δημοσίευση", "Cancel" : "Ακύρωση", "[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 {id}", "Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την ενημέρωση του σχολίου με το id {id}", - "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου", - "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], - "_1 new comment_::_{unread} new comments_" : ["1 νέο σχόλιο","{unread} νέα σχόλια"], - "Comment" : "Σχόλιο" + "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου" }, "nplurals=2; plural=(n != 1);"); |