{"styleSheets":{
	"base":"css\/oneighty.css",
	"jQueryUi":"css\/jquery.ui.start.css"},
	"sqlUninstallQueries":{"dropAccountsTable":"DROP TABLE `{wpdbPrefix}{nameSpace}_accounts`;"
},
"sqlMiscQueries":{
	"removeOneightyAccount":"DELETE FROM `{wpdbPrefix}{nameSpace}_accounts` WHERE `iWordPressId` = {wpId};",
	"retrieveOneightyAccount":"SELECT `oAccount` FROM `{wpdbPrefix}{nameSpace}_accounts` WHERE `iWordPressId` = {wpId};",
	"retrieveOneightyArticles":"SELECT `meta_value` as sOneightyId FROM `{wpdbPrefix}postmeta` WHERE `meta_key` = '{nameSpace}ArticleId';",
	"storeOneightyAccount":"INSERT INTO `{wpdbPrefix}{nameSpace}_accounts` (`iWordPressId`, `sOneightyId`, `oAccount`) VALUES ('{wpId}', '{returnedAccountId}', '{returnedAccountObject}');",
	"updateWordPressPost":"UPDATE `{wpdbPrefix}posts` SET `post_status` = '{sPostStatus}', `post_title` = '{sPostTitle}', `post_type` = '{sPostType}', `post_name` = '{sPostName}', `post_content` = '{sPostContent}' WHERE `ID` = {iWordPressId};",
	"updateWordPressSyndicatedUp":"UPDATE `{wpdbPrefix}posts` SET `post_status` = '{sPostStatus}', `post_title` = '{sPostTitle}', `post_type` = '{sPostType}', `post_name` = '{sPostName}' WHERE `ID` = {iWordPressId};",
	"retrieveOneightyAccountByOneightyId":"SELECT `oAccount` FROM `{wpdbPrefix}{nameSpace}_accounts` WHERE `sOneightyId` = '{sOneightyId}';"
},
"sqlInstallQueries":
	{"createAccountsTable":"CREATE TABLE IF NOT EXISTS `{wpdbPrefix}{nameSpace}_accounts` (`iLocalId` INT(255) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `iWordPressId` INT(255) UNSIGNED DEFAULT NULL, `sOneightyId` CHAR(37) NULL DEFAULT NULL, `oAccount` TEXT DEFAULT NULL, `aGroups` TEXT DEFAULT NULL) ENGINE=MYISAM AUTO_INCREMENT=1;"
},
"notificationMessages":{
	"cannotModifyPost":"If you change your mind and wish to syndicate this post, please goto the WriteHive plugin and select <B>Existing Content<\/B> to syndicate your post. No edits are allowed currently after syndication. Thank you.",
	"noGroupsFound":"No groups were found for this account, however you may still syndicate without a group.",
	"syndicationWasSuccessful":"Your post was successfully syndicated!"
},
"javaScripts":{
	"base":"js\/base.js",
	"jQuery":"js\/jquery.js",
	"jQueryUi":"js\/jquery.ui.js",
	"jQueryUiSelectMenu":"js\/jquery.ui.selectmenu.js",
	"jQueryValidate":"js\/jquery.validate.js"
},
"folders":{
	"images":"img",
	"javaScripts":"js",
	"styleSheets":"css",
	"templates":"tpl"
},
"feeds":{
	"jsonRpc":"https:\/\/writehive.com\/feeds\/json",
	"xmlRpc":"https:\/\/writehive.com\/feeds\/xml"
},
"errorMessages":{
	"ajaxMethodNoExist":"Ajax method '{ajaxMethod}' does not exist.",
	"articleAlreadyExists":"It appears as though the article you are trying to syndicate has already been syndicated.",
	"cantModifyWordPressPost":"We were unable to modify the WordPress post associated with this article.",
	"noAjaxRoute":"No route was specified in the AJAX request.  There is nothing we can do.",
	"noArticleToSyndicate":"It appears as though there is no article data available, resulting in us not being able to syndicate.",
	"noCategoriesLoaded":"No categories are available at this time.",
	"noExistingContent":"You have no articles available for syndication.",
	"noOneightyAccount":"It appears there is no account from WriteHive.  You must have one in order to use this plugin.",
	"noOneightyArticle":"There is no WriteHive article that contains the specified criteria.",
	"noPostBody":"No content body was provided for the article.  We are unable to syndicate this article.",
	"noPostData":"It appears that no form was submitted, nor was an AJAX request made.  There is no data and thusly nothing to do.",
	"noRemoveFromWordPress":"We were unable to remove this article from your site at this time.",
	"noRpcMethod":"No RPC method was provided.  You will be unable to make calls to the server without a method.",
	"noSearchResults":"We're sorry, but no articles were found matching your criteria.",
	"noSubcategoriesLoaded":"No subcategories are available at this time.",
	"noSyndicatePlusOne":"We were unable to update the syndication count at this time.",
	"noSyndicateToWordPress":"We were unable to syndicate the selected article to WordPress.",
	"noSyndicatedContent":"You have not yet syndicated anything to or from WriteHive.",
	"noWordPressArticle":"There is no WordPress post that contains the specified criteria.",
	"noWordPressUserLoggedIn":"There is not currently a WordPress user logged into the system",
	"nullTemplateFile":"No template file was specified.  We cannot continue as there no file was specified to load and\/or parse.",
	"postNotFromSyndicate":"Post '{wpId}' is not from {appName}.  We were unable to remove it.",
	"templateFileNoExist":"It appears that the desired template file does not exist.",
	"unableToSyndicateFromWordPress":"We were unable to syndicate your article to WriteHive at this time.  Please try again later.",
	"unableToUpdateWordPress":"We were unable to update your WordPress post to a WriteHive article."
},
"confirmationMessages":{
	"removeFromWordPress":"Are you sure you wish to remove this article from your site?"
},
"dependencies":{
	"pluginVersion":"1.0",
	"phpVersion":"5.0",
	"wordpressVersion":"3.0"
},
"cdn":{
	"jQueryUiCss":"https:\/\/ajax.googleapis.com\/ajax\/libs\/jqueryui\/1.8.13\/themes\/start\/jquery-ui.css"
},
"successMessages":{
	"removedFromWordPress":"The article was successfully removed from your WordPress blog.",
	"syndicatedToWordPress":"The article was successfully syndicated to your WordPress blog."
},
"urls":{
	"baseUrl":"http:\/\/writehive.com",
	"signupUrl":"http:\/\/writehive.com\/signup"
},
"variables":{
	"appName":"WriteHive",
	"pluginName":"writehive",
	"articleTitlePrefix":"",
	"enableAllowFree":"0",
	"enableArticleTitlePrefix":"1",
	"enableCommentEngine":"1",
	"enableCostSelect":"0",
	"enableGroups":"0",
	"enablePhpErrorReporting":"0",
	"enablePrivacySettings":"0",
	"enableSubCategories":"0",
	"nameSpace":"whv",
	"ownerCanEditArticle":"0",
	"enableWildcardSearch":"1"
},
"wordPress":{
	"postMetaKeyData":"{nameSpace}ArticleData",
	"postMetaKeyId":"{nameSpace}ArticleId",
	"postMetaKeyPullComments":"{nameSpace}ArticlePullComments",
	"postMetaKeySyndicated":"{nameSpace}ArticleSyndicated",
	"postMetaKeySyndicationDate":"{nameSpace}ArticleSyndicationDate",
	"userMetaKeyApiKey":"{nameSpace}UserApiKey",
	"userMetaKeyData":"{nameSpace}UserData",
	"userMetaKeyGroupIds":"{nameSpace}UserGroupIds",
	"userMetaKeyId":"{nameSpace}UserId",
	"userMetaKeyLoginDate":"{nameSpace}UserLoginDate"
}
}
