diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-02-25 01:25:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-02-25 01:25:07 +0000 |
commit | 556b958af2e786eefc6c7a1423510c0ff7aabfcf (patch) | |
tree | 91f831ad5e31e6c733a2c44da0186381a9ecae74 /apps/comments/l10n/eu.js | |
parent | 8a7b8f966e476173416cdd5fd7fc0e01de34aa1f (diff) | |
download | nextcloud-server-556b958af2e786eefc6c7a1423510c0ff7aabfcf.tar.gz nextcloud-server-556b958af2e786eefc6c7a1423510c0ff7aabfcf.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/eu.js')
-rw-r--r-- | apps/comments/l10n/eu.js | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index 65c4b80558a..99fd98bba46 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -1,8 +1,35 @@ OC.L10N.register( "comments", { + "Comments" : "Iruzkinak", + "New comment …" : "Iruzkin berria...", + "Delete comment" : "Ezabatu iruzkina", "Cancel" : "Ezeztatu", + "Edit comment" : "Iruzkina aldatu", + "No comments yet, start the conversation!" : "Oraindik ez dago iruzkinik, izan zaites lehena zerbait esanez!", + "More comments …" : "Iruzkin gehiago...", "Save" : "Gorde", - "Comment" : "Iruzkina" + "Error occurred while retrieving comment with id {id}" : "Akatsa gertatu da {id} id duen iruzkina berreskuratzerakoan", + "Error occurred while updating comment with id {id}" : "Akats bat gertatu da {id} id duen iruzkina aldatzerakoan", + "Error occurred while posting comment" : "Akats bat gertatu da iruzkina bidaltzerakoan", + "_%n unread comment_::_%n unread comments_" : ["iruzkin %n irakurri gabe","%n iruzkin irakurri gabe"], + "Comment" : "Iruzkina", + "You commented" : "Iruzkindu duzu", + "%1$s commented" : "%1$s iruzkin du", + "{author} commented" : "{author} iruzkin du", + "You commented on %1$s" : "%1$s-en Iruzkin duzu", + "You commented on {file}" : "{file}-en Iruzkin duzu", + "%1$s commented on %2$s" : "%1$s %2$s-en iruzkin du", + "{author} commented on {file}" : "{author} {file}-en iruzkin du", + "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak</ strong> ", + "A (now) deleted user mentioned you in a comment on “%s”" : "(Orain) Ezabatutako erabiltzaile batek aipatu zaitu iruzkinean \"%s\"", + "A (now) deleted user mentioned you in a comment on “{file}”" : "(Orain) Ezabatutako erabiltzaile batek aipatu zaitu iruzkinean “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s aipatu zaitu iruzkinean \"“%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} aipatu zaitu iruzkinean “{file}”", + "Type in a new comment..." : "Idatzi iruzkin berri bat...", + "No other comments available" : "Ez dago beste iruzkinik eskuragarri", + "More comments..." : "Iruzkin gehiago...", + "{count} unread comments" : "{count} iruzkin irakurri gabe", + "You commented on %2$s" : "%2$s-en Iruzkin duzu" }, "nplurals=2; plural=(n != 1);"); |