XoopsModules25x/apcal

View on GitHub
language/spanishutf8/admin.php

Summary

Maintainability
F
1 wk
Test Coverage

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<?php

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

define( 'APCAL_AM_LOADED' , 1 ) ;
Severity: Major
Found in language/spanishutf8/admin.php and 2 other locations - About 1 wk to fix
language/french/admin.php on lines 1..159
language/spanish/admin.php on lines 1..159

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 1665.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Space found before comma in function call
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendario para Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');

Space found before comma in function call
Open

define( '_AM_ALRT_CATTABLENOTEXIST' , "La tabla de categor&iacute;as no existe.<br />\nQuieres crear la Tabla ?" ) ;

Space found before comma in function call
Open

define( '_AM_GROUPPERMDESC' , "Seleccionar los permisos que cada grupo puede tenero<br />Si necesitas esta funcionalidad,  marca 'Permisos de Usuarios' como 'Permisos de Grupo' con anterioridad.<br />La configuraci&oacute;n de 2 Grupos como Administradores e Invitados ser&aacute; igorada." ) ;

Space found before comma in function call
Open

define( '_AM_NOTICE_NOERRORS' , "No hay errores ni en la Tabla ni en los datos." ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_SUPEREDIT' , "Super editar" ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_DELETABLE' , "Puede eliminar" ) ;

Space found before comma in function call
Open

