1
0

core plugins cleanup, doc headers, tabs, consistency etc.

This commit is contained in:
Ian
2013-08-14 12:11:40 +02:00
parent d080d7e572
commit d969624365
885 changed files with 9975 additions and 9419 deletions

View File

@ -1,13 +1,15 @@
<?php # $Id:$
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo<4A>o P. Matos <jmatos@math.ist.utl.pt>
# based on spanish version (c) by <rlazo.paz@gmail.com>
/* vim: set sts=4 ts=4 expandtab : */
<?php #
/**
* @version
* @file
* @author Joao P Matos <jmatos@math.ist.utl.pt>
* EN-Revision: Revision of lang_es.inc.php translated by <rlazo.paz@gmail.com>
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Formato: Smilies');
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Converter smilies normais em imagens');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Smilies normais como :-) e ;-) s<>o convertidos em imagens.');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'File extension');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'The file extension of your emoticons. This is case sensitive.');
?>