summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/ja/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/ja/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/ja/lang.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/ja/lang.php b/platform/www/lib/plugins/blog/lang/ja/lang.php
new file mode 100644
index 0000000..51ec982
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/ja/lang.php
@@ -0,0 +1,30 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Hideaki SAWADA <chuno@live.jp>
+ */
+$lang['blog'] = 'ブログ';
+$lang['older'] = '古い記事';
+$lang['newer'] = '新しい記事';
+$lang['newentry'] = '新しい記事の投稿:';
+$lang['missing_includeplugin'] = 'blog 構文が動くために Include プラグインが必要';
+$lang['missing_pagelistplugin'] = 'archive 構文が動くために Pagelist プラグインが必要';
+$lang['missing_tagplugin'] = 'タグ機能を使用するために Tag プラグインが必要';
+$lang['autoarchive'] = '%3$s年%2$sの%1$d記事';
+$lang['month_01'] = '01月';
+$lang['month_02'] = '02月';
+$lang['month_03'] = '03月';
+$lang['month_04'] = '04月';
+$lang['month_05'] = '05月';
+$lang['month_06'] = '06月';
+$lang['month_07'] = '07月';
+$lang['month_08'] = '08月';
+$lang['month_09'] = '09月';
+$lang['month_10'] = '10月';
+$lang['month_11'] = '11月';
+$lang['month_12'] = '12月';
+$lang['entries'] = '記事';
+$lang['entry'] = '記事';
+$lang['archive_title'] = 'ブログ履歴';