XoopsModules25x/apcal

View on GitHub
language/english/admin.php

Summary

Maintainability
A
0 mins
Test Coverage

Blank line found at end of control structure
Open


Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 266 characters
Open

    define('_AM_APCAL_GROUPPERMDESC', "Select permissions that each group is allowed to do<br>If you need this feature, set 'Authorities of users' to Specified in Group's permissions first.<br>The settings of two groups of Administrator and Guest will be ignored.");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

    define('_AM_APCAL_FMT_WRONGSTZ', 'Ther is %s event(s) saved with a bad timezone.<br>Would you like to repair them?');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 148 characters
Open

    define('_AM_APCAL_ALRT_TOOOLDTABLE', "Table error occured.<br>\nPerhaps you used APCal 0.3x or earlier.<br>\nFirst, update into 0.4x or 0.5x.");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

    define('_AM_APCAL_ALRT_CATTABLENOTEXIST', "The categories table does not exist.<br>\nDo you wish to create the table?");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 255 characters
Open

    define('_AM_APCAL_NOTICE_SERVER_TZ', "If your server set the timezone area with summer time (=Day Light Saving) and some events were registerd in APCal 0.6x or 0.7x, dont't push this button.<br>eg) It is natural to display both -5.0 and -4.0 in EDT");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

    define('_AM_APCAL_MODULECANT', 'This block cannot be deleted directly! If you wish to disable this block, deactivate the module.');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 236 characters
Open

    define('_AM_APCAL_COPYRIGHT', '<a href="http://xoops.antiquespromotion.ca" title="Calendar for Xoops" target="_blank">APCal</a> by <a href="http://www.antiquespromotion.ca" title="Antiques Promotion Canada" target="_blank">AP</a>');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

    define('_AM_APCAL_LABEL_IMPORTFROMWEB', "Import iCalendar data from web (Input URI started from 'http://' or 'webcal://')");
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

    define('_AM_APCAL_MODULEADMIN_CONFIG_XOOPS', 'You must have at least xoops version %s (your current version is %s)');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 204 characters
Open

           'Timezone of the server (winter): %+2.1f<br>Timezone of the server (summer): %+2.1f<br>Zonename of the server: %s<br>The value of XOOPS config: %+2.1f<br>The value of APCal using: %+2.1f<br>');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

    define('_AM_APCAL_FMT_SERVER_TZ_ALL',
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Multi-line function call not indented correctly; expected 4 spaces but found 11
Open

           'Timezone of the server (winter): %+2.1f<br>Timezone of the server (summer): %+2.1f<br>Zonename of the server: %s<br>The value of XOOPS config: %+2.1f<br>The value of APCal using: %+2.1f<br>');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

           'Timezone of the server (winter): %+2.1f<br>Timezone of the server (summer): %+2.1f<br>Zonename of the server: %s<br>The value of XOOPS config: %+2.1f<br>The value of APCal using: %+2.1f<br>');
Severity: Minor
Found in language/english/admin.php by phpcodesniffer

There are no issues that match your filters.

Category
Status