Файл: upload/admin/language/english/octeam_tools/cache.php
Строк: 15
<?php
// Heading
$_['heading_title'] = 'Remove Cache';
// Button
$_['button_image'] = 'Image';
$_['button_system'] = 'System';
// Text
$_['text_cache'] = '';
$_['text_delete'] = 'Remove Cache ';
$_['text_buttons_help'] = 'The files of the directory will be deleted %s';
$_['text_system'] = 'Remove Cache ';
$_['text_description'] = 'Tool to remove image cache (image/cache/) and system (system/storage/cache/)';
$_['text_octeam_toolset'] = 'OC Team Tools';
// Error
$_['error_permission'] = 'You don`t have permissions to remove the cache!';
$_['error_not_found'] = 'Not found directory to remove the cache.';
?>