MediaWiki r108242 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r108241‎ | r108242 (on ViewVC)‎ | r108243 >
Date:15:38, 6 January 2012
Author:nikerabbit
Status:deferred (Comments)
Tags:
Comment:
Modified paths:

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php
@@ -35,9 +35,9 @@
3636 '_ema' => 'E-post', // name of the email type
3737 '_uri' => 'URL', // name of the URL type
3838 '_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
4242 );
4343
4444 protected $m_DatatypeAliases = array(
@@ -51,7 +51,8 @@
5252 'Koordinat' => '_geo',
5353 'Epost' => '_ema',
5454 'URI' => '_uri',
55 - 'Nettadresse' => '_uri'
 55+ 'Nettadresse' => '_uri',
 56+ 'Størrelse' => '_qty',
5657 );
5758
5859 protected $m_SpecialProperties = array(

Comments

#Comment by Event (Talk | contribs)   19:15, 7 February 2012

It is preferable to use "Størrelse" as standard and "Mål" as alias. And introduce "Post" as standard translation for "Record" and "Record" as alias.

Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox