diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
commit | 8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch) | |
tree | a6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/el.js | |
parent | 789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff) | |
download | nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/el.js')
-rw-r--r-- | apps/comments/l10n/el.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 1790d429bde..00e3e5c9582 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -2,6 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "Σχόλια", + "Unknown user" : "Άγνωστος χρήστης", "New comment …" : "Νέο σχόλιο ...", "Delete comment" : "Διαγραφή σχολίου", "Post" : "Δημοσίευση", @@ -17,14 +18,14 @@ OC.L10N.register( "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την προσπάθεια δημοσίευσης σχολίου", "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], "Comment" : "Σχόλιο", - "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", "You commented" : "Σχολιάσατε", "%1$s commented" : "%1$s σχολίασε", - "You commented on %2$s" : "Σχολιάσατε στο %2$s", "%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} μη αναγνωσμένα σχόλια" + "{count} unread comments" : "{count} μη αναγνωσμένα σχόλια", + "You commented on %2$s" : "Σχολιάσατε στο %2$s" }, "nplurals=2; plural=(n != 1);"); |