Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/en_GB.js')
-rw-r--r--apps/comments/l10n/en_GB.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js
index 7d0dc55c5eb..8397b050975 100644
--- a/apps/comments/l10n/en_GB.js
+++ b/apps/comments/l10n/en_GB.js
@@ -15,19 +15,20 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "Files app plugin to add comments to files",
"Edit comment" : "Edit comment",
"Delete comment" : "Delete comment",
+ "No comments yet, start the conversation!" : "No comments yet, start the conversation!",
+ "Retry" : "Retry",
+ "_%n unread comment_::_%n unread comments_" : ["%n unread comment","%n unread comments"],
+ "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
+ "Comment" : "Comment",
"New comment …" : "New comment …",
"Post" : "Post",
"Cancel" : "Cancel",
"[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"],
- "_1 new comment_::_{unread} new comments_" : ["1 new comment","{unread} new comments"],
- "Comment" : "Comment"
+ "Error occurred while posting comment" : "Error occurred while posting comment"
},
"nplurals=2; plural=(n != 1);");