nextcloud/apps/comments/l10n/en_GB.js

24 lines
977 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-05-02 09:08:49 +03:00
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comments</strong> for files <em>(always listed in stream)</em>",
2016-04-21 08:58:49 +03:00
"You commented" : "You commented",
2016-02-25 09:58:06 +03:00
"%1$s commented" : "%1$s commented",
2016-04-21 08:58:49 +03:00
"You commented on %2$s" : "You commented on %2$s",
2016-02-25 09:58:06 +03:00
"%1$s commented on %2$s" : "%1$s commented on %2$s",
"Comments" : "Comments",
"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]",
"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-02-17 09:56:11 +03:00
"Comment" : "Comment"
},
"nplurals=2; plural=(n != 1);");