1
0
opencart-languagepack-finnish/admin/extension/theme/default.php

49 lines
3.0 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Default Store Theme';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified the default store theme!';
$_['text_edit'] = 'Edit Default Store Theme';
$_['text_general'] = 'General';
$_['text_product'] = 'Products';
$_['text_image'] = 'Images';
// Entry
$_['entry_directory'] = 'Theme Directory';
2020-03-02 08:58:49 +00:00
$_['entry_status'] = 'Tila';
2020-02-12 21:25:39 +00:00
$_['entry_product_limit'] = 'Default Items Per Page';
$_['entry_product_description_length'] = 'List Description Limit';
$_['entry_image_category'] = 'Category Image Size (W x H)';
$_['entry_image_thumb'] = 'Product Image Thumb Size (W x H)';
$_['entry_image_popup'] = 'Product Image Popup Size (W x H)';
$_['entry_image_product'] = 'Product Image List Size (W x H)';
$_['entry_image_additional'] = 'Additional Product Image Size (W x H)';
$_['entry_image_related'] = 'Related Product Image Size (W x H)';
$_['entry_image_compare'] = 'Compare Image Size (W x H)';
$_['entry_image_wishlist'] = 'Wish List Image Size (W x H)';
$_['entry_image_cart'] = 'Cart Image Size (W x H)';
$_['entry_image_location'] = 'Store Image Size (W x H)';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
// Help
$_['help_directory'] = 'This field is only to enable older themes to be compatible with the new theme system. You can set the theme directory to use on the image size settings defined here.';
$_['help_product_limit'] = 'Determines how many catalog items are shown per page (products, categories, etc)';
$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify the default store theme!';
2020-02-12 21:25:39 +00:00
$_['error_limit'] = 'Product Limit required!';
$_['error_image_thumb'] = 'Product Image Thumb Size dimensions required!';
$_['error_image_popup'] = 'Product Image Popup Size dimensions required!';
$_['error_image_product'] = 'Product List Size dimensions required!';
$_['error_image_category'] = 'Category List Size dimensions required!';
$_['error_image_additional'] = 'Additional Product Image Size dimensions required!';
$_['error_image_related'] = 'Related Product Image Size dimensions required!';
$_['error_image_compare'] = 'Compare Image Size dimensions required!';
$_['error_image_wishlist'] = 'Wish List Image Size dimensions required!';
$_['error_image_cart'] = 'Cart Image Size dimensions required!';
2020-03-02 08:58:49 +00:00
$_['error_image_location'] = 'Store Image Size dimensions required!';