Skip to content

Instantly share code, notes, and snippets.

@expose
Created June 11, 2014 08:12
Show Gist options
  • Select an option

  • Save expose/9fe7022b96351ba81765 to your computer and use it in GitHub Desktop.

Select an option

Save expose/9fe7022b96351ba81765 to your computer and use it in GitHub Desktop.
norwegian strings
array (
"weekday"=>array("Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"),
"weekday_initial"=>array("S","M","T","O","T","F","L"),
"weekday_abbrev"=>array("Søn","Man","Tir","Ons","Tor","Fre","Lør"),
"month"=>array("januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"),
"month_abbrev"=>array("jan","feb","mar","apr","mai","jun","jul","ago","sep","okt","nov","des")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment