summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pageredirect/lang/ja
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/pageredirect/lang/ja')
-rw-r--r--platform/www/lib/plugins/pageredirect/lang/ja/lang.php9
-rw-r--r--platform/www/lib/plugins/pageredirect/lang/ja/settings.php8
2 files changed, 17 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/pageredirect/lang/ja/lang.php b/platform/www/lib/plugins/pageredirect/lang/ja/lang.php
new file mode 100644
index 0000000..62a892c
--- /dev/null
+++ b/platform/www/lib/plugins/pageredirect/lang/ja/lang.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * Japanese language for Page Redirect plugin
+ *
+ * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author : Ikuo Obataya https://github.com/iobataya
+ */
+$lang['redirect_to'] = "このページは移動しました。新しいページは %s です。";
+$lang['redirected_from'] = "ページ「%s」からリダイレクトされました。";
diff --git a/platform/www/lib/plugins/pageredirect/lang/ja/settings.php b/platform/www/lib/plugins/pageredirect/lang/ja/settings.php
new file mode 100644
index 0000000..c9d84b2
--- /dev/null
+++ b/platform/www/lib/plugins/pageredirect/lang/ja/settings.php
@@ -0,0 +1,8 @@
+<?php
+/**
+ * Japanese language for Page Redirect plugin
+ *
+ * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author : Ikuo Obataya https://github.com/iobataya
+ */
+$lang['show_note'] = 'リダイレクトされたことを表示する。';