mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
V 3.5 RC 1
This commit is contained in:
40
www/include/jslibs/datepicker-mobile/lang/af.js
Normal file
40
www/include/jslibs/datepicker-mobile/lang/af.js
Normal file
@@ -0,0 +1,40 @@
|
||||
var fdLocale = {
|
||||
months:[
|
||||
"Januarie",
|
||||
"Februarie",
|
||||
"Maart",
|
||||
"April",
|
||||
"Mei",
|
||||
"Junie",
|
||||
"Julie",
|
||||
"Augustus",
|
||||
"September",
|
||||
"Oktober",
|
||||
"November",
|
||||
"Desember"
|
||||
],
|
||||
fullDay:[
|
||||
"Maandag",
|
||||
"Dinsdag",
|
||||
"Woensdag",
|
||||
"Donderdag",
|
||||
"Vrydag",
|
||||
"Saterdag",
|
||||
"Sondag"
|
||||
],
|
||||
/* 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:[
|
||||
"Vorige maand",
|
||||
"Volgende maand",
|
||||
"Vorige jaar",
|
||||
"Volgende jaar"
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user