1
0
opencart-languagepack-finnish/admin/customer/customer_group.php

31 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Customer Groups';
// Text
$_['text_success'] = 'Success: You have modified customer groups!';
$_['text_list'] = 'Customer Group List';
$_['text_add'] = 'Add Customer Group';
$_['text_edit'] = 'Edit Customer Group';
// Column
$_['column_name'] = 'Customer 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'] = 'Customer Group Name';
$_['entry_description'] = 'Description';
$_['entry_approval'] = 'Approve New Customers';
2020-03-02 00:28:04 +00:00
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-12 21:25:39 +00:00
// Help
$_['help_approval'] = 'Customers must be approved by an administrator before they can login.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify customer groups!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Customer Group Name must be between 3 and 32 characters!';
2020-02-16 11:32:04 +00:00
$_['error_default'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
$_['error_store'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned to %s stores!';
2020-03-02 00:28:04 +00:00
$_['error_customer'] = 'Varoitus: This customer group cannot be deleted as it is currently assigned to %s customers!';