Skip to content

Commit

Permalink
Merge pull request #8 from katsube/fork-lang-ja
Browse files Browse the repository at this point in the history
add the Japanese on admin.
  • Loading branch information
fa-ribeiro committed May 2, 2016
2 parents 527f3fd + 32e3961 commit 5896f99
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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 changes: 16 additions & 0 deletions lang/ja/settings.php
@@ -0,0 +1,16 @@
<?php
/**
* english language file for lsb plugin
*
* @author Makito Katsube <katsubemakito@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に付加する文字列';

0 comments on commit 5896f99

Please sign in to comment.