From 546efbbd1ba6b8e7e761990e7e17bf6788a4d540 Mon Sep 17 00:00:00 2001 From: yariplus Date: Sat, 18 Jul 2015 02:21:34 -0400 Subject: [PATCH] Add translations for min and max tag errors. --- public/language/en_GB/error.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/language/en_GB/error.json b/public/language/en_GB/error.json index dc640fcecf..40955e7f3b 100644 --- a/public/language/en_GB/error.json +++ b/public/language/en_GB/error.json @@ -58,6 +58,9 @@ "too-many-posts-newbie": "As a new user, you can only post once every %1 second(s) until you have earned %2 reputation - please wait before posting again", "tag-too-short": "Please enter a longer tag. Tags should contain at least %1 character(s)", "tag-too-long": "Please enter a shorter tag. Tags can't be longer than %1 character(s)", + "not-enough-tags": "Not enough tags. Topics must have at least %1 tag(s)", + "too-many-tags": "Too many tags. Topics can't have more than %1 tag(s)", + "file-too-big": "Maximum allowed file size is %1 kB - please upload a smaller file", "cant-vote-self-post": "You cannot vote for your own post", @@ -108,4 +111,4 @@ "parse-error": "Something went wrong while parsing server response", "wrong-login-type-email": "Please use your email to login", "wrong-login-type-username": "Please use your username to login" -} \ No newline at end of file +}