Files
kupshop/web/lang/sk/delivery.php
2025-08-02 16:30:27 +02:00

26 lines
1.8 KiB
PHP

<?php
$txt_str['delivery']['invalid_extra_services_time_zone'] = 'Odpoledné doručovanie nie je pre zadané PSČ dostupné.';
$txt_str['delivery']['unavailable'] = 'Zvolená doprava nie je dostupná pre zvolenú krajinu, prosíme zmeňte dopravu.'; // todo odkaz na 2. krok
$txt_str['delivery']['unavailable_short'] = 'Nedostupná pre zvolenú krajinu';
$txt_str['delivery']['weight_limit'] = 'Váhový limit pre zvolený typ dopravy bol prekročený.';
$txt_str['delivery']['weight_limit_short'] = 'Váhový limit bol prekročený';
$txt_str['delivery']['limit_exceeded'] = 'Prekročenie limitu';
$txt_str['delivery']['limit_exceeded_long'] = 'Limit pre zvolený typ dopravy bol prekročený';
$txt_str['delivery']['restriction_maxPrice'] = 'maximálna cena objednávky (%s)';
$txt_str['delivery']['restriction_maxCOD'] = 'na dobierku možno poslať len objednávky do %s';
$txt_str['delivery']['restriction_maxWeight'] = 'maximálna hmotnosť zásielky';
$txt_str['delivery']['restriction_maxPackageDimensions'] = 'mmaximálny rozmer zásielky';
$txt_str['delivery']['restriction_maxItemDimensions'] = 'maximálny rozmer položky';
$txt_str['delivery']['zasilkovna_dobirka_limit'] = 'Cez Zásilkovna možno poslať na dobierku len objednávky do %s';
$txt_str['delivery']['min_limit_exceeded'] = 'Nespĺňa limit';
$txt_str['delivery']['min_limit_exceeded_long'] = 'Limit pre vybraný typ prepravy nebol splnený';
$txt_str['delivery']['restriction_minWeight'] = 'minimálna hmotnosť zásielky';
$txt_str['delivery']['restriction_minPrice'] = 'minimálna cena objednávky (%s)';
$txt_str['delivery']['no_zipcode'] = 'Chýba PSČ';
$txt_str['delivery']['products_filter_long'] = 'Zvolená doprava nie je dostupná pre vybrané produkty.';
$txt_str['delivery']['products_filter_short'] = 'Nedostupná pre vybrané produkty';