HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/apklausos/New/third_party/jquery-keypad/jquery.keypad-cs.js
/* http://keith-wood.name/keypad.html
   Czech initialisation for the jQuery keypad extension
   Written by Amadeo Mareš. */
(function($) { // hide the namespace
    $.keypad.regionalOptions['cs'] = {
        buttonText: '...', buttonStatus: 'Otevřít',
        closeText: 'Zavřít', closeStatus: 'Zavře klávesnici',
        clearText: 'Vymazat', clearStatus: 'Smaže text',
        backText: 'Smazat', backStatus: 'Smaže poslední písmeno',
        shiftText: 'Velikost', shiftStatus: 'Nastaví velká/malá písmena',
		spacebarText: ' ', spacebarStatus: '',
		enterText: 'Enter', enterStatus: '',
		tabText: '→', tabStatus: '',
        alphabeticLayout: $.keypad.qwertyAlphabetic,
        fullLayout: $.keypad.qwertyLayout,
        isAlphabetic: $.keypad.isAlphabetic,
        isNumeric: $.keypad.isNumeric,
		toUpper: $.keypad.toUpper,
        isRTL: false};
    $.keypad.setDefaults($.keypad.regionalOptions['cs']);
})(jQuery);