* 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', 'この作業のオリジナルコンテンツは クリエイティブ・コモンズ・ライセンス に帰属します。');
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'この作業のオリジナルコンテンツは パブリックドメイン に捧げます。');
// @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');
?>