define( 'APCAL_AM_LOADED' , 1 ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_EDITABLE' , "Puede editar" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Space found before comma in function call
Open

define( '_AM_ALRT_TOOOLDTABLE' , "Table error occured.<br />\nPerhaps you used APCal 0.3x or earlier.<br />\nFirst, update into 0.4x or 0.5x." ) ;

Space found before comma in function call
Open

define( '_AM_NOTICE_SERVER_TZ' , "Si tu Servidor tiene Zona horaria de verano y algunos eventos se han registrado en el APCal 0.6x o 0.7x, no presiones este bot&oacute;n.<br />ej)Es l&oacute;gico mostrar ambos -5.0 y -4.0 en EDT" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_DESC' , 'Descripci&oacute;n' ) ;

Space found before comma in function call
Open

define( '_AM_MENU_CAT_NEW' , 'Crear una nueva Categor&iacute;a' ) ;

Space found before comma in function call
Open

define( '_AM_FMT_CAT_DELETED' , '%s Categor&iacute;as eliminadas' ) ;

Blank line found at start of control structure
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Space found before comma in function call
Open

define( '_AM_CAT_TH_SUBMENU' , 'Registrar un  SubMenu' ) ;

Space found before comma in function call
Open

define( '_AM_MB_CAT_INSERTED' , 'Nueva categor&iacute;a creada' ) ;

Space found before comma in function call
Open

define('_AM_PI_VIEWYEARLY' , 'Vista Anual' ) ;

Space found before comma in function call
Open

define( '_AM_MB_MAKESUBCAT' , 'SubCategor&iacute;a' ) ;

Space found before comma in function call
Open

define('_AM_PI_VIEWDAILY' , 'Vista Diaria' ) ;

Space found before comma in function call
Open

define( '_AM_MB_SUCCESSUPDATETABLE' , "Tabla(s) actualizada correctamente" ) ;

Space found before comma in function call
Open

define( '_AM_MENU_CAT_EDIT' , 'Editar una Categor&iacute;a' ) ;

Space found before comma in function call
Open

define( '_AM_TH_SERVER_TZ_VALUE_TO' , "Modificaciones (-14.0??14.0)" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_PARENT' , 'Categor&iacute;a Principal' ) ;

Space found before comma in function call
Open

define( '_AM_MB_MAKETOPCAT' , 'Crear una categor&iacute;a in a nivel Superior' ) ;

Space found before comma in function call
Open

define( '_AM_FMT_CATDELCONFIRM' , 'Quieres eliminar la categor&iacute;a %s ?' ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_SUPERDELETE' , "Super eliminar" ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_TOUCHOTHERS' , "Puede tocar otros" ) ;

Space found before comma in function call
Open

define( '_AM_TH_SERVER_TZ_COUNT' , "Eventos" ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_INSERTABLE' , "Puede a&ntilde;adir" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_WEIGHT' , 'Tama&ntilde;o' ) ;

Space found before comma in function call
Open

define( '_AM_CAT2GROUPDESC' , "Marcar categor&iacute;as a las cuales puede acceder" ) ;

Space found before comma in function call
Open

define('_AM_PI_ENABLED' , 'Habilitado' ) ;

Space found before comma in function call
Open

define( '_AM_FMT_SERVER_TZ_ALL' , "Zona horaria del Servidor (Invierno): %+2.1f<br />Zona horaria del Servidor  (Verano): %+2.1f<br />Nombre de la Zona del Servidor: %s<br />Valor de la configuraci&oacute;n de XOOPS: %+2.1f<br />Valor del APCal usando: %+2.1f<br />" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_LASTMODIFY' , '&Uacute;ltima modificada' ) ;

Space found before comma in function call
Open

define( '_AM_BTN_UPDATE' , 'ACTUALIZAR' ) ;

Space found before comma in function call
Open

define( '_AM_MB_FAILUPDATETABLE' , "La actualizaci&oacute;n de la tabla ha fallado" ) ;

Space found before comma in function call
Open

define( '_AM_JSALRT_SERVER_TZ' , "No olvides hace una copia de seguridad de la tablas de eventos antes de esta operaci&oacute;n" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_OPTIONS' , 'Opciones (Habitualmente en blanco)' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_DIRNAME' , 'M&oacute;dulo\'s Nombre del directorio' ) ;

Space found before comma in function call
Open

define('_AM_PI_DELETE' , 'Eliminado' ) ;

Space found before comma in function call
Open

define('_AM_PI_NEW' , 'Nuevo' ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_OPTIONS' , 'Opciones' ) ;

Space found before comma in function call
Open

define( '_AM_FMT_CAT_BATCHUPDATED' , '%s Categor&iacute;as actualizadas' ) ;

Space found before comma in function call
Open

define( '_AM_GPERM_G_SUPERINSERT' , "Super a&ntilde;adir" ) ;

Space found before comma in function call
Open

define( '_AM_ALRT_OLDTABLE' , "La tabla de estructura de Eventos es antigua.<br />\nQuieres actualizarla ?" ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_TITLE' , 'Nombre' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_TYPE' , 'Tipo' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_TITLE' , 'Nombre' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_FILE' , 'Archvo Plugin' ) ;

Space found before comma in function call
Open

define('_AM_PI_TH_DOTGIF' , 'Punto GIF' ) ;

Space found before comma in function call
Open

define('_AM_PI_VIEWWEEKLY' , 'Vista Semanal' ) ;

Space found before comma in function call
Open

define( '_AM_TH_SERVER_TZ_VALUE' , "Zonas horarias" ) ;

Space found before comma in function call
Open

define('_AM_PI_VIEWMONTHLY' , 'Vista Mensual' ) ;

Space found before comma in function call
Open

define( '_AM_CAT_TH_ENABLED' , 'Habilitar' ) ;

Space found before comma in function call
Open

define( '_AM_MB_CAT_UPDATED' , 'Categor&iacute;a actualizada' ) ;

Space found before comma in function call
Open

define( '_AM_MB_SUCCESSTZUPDATE' , "Events are modified with the timezone(s)." ) ;

Space found before comma in function call
Open

define('_AM_PI_UPDATED' , 'Los Plugins se han actualizado' ) ;

Blank line found at end of control structure
Open


Line exceeds 120 characters; contains 140 characters
Open

define("_AM_LABEL_IMPORTFROMWEB","Importar datos de iCalendar desde la p&aacute;gina web (Introduce la URL desde 'http://' o 'webcal://')");

Line exceeds 120 characters; contains 232 characters
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendario para Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');

Line exceeds 120 characters; contains 146 characters
Open

define( '_AM_ALRT_TOOOLDTABLE' , "Table error occured.<br />\nPerhaps you used APCal 0.3x or earlier.<br />\nFirst, update into 0.4x or 0.5x." ) ;

Line exceeds 120 characters; contains 294 characters
Open

define( '_AM_GROUPPERMDESC' , "Seleccionar los permisos que cada grupo puede tenero<br />Si necesitas esta funcionalidad,  marca 'Permisos de Usuarios' como 'Permisos de Grupo' con anterioridad.<br />La configuraci&oacute;n de 2 Grupos como Administradores e Invitados ser&aacute; igorada." ) ;

Line exceeds 120 characters; contains 233 characters
Open

define( '_AM_NOTICE_SERVER_TZ' , "Si tu Servidor tiene Zona horaria de verano y algunos eventos se han registrado en el APCal 0.6x o 0.7x, no presiones este bot&oacute;n.<br />ej)Es l&oacute;gico mostrar ambos -5.0 y -4.0 en EDT" ) ;

Line exceeds 120 characters; contains 270 characters
Open

define( '_AM_FMT_SERVER_TZ_ALL' , "Zona horaria del Servidor (Invierno): %+2.1f<br />Zona horaria del Servidor  (Verano): %+2.1f<br />Nombre de la Zona del Servidor: %s<br />Valor de la configuraci&oacute;n de XOOPS: %+2.1f<br />Valor del APCal usando: %+2.1f<br />" ) ;

Line exceeds 120 characters; contains 145 characters
Open

define("_AM_CONFIRM_MOVE","Eliminar un enlace a una categor&iacute;a antigua y a&ntilde;adir un enlace a la catergor&iacute;a especificada OK?");

Line exceeds 120 characters; contains 132 characters
Open

define( '_AM_JSALRT_SERVER_TZ' , "No olvides hace una copia de seguridad de la tablas de eventos antes de esta operaci&oacute;n" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_GOTOMODULE', 'Ir al m&oacute;dulo');

No space found after comma in function call
Open

define("_AM_MENU_CATEGORIES","Administrar Categor&iacute;as");

Space after opening parenthesis of function call prohibited
Open

define( 'APCAL_AM_LOADED' , 1 ) ;

No space found after comma in function call
Open

define("_AM_MENU_CAT2GROUP","Permisos de Categor&iacute;as");

Space after opening parenthesis of function call prohibited
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('APCAL_COPYRIGHT' , '<a href="http://xoops.antiquespromotion.ca" title="Calendario para Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_BLOCKS', 'Bloques');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MENU_EVENTS","Administraci&oacute;n de Eventos");

No space found after comma in function call
Open

define("_AM_ADMISSION","Eventos admitidos");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_TABLEMAINTAIN","Mantenimiento de Tablas (Actualizar)");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_TIMEZONE', 'Zonas horarias');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_UPDATE', 'Actualizar');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MENU_CAT2GROUP","Permisos de Categor&iacute;as");

No space found after comma in function call
Open

define("_AM_GROUPPERM","Permisos Globales");

Space after opening parenthesis of function call prohibited
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PREFS', 'Preferencias');

No space found after comma in function call
Open

define("_AM_ICALENDAR_IMPORT","Importar iCalendar");

Expected 0 spaces before closing bracket; 1 found
Open

define( 'APCAL_AM_LOADED' , 1 ) ;

No space found after comma in function call
Open

define("_AM_LABEL_IMPORTFROMWEB","Importar datos de iCalendar desde la p&aacute;gina web (Introduce la URL desde 'http://' o 'webcal://')");

No space found after comma in function call
Open

define("_AM_LABEL_UPLOADFROMFILE","Datos de env&iacute;o de iCalendar(Selecciona un archivo desde tu ordenador)");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_IO_DELETE","Eliminar");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MES_DELETED","Evento(s) eliminado");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_SUPEREDIT' , "Super editar" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_SUPERDELETE' , "Super eliminar" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT2GROUPDESC' , "Marcar categor&iacute;as a las cuales puede acceder" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( 'APCAL_AM_LOADED' , 1 ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMISSION","Eventos admitidos");

No space found after comma in function call
Open

define("_AM_MENU_EVENTS","Administraci&oacute;n de Eventos");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MENU_CATEGORIES","Administrar Categor&iacute;as");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ICALENDAR_IMPORT","Importar iCalendar");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_GROUPPERM","Permisos Globales");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_CONFIRM_MOVE","Eliminar un enlace a una categor&iacute;a antigua y a&ntilde;adir un enlace a la catergor&iacute;a especificada OK?");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MES_ADMITTED","Evento(s) admitido");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_UPLOADFROMFILE","Datos de env&iacute;o de iCalendar(Selecciona un archivo desde tu ordenador)");

No space found after comma in function call
Open

define("_AM_IO_TH4","Regla");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_SUPERDELETE' , "Super eliminar" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_BUTTON_ADMIT","Admitir");

No space found after comma in function call
Open

define("_AM_OPT_PASTANDFUTURE","Pasado & Futuro");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_FMT_WRONGSTZ', 'Hay %s evento(s) guardados con una zona horaria incorrecta.<br />Quieres repararlos?' );

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_CONFIRM_DELETE","Eliminar evento(s) OK?");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_OPT_PASTANDFUTURE","Pasado & Futuro");

