1
0
opencart-languagepack-finnish/admin/localisation/geo_zone.php

28 lines
1000 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Geo Zones';
// Text
$_['text_success'] = 'Success: You have modified geo zones!';
$_['text_list'] = 'Geo Zone List';
$_['text_add'] = 'Add Geo Zone';
$_['text_edit'] = 'Edit Geo Zone';
$_['text_geo_zone'] = 'Geo Zones';
// Column
$_['column_name'] = 'Geo Zone Name';
$_['column_description'] = 'Description';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Geo Zone Name';
$_['entry_description'] = 'Description';
$_['entry_country'] = 'Country';
$_['entry_zone'] = 'Zone';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify geo zones!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Geo Zone Name must be between 3 and 32 characters!';
$_['error_description'] = 'Description Name must be between 3 and 255 characters!';
2020-03-02 00:28:04 +00:00
$_['error_tax_rate'] = 'Varoitus: This geo zone cannot be deleted as it is currently assigned to one or more tax rates!';