File: language/en/cli.php
Unmodified
Added
Modified
Removed
Line 35 | Line 35 |
---|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
|
| 'CLI_APCU_CACHE_NOTICE' => 'APCu cache has to be purged through the Administration Control Panel.',
|
'CLI_CONFIG_CANNOT_CACHED' => 'Set this option if the configuration option changes too frequently to be efficiently cached.', 'CLI_CONFIG_CURRENT' => 'Current configuration value, use 0 and 1 to specify boolean values', 'CLI_CONFIG_DELETE_SUCCESS' => 'Successfully deleted config %s.',
| 'CLI_CONFIG_CANNOT_CACHED' => 'Set this option if the configuration option changes too frequently to be efficiently cached.', 'CLI_CONFIG_CURRENT' => 'Current configuration value, use 0 and 1 to specify boolean values', 'CLI_CONFIG_DELETE_SUCCESS' => 'Successfully deleted config %s.',
|