No space found after comma in function call
Open

define("_AM_DTFMT_LIST_ALLDAY",'y-m-d');

No space found after comma in function call
Open

define("_AM_TZOPT_GMT","Como GMT");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_TZOPT_USER","Como Zona horaria del Usuario");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH1","Fecha de Inicio");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH3","Nombre");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_DELETABLE' , "Puede eliminar" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_SUCCESSUPDATETABLE' , "Tabla(s) actualizada correctamente" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_NOTICE_NOERRORS' , "No hay errores ni en la Tabla ni en los datos." ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_ALRT_CATTABLENOTEXIST' , "La tabla de categor&iacute;as no existe.<br />\nQuieres crear la Tabla ?" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_TH_SERVER_TZ_COUNT' , "Eventos" ) ;

Expected 1 space after IF keyword; 0 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

No space found after comma in function call
Open

define("_AM_CONFIRM_DELETE","Eliminar evento(s) OK?");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMIT_TH1","Fecha de inicio");

No space found after comma in function call
Open

define("_AM_ADMIT_TH3","Nombre");

No space found after comma in function call
Open

define("_AM_LABEL_IO_CHECKEDITEMS","Los eventos marcados son:");

No space found after comma in function call
Open

define("_AM_LABEL_IO_DELETE","Eliminar");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH5","Admisi&oacute;n");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_INSERTABLE' , "Puede a&ntilde;adir" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_SUPERINSERT' , "Super a&ntilde;adir" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT2GROUPDESC' , "Marcar categor&iacute;as a las cuales puede acceder" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_TH_SERVER_TZ_COUNT' , "Eventos" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_MODULEADMIN_CONFIG', 'Configuraciones');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_NBWAITINGEVENTS', 'Hay %s eventos pendientes de aprobaci&oacute;n.');

