creativecommons 1.6.1: PHP 8 compat fixes (missing lang constants)
This commit is contained in:
@ -20,3 +20,10 @@
|
||||
@define('PLUGIN_CREATIVECOMMONS_ND_DESC', 'Licencjonodawca zezwala innym na kopiowanie, rozpowszechnianie odtwarzanie i wykonywanie dzie<69>a tylko w niezmienionej formie - nie udziela tym samym zezwolenia na korzystanie z utworu w dzie<69>ach zaleznych.');
|
||||
@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.');
|
Reference in New Issue
Block a user