6 lines
311 B
Plaintext
6 lines
311 B
Plaintext
@define('INSTALLER_KEY', 'Key');
|
|
@define('INSTALLER_VALUE', 'Value');
|
|
@define('CURRENT_TAB', 'Current tab: ');
|
|
@define('PINGBACKS', 'Pingbacks');
|
|
@define('NO_PINGBACKS', 'No Pingbacks');
|
|
@define('GROUP_NAME_DESC', 'Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.'); |