export default { forum: { returnLinkText: "All Topics", title: "Forum", metatags: { index: { title: "Forum", description: "Start a new discussion", }, newTopic: { title: "New Topic", description: "Start a new topic discussion on the forum", }, editTopic: { title: "Edit Topic", description: "Edit a forum topic", }, }, text: { newTopic: "Start A Discussion", listAll: "All Discussions", topicLocked: "This topic is locked.", loginToReply: "Login to reply", subscribeOnReply: "Subscribe to updates?", notifySubscribers: "Notify Subscribers?", login: "Login →", save: "Save ↑", edit: "Edit", postReply: "Post Reply ↑", editReply: "Edit Reply", addReply: "Add Reply", viewTopic: "View Topic →", newTopicHeader: "Create New Topic", editTopicHeader: "Edit Topic", postTopicButton: "Post Topic →", editTopicButton: "Save Changes →", notifyNewTopic: "New topic created", notifyTopicEdited: "Topic edited successfully", backToAll: "← All Discussions", locked: "Locked", pinned: "Pinned", }, notFound: { title: "No Topics", subTitle: "Couldn't find any forum topics.", }, }, }