Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/language/english/localisation/
Upload File :
Current File : /var/www/alh/admin/language/english/localisation/stock_status.php

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

// Text
$_['text_success']     = 'Success: You have modified stock statuses!';

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

// Entry
$_['entry_name']       = 'Stock Status Name:';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify stock statuses!';
$_['error_name']       = 'Stock Status Name must be between 3 and 32 characters!';
$_['error_product']    = 'Warning: This stock status cannot be deleted as it is currently assigned to %s products!';
?>