Last change
on this file since 24421 was
24421,
checked in by mistic100, 11 years ago
|
new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM
|
File size:
556 bytes
|
Line | |
---|
1 | /* Catalan translation for the jQuery Timepicker Addon */ |
---|
2 | /* Written by Sergi Faber */ |
---|
3 | (function($) { |
---|
4 | $.timepicker.regional['ca'] = { |
---|
5 | timeOnlyTitle: 'Escollir una hora', |
---|
6 | timeText: 'Hora', |
---|
7 | hourText: 'Hores', |
---|
8 | minuteText: 'Minuts', |
---|
9 | secondText: 'Segons', |
---|
10 | millisecText: 'Milisegons', |
---|
11 | microsecText: 'Microsegons', |
---|
12 | timezoneText: 'Fus horari', |
---|
13 | currentText: 'Ara', |
---|
14 | closeText: 'Tancar', |
---|
15 | timeFormat: 'HH:mm', |
---|
16 | amNames: ['AM', 'A'], |
---|
17 | pmNames: ['PM', 'P'], |
---|
18 | isRTL: false |
---|
19 | }; |
---|
20 | $.timepicker.setDefaults($.timepicker.regional['ca']); |
---|
21 | })(jQuery); |
---|
Note: See
TracBrowser
for help on using the repository browser.