diff options
Diffstat (limited to 'app/i18n/ja/conf.php')
| -rw-r--r-- | app/i18n/ja/conf.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 841a360d5..e4a8c9e2e 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -137,6 +137,32 @@ return array( '_' => 'リーディング', 'after_onread' => 'あとで “すべてに既読を付ける”,', 'always_show_favorites' => 'デフォルトですべてのお気に入りの記事を表示する', + 'article' => array( + 'authors_date' => array( + '_' => 'Authors and date', // TODO + 'both' => 'In header and footer', // TODO + 'footer' => 'In footer', // TODO + 'header' => 'In header', // TODO + 'none' => 'None', // TODO + ), + 'feed_name' => array( + 'above_title' => 'Above title/tags', // TODO + 'none' => 'None', // TODO + 'with_authors' => 'In authors and date row', // TODO + ), + 'feed_title' => 'Feed title', // TODO + 'tags' => array( + '_' => 'Tags', // TODO + 'both' => 'In header and footer', // TODO + 'footer' => 'In footer', // TODO + 'header' => 'In header', // TODO + 'none' => 'None', // TODO + ), + 'tags_max' => array( + '_' => 'Max number of tags shown', // TODO + 'help' => '0 means: show all tags and do not collapse them', // TODO + ), + ), 'articles_per_page' => 'ページ当たりの記事の数', 'auto_load_more' => 'ページの下にもっと記事を読み込む', 'auto_remove_article' => '記事を読んだら非表示にする', @@ -145,6 +171,7 @@ return array( 'display_categories_unfolded' => '展開されていない記事', 'headline' => array( 'articles' => 'Articles: Open/Close', // TODO + 'articles_header_footer' => 'Articles: header/footer', // TODO 'categories' => 'Left navigation: Categories', // TODO 'mark_as_read' => 'Mark article as read', // TODO 'misc' => 'Miscellaneous', // TODO |
