adds an example file to extend this to custom emoticons Add description of this in plugins config.
		
			
				
	
	
		
			17 lines
		
	
	
		
			1005 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			1005 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  *  @version 
 | |
|  *  @author Translator Name <yourmail@example.com>
 | |
|  *  EN-Revision: Revision of lang_en.inc.php
 | |
|  */
 | |
| 
 | |
| @define('PLUGIN_EVENT_EMOTICATE_NAME', 'Markup: Emoticate');
 | |
| @define('PLUGIN_EVENT_EMOTICATE_DESC', 'Convert standard emoticons into graphic images');
 | |
| @define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standard emoticons like :-) and ;-) are converted to images.');
 | |
| @define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'File extension');
 | |
| @define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'The file extension of your emoticons. This is case sensitive.');
 | |
| 
 | |
| @define('PLUGIN_EVENT_EMOTICATE_EXAMPLE_EXTEND_DESC', 'You may extend this by your own added emoticon images in "/templates/yourTemplate/img/emoticons/*" and a configuration file "emoticons.inc.php" added to your templates root. A copy example of this file is added in this plugin directory here. The additional serendipity_event_emoticonchooser plugin extends this to get a clickable list of alle defined emoticons where possible.');
 | |
| 
 |