https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108242
Revision: 108242 Author: nikerabbit Date: 2012-01-06 15:38:20 +0000 (Fri, 06 Jan 2012) Log Message: ----------- http://translatewiki.net/wiki/Thread:Support/Translation_of_SMW_datatypes Add nb translations Modified Paths: -------------- trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php Modified: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php =================================================================== --- trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php 2012-01-06 15:36:17 UTC (rev 108241) +++ trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php 2012-01-06 15:38:20 UTC (rev 108242) @@ -35,9 +35,9 @@ '_ema' => 'E-post', // name of the email type '_uri' => 'URL', // name of the URL type '_anu' => 'URI-merknad', // name of the annotation URI type (OWL annotation property) - '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate - '_rec' => 'Record', // name of record data type //TODO: translate - '_qty' => 'Quantity', // name of the number type with units of measurement //TODO: translate + '_tel' => 'Telefonnummer', // name of the telephone (URI) type + '_rec' => 'Record', // name of record data type + '_qty' => 'Mål', // name of the number type with units of measurement ); protected $m_DatatypeAliases = array( @@ -51,7 +51,8 @@ 'Koordinat' => '_geo', 'Epost' => '_ema', 'URI' => '_uri', - 'Nettadresse' => '_uri' + 'Nettadresse' => '_uri', + 'Størrelse' => '_qty', ); protected $m_SpecialProperties = array( _______________________________________________ MediaWiki-CVS mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
