diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
commit | 36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch) | |
tree | 1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/el.js | |
parent | c2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff) | |
download | nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/el.js')
-rw-r--r-- | apps/comments/l10n/el.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js index 0dae35c3db1..8089be68b73 100644 --- a/apps/comments/l10n/el.js +++ b/apps/comments/l10n/el.js @@ -1,13 +1,22 @@ OC.L10N.register( "comments", { + "Comments" : "Σχόλια", + "You commented" : "Σχολιάσατε", + "%1$s commented" : "%1$s σχολίασε", + "{author} commented" : "Ο {author} σχολίασε", + "You commented on %1$s" : "Σχολιάσατε στο %1$s", + "You commented on {file}" : "Σχολιάσατε στο {file}", + "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s", + "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}", + "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", + "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”", "Edit comment" : "Επεξεργασία σχολίου", "Delete comment" : "Διαγραφή σχολίου", "New comment …" : "Νέο σχόλιο ...", "Post" : "Δημοσίευση", "Cancel" : "Ακύρωση", "[Deleted user]" : "[Διαγραμμένος χρήστης]", - "Comments" : "Σχόλια", "No comments yet, start the conversation!" : "Δεν υπάρχουν σχόλια, ξεκινήστε την συζήτηση!", "More comments …" : "Περισσότερα σχόλια ...", "Save" : "Αποθήκευση", @@ -17,15 +26,6 @@ OC.L10N.register( "Error occurred while posting comment" : "Ένα σφάλμα προέκυψε κατά την δημοσίευση σχολίου", "_%n unread comment_::_%n unread comments_" : ["%n αδιάβαστο σχόλιο","%n αδιάβαστα σχόλια"], "Comment" : "Σχόλιο", - "You commented" : "Σχολιάσατε", - "%1$s commented" : "%1$s σχολίασε", - "{author} commented" : "Ο {author} σχολίασε", - "You commented on %1$s" : "Σχολιάσατε στο %1$s", - "You commented on {file}" : "Σχολιάσατε στο {file}", - "%1$s commented on %2$s" : "%1$s σχολίασε στο %2$s", - "{author} commented on {file}" : "Ο {author} σχολίασε στο {file}", - "<strong>Comments</strong> for files" : "<strong>Σχόλια</strong> για αρχεία", - "{user} mentioned you in a comment on “{file}”" : "Ο {user} σας ανέφερε σε σχόλιο στο “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s σας ανέφερε σε σχόλιο στο “%2$s”" }, "nplurals=2; plural=(n != 1);"); |