exports.net_warning="This is simply a sub sample of the network based on wallets connected to this node.",
exports.api_title="API Documentation",
exports.api_message="The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.",
exports.api_calls="API Calls",
exports.api_getnetworkhashps="Returns the current network hashrate. (hash/s)",
exports.api_getdifficulty="Returns the current difficulty.",
exports.api_getconnectioncount="Returns the number of connections the block explorer has to other nodes.",
exports.api_getmasternodelist="Returns the complete master node list.",
exports.api_getmasternodecount="Returns the total number of masternodes on the network.",
exports.api_getmasternodecountonline="Returns the number of masternodes on the network that are currently online.",
exports.api_getvotelist="Returns the current vote list.",
exports.api_getblockcount="Returns the number of blocks currently in the block chain.",
exports.api_getblockhash="Returns the hash of the block at ; index 0 is the genesis block.",
exports.api_getblock="Returns information about the block with the given hash.",
exports.api_getrawtransaction="Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).",
exports.api_getmaxmoney='Returns the maximum possible money supply.',
exports.api_getmaxvote='Returns the maximum allowed vote for the current phase of voting.',
exports.api_getvote='Returns the current block reward vote setting.',
exports.api_getphase='Returns the current voting phase (\'Mint\', \'Limit\' or \'Sustain\').',
exports.api_getreward='Returns the current block reward, which has been decided democratically in the previous round of block reward voting.',
exports.api_getsupply='Returns the current money supply.',
exports.api_getnextrewardestimate='Returns an estimate for the next block reward based on the current state of decentralized voting.',
exports.api_getnextrewardwhenstr='Returns string describing how long until the votes are tallied and the next block reward is computed.',
// Markets view
exports.mkt_hours="24 hours",
exports.mkt_view_chart="View 24 hour summary",
exports.mkt_view_summary="View 24 hour chart",
exports.mkt_no_chart="Chart data is not available via markets API.",
exports.mkt_high="High",
exports.mkt_low="Low",
exports.mkt_volume="Volume",
exports.mkt_top_bid="Top Bid",
exports.mkt_top_ask="Top Ask",
exports.mkt_last="Last Price",
exports.mkt_yesterday="Yesterday",
exports.mkt_change="Change",
exports.mkt_sell_orders="Sell Orders",
exports.mkt_buy_orders="Buy Orders",
exports.mkt_price="Price",
exports.mkt_amount="Amount",
exports.mkt_total="Total",
exports.mkt_trade_history="Trade History",
exports.mkt_type="Type",
exports.mkt_time_stamp="Time Stamp",
// Heavy
exports.heavy_vote="Vote",
// Heavy rewards view
exports.heavy_title="Reward/voting information",
exports.heavy_cap="Coin Cap",
exports.heavy_phase="Phase",
exports.heavy_maxvote="Max Vote",
exports.heavy_reward="Reward",
exports.heavy_current="Current Reward",
exports.heavy_estnext="Est. Next",
exports.heavy_changein="Reward change in approximately",