28 lines
2.0 KiB
PHP
28 lines
2.0 KiB
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
|
|
* EN-Revision: 1293
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_FROM', 'from');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_TO', 'to');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_NAME', 'コンテントリライター');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_DESCRIPTION', '単語を新しく選択された文字列に置換します (useful for acronyms)');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWTITLE', '新規題名');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWTDESCRIPTION', 'ここに新規項目の題名の頭文字を入力します ({from})');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDTITLE', 'Title #%d');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDTDESCRIPTION', 'ここに頭文字を入力します ({from})');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_PTITLE', 'プラグインの題名');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_PDESCRIPTION', 'このプラグインの名前');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWDESCRIPTION', '新規詳細');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWDDESCRIPTION', 'ここに新規項目の詳細を入力します ({to})');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDDESCRIPTION', '#%s の説明');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDDDESCRIPTION', 'ここに詳細を入力します ({to})');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', 'リライト文字列');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRINGDESC', 'リライトに使用する文字列です。Place {from} and {to} anywhere you like to get a rewrite.' . "\n" . 'Example: <acronym title="{to}">{from}</acronym>');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHAR', 'リライト文字');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHARDESC', 'If there is any char you append to force rewriting, enter it here. If you want to only replace \'serendipity*\' with what you entered for that word but want the \'*\' removed, enter that char here.');
|
|
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', 'The strings to perform replacements in your environment are %s and %s.');
|
|
?>
|