No space found after comma in function call
Open

define("_AM_TABLEMAINTAIN","Mantenimiento de Tablas (Actualizar)");

No space found after comma in function call
Open

define("_AM_BUTTON_ADMIT","Admitir");

No space found after comma in function call
Open

define("_AM_CONFIRM_COPY","A&ntilde;adir un enlace a la categor&iacute;a especificada OK?");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_TZOPT_SERVER","Como Zona horaria del Servidor");

No space found after comma in function call
Open

define("_AM_LABEL_ADMIT","Los eventos marcados son:  pedientes de adminitir");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMIT_TH2","Fecha de Fin");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMIT_TH4","Regla");

No space found after comma in function call
Open

define("_AM_MES_EVENTUNLINKED","Enlace del Evento(s) eliminado de la antigua categor&iacute;a");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH2","Fecha de Fin");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_INSERTABLE' , "Puede a&ntilde;adir" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_EDITABLE' , "Puede editar" ) ;

Expected 0 spaces after opening bracket; 1 found
Open

if( defined( 'FOR_XOOPS_LANG_CHECKER' ) || ! defined( 'APCAL_AM_LOADED' ) ) {

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_NBCATS', 'Hay %s categor&iacute;as.');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_CONFIRM_COPY","A&ntilde;adir un enlace a la categor&iacute;a especificada OK?");

No space found after comma in function call
Open

define("_AM_TZOPT_SERVER","Como Zona horaria del Servidor");

No space found after comma in function call
Open

define("_AM_TZOPT_USER","Como Zona horaria del Usuario");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MES_EVENTLINKTOCAT","Evento(s) enlazado a esta categor&iacute;a");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_FMT_IMPORTED","Evento(s) importado de '%s'");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_SUPEREDIT' , "Super editar" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_ALRT_OLDTABLE' , "La tabla de estructura de Eventos es antigua.<br />\nQuieres actualizarla ?" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_FMT_SERVER_TZ_ALL' , "Zona horaria del Servidor (Invierno): %+2.1f<br />Zona horaria del Servidor  (Verano): %+2.1f<br />Nombre de la Zona del Servidor: %s<br />Valor de la configuraci&oacute;n de XOOPS: %+2.1f<br />Valor del APCal usando: %+2.1f<br />" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_FMT_WRONGSTZ', 'Hay %s evento(s) guardados con una zona horaria incorrecta.<br />Quieres repararlos?' );

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_TH_SERVER_TZ_COUNT' , "Eventos" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_TITLE' , 'Nombre' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_TITLE' , 'Nombre' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_LASTMODIFY' , '&Uacute;ltima modificada' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_NEW' , 'Nuevo' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_VIEWMONTHLY' , 'Vista Mensual' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_TITLE', 'Nombre');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_NBEVENTS', 'Hay %s eventos entrantes.');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_MODULEADMIN_CONFIG_PHP', 'You must have at least php version %s (your current version is %s)');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_MODULEADMIN_CONFIG_XOOPS', 'You must have at least xoops version %s (your current version is %s)');

