blob: 051eff26a99f698a892aa22f30f8ec317c3f0a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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';
?>
|