diff options
Diffstat (limited to 'languages/ja/ja.custom_index.php')
| -rw-r--r-- | languages/ja/ja.custom_index.php | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/languages/ja/ja.custom_index.php b/languages/ja/ja.custom_index.php new file mode 100644 index 000000000..8d9f6b57f --- /dev/null +++ b/languages/ja/ja.custom_index.php @@ -0,0 +1,11 @@ +<?php +$ja = array ( +  'custom:bookmarks' => '新着ブックマーク', +  'custom:groups' => '新着グループ', +  'custom:files' => '新着ファイル', +  'custom:blogs' => '新着ブログ記事', +  'custom:members' => '最近の参加メンバー', +); + +add_translation("ja", $ja); + | 