No space found after comma in function call
Open

define("_AM_BUTTON_EXTRACT","Extraer");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_DTFMT_LIST_ALLDAY",'y-m-d');

No space found after comma in function call
Open

define("_AM_DTFMT_LIST_NORMAL",'y-m-d<\b\r />H:i');

No space found after comma in function call
Open

define("_AM_ADMIT_TH1","Fecha de inicio");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_INSERTABLE' , "Puede a&ntilde;adir" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_SUPERINSERT' , "Super a&ntilde;adir" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_EDITABLE' , "Puede editar" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_SUPERDELETE' , "Super eliminar" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_ALRT_CATTABLENOTEXIST' , "La tabla de categor&iacute;as no existe.<br />\nQuieres crear la Tabla ?" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_ALRT_CATTABLENOTEXIST' , "La tabla de categor&iacute;as no existe.<br />\nQuieres crear la Tabla ?" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_JSALRT_SERVER_TZ' , "No olvides hace una copia de seguridad de la tablas de eventos antes de esta operaci&oacute;n" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_NOTICE_SERVER_TZ' , "Si tu Servidor tiene Zona horaria de verano y algunos eventos se han registrado en el APCal 0.6x o 0.7x, no presiones este bot&oacute;n.<br />ej)Es l&oacute;gico mostrar ambos -5.0 y -4.0 en EDT" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_DESC' , 'Descripci&oacute;n' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_MAKETOPCAT' , 'Crear una categor&iacute;a in a nivel Superior' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_CAT_INSERTED' , 'Nueva categor&iacute;a creada' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_FMT_CAT_BATCHUPDATED' , '%s Categor&iacute;as actualizadas' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_VIEWMONTHLY' , 'Vista Mensual' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_DESC' , 'Descripci&oacute;n' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MENU_CAT_NEW' , 'Crear una nueva Categor&iacute;a' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MENU_CAT_NEW' , 'Crear una nueva Categor&iacute;a' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_FMT_CATDELCONFIRM' , 'Quieres eliminar la categor&iacute;a %s ?' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_FMT_CATDELCONFIRM' , 'Quieres eliminar la categor&iacute;a %s ?' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_COLOR', 'Color');

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_TITLE' , 'Nombre' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MYBLOCKSADMIN","Administraci&oacute;n de Bloques&Grupos del Calendario");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_BUTTON_COPY","Copiar");

No space found after comma in function call
Open

define("_AM_CONFIRM_MOVE","Eliminar un enlace a una categor&iacute;a antigua y a&ntilde;adir un enlace a la catergor&iacute;a especificada OK?");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_DTFMT_LIST_NORMAL",'y-m-d<\b\r />H:i');

No space found after comma in function call
Open

define("_AM_ADMIT_TH2","Fecha de Fin");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_IO_OUTPUT","Exportar a iCalendar");

No space found after comma in function call
Open

define("_AM_IO_TH2","Fecha de Fin");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_EDITABLE' , "Puede editar" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_OPTIONS' , 'Opciones' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_BTN_UPDATE' , 'ACTUALIZAR' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_MAKESUBCAT' , 'SubCategor&iacute;a' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_FMT_CAT_DELETED' , '%s Categor&iacute;as eliminadas' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_TYPE' , 'Tipo' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_VIEWDAILY' , 'Vista Diaria' ) ;

No space found after comma in function call
Open

