mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Translated to Talossan (tzl)
This commit is contained in:
parent
c2224bf5dc
commit
10e3268e4f
37
ui/i18n/datepicker-tzl.js
Normal file
37
ui/i18n/datepicker-tzl.js
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
/* Talossan (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Robin van der Vliet <http://robinvandervliet.com/> */
|
||||||
|
(function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define([ "../datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}(function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.tzl = {
|
||||||
|
closeText: 'Fermarh',
|
||||||
|
prevText: 'Previös',
|
||||||
|
nextText: 'Próxim',
|
||||||
|
currentText: 'Oxhi',
|
||||||
|
monthNames: ['Januar', 'Fevraglh', 'Marta', 'Avríu', 'Mai', 'Gün',
|
||||||
|
'Julia', 'Guscht', 'Setemvar', 'Listopäts', 'Noemvar', 'Zecemvar'],
|
||||||
|
monthNamesShort: ['Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Gün',
|
||||||
|
'Jul', 'Gus', 'Set', 'Lis', 'Noe', 'Zec'],
|
||||||
|
dayNames: ['Súladi', 'Lúneçi', 'Maitzi', 'Márcuri', 'Xhúadi', 'Viénerçi', 'Sáturi'],
|
||||||
|
dayNamesShort: ['Súl', 'Lún', 'Mai', 'Már', 'Xhú', 'Vié', 'Sát'],
|
||||||
|
dayNamesMin: ['Sú', 'Lú', 'Ma', 'Má', 'Xh', 'Vi', 'Sá'],
|
||||||
|
weekHeader: 'Sz',
|
||||||
|
dateFormat: 'dd.mm.yy',
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ''};
|
||||||
|
datepicker.setDefaults(datepicker.regional.tzl);
|
||||||
|
|
||||||
|
return datepicker.regional.tzl;
|
||||||
|
|
||||||
|
}));
|
Loading…
Reference in New Issue
Block a user