Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php |
— | — | @@ -35,9 +35,9 @@ |
36 | 36 | '_ema' => 'E-post', // name of the email type |
37 | 37 | '_uri' => 'URL', // name of the URL type |
38 | 38 | '_anu' => 'URI-merknad', // name of the annotation URI type (OWL annotation property) |
39 | | - '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | | - '_rec' => 'Record', // name of record data type //TODO: translate |
41 | | - '_qty' => 'Quantity', // name of the number type with units of measurement //TODO: translate |
| 39 | + '_tel' => 'Telefonnummer', // name of the telephone (URI) type |
| 40 | + '_rec' => 'Record', // name of record data type |
| 41 | + '_qty' => 'Mål', // name of the number type with units of measurement |
42 | 42 | ); |
43 | 43 | |
44 | 44 | protected $m_DatatypeAliases = array( |
— | — | @@ -51,7 +51,8 @@ |
52 | 52 | 'Koordinat' => '_geo', |
53 | 53 | 'Epost' => '_ema', |
54 | 54 | 'URI' => '_uri', |
55 | | - 'Nettadresse' => '_uri' |
| 55 | + 'Nettadresse' => '_uri', |
| 56 | + 'Størrelse' => '_qty', |
56 | 57 | ); |
57 | 58 | |
58 | 59 | protected $m_SpecialProperties = array( |