1
0
opencart-languagepack-finnish/admin/extension/module/store.php

18 lines
512 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Store';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified store module!';
$_['text_edit'] = 'Edit Store Module';
// Entry
$_['entry_admin'] = 'Admin Users Only';
$_['entry_status'] = 'Status';
2021-10-08 15:17:57 +00:00
//Help
$_['help_admin'] = 'If yes, then multi store list will be visible only when admin user login!';
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 store module!';