14 lines
328 B
PHP
14 lines
328 B
PHP
<?php
|
|
|
|
$lang['title'] = 'Home';
|
|
|
|
// actions
|
|
$lang['action_new_post_text'] = 'What\'s on your mind, %s';
|
|
$lang['action_new_post_tip'] = 'Author a new post.';
|
|
$lang['action_load_posts_text'] = 'Load more posts';
|
|
$lang['action_load_posts_tip'] = 'Load more posts';
|
|
|
|
// modals
|
|
$lang['new_post_modal_title'] = 'Author New Post';
|
|
|
|
?>
|