This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'generalDesc' => | |
array ( | |
'NationalNumberPattern' => '(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}', | |
'PossibleLength' => | |
array ( | |
0 => 9, | |
1 => 10, | |
2 => 11, | |
3 => 12, | |
), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cancel: | |
title: Zrušení objednávky | |
orderCanceled: "Objednávka č. <strong>%number%</strong> je zrušená." | |
orderCannotCanceled: "Objednávku č. <strong>%number%</strong> nelze již zrušit. Kontaktujte nás." | |
orderCancelConfirmation: "Opravdu chcete zrušit objednávku č. <strong>%number%</strong>?" | |
yes: "Ano, zrušit" | |
no: "Ne, nerušit" | |
cannotCancel: "Objednávku se nepodařilo zrušit. Kontaktujte nás." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var bookingEngineConfig = { | |
lang : 'cs', | |
currency : 'CZK', | |
theme : 'brown', | |
showTabs: 'cashCoupon' | |
} | |
window.addEventListener('load', function () { | |
var a=document.createElement("script");a.src="https://booking.previo.cz/loader/?hotId=750979";document.head.appendChild(a); | |
}); |