language/english/common.php
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 17. Open
Open
<?php
- Exclude checks
Line exceeds 120 characters; contains 154 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_DEV_TOOLS_DESC', 'If yes, the "Migrate" Tab and other Development tools will be visible to the Admin.');
- Exclude checks
Line exceeds 120 characters; contains 122 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH', 'Number of Characters to truncate to the long text field');
- Exclude checks
Line exceeds 120 characters; contains 176 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_CONFIG', '<span style="color: #FF0000; font-size: Small; font-weight: bold;">--- EXTERNAL Image configuration ---</span> ');
- Exclude checks
Line exceeds 120 characters; contains 188 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'SHOW_SAMPLE_BUTTON_DESC', 'If yes, the "Add Sample Data" button will be visible to the Admin. It is Yes as a default for first installation.');
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_MAXUPLOADSIZE', 'Max upload size permitted (upload_max_filesize directive in php.ini): ');
- Exclude checks
Line exceeds 120 characters; contains 122 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_GDON', "<span style='font-weight: bold;'>Enabled</span> (Thumbsnails available)");
- Exclude checks
Line exceeds 120 characters; contains 136 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_UPLOADPATHDSC', 'Note. Upload path *MUST* contain the full server path of your upload folder.');
- Exclude checks
Line exceeds 120 characters; contains 144 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
- Exclude checks
Line exceeds 120 characters; contains 122 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_METAVERSION', "<span style='font-weight: bold;'>Downloads meta version:</span> ");
- Exclude checks
Line exceeds 120 characters; contains 144 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'LOAD_SAMPLEDATA_CONFIRM', 'Are you sure to Import Sample Data? (It will delete ALL current data)');
- Exclude checks
Line exceeds 120 characters; contains 144 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'CLEAR_SAMPLEDATA_CONFIRM', 'Are you sure to Clear Sample Data? (It will delete ALL current data)');
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'BROWSETOTOPIC', "<span style='font-weight: bold;'>Browse items alphabetically</span>");
- Exclude checks
Line exceeds 120 characters; contains 162 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'MIGRATE_WARNING', 'Warning! This is intended for developers only. Confirm write schema file from current database.');
- Exclude checks
Line exceeds 120 characters; contains 126 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_GDOFF', "<span style='font-weight: bold;'>Disabled</span> (No thumbnails available)");
- Exclude checks
Line exceeds 120 characters; contains 146 characters Open
Open
//\define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_SPHPINI', "<span style='font-weight: bold;'>Information taken from PHP ini file:</span>");
- Exclude checks
Line exceeds 120 characters; contains 141 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'TRUNCATE_LENGTH_DESC', 'Set the maximum number of characters to truncate the long text fields');
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'FOLDER_NO', 'Folder "%s" does not exist. Create the specified folder with CHMOD 777.');
- Exclude checks
No space found after comma in function call Open
Open
\define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_FILE_SIZE_DSC','The maximum file size of the image file (in Bytes)');
- Exclude checks