summaryrefslogtreecommitdiff
path: root/web/lang/en_US/routes/home.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/lang/en_US/routes/home.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/lang/en_US/routes/home.php b/web/lang/en_US/routes/home.php
new file mode 100644
index 0000000..051eff2
--- /dev/null
+++ b/web/lang/en_US/routes/home.php
@@ -0,0 +1,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';
+
+?>