30 lines
2.2 KiB
PHP

<?php
/**
* @version
* @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');
@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.');