define("_AM_BUTTON_MOVE","Mover");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_TOUCHOTHERS' , "Puede tocar otros" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT2GROUPDESC' , "Marcar categor&iacute;as a las cuales puede acceder" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GROUPPERMDESC' , "Seleccionar los permisos que cada grupo puede tenero<br />Si necesitas esta funcionalidad,  marca 'Permisos de Usuarios' como 'Permisos de Grupo' con anterioridad.<br />La configuraci&oacute;n de 2 Grupos como Administradores e Invitados ser&aacute; igorada." ) ;

No space found after comma in function call
Open

define("_AM_OPT_PAST","Pasado");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GROUPPERMDESC' , "Seleccionar los permisos que cada grupo puede tenero<br />Si necesitas esta funcionalidad,  marca 'Permisos de Usuarios' como 'Permisos de Grupo' con anterioridad.<br />La configuraci&oacute;n de 2 Grupos como Administradores e Invitados ser&aacute; igorada." ) ;

No space found after comma in function call
Open

define("_AM_ADMIT_TH0","Usuario");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GROUPPERMDESC' , "Seleccionar los permisos que cada grupo puede tenero<br />Si necesitas esta funcionalidad,  marca 'Permisos de Usuarios' como 'Permisos de Grupo' con anterioridad.<br />La configuraci&oacute;n de 2 Grupos como Administradores e Invitados ser&aacute; igorada." ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_FMT_WRONGSTZ', 'Hay %s evento(s) guardados con una zona horaria incorrecta.<br />Quieres repararlos?' );

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_TITLE' , 'Nombre' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_TH_SERVER_TZ_VALUE' , "Zonas horarias" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_MAKESUBCAT' , 'SubCategor&iacute;a' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_MAKESUBCAT' , 'SubCategor&iacute;a' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_BTN_UPDATE' , 'ACTUALIZAR' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_TYPE' , 'Tipo' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MENU_CAT_EDIT' , 'Editar una Categor&iacute;a' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_NEW' , 'Nuevo' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_OPTIONS' , 'Opciones (Habitualmente en blanco)' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_OPTIONS' , 'Opciones (Habitualmente en blanco)' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_DIRNAME' , 'M&oacute;dulo\'s Nombre del directorio' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_DELETE' , 'Eliminado' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_TZOPT_GMT","Como GMT");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_ADMIT","Los eventos marcados son:  pedientes de adminitir");

No space found after comma in function call
Open

define("_AM_MES_ADMITTED","Evento(s) admitido");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_IMPORTFROMWEB","Importar datos de iCalendar desde la p&aacute;gina web (Introduce la URL desde 'http://' o 'webcal://')");

No space found after comma in function call
Open

define("_AM_IO_TH3","Nombre");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_TOUCHOTHERS' , "Puede tocar otros" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_TOUCHOTHERS' , "Puede tocar otros" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMIT_TH0","Usuario");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_LABEL_IO_CHECKEDITEMS","Los eventos marcados son:");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_SUCCESSUPDATETABLE' , "Tabla(s) actualizada correctamente" ) ;

No space found after comma in function call
Open

define("_AM_FMT_IMPORTED","Evento(s) importado de '%s'");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_NOTICE_NOERRORS' , "No hay errores ni en la Tabla ni en los datos." ) ;

No space found after comma in function call
Open

define("_AM_IO_TH5","Admisi&oacute;n");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_TH_SERVER_TZ_VALUE_TO' , "Modificaciones (-14.0??14.0)" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_GPERM_G_SUPEREDIT' , "Super editar" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_JSALRT_SERVER_TZ' , "No olvides hace una copia de seguridad de la tablas de eventos antes de esta operaci&oacute;n" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_GPERM_G_DELETABLE' , "Puede eliminar" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_CAT_UPDATED' , 'Categor&iacute;a actualizada' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_DOTGIF' , 'Punto GIF' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_FAILUPDATETABLE' , "La actualizaci&oacute;n de la tabla ha fallado" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_ENABLED' , 'Habilitado' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_FAILUPDATETABLE' , "La actualizaci&oacute;n de la tabla ha fallado" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_VIEWYEARLY' , 'Vista Anual' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_ALRT_OLDTABLE' , "La tabla de estructura de Eventos es antigua.<br />\nQuieres actualizarla ?" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_TH_SERVER_TZ_VALUE' , "Zonas horarias" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_DESC' , 'Descripci&oacute;n' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_MAKETOPCAT' , 'Crear una categor&iacute;a in a nivel Superior' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_FMT_CAT_BATCHUPDATED' , '%s Categor&iacute;as actualizadas' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_NOTICE_SERVER_TZ' , "Si tu Servidor tiene Zona horaria de verano y algunos eventos se han registrado en el APCal 0.6x o 0.7x, no presiones este bot&oacute;n.<br />ej)Es l&oacute;gico mostrar ambos -5.0 y -4.0 en EDT" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_NOTICE_SERVER_TZ' , "Si tu Servidor tiene Zona horaria de verano y algunos eventos se han registrado en el APCal 0.6x o 0.7x, no presiones este bot&oacute;n.<br />ej)Es l&oacute;gico mostrar ambos -5.0 y -4.0 en EDT" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_PARENT' , 'Categor&iacute;a Principal' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_ENABLED' , 'Habilitar' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_WEIGHT' , 'Tama&ntilde;o' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_BTN_UPDATE' , 'ACTUALIZAR' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MENU_CAT_EDIT' , 'Editar una Categor&iacute;a' ) ;

