summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/en_GB.js
blob: 316d1776f65cbc8e4a42f0069a81d81d680977fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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]",
    "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",
    "{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",
    "You commented on %2$s" : "You commented on %2$s"
},
"nplurals=2; plural=(n != 1);");