source: other-projects/tipple-android/i-greenstone-server-files/greenstone/webapps/greenstone3/interfaces/default/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-eu.js@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 898 bytes
Line 
1/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
2/* Karrikas-ek itzulia ([email protected]) */
3jQuery(function($){
4 $.datepicker.regional['eu'] = {
5 closeText: 'Egina',
6 prevText: '<Aur',
7 nextText: 'Hur>',
8 currentText: 'Gaur',
9 monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina',
10 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'],
11 monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka',
12 'Uzt','Abu','Ira','Urr','Aza','Abe'],
13 dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'],
14 dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'],
15 dayNamesMin: ['Ig','As','As','As','Os','Os','La'],
16 weekHeader: 'Wk',
17 dateFormat: 'yy/mm/dd',
18 firstDay: 1,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['eu']);
23});
Note: See TracBrowser for help on using the repository browser.