diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-05 01:07:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-05 01:07:41 +0000 |
commit | dda39728e35951bb08c8ce48f2e5f5280d632447 (patch) | |
tree | c32524a75f7fccebb5d358849c983dd292c9fb80 /apps/comments | |
parent | 3234d4b36cca943ba1cb7ae200ef14b7fcb3456f (diff) | |
download | nextcloud-server-dda39728e35951bb08c8ce48f2e5f5280d632447.tar.gz nextcloud-server-dda39728e35951bb08c8ce48f2e5f5280d632447.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/en_GB.js | 20 | ||||
-rw-r--r-- | apps/comments/l10n/en_GB.json | 20 |
2 files changed, 34 insertions, 6 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index 3df10963b23..316d1776f65 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -1,25 +1,39 @@ OC.L10N.register( "comments", { + "Comments" : "Comments", + "Unknown user" : "Unknown user", + "New comment …" : "New comment …", "Delete comment" : "Delete comment", "Post" : "Post", "Cancel" : "Cancel", "Edit comment" : "Edit comment", "[Deleted user]" : "[Deleted user]", - "Comments" : "Comments", + "No comments yet, start the conversation!" : "No comments yet, start the conversation!", + "More comments …" : "More comments …", "Save" : "Save", "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}", "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}", "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", "Error occurred while posting comment" : "Error occurred while posting comment", + "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"], "Comment" : "Comment", "You commented" : "You commented", "%1$s commented" : "%1$s commented", - "You commented on %2$s" : "You commented on %2$s", + "{author} commented" : "{author} commented", + "You commented on %1$s" : "You commented on %1$s", + "You commented on {file}" : "You commented on {file}", "%1$s commented on %2$s" : "%1$s commented on %2$s", + "{author} commented on {file}" : "{author} commented on {file}", + "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files", + "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) deleted user mentioned you in a comment on “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”", "Type in a new comment..." : "Type a new comment...", "No other comments available" : "No other comments available", "More comments..." : "More comments...", - "{count} unread comments" : "{count} unread comments" + "{count} unread comments" : "{count} unread comments", + "You commented on %2$s" : "You commented on %2$s" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index d3968376a39..44871b4a45c 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -1,23 +1,37 @@ { "translations": { + "Comments" : "Comments", + "Unknown user" : "Unknown user", + "New comment …" : "New comment …", "Delete comment" : "Delete comment", "Post" : "Post", "Cancel" : "Cancel", "Edit comment" : "Edit comment", "[Deleted user]" : "[Deleted user]", - "Comments" : "Comments", + "No comments yet, start the conversation!" : "No comments yet, start the conversation!", + "More comments …" : "More comments …", "Save" : "Save", "Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}", "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}", "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", "Error occurred while posting comment" : "Error occurred while posting comment", + "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"], "Comment" : "Comment", "You commented" : "You commented", "%1$s commented" : "%1$s commented", - "You commented on %2$s" : "You commented on %2$s", + "{author} commented" : "{author} commented", + "You commented on %1$s" : "You commented on %1$s", + "You commented on {file}" : "You commented on {file}", "%1$s commented on %2$s" : "%1$s commented on %2$s", + "{author} commented on {file}" : "{author} commented on {file}", + "<strong>Comments</strong> for files" : "<strong>Comments</strong> for files", + "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", + "A (now) deleted user mentioned you in a comment on “{file}”" : "A (now) deleted user mentioned you in a comment on “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentioned you in a comment on “%2$s”", + "{user} mentioned you in a comment on “{file}”" : "{user} mentioned you in a comment on “{file}”", "Type in a new comment..." : "Type a new comment...", "No other comments available" : "No other comments available", "More comments..." : "More comments...", - "{count} unread comments" : "{count} unread comments" + "{count} unread comments" : "{count} unread comments", + "You commented on %2$s" : "You commented on %2$s" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |