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

39 lines
1.4 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Store Locations';
// Text
$_['text_success'] = 'Success: You have modified store locations!';
$_['text_list'] = 'Store Location List';
$_['text_add'] = 'Add Store Location';
$_['text_edit'] = 'Edit Store Location';
$_['text_default'] = 'Default';
$_['text_time'] = 'Opening Times';
$_['text_geocode'] = 'Geocode was not successful for the following reason:';
// Column
2020-03-02 08:58:49 +00:00
$_['column_name'] = 'Kaupan nimi';
$_['column_address'] = 'Osoite';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Store Name';
$_['entry_address'] = 'Address';
$_['entry_geocode'] = 'Geocode';
$_['entry_telephone'] = 'Telephone';
$_['entry_fax'] = 'Fax';
$_['entry_image'] = 'Image';
$_['entry_open'] = 'Opening Times';
$_['entry_comment'] = 'Comment';
// Help
$_['help_geocode'] = 'Please enter your store location geocode manually.';
$_['help_open'] = 'Fill in your stores opening times.';
$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify store locations!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Store name must be between 3 and 32 characters!';
$_['error_address'] = 'Address must be between 3 and 128 characters!';
2020-03-02 00:28:04 +00:00
$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';