Norwegian translation issue

Norwegian translation issue, that breaks the ui in March. 

"mar." should be "mars"
This commit is contained in:
Mario 2014-01-28 14:09:57 +01:00
parent 93085b9660
commit 6c6c0cc630

View File

@ -10,7 +10,7 @@ jQuery(function($){
nextText: 'Neste»',
currentText: 'I dag',
monthNames: ['januar','februar','mars','april','mai','juni','juli','august','september','oktober','november','desember'],
monthNamesShort: ['jan.','feb.','mar.','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'],
monthNamesShort: ['jan.','feb.','mars','apr.','mai','juni','juli','aug.','sep.','okt.','nov.','des.'],
dayNames: ['søndag','mandag','tirsdag','onsdag','torsdag','fredag','lørdag'],
dayNamesShort: ['søn','man','tir','ons','tor','fre','lør'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],