Development

Changeset 1459

You must first sign up to be able to contribute.

Changeset 1459

Show
Ignore:
Timestamp:
06/16/06 15:55:41 (2 years ago)
Author:
fabien
Message:

fixed Js Calendar File for Norwegian Language not Working (closes #578)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/web/sf/js/calendar/lang/calendar-no.js

    r500 r1459  
    4343 "Lør", 
    4444 "Søn"); 
     45 
     46// First day of the week. "0" means display Sunday first, "1" means display 
     47// Monday first, etc. 
     48Calendar._FD = 0; 
    4549 
    4650// full month names 
     
    104108Calendar._TT["MON_FIRST"] = "Vis mandag først"; 
    105109Calendar._TT["SUN_FIRST"] = "Vis søndag først"; 
     110 
     111// the following is to inform that "%s" is to be the first day of week 
     112// %s will be replaced with the day name. 
     113Calendar._TT["DAY_FIRST"] = "Vis %s først"; 
     114 
     115// This may be locale-dependent.  It specifies the week-end days, as an array 
     116// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1 
     117// means Monday, etc. 
     118Calendar._TT["WEEKEND"] = "0"; 
     119 
    106120Calendar._TT["CLOSE"] = "Lukk"; 
    107121Calendar._TT["TODAY"] = "Idag"; 
     
    113127 
    114128Calendar._TT["WK"] = "uke"; 
     129Calendar._TT["TIME"] = "Tid:";