Better error messages when topics can't load

This commit is contained in:
Robin Ward
2013-02-25 18:38:11 -05:00
parent d9d3419a51
commit 397c6ca761
5 changed files with 84 additions and 75 deletions

View File

@@ -170,7 +170,7 @@ en:
filters:
all: "All"
stream:
posted_by: "Posted by"
sent_by: "Sent by"
@@ -341,10 +341,15 @@ en:
title: 'Topic'
loading_more: "Loading more Topics..."
loading: 'Loading topic...'
missing: "Topic Not Found"
invalid_access:
title: "You can't do that!"
description: "You don't have access to view that topic."
server_error:
title: "Error loading topic!"
description: "Sorry, we couldn't load that topic, possibly due to a connection problem. Please try again."
not_found:
title: "Topic Not Found"
description: "Sorry, we couldn't load that topic, possibly due to a connection problem. Please try again. If the problem persists, perhaps the topic was deleted."
title: "Topic not found!"
description: "That topic could not be found. It's likely it was deleted by a moderator."
unread_posts: "you have {{unread}} unread old posts in this topic"
new_posts: "there are {{new_posts}} new posts in this topic since you last read it"
likes: "there are {{likes}} likes in this topic"