Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/design/
Upload File :
Current File : /var/www/alh/admin/language/english/design/layout.php

<?php
// Heading
$_['heading_title']     = 'Layouts';

// Text
$_['text_success']      = 'Success: You have modified layouts!';
$_['text_default']      = 'Default';

// Column
$_['column_name']       = 'Layout Name';
$_['column_action']     = 'Action';

// Entry
$_['entry_name']        = 'Layout Name:';
$_['entry_store']       = 'Store:';
$_['entry_route']       = 'Route:';

// Error
$_['error_permission']  = 'Warning: You do not have permission to modify layouts!';
$_['error_name']        = 'Layout Name must be between 3 and 64 characters!';
$_['error_default']     = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
$_['error_store']       = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';
$_['error_product']     = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!';
$_['error_category']    = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!';
$_['error_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';
?>