mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
V 3.5 RC 1
This commit is contained in:
42
www/include/jslibs/datepicker-mobile/lang/en.js
Normal file
42
www/include/jslibs/datepicker-mobile/lang/en.js
Normal file
@@ -0,0 +1,42 @@
|
||||
var fdLocale = {
|
||||
months:[
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December"
|
||||
],
|
||||
fullDay:[
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
"Wednesday",
|
||||
"Thursday",
|
||||
"Friday",
|
||||
"Saturday",
|
||||
"Sunday"
|
||||
],
|
||||
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice
|
||||
|
||||
dayAbbr:[],
|
||||
*/
|
||||
|
||||
/* Only stipulate the firstDayOfWeek should the first day not be Monday
|
||||
|
||||
firstDayOfWeek:0,
|
||||
*/
|
||||
titles:[
|
||||
"Previous month",
|
||||
"Next month",
|
||||
"Previous year",
|
||||
"Next year",
|
||||
"Today",
|
||||
"Show Calendar"
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user