29 lines
2.4 KiB
PHP
29 lines
2.4 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @version
|
|
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
|
|
* EN-Revision: 690
|
|
*/
|
|
|
|
@define('PLUGIN_CREATIVECOMMONS_NAME', 'クリエイティブコモンライセンス');
|
|
@define('PLUGIN_CREATIVECOMMONS_DESC', 'あなたのコンテンツのクリエイティブコモンズライセンスの選択と表示をします。');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT', 'テキストを表示しますか?');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', 'For visible notifications of license status, show a brief explanation of your license choice.');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP', 'この作業のオリジナルコンテンツは <a href="#license_uri#">クリエイティブ・コモンズ・ライセンス</a> に帰属します。');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'この作業のオリジナルコンテンツは <a href="#license_url#}">パブリックドメイン</a> に捧げます。');
|
|
// @define('PLUGIN_CREATIVECOMMONS_BY', 'Require attribution?');
|
|
// @define('PLUGIN_CREATIVECOMMONS_BY_DESC', 'The licensor permits others to copy, distribute, display, and perform the work. In return, licensees must give the original author credit.');
|
|
@define('PLUGIN_CREATIVECOMMONS_NC', 'あなたの作品の商業用途を許可しますか?');
|
|
@define('PLUGIN_CREATIVECOMMONS_NC_DESC', 'The licensor permits others to copy, distribute, display, and perform the work. In return, licensees may not use the work for commercial purposes -- unless they get the licensor\'s permission.');
|
|
@define('PLUGIN_CREATIVECOMMONS_ND', '作品の修正を許可しますか?');
|
|
@define('PLUGIN_CREATIVECOMMONS_ND_DESC', 'The licensor permits others to copy, distribute, display and perform only unaltered copies of the work -- not derivative works based on it.');
|
|
@define('PLUGIN_CREATIVECOMMONS_SA_DESC', 'Yes, as long as others share alike');
|
|
|
|
@define('PLUGIN_CREATIVECOMMONS_VERSION', 'License version');
|
|
@define('PLUGIN_CREATIVECOMMONS_VERSION_DESC', 'Select which numbered version of the license you want to use.');
|
|
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_GENERIC', 'generic');
|
|
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_SMALL', 'small');
|
|
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_BIG', 'big');
|
|
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE', 'Image variant');
|
|
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_DESC', 'Select which type of image to display.'); |