Browse Source

add the Japanese on admin.

Makito Katsube 9 years ago
parent
commit
f0ebaaf622
2 changed files with 28 additions and 0 deletions
  1. 12 0
      lang/ja/lang.php
  2. 16 0
      lang/ja/settings.php

+ 12 - 0
lang/ja/lang.php

@@ -0,0 +1,12 @@
+<?php
+/**
+ * Japanese language file for lsb plugin
+ *
+ * @author Makito Katsube <katsubemakito@gmail.com>
+ */
+
+// menu entry for admin plugins
+// $lang['menu'] = 'Your menu entry';
+
+// custom language strings for the plugin
+// $lang['fixme'] = 'FIXME';

+ 16 - 0
lang/ja/settings.php

@@ -0,0 +1,16 @@
+<?php
+/**
+ * english language file for lsb plugin
+ *
+ * @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
+ */
+
+// keys need to match the config setting name
+// $lang['fixme'] = 'FIXME';
+
+$lang['networks']           = '表示するボタンを半角スペースで区切り順番に指定します。 指定可能なボタン名は ';
+$lang['networks']          .= 'twitter facebook googleplus linkedin pinterest tumblr reddit taringa delicious stumbleupon xing vk email';
+
+$lang['display']            = '表示プション: アイコンと名前の両方、アイコンのみ、背景色の上に名前のみから選択';
+$lang['twitter_user']       = 'Twitterユーザー名("@"は含めない)';
+$lang['delicious_provider'] = 'シェアするURLに付加する文字列';