summaryrefslogtreecommitdiff
path: root/src/web/lang/apps/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/lang/apps/blog.php')
-rw-r--r--src/web/lang/apps/blog.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/web/lang/apps/blog.php b/src/web/lang/apps/blog.php
deleted file mode 100644
index 5ac766c..0000000
--- a/src/web/lang/apps/blog.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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';