15 lines
595 B
PHP
15 lines
595 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* For the full copyright and license information, please view the
|
||
|
|
* docs/licenses/LICENSE.txt file that was distributed with this source code.
|
||
|
|
*/
|
||
|
|
// install-dev/langs/en/data/quick_access.xml
|
||
|
|
trans('Home', 'Admin.Navigation.Header');
|
||
|
|
trans('My Shop', 'Admin.Navigation.Header');
|
||
|
|
trans('New category', 'Admin.Navigation.Header');
|
||
|
|
trans('New product', 'Admin.Navigation.Header');
|
||
|
|
trans('New voucher', 'Admin.Navigation.Header');
|
||
|
|
trans('Orders', 'Admin.Navigation.Header');
|
||
|
|
trans('Installed modules', 'Admin.Navigation.Header');
|
||
|
|
trans('Catalog evaluation', 'Admin.Navigation.Header');
|