source: trunk/prototype/plugins/jquery.keyboard/jquery.keypad-pt-BR.js @ 7843

Revision 7843, 1013 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #3335 - Modificado o template news para a utilização de um plugin para slider

  • Property svn:executable set to *
Line 
1/* http://keith-wood.name/keypad.html
2   brazilian portuguese initialisation for the jQuery keypad extension
3   Written by Israel Rodriguez (yzraeu{at}gmail.com) July 2009. */
4(function($) { // hide the namespace
5    $.keypad.regional['pt-BR'] = {
6        buttonText: '...', buttonStatus: 'Abrir o teclado',
7        closeText: 'Fechar', closeStatus: 'Fechar o teclado',
8        clearText: 'Limpar', clearStatus: 'Limpar todo o texto',
9        backText: 'Apagar', backStatus: 'Apagar o caractere anterior',
10        shiftText: 'Shift', shiftStatus: 'Ativar maiúsculas/minusculas',
11                spacebarText: ' ', spacebarStatus: '',
12                enterText: 'Enter', enterStatus: '',
13                tabText: '→', tabStatus: '',
14        alphabeticLayout: $.keypad.qwertyAlphabetic,
15        fullLayout: $.keypad.qwertyLayout,
16        isAlphabetic: $.keypad.isAlphabetic,
17        isNumeric: $.keypad.isNumeric,
18                toUpper: $.keypad.toUpper,
19        isRTL: false};
20    $.keypad.setDefaults($.keypad.regional['pt-BR']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.