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

48 lines
2.1 KiB
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Kategoriat';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have modified categories!';
2020-02-16 12:18:44 +00:00
$_['text_list'] = 'Kategorialista';
$_['text_add'] = 'Lisää kategoria';
2020-02-12 21:25:39 +00:00
$_['text_edit'] = 'Edit Category';
2020-02-16 12:18:44 +00:00
$_['text_default'] = 'Oletus';
2020-02-12 21:25:39 +00:00
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
2020-02-16 12:18:44 +00:00
$_['column_name'] = 'Kategorian nimi';
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
2020-02-16 12:18:44 +00:00
$_['entry_name'] = 'Kategorian nimi';
2020-02-12 21:25:39 +00:00
$_['entry_description'] = 'Description';
$_['entry_meta_title'] = 'Meta Tag Title';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
2020-02-16 12:18:44 +00:00
$_['entry_store'] = 'Kaupat';
$_['entry_keyword'] = 'Avainsana';
2020-02-12 21:25:39 +00:00
$_['entry_parent'] = 'Parent';
$_['entry_filter'] = 'Filters';
2020-02-16 12:18:44 +00:00
$_['entry_image'] = 'Kuva';
2020-02-12 21:25:39 +00:00
$_['entry_top'] = 'Top';
$_['entry_column'] = 'Columns';
2020-03-02 00:28:04 +00:00
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-16 12:18:44 +00:00
$_['entry_status'] = 'Tila';
2020-02-12 21:25:39 +00:00
$_['entry_layout'] = 'Layout Override';
// Help
$_['help_filter'] = '(Autocomplete)';
$_['help_top'] = 'Display in the top menu bar. Only works for the top parent categories.';
$_['help_column'] = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify categories!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Category Name must be between 1 and 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
$_['error_keyword'] = 'SEO URL already in use!';
$_['error_unique'] = 'SEO URL must be unique!';
2020-03-02 00:28:04 +00:00
$_['error_parent'] = 'The parent category you have chosen is a child of the current one!';