Created
June 11, 2014 08:12
-
-
Save expose/9fe7022b96351ba81765 to your computer and use it in GitHub Desktop.
norwegian strings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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