nextcloud/apps/comments/l10n/en_GB.json

21 lines
969 B
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2016-02-25 09:58:06 +03:00
"Type in a new comment..." : "Type in a new comment...",
"Delete comment" : "Delete comment",
"Post" : "Post",
2016-02-17 09:56:11 +03:00
"Cancel" : "Cancel",
2016-02-25 09:58:06 +03:00
"Edit comment" : "Edit comment",
"[Deleted user]" : "[Deleted user]",
2016-05-10 10:30:51 +03:00
"Comments" : "Comments",
2016-02-25 09:58:06 +03:00
"No other comments available" : "No other comments available",
"More comments..." : "More comments...",
2016-02-17 09:56:11 +03:00
"Save" : "Save",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "Allowed characters {count} of {max}",
"{count} unread comments" : "{count} unread comments",
2016-05-10 10:30:51 +03:00
"Comment" : "Comment",
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comments</strong> for files <em>(always listed in stream)</em>",
"You commented" : "You commented",
"%1$s commented" : "%1$s commented",
"You commented on %2$s" : "You commented on %2$s",
"%1$s commented on %2$s" : "%1$s commented on %2$s"
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}