// english localization

pcActiveLocale.push("en_US")

// localization for commentlist.js
pcStringTable['COMMENT_STATUS_LOADING'] = "Loading comments..."
pcStringTable['COMMENT_STATUS_FILTERED'] = "No comments match your filter."
pcStringTable['COMMENT_STATUS_NONE'] = "No comments found."
pcStringTable['COMMENT_STATUS_FAILED'] = "Could not retrieve comments."
pcStringTable['REPLIES'] = "replies"
pcStringTable['COMMENT_LIST_TITLE'] = "Conversations"
pcStringTable['COMMENT_LIST_TITLE_ANON'] = "Conversations (public)"

// localization for sidebarui.js
pcStringTable['NEED_USERNAME'] = "Please enter your username to login."
pcStringTable['NEED_PASSWORD'] = "Please enter your password to login."
pcStringTable['SEARCH_WATERMARK'] = "Search..."

// localization for sidebar.js
//   worldview labels
pcStringTable['WV_PUBLIC'] = "Public"
pcStringTable['WV_CONTACTS'] = "From Contacts"
pcStringTable['WV_ACQUAINTANCES'] = "Acquaintances"
pcStringTable['WV_FRIENDS'] = "Friends"
pcStringTable['WV_INVITE'] = "By Invitation"
//   alerts
pcStringTable['NEW_COMMENT_NO_AUTH'] = "Sorry, you must login before you can create a new comment."
pcStringTable['MONITOR_NO_AUTH'] = "Sorry, you must login before you can monitor a web site."
pcStringTable['UNKNOWN_TOOL_REQUEST'] = "Sorry, an app was requested that I don't know how to handle."
pcStringTable['LOGIN_IN_PROGRESS'] = "Logging you in..."

// localization for login.js
pcStringTable['LOGIN_CHECKING'] = "Checking login status..."
pcStringTable['LOGIN_CONNECTING'] = "Loggin in to Pincushion..."
pcStringTable['LOGIN_RECONNECTING'] = "Trying to reconnect to Pincushion..."
pcStringTable['LOGIN_ONLINE'] = "Connected to Pincushion."
pcStringTable['LOGIN_SESSION_DIED'] = "You were logged out of Pincushion.<br />Please login again."
pcStringTable['LOGIN_TOKEN_DEAD'] = "Your saved password has expired.<br />Please login again."
pcStringTable['LOGIN_OFFLINE'] = "Login to Pincushion.<br />It's good for your head."

// conversation.js localizations
pcStringTable['CONVERSATION_NO_ID'] = "Sorry, no one told me what conversation to fetch.  Woof Woof."
pcStringTable['CONVERSATION_NOT_LOGGED_IN'] = "You're not logged in to Pincushion... Life would be shinier if you were."
pcStringTable['CONVERSATION_NO_DATA'] = "I managed to fetch the conversation you want, but it's empty.  Sorry."
pcStringTable['CONVERSATION_DOWNLOAD_FAILED'] = "I'm having trouble fetching data from the Pincushion servers.  Sorry."
pcStringTable['CONVERSATION_SERVER_ERROR'] = "The Pincushion servers told me they're confused.  Sorry."
pcStringTable['CONVERSATION_FETCH_FAILED'] = "I can't fetch the requested conversation.  Sorry."

// webbar
pcStringTable['CLOSE_WEBBAR_CONFIRM'] = "Due to technical limitations, closing the conversation will take you back to the MyPincushion Web site.  Really proceed?"