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/vendor/jquery-keypad/jquery.keypad-tr.js
/* http://keith-wood.name/keypad.html
   Turkish localisation for the jQuery keypad extension
   Written by Yücel Kandemir(yucel{at}21bilisim.com) September 2010. */
(function($) { // hide the namespace
	'use strict';
	$.keypad.regionalOptions.tr = {
		buttonText: '...',
		buttonStatus: 'Aç',
		closeText: 'Kapat',
		closeStatus: 'Klavyeyi Kapatýr',
		clearText: 'Sil',
		clearStatus: 'Ýçerisini Temizler',
		backText: 'Geri Al',
		backStatus: 'Son Karakteri Siler.',
		shiftText: 'Büyüt',
		shiftStatus: 'Büyük Harfle Yazmak Ýçin Seçiniz.',
		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.tr);
})(jQuery);