module.exports = { loading: 'Loading...', optionalField: 'optional', sendMessage: 'Send', showMore: 'Show More', channel: { action: { newThread: 'New thread' } }, directMessages: 'Direct Messages', home: "Home", error: "Error", errorNotFound: "The page wasn't found", groupNew: "New Group", groupFind: { action: { findAGroup: 'Find Group', newGroup: 'Create this group' }, state: { groupNotFound: 'This group does not exist yet.' }, flash: { createFirstThread: 'Start this group by posting the first thread.' } }, groupIndex: "Group Index", settings: "Settings", threadNew: { pageTitle: 'New Thread', field: { to: 'To', subject: 'Subject', channel: 'Channel' } }, threadShow: 'Direct Messages', userFind: { action: { findAUser: 'Find a user', } }, userShow: { action: { follow: 'Follow', unfollow: 'Unfollow', directMessage: 'New Direct Message' }, state: { friends: 'You are friends', youFollow: 'You follow them', theyFollow: 'They follow you', userIsInGroups: "is in groups:", userConversationsWith: 'conversations you\'ve had with', follow: "Follow", friendsInCommon: 'friends in common' } } }