mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merging the updated Limesurvey 1.92+ branch of queXS to trunk
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
/* http://keith-wood.name/keypad.html
|
||||
brazilian portuguese initialisation for the jQuery keypad extension
|
||||
Written by Israel Rodriguez (yzraeu{at}gmail.com) July 2009. */
|
||||
(function($) { // hide the namespace
|
||||
$.keypad.regional['pt-BR'] = {
|
||||
buttonText: '...', buttonStatus: 'Abrir o teclado',
|
||||
closeText: 'Fechar', closeStatus: 'Fechar o teclado',
|
||||
clearText: 'Limpar', clearStatus: 'Limpar todo o texto',
|
||||
backText: 'Apagar', backStatus: 'Apagar o caractere anterior',
|
||||
shiftText: 'Shift', shiftStatus: 'Ativar maiúsculas/minusculas',
|
||||
alphabeticLayout: $.keypad.qwertyAlphabetic,
|
||||
fullLayout: $.keypad.qwertyLayout,
|
||||
isAlphabetic: $.keypad.isAlphabetic,
|
||||
isNumeric: $.keypad.isNumeric,
|
||||
isRTL: false
|
||||
};
|
||||
$.keypad.setDefaults($.keypad.regional['pt-BR']);
|
||||
})(jQuery);
|
||||
/* http://keith-wood.name/keypad.html
|
||||
brazilian portuguese initialisation for the jQuery keypad extension
|
||||
Written by Israel Rodriguez (yzraeu{at}gmail.com) July 2009. */
|
||||
(function($) { // hide the namespace
|
||||
$.keypad.regional['pt-BR'] = {
|
||||
buttonText: '...', buttonStatus: 'Abrir o teclado',
|
||||
closeText: 'Fechar', closeStatus: 'Fechar o teclado',
|
||||
clearText: 'Limpar', clearStatus: 'Limpar todo o texto',
|
||||
backText: 'Apagar', backStatus: 'Apagar o caractere anterior',
|
||||
shiftText: 'Shift', shiftStatus: 'Ativar maiúsculas/minusculas',
|
||||
alphabeticLayout: $.keypad.qwertyAlphabetic,
|
||||
fullLayout: $.keypad.qwertyLayout,
|
||||
isAlphabetic: $.keypad.isAlphabetic,
|
||||
isNumeric: $.keypad.isNumeric,
|
||||
isRTL: false
|
||||
};
|
||||
$.keypad.setDefaults($.keypad.regional['pt-BR']);
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user