<?php defined('IN_CMS') or die('No direct access allowed.');
return array(
'manage' => 'Manage',
'logout' => 'Logout',
'logged_in_as' => 'Logged in as',
'posts' => 'Posts',
'pages' => 'Pages',
'users' => 'Users',
'metadata' => 'Metadata',
'status_check' => 'Status check',
'found_a_problem' => 'Oh no, we found a problem',
'found_some_problems' => 'Oh no, we found some problems',
'nice_job' => 'Nice job, keep on going!',
'visit_your_site' => 'Visit your site',
'show_database_profile' => 'Show database profile',
'powered_by_anchor' => 'Powered by Anchor, version ',
'make_blogging_beautiful' => 'Make blogging beautiful.'
);