1
0
opencart-languagepack-finnish/admin/catalog/attribute_group.php
2020-02-16 13:32:04 +02:00

24 lines
968 B
PHP

<?php
// Heading
$_['heading_title'] = 'Attribute Groups';
// Text
$_['text_success'] = 'Success: You have modified attribute groups!';
$_['text_list'] = 'Attribute Group List';
$_['text_add'] = 'Add Attribute Group';
$_['text_edit'] = 'Edit Attribute Group';
// Column
$_['column_name'] = 'Attribute Group Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Attribute Group Name';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Varoitus: You do not have permission to modify attribute groups!';
$_['error_name'] = 'Attribute Group Name must be between 1 and 64 characters!';
$_['error_attribute'] = 'Varoitus: This attribute group cannot be deleted as it is currently assigned to %s attributes!';
$_['error_product'] = 'Varoitus: This attribute group cannot be deleted as it is currently assigned to %s products!';