No space found after comma in function call
Open

define("_AM_MYBLOCKSADMIN","Administraci&oacute;n de Bloques&Grupos del Calendario");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_OPT_FUTURE","Futuro");

No space found after comma in function call
Open

define("_AM_LABEL_IO_OUTPUT","Exportar a iCalendar");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_MES_EVENTUNLINKED","Enlace del Evento(s) eliminado de la antigua categor&iacute;a");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH4","Regla");

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_SUCCESSUPDATETABLE' , "Tabla(s) actualizada correctamente" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_FAILUPDATETABLE' , "La actualizaci&oacute;n de la tabla ha fallado" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_NOTICE_NOERRORS' , "No hay errores ni en la Tabla ni en los datos." ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_FMT_SERVER_TZ_ALL' , "Zona horaria del Servidor (Invierno): %+2.1f<br />Zona horaria del Servidor  (Verano): %+2.1f<br />Nombre de la Zona del Servidor: %s<br />Valor de la configuraci&oacute;n de XOOPS: %+2.1f<br />Valor del APCal usando: %+2.1f<br />" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_WEIGHT' , 'Tama&ntilde;o' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_FMT_CAT_DELETED' , '%s Categor&iacute;as eliminadas' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_FMT_CAT_BATCHUPDATED' , '%s Categor&iacute;as actualizadas' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_TITLE' , 'Nombre' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_BUTTON_EXTRACT","Extraer");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_BUTTON_MOVE","Mover");

No space found after comma in function call
Open

define("_AM_OPT_FUTURE","Futuro");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_ADMIT_TH3","Nombre");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_DELETABLE' , "Puede eliminar" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_ALRT_OLDTABLE' , "La tabla de estructura de Eventos es antigua.<br />\nQuieres actualizarla ?" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_SUCCESSTZUPDATE' , "Events are modified with the timezone(s)." ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_OPTIONS' , 'Opciones' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_OPTIONS' , 'Opciones' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_SUBMENU' , 'Registrar un  SubMenu' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_MB_CAT_INSERTED' , 'Nueva categor&iacute;a creada' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_CAT_INSERTED' , 'Nueva categor&iacute;a creada' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_CAT_UPDATED' , 'Categor&iacute;a actualizada' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_UPDATED' , 'Los Plugins se han actualizado' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_VIEWWEEKLY' , 'Vista Semanal' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_VIEWDAILY' , 'Vista Diaria' ) ;

No space found after comma in function call
Open

define("_AM_BUTTON_COPY","Copiar");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_OPT_PAST","Pasado");

No space found after comma in function call
Open

define("_AM_ADMIT_TH4","Regla");

No space found after comma in function call
Open

define("_AM_MES_EVENTLINKTOCAT","Evento(s) enlazado a esta categor&iacute;a");

No space found after comma in function call
Open

define("_AM_MES_DELETED","Evento(s) eliminado");

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define("_AM_IO_TH0","Usuario");

No space found after comma in function call
Open

define("_AM_IO_TH0","Usuario");

No space found after comma in function call
Open

define("_AM_IO_TH1","Fecha de Inicio");

Space after opening parenthesis of function call prohibited
Open

