2
0
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:
azammitdcarf
2012-11-21 04:04:39 +00:00
parent 153fc8ca0d
commit c569559964
856 changed files with 254260 additions and 819988 deletions

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -1,24 +1,24 @@
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
/* Alan Davies */
jQuery(function($){
$.datepicker.regional['cy'] = {
closeText: 'Iawn',
prevText: 'Cynt',
nextText: 'Nesaf',
currentText: 'Heddiw',
monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin',
'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'],
monthNamesShort: ['Ion', 'Chwe', 'Maw', 'Ebr', 'Mai', 'Meh',
'Gor', 'Aws', 'Med', 'Hyd', 'Tach', 'Rhag'],
dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher',
'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'],
dayNamesShort: ['Sul', 'Llun', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'],
dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'],
weekHeader: 'Wy.',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['cy']);
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
/* Alan Davies */
jQuery(function($){
$.datepicker.regional['cy'] = {
closeText: 'Iawn',
prevText: 'Cynt',
nextText: 'Nesaf',
currentText: 'Heddiw',
monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin',
'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'],
monthNamesShort: ['Ion', 'Chwe', 'Maw', 'Ebr', 'Mai', 'Meh',
'Gor', 'Aws', 'Med', 'Hyd', 'Tach', 'Rhag'],
dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher',
'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'],
dayNamesShort: ['Sul', 'Llun', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'],
dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'],
weekHeader: 'Wy.',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['cy']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -0,0 +1,23 @@
/* English/UK initialisation for the jQuery UI date picker plugin. */
/* Written by Stuart. */
jQuery(function($){
$.datepicker.regional['en-GB'] = {
closeText: 'Done',
prevText: 'Prev',
nextText: 'Next',
currentText: 'Today',
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
weekHeader: 'Wk',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
});

View File

@@ -1,32 +1,32 @@
/* http://keith-wood.name/keypad.html
German localisation for the jQuery keypad extension
Written by Uwe Jakobs(u.jakobs{at}imageco.de) September 2009. */
(function($) { // hide the namespace
$.keypad.qwertzAlphabetic = ['qwertzuiopüß', 'asdfghjklöä', 'yxcvbnm'];
$.keypad.qwertzLayout =
['!"§$%&/()=?`' + $.keypad.BACK + $.keypad.HALF_SPACE + '$£€/',
'<>°^@{[]}\\~´;:' + $.keypad.HALF_SPACE + '789*',
$.keypad.qwertzAlphabetic[0] + '+*' +
$.keypad.HALF_SPACE + '456-',
$.keypad.HALF_SPACE + $.keypad.qwertzAlphabetic[1] +
'#\'' + $.keypad.SPACE + '123+',
'|' + $.keypad.qwertzAlphabetic[2] + 'µ,.-_' +
$.keypad.SPACE + $.keypad.HALF_SPACE +'.0,=',
$.keypad.SHIFT + $.keypad.SPACE + $.keypad.SPACE_BAR +
$.keypad.SPACE + $.keypad.SPACE + $.keypad.SPACE + $.keypad.CLEAR +
$.keypad.SPACE + $.keypad.SPACE + $.keypad.HALF_SPACE + $.keypad.CLOSE];
$.keypad.regional['de'] = {
buttonText: '...', buttonStatus: 'Öffnen',
closeText: 'schließen', closeStatus: 'schließen',
clearText: 'löschen', clearStatus: 'Gesamten Inhalt löschen',
backText: 'zurück', backStatus: 'Letzte Eingabe löschen',
shiftText: 'umschalten', shiftStatus: 'Zwischen Groß- und Kleinschreibung wechseln',
alphabeticLayout: $.keypad.qwertzAlphabetic,
fullLayout: $.keypad.qwertzLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['de']);
})(jQuery);
/* http://keith-wood.name/keypad.html
German localisation for the jQuery keypad extension
Written by Uwe Jakobs(u.jakobs{at}imageco.de) September 2009. */
(function($) { // hide the namespace
$.keypad.qwertzAlphabetic = ['qwertzuiopüß', 'asdfghjklöä', 'yxcvbnm'];
$.keypad.qwertzLayout =
['!"§$%&/()=?`' + $.keypad.BACK + $.keypad.HALF_SPACE + '$£€/',
'<>°^@{[]}\\~´;:' + $.keypad.HALF_SPACE + '789*',
$.keypad.qwertzAlphabetic[0] + '+*' +
$.keypad.HALF_SPACE + '456-',
$.keypad.HALF_SPACE + $.keypad.qwertzAlphabetic[1] +
'#\'' + $.keypad.SPACE + '123+',
'|' + $.keypad.qwertzAlphabetic[2] + 'µ,.-_' +
$.keypad.SPACE + $.keypad.HALF_SPACE +'.0,=',
$.keypad.SHIFT + $.keypad.SPACE + $.keypad.SPACE_BAR +
$.keypad.SPACE + $.keypad.SPACE + $.keypad.SPACE + $.keypad.CLEAR +
$.keypad.SPACE + $.keypad.SPACE + $.keypad.HALF_SPACE + $.keypad.CLOSE];
$.keypad.regional['de'] = {
buttonText: '...', buttonStatus: 'Öffnen',
closeText: 'schließen', closeStatus: 'schließen',
clearText: 'löschen', clearStatus: 'Gesamten Inhalt löschen',
backText: 'zurück', backStatus: 'Letzte Eingabe löschen',
shiftText: 'umschalten', shiftStatus: 'Zwischen Groß- und Kleinschreibung wechseln',
alphabeticLayout: $.keypad.qwertzAlphabetic,
fullLayout: $.keypad.qwertzLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['de']);
})(jQuery);

View File

@@ -1,17 +1,17 @@
/* http://keith-wood.name/keypad.html
Spanish initialisation for the jQuery keypad extension
Written by Cristhian Benitez (cbenitez@gmail.com). */
(function($) { // hide the namespace
$.keypad.regional['es'] = {
buttonText: '...', buttonStatus: 'Abrir el teclado',
closeText: 'Cerrar', closeStatus: 'Cerrar el teclado',
clearText: 'Limpiar', clearStatus: 'Eliminar todo el texto',
backText: 'Volver', backStatus: 'Borrar el caracter anterior',
shiftText: 'Shift', shiftStatus: 'Cambiar mayusculas/minusculas',
alphabeticLayout: $.keypad.qwertyAlphabetic,
fullLayout: $.keypad.qwertyLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['es']);
})(jQuery);
/* http://keith-wood.name/keypad.html
Spanish initialisation for the jQuery keypad extension
Written by Cristhian Benitez (cbenitez@gmail.com). */
(function($) { // hide the namespace
$.keypad.regional['es'] = {
buttonText: '...', buttonStatus: 'Abrir el teclado',
closeText: 'Cerrar', closeStatus: 'Cerrar el teclado',
clearText: 'Limpiar', clearStatus: 'Eliminar todo el texto',
backText: 'Volver', backStatus: 'Borrar el caracter anterior',
shiftText: 'Shift', shiftStatus: 'Cambiar mayusculas/minusculas',
alphabeticLayout: $.keypad.qwertyAlphabetic,
fullLayout: $.keypad.qwertyLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['es']);
})(jQuery);

View File

@@ -1,33 +1,33 @@
/* http://keith-wood.name/keypad.html
French initialisation for the jQuery keypad extension
Written by Keith Wood (kbwood{at}iinet.com.au) August 2008. */
(function($) { // hide the namespace
$.keypad.azertyAlphabetic = ['àâçéèêîôùû', 'azertyuiop', 'qsdfghjklm', 'wxcvbn'];
$.keypad.azertyLayout = ['&~#{([_@])}' + $.keypad.HALF_SPACE + '£$€',
'<>|`°^!?\'"\\' + $.keypad.HALF_SPACE + '/*=',
$.keypad.HALF_SPACE + $.keypad.azertyAlphabetic[0] + $.keypad.SPACE + '789',
$.keypad.azertyAlphabetic[1] + '%' + $.keypad.HALF_SPACE + '456',
$.keypad.HALF_SPACE + $.keypad.azertyAlphabetic[2] + $.keypad.SPACE + '123',
'§' + $.keypad.azertyAlphabetic[3] + ',.;:' + $.keypad.HALF_SPACE + '-0+',
$.keypad.SHIFT + $.keypad.SPACE_BAR + $.keypad.HALF_SPACE +
$.keypad.BACK + $.keypad.CLEAR + $.keypad.CLOSE];
$.keypad.regional['fr'] = {
buttonText: '...', buttonStatus: 'Ouvrir',
closeText: 'Fermer', closeStatus: 'Fermer le pavé numérique',
clearText: 'Effacer', clearStatus: 'Effacer la valeur',
backText: 'Défaire', backStatus: 'Effacer la dernière touche',
shiftText: 'Maj', shiftStatus: '',
alphabeticLayout: $.keypad.azertyAlphabetic,
fullLayout: $.keypad.azertyLayout,
isAlphabetic: isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['fr']);
function isAlphabetic(ch) {
return ($.keypad.isAlphabetic(ch) ||
'áàäãâçéèëêíìïîóòöõôúùüû'.indexOf(ch) > -1);
}
})(jQuery);
/* http://keith-wood.name/keypad.html
French initialisation for the jQuery keypad extension
Written by Keith Wood (kbwood{at}iinet.com.au) August 2008. */
(function($) { // hide the namespace
$.keypad.azertyAlphabetic = ['àâçéèêîôùû', 'azertyuiop', 'qsdfghjklm', 'wxcvbn'];
$.keypad.azertyLayout = ['&~#{([_@])}' + $.keypad.HALF_SPACE + '£$€',
'<>|`°^!?\'"\\' + $.keypad.HALF_SPACE + '/*=',
$.keypad.HALF_SPACE + $.keypad.azertyAlphabetic[0] + $.keypad.SPACE + '789',
$.keypad.azertyAlphabetic[1] + '%' + $.keypad.HALF_SPACE + '456',
$.keypad.HALF_SPACE + $.keypad.azertyAlphabetic[2] + $.keypad.SPACE + '123',
'§' + $.keypad.azertyAlphabetic[3] + ',.;:' + $.keypad.HALF_SPACE + '-0+',
$.keypad.SHIFT + $.keypad.SPACE_BAR + $.keypad.HALF_SPACE +
$.keypad.BACK + $.keypad.CLEAR + $.keypad.CLOSE];
$.keypad.regional['fr'] = {
buttonText: '...', buttonStatus: 'Ouvrir',
closeText: 'Fermer', closeStatus: 'Fermer le pavé numérique',
clearText: 'Effacer', clearStatus: 'Effacer la valeur',
backText: 'Défaire', backStatus: 'Effacer la dernière touche',
shiftText: 'Maj', shiftStatus: '',
alphabeticLayout: $.keypad.azertyAlphabetic,
fullLayout: $.keypad.azertyLayout,
isAlphabetic: isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['fr']);
function isAlphabetic(ch) {
return ($.keypad.isAlphabetic(ch) ||
'áàäãâçéèëêíìïîóòöõôúùüû'.indexOf(ch) > -1);
}
})(jQuery);

View File

@@ -1,17 +1,17 @@
/* http://keith-wood.name/keypad.html
dutch initialisation for the jQuery keypad extension
Written by Michiel Mussies (mail{at}webcrafts.nl) November 2009. */
(function($) { // hide the namespace
$.keypad.regional['nl'] = {
buttonText: '...', buttonStatus: 'Open',
closeText: 'Sluit', closeStatus: 'Sluit',
clearText: 'Wissen', clearStatus: 'Wis alle tekens',
backText: 'Terug', backStatus: 'Wis laatste teken',
shiftText: 'Shift', shiftStatus: 'Activeer hoofd-/kleine letters',
alphabeticLayout: $.keypad.qwertyAlphabetic,
fullLayout: $.keypad.qwertyLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['nl']);
})(jQuery);
/* http://keith-wood.name/keypad.html
dutch initialisation for the jQuery keypad extension
Written by Michiel Mussies (mail{at}webcrafts.nl) November 2009. */
(function($) { // hide the namespace
$.keypad.regional['nl'] = {
buttonText: '...', buttonStatus: 'Open',
closeText: 'Sluit', closeStatus: 'Sluit',
clearText: 'Wissen', clearStatus: 'Wis alle tekens',
backText: 'Terug', backStatus: 'Wis laatste teken',
shiftText: 'Shift', shiftStatus: 'Activeer hoofd-/kleine letters',
alphabeticLayout: $.keypad.qwertyAlphabetic,
fullLayout: $.keypad.qwertyLayout,
isAlphabetic: $.keypad.isAlphabetic,
isNumeric: $.keypad.isNumeric,
isRTL: false};
$.keypad.setDefaults($.keypad.regional['nl']);
})(jQuery);

View File

@@ -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);