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/eu.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/eu.js')
-rw-r--r-- | apps/comments/l10n/eu.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js index 35794cd84bd..653a70c3619 100644 --- a/apps/comments/l10n/eu.js +++ b/apps/comments/l10n/eu.js @@ -1,13 +1,22 @@ OC.L10N.register( "comments", { + "Comments" : "Iruzkinak", + "You commented" : "Iruzkindu duzu", + "%1$s commented" : "%1$s iruzkin du", + "{author} commented" : "{author}-(e)k 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}-(e)k {file}-en iruzkin du", + "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak", + "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”", "Edit comment" : "Iruzkina editatu", "Delete comment" : "Ezabatu iruzkina", "New comment …" : "Iruzkin berria...", "Post" : "Bidali", "Cancel" : "Utzi", "[Deleted user]" : "[Deleted user]", - "Comments" : "Iruzkinak", "No comments yet, start the conversation!" : "Oraindik ez dago iruzkinik, izan zaitez lehena zerbait esanez!", "More comments …" : "Iruzkin gehiago...", "Save" : "Gorde", @@ -17,15 +26,6 @@ OC.L10N.register( "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}-(e)k 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}-(e)k {file}-en iruzkin du", - "<strong>Comments</strong> for files" : "Fitxategientzako <strong>iruzkinak", - "{user} mentioned you in a comment on “{file}”" : "{user}-(e)k aipatu zaitu iruzkinean “{file}”", "%1$s mentioned you in a comment on “%2$s”" : "%1$s-(e)k aipatu zaitu iruzkinean “%2$s”" }, "nplurals=2; plural=(n != 1);"); |