define( '_AM_GPERM_G_SUPERINSERT' , "Super a&ntilde;adir" ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_ALRT_TOOOLDTABLE' , "Table error occured.<br />\nPerhaps you used APCal 0.3x or earlier.<br />\nFirst, update into 0.4x or 0.5x." ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_ALRT_TOOOLDTABLE' , "Table error occured.<br />\nPerhaps you used APCal 0.3x or earlier.<br />\nFirst, update into 0.4x or 0.5x." ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_ALRT_TOOOLDTABLE' , "Table error occured.<br />\nPerhaps you used APCal 0.3x or earlier.<br />\nFirst, update into 0.4x or 0.5x." ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_FMT_SERVER_TZ_ALL' , "Zona horaria del Servidor (Invierno): %+2.1f<br />Zona horaria del Servidor  (Verano): %+2.1f<br />Nombre de la Zona del Servidor: %s<br />Valor de la configuraci&oacute;n de XOOPS: %+2.1f<br />Valor del APCal usando: %+2.1f<br />" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_PARENT' , 'Categor&iacute;a Principal' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_LASTMODIFY' , '&Uacute;ltima modificada' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_ENABLED' , 'Habilitar' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_WEIGHT' , 'Tama&ntilde;o' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MENU_CAT_EDIT' , 'Editar una Categor&iacute;a' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_MAKETOPCAT' , 'Crear una categor&iacute;a in a nivel Superior' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_CAT_UPDATED' , 'Categor&iacute;a actualizada' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MB_SUCCESSTZUPDATE' , "Events are modified with the timezone(s)." ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_MB_SUCCESSTZUPDATE' , "Events are modified with the timezone(s)." ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_CAT_TH_PARENT' , 'Categor&iacute;a Principal' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_FMT_CATDELCONFIRM' , 'Quieres eliminar la categor&iacute;a %s ?' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_APCAL_CANBEMAIN', 'Usar como una categor&iacute;a principal');

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_UPDATED' , 'Los Plugins se han actualizado' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_TH_FILE' , 'Archvo Plugin' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_ENABLED' , 'Habilitado' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_SIDE', 'Direcci&oacute;n');

Space after opening parenthesis of function call prohibited
Open

define( '_AM_TH_SERVER_TZ_VALUE' , "Zonas horarias" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_SUBMENU' , 'Registrar un  SubMenu' ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_MENU_CAT_NEW' , 'Crear una nueva Categor&iacute;a' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_FMT_CAT_DELETED' , '%s Categor&iacute;as eliminadas' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_DOTGIF' , 'Punto GIF' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_VIEWWEEKLY' , 'Vista Semanal' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define( '_AM_TH_SERVER_TZ_VALUE_TO' , "Modificaciones (-14.0??14.0)" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_TH_SERVER_TZ_VALUE_TO' , "Modificaciones (-14.0??14.0)" ) ;

Space after opening parenthesis of function call prohibited
Open

define( '_AM_CAT_TH_OPERATION' , 'Operaci&oacute;n' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_ENABLED' , 'Habilitar' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_SUBMENU' , 'Registrar un  SubMenu' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_DIRNAME' , 'M&oacute;dulo\'s Nombre del directorio' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_PI_TH_FILE' , 'Archvo Plugin' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_DELETE' , 'Eliminado' ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define('_AM_PI_VIEWYEARLY' , 'Vista Anual' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_BCACHETIME', 'Duraci&oacute;n del Cach&eacute;');

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_JSALRT_SERVER_TZ' , "No olvides hace una copia de seguridad de la tablas de eventos antes de esta operaci&oacute;n" ) ;

Expected 0 spaces before closing bracket; 1 found
Open

define( '_AM_CAT_TH_LASTMODIFY' , '&Uacute;ltima modificada' ) ;

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_WEIGHT', 'Tama&ntilde;o');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_ACTION', 'Acci&oacute;n');

A closing tag is not permitted at the end of a PHP file
Open

?>

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_ACTIVERIGHTS', 'Derechos de Administraci&oacute;n del M&oacute;dulo');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_ACCESSRIGHTS', 'Derechos de acceso al M&oacute;dulo');

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_BADMIN', 'Administraci&oacute;n de Bloques');

Expected 1 newline at end of file; 0 found
Open

?>

Line indented incorrectly; expected at least 4 spaces, found 0
Open

define('_AM_VISIBLEIN', 'Visible en');

There are no issues that match your filters.

Category
Status