nextcloud/apps/comments/l10n/el.js

32 lines
2.2 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-10-18 03:06:51 +03:00
"Comments" : "Σχόλια",
2016-11-26 04:06:57 +03:00
"Unknown user" : "Άγνωστος χρήστης",
2016-09-14 03:10:31 +03:00
"New comment …" : "Νέο σχόλιο ...",
2016-02-26 09:55:44 +03:00
"Delete comment" : "Διαγραφή σχολίου",
2016-03-28 08:55:08 +03:00
"Post" : "Δημοσίευση",
2016-02-17 09:56:11 +03:00
"Cancel" : "Άκυρο",
2016-02-26 09:55:44 +03:00
"Edit comment" : "Επεξεργασία σχολίου",
2016-03-02 09:56:33 +03:00
"[Deleted user]" : "[Διαγραφή χρήστη]",
2016-09-18 03:09:26 +03:00
"No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!",
2016-09-04 03:09:21 +03:00
"More comments …" : "Περισσότερα σχόλια ...",
2016-02-17 09:56:11 +03:00
"Save" : "Αποθήκευση",
2016-03-28 08:55:08 +03:00
"Allowed characters {count} of {max}" : "Επιτρεπόμενοι χαρακτήρες {count} από {max}",
2016-09-18 03:09:26 +03:00
"Error occurred while retrieving comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια λήψης σχολίων με αναγνωριστικό {id}",
"Error occurred while updating comment with id {id}" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια αναβάθμισης του σχολίου με το αναγνωριστικό {id}",
"Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια δημοσίευσης σχολίου",
2016-10-02 03:16:25 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"],
2016-05-10 10:30:51 +03:00
"Comment" : "Σχόλιο",
"You commented" : "Σχολιάσατε",
"%1$s commented" : "%1$s σχολίασε",
2016-09-04 03:09:21 +03:00
"%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s",
2016-11-26 04:06:57 +03:00
"<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία",
2016-09-04 03:09:21 +03:00
"Type in a new comment..." : "Αυτό είναι ένα νέο σχόλιο...",
"No other comments available" : "Δεν υπάρχουν άλλα διαθέσιμα σχόλια",
2016-09-29 03:07:08 +03:00
"More comments..." : "Περισσότερα σχόλια...",
2016-11-26 04:06:57 +03:00
"{count} unread comments" : "{count} μη αναγνωσμένα σχόλια",
"You commented on %2$s" : "Σχολιάσατε στο %2$s"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n != 1);");