2007-07-25 07:27:04 +00:00

34 lines
2.0 KiB
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 1381
*/
@define('PLUGIN_HISTORY_NAME', '履歴');
@define('PLUGIN_HISTORY_DESC', 'Displays ancient entries of an adjustable age.');
@define('PLUGIN_HISTORY_MIN_AGE', '最小期');
@define('PLUGIN_HISTORY_MIN_AGE_DESC', 'Minimum age of entries (単位は日).');
@define('PLUGIN_HISTORY_MAX_AGE', '最大期');
@define('PLUGIN_HISTORY_MAX_AGE_DESC','Maximum age of entries (単位は日).');
@define('PLUGIN_HISTORY_MAX_ENTRIES', '最大エントリ');
@define('PLUGIN_HISTORY_MAX_ENTRIES_DESC', '表示するエントリの数');
@define('PLUGIN_HISTORY_SHOWFULL', '完全なエントリ');
@define('PLUGIN_HISTORY_SHOWFULL_DESC', 'リンクしたヘッドラインの変わりに完全なエントリを表示します。');
@define('PLUGIN_HISTORY_INTRO', 'まえがき');
@define('PLUGIN_HISTORY_INTRO_DESC', '「1 年前に私は話した:」のような短いまえがきです。');
@define('PLUGIN_HISTORY_OUTRO', 'あとがき');
@define('PLUGIN_HISTORY_OUTRO_DESC', '「これっていいよね?」のようなあとがきです。');
@define('PLUGIN_HISTORY_DISPLAYDATE', '日付表示をする');
@define('PLUGIN_HISTORY_DISPLAYDATE_DESC', '各エントリの日付を表示しますか?');
@define('PLUGIN_HISTORY_MAXLENGTH', '題名の長さ');
@define('PLUGIN_HISTORY_MAXLENGTH_DESC', '題名を切る文字数は (0 で完全な題名)?');
@define('PLUGIN_HISTORY_SPECIALAGE', 'Ready-made age?');
@define('PLUGIN_HISTORY_SPECIALAGE_DESC', 'If you want to define your own timerange instead of a ready-made, select \'I\'ll define one\' here and adjust the two settings below.');
@define('PLUGIN_HISTORY_SPECIALAGE_YEAR', 'Display items of exactly one year ago');
@define('PLUGIN_HISTORY_CUSTOMAGE', 'Let me define the age');
@define('PLUGIN_HISTORY_OYA', '1 年前');
@define('PLUGIN_HISTORY_MYSELF', 'I\'ll define one');
@define('PLUGIN_HISTORY_DISPLAYAUTHOR', '著者の名前を表示する');