developer.php
1.18 KB
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Developer Settings';
// Text
$_['text_success'] = 'Success: You have modified developer settings!';
$_['text_theme'] = 'theme';
$_['text_sass'] = 'SASS';
$_['text_systemcache'] = 'System';
$_['text_imgcache'] = 'Images';
$_['text_allcache'] = 'All';
$_['text_cache'] = 'Success: You have cleared the %s cache!';
$_['text_img_cache'] = 'Success: You have cleared the %s cache!';
// Column
$_['column_component'] = 'Component';
$_['column_action'] = 'Action';
// Entry
$_['entry_theme'] = 'Theme';
$_['entry_sass'] = 'SASS';
$_['entry_cache'] = 'Cache';
$_['entry_systemcache'] = 'System Cache';
$_['entry_imgcache'] = 'Image resizes (this is not a cache, do not delete without a good reason)';
$_['entry_allcache'] = 'Clear all cache and resize images';
// Button
$_['button_on'] = 'On';
$_['button_off'] = 'Off';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';