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

42 lines
1.5 KiB
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Options';
// Text
$_['text_success'] = 'Success: You have modified options!';
$_['text_list'] = 'Option List';
$_['text_add'] = 'Add Option';
$_['text_edit'] = 'Edit Option';
$_['text_choose'] = 'Choose';
$_['text_select'] = 'Select';
$_['text_radio'] = 'Radio';
$_['text_checkbox'] = 'Checkbox';
$_['text_input'] = 'Input';
$_['text_text'] = 'Text';
$_['text_textarea'] = 'Textarea';
$_['text_file'] = 'File';
$_['text_date'] = 'Date';
$_['text_datetime'] = 'Date &amp; Time';
$_['text_time'] = 'Time';
$_['text_option'] = 'Option';
$_['text_value'] = 'Option Values';
// Column
$_['column_name'] = 'Option 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'] = 'Option Name';
$_['entry_type'] = 'Type';
$_['entry_option_value'] = 'Option Value Name';
$_['entry_image'] = 'Image';
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 options!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Option Name must be between 1 and 128 characters!';
2020-02-16 11:32:04 +00:00
$_['error_type'] = 'Varoitus: Option Values required!';
2020-02-12 21:25:39 +00:00
$_['error_option_value'] = 'Option Value Name must be between 1 and 128 characters!';
2020-03-02 00:28:04 +00:00
$_['error_product'] = 'Varoitus: This option cannot be deleted as it is currently assigned to %s products!';