21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
|
// *******************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2000, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// *******************************************************************************
|
||
|
|
||
|
nn_NO {
|
||
|
CurrencyElements {
|
||
|
"kr",
|
||
|
"NOK",
|
||
|
",",
|
||
|
}
|
||
|
NumberPatterns {
|
||
|
"#,##0.###;-#,##0.###",
|
||
|
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
||
|
"#,##0%",
|
||
|
}
|
||
|
ShortCountry { "NOR" }
|
||
|
}
|