2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
"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-17 09:56:11 +03:00
|
|
|
"Save" : "Save",
|
2016-07-06 16:28:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Allowed characters: {count} of {max}",
|
2016-06-28 08:57:10 +03:00
|
|
|
"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",
|
2016-05-10 10:30:51 +03:00
|
|
|
"Comment" : "Comment",
|
|
|
|
"You commented" : "You commented",
|
|
|
|
"%1$s commented" : "%1$s commented",
|
|
|
|
"You commented on %2$s" : "You commented on %2$s",
|
2016-09-01 03:09:24 +03:00
|
|
|
"%1$s commented on %2$s" : "%1$s commented on %2$s",
|
|
|
|
"Type in a new comment..." : "Type a new comment...",
|
|
|
|
"No other comments available" : "No other comments available",
|
2016-09-29 03:07:08 +03:00
|
|
|
"More comments..." : "More comments...",
|
|
|
|
"{count} unread comments" : "{count} unread comments"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|