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

37 lines
2.0 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Countries';
// Text
$_['text_success'] = 'Success: You have modified countries!';
$_['text_list'] = 'Country List';
$_['text_add'] = 'Add Country';
$_['text_edit'] = 'Edit Country';
// Column
$_['column_name'] = 'Country Name';
$_['column_iso_code_2'] = 'ISO Code (2)';
$_['column_iso_code_3'] = 'ISO Code (3)';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Country Name';
$_['entry_iso_code_2'] = 'ISO Code (2)';
$_['entry_iso_code_3'] = 'ISO Code (3)';
$_['entry_address_format'] = 'Address Format';
$_['entry_postcode_required'] = 'Postcode Required';
2020-03-02 08:58:49 +00:00
$_['entry_status'] = 'Tila';
2020-02-12 21:25:39 +00:00
// Help
$_['help_address_format'] = 'First Name = {firstname}<br />Last Name = {lastname}<br />Company = {company}<br />Address 1 = {address_1}<br />Address 2 = {address_2}<br />City = {city}<br />Postcode = {postcode}<br />Zone = {zone}<br />Zone Code = {zone_code}<br />Country = {country}';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify countries!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Country Name must be between 1 and 128 characters!';
2020-02-16 11:32:04 +00:00
$_['error_default'] = 'Varoitus: This country cannot be deleted as it is currently assigned as the default store country!';
$_['error_store'] = 'Varoitus: This country cannot be deleted as it is currently assigned to %s stores!';
$_['error_address'] = 'Varoitus: This country cannot be deleted as it is currently assigned to %s address book entries!';
$_['error_affiliate'] = 'Varoitus: This country cannot be deleted as it is currently assigned to %s affiliates!';
$_['error_zone'] = 'Varoitus: This country cannot be deleted as it is currently assigned to %s zones!';
2020-03-02 00:28:04 +00:00
$_['error_zone_to_geo_zone'] = 'Varoitus: This country cannot be deleted as it is currently assigned to %s zones to geo zones!';