24 lines
1.7 KiB
PHP
24 lines
1.7 KiB
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_CREATIVECOMMONS_NAME', 'Creative Commons License');
|
|
@define('PLUGIN_CREATIVECOMMONS_DESC', 'Choose and display a creative commons license for your content');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT', 'Show text?');
|
|
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', 'For visible notifications of license status, show a brief explanation of your license choice.');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP', 'Original content in this work is licensed under a <a href="#license_uri#">Creative Commons License</a>');
|
|
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'Original content in this work is dedicated to the <a href="#license_url#}">Public Domain</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', 'Allow commercial uses of your work?');
|
|
@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', 'Allow modifications of your work?');
|
|
@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');
|
|
|
|
?>
|