blob: d860a8aa5d6b1e826abf3698d1be8f7ed6000348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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="blog/rss">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';
|