Blogプラグイン
入手元
日本語リソース
/lib/plungins/blog/lang/ja/lang.php
<?php /** * Japanese language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author */ // custom language strings for the plugin $lang['discussion'] = '議論'; // anchor for discussion section $lang['comment'] = 'コメント'; $lang['comments'] = 'コメント'; $lang['older'] = '以前のエントリ'; $lang['newer'] = '新しいエントリ'; $lang['readmore'] = '→ 続きを読む...'; $lang['newentry'] = '新しいブログエントリ:'; //Setup VIM: ex: et ts=2 enc=utf-8 :
/lib/plungins/blog/lang/ja/settings.php
<?php /** * Japanese language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author */ // for the configuration manager $lang['namespace'] = 'ブログのデフォルトの名前空間'; $lang['firstseconly'] = 'ブログエントリの最初のセクションだけを表示'; $lang['showlink'] = 'ブログエントリの下に固定リンクを表示'; $lang['showdate'] = 'ブログエントリの下に日付を表示'; $lang['showuser'] = 'ブログエントリの下にユーザー名を表示'; $lang['user_namespace'] = 'ユーザーページの名前空間'; $lang['archive_showdate'] = 'アーカイブリストに日付を表示'; $lang['archive_showuser'] = 'アーカイブリストにユーザー名を表示'; //Setup VIM: ex: et ts=2 enc=utf-8 :