summaryrefslogtreecommitdiff
path: root/src/web/lang/blog.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-18 14:14:53 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-18 14:48:54 -0400
commit1f9024763d9224c4cd9a181bac27e6b9f12ad672 (patch)
tree00f827470dad9aa2692483acbdef9502c1a464d3 /src/web/lang/blog.php
parentfix rss (diff)
downloadwebsite-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.gz
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.bz2
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.zip
refactor
Diffstat (limited to 'src/web/lang/blog.php')
-rw-r--r--src/web/lang/blog.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/web/lang/blog.php b/src/web/lang/blog.php
new file mode 100644
index 0000000..5ac766c
--- /dev/null
+++ b/src/web/lang/blog.php
@@ -0,0 +1,16 @@
+<?php /* Copyright (c) 2024 Freya Murphy */
+
+$lang['title'] = 'Blog';
+$lang['posted'] = 'posted';
+
+$lang['blog_short_desc'] = 'I post things here sometimes';
+$lang['blog_desc'] = 'This is my blog! You can read the posts listed here, or you can find them on my <a href="%s">RSS</a> feed.';
+
+$lang['comments'] = 'Comments';
+$lang['no_comments'] = 'No comments';
+$lang['new_comment_title'] = 'New comment:';
+$lang['new_comment_author_ph'] = 'Identify yourself';
+$lang['new_comment_author_label'] = 'Name';
+$lang['new_comment_content_ph'] = 'Write the stuff';
+$lang['new_comment_content_label'] = 'Content';
+$lang['new_comment_submit_text'] = 'Post Comment';