diff --git a/public/language/en_GB/category.json b/public/language/en_GB/category.json index 7a900353e2..db742469f9 100644 --- a/public/language/en_GB/category.json +++ b/public/language/en_GB/category.json @@ -1,12 +1,9 @@ { "new_topic_button": "New Topic", "no_topics": "There are no topics in this category.
Why don't you try posting one?", - "posts": "posts", - "views": "views", - "posted": "posted", + "browsing": "browsing", "no_replies": "No one has replied", - "replied": "replied", - "last_edited_by": "last edited by", + "share_this_category": "Share this category" } diff --git a/public/language/en_GB/footer.json b/public/language/en_GB/footer.json deleted file mode 100644 index aa6df817da..0000000000 --- a/public/language/en_GB/footer.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stats.online": "Online", - "stats.users": "Users", - "stats.topics": "Topics", - "stats.posts": "Posts", - "success": "success" -} diff --git a/public/language/en_GB/global.json b/public/language/en_GB/global.json index e73245fbaf..7c8f002956 100644 --- a/public/language/en_GB/global.json +++ b/public/language/en_GB/global.json @@ -19,7 +19,6 @@ "welcome_back": "Welcome Back ", "you_have_successfully_logged_in": "You have successfully logged in", - "save_changes": "Save Changes", "close": "Close", @@ -52,14 +51,21 @@ "alert.unfollow": "You are no longer following %1!", "alert.follow": "You are now following %1!", + "online": "Online", + "users": "Users", + "topics": "Topics", "posts": "Posts", "views": "Views", + "reputation": "Reputation", + "read_more": "read more", "posted_ago_by": "posted by %2", "posted_ago": "posted ", - - "posted": "posted", - "in": "in", + "posted_in_ago_by": "posted in %3 by %5", + "posted_in_ago": "posted in %3 ", + "replied_ago": "replied ", + "user_posted_ago": "%2 posted ", + "last_edited_by_ago": "last edited by %2 ", "norecentposts": "No Recent Posts", "norecenttopics": "No Recent Topics", diff --git a/public/language/en_GB/login.json b/public/language/en_GB/login.json index 9f910e58e4..49b3632243 100644 --- a/public/language/en_GB/login.json +++ b/public/language/en_GB/login.json @@ -1,7 +1,5 @@ { - "login": "Login", "username": "Username / Email", - "password": "Password", "remember_me": "Remember Me?", "forgot_password": "Forgot Password?", "alternative_logins": "Alternative Logins", diff --git a/public/language/en_GB/search.json b/public/language/en_GB/search.json new file mode 100644 index 0000000000..dad7bdee0d --- /dev/null +++ b/public/language/en_GB/search.json @@ -0,0 +1,3 @@ +{ + "results_matching": "%1 result(s) matching \"%2\"" +} \ No newline at end of file diff --git a/public/language/en_GB/success.json b/public/language/en_GB/success.json index 6b079680b5..497b6fcd20 100644 --- a/public/language/en_GB/success.json +++ b/public/language/en_GB/success.json @@ -1,4 +1,5 @@ { + "success": "Success", "topic-post": "You have successfully posted.", "authentication-successful": "Authentication Successful", "settings-saved": "Settings saved!" diff --git a/public/language/en_GB/topic.json b/public/language/en_GB/topic.json index d7c09cd629..b2cb94edf3 100644 --- a/public/language/en_GB/topic.json +++ b/public/language/en_GB/topic.json @@ -1,6 +1,5 @@ { "topic": "Topic", - "topics": "Topics", "topic_id": "Topic ID", "topic_id_placeholder": "Enter topic ID", @@ -89,9 +88,6 @@ "fork_no_pids": "No posts selected!", "fork_success": "Succesfully forked topic!", - "reputation": "Reputation", - "posts": "Posts", - "composer.title_placeholder": "Enter your topic title here...", "composer.write": "Write", "composer.preview": "Preview", diff --git a/public/language/en_GB/user.json b/public/language/en_GB/user.json index a9a384da43..0f0de063f6 100644 --- a/public/language/en_GB/user.json +++ b/public/language/en_GB/user.json @@ -12,7 +12,6 @@ "profile": "Profile", "profile_views": "Profile views", "reputation": "Reputation", - "posts": "Posts", "favourites":"Favourites", "followers": "Followers", "following": "Following",