summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/en/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/en/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/en/lang.php36
1 files changed, 36 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/en/lang.php b/platform/www/lib/plugins/blog/lang/en/lang.php
new file mode 100644
index 0000000..c3f63ee
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/en/lang.php
@@ -0,0 +1,36 @@
+<?php
+/**
+ * English language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Esther Brunner <wikidesign@gmail.com>
+ */
+
+// custom language strings for the plugin
+$lang['blog'] = 'Blog';
+$lang['older'] = 'Older entries';
+$lang['newer'] = 'Newer entries';
+$lang['newentry'] = 'New blog entry:';
+
+$lang['missing_includeplugin'] = 'The Include Plugin must be installed for the blog to work.';
+$lang['missing_pagelistplugin'] = 'The Pagelist Plugin must be installed for archive lists to work.';
+$lang['missing_tagplugin'] = 'The Tag Plugin must be installed to use tag refinements.';
+
+$lang['autoarchive'] = '%1$d Post(s) for %2$s %3$s';
+$lang['month_01'] = 'January';
+$lang['month_02'] = 'February';
+$lang['month_03'] = 'March';
+$lang['month_04'] = 'April';
+$lang['month_05'] = 'May';
+$lang['month_06'] = 'June';
+$lang['month_07'] = 'July';
+$lang['month_08'] = 'August';
+$lang['month_09'] = 'September';
+$lang['month_10'] = 'October';
+$lang['month_11'] = 'November';
+$lang['month_12'] = 'December';
+
+$lang['entries'] = 'entries';
+$lang['entry'] = 'entry';
+$lang['archive_title'] = 'Blog History';
+//Setup VIM: ex: et ts=2 enc=utf-8 :