1
0
opencart-languagepack-finnish/admin/catalog/attribute_group.php

25 lines
989 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?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';
2020-03-02 00:28:04 +00:00
$_['column_sort_order'] = 'Lajittelujärjestys';
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Attribute Group Name';
2020-03-02 00:28:04 +00:00
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-12 21:25:39 +00:00
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify attribute groups!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Attribute Group Name must be between 1 and 64 characters!';
2020-02-16 11:32:04 +00:00
$_['error_attribute'] = 'Varoitus: This attribute group cannot be deleted as it is currently assigned to %s attributes!';
2020-03-02 00:28:04 +00:00
$_['error_product'] = 'Varoitus: This attribute group cannot be deleted as it is currently assigned to %s products!';