16 lines
674 B
PHP
16 lines
674 B
PHP
<?php
|
|
|
|
/**
|
|
* ======================================================================
|
|
* functions.php
|
|
* ======================================================================.
|
|
*/
|
|
$txt_str['functions']['setPrice']['b2b'] = 'B2B';
|
|
$txt_str['functions']['getSections']['catalog'] = 'Produkty';
|
|
$txt_str['functions']['getSections']['catalogProducer'] = 'Výrobce %s';
|
|
$txt_str['functions']['getSections']['home'] = 'Domů';
|
|
$txt_str['functions']['getSections']['articles'] = 'články';
|
|
$txt_str['functions']['productCampaign']['news'] = 'Novinka';
|
|
$txt_str['functions']['productCampaign']['discount'] = 'Akce';
|
|
$txt_str['functions']['productCampaign']['sale'] = 'Výprodej';
|