http://www.mediawiki.org/wiki/Special:Code/MediaWiki/60785

Revision: 60785
Author:   mkroetzsch
Date:     2010-01-07 09:02:27 +0000 (Thu, 07 Jan 2010)

Log Message:
-----------
added preliminary labels for using the new datatype for multi-valued 
properties; will poll users about naming before adding the English defaults to 
all languages

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php

Modified: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php     
2010-01-07 08:35:41 UTC (rev 60784)
+++ trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php     
2010-01-07 09:02:27 UTC (rev 60785)
@@ -39,6 +39,7 @@
        '_uri' => 'URL',  // name of the URL type
        '_anu' => 'Annotation URI',  // name of the annotation URI type (OWL 
annotation property)
        '_tel' => 'Telephone number',  // name of the telephone (URI) type
+       '_lst' => 'Value list', // temporary name (experimental feature for 
replacing n-aries), may still change
 );
 
 protected $m_DatatypeAliases = array(
@@ -61,7 +62,8 @@
        '_SERV' => 'Provides service',
        '_PVAL' => 'Allows value',
        '_MDAT' => 'Modification date',
-       '_ERRP' => 'Has improper value for'
+       '_ERRP' => 'Has improper value for',
+       '_LIST' => 'Type list', // temporary name (experimental feature for 
replacing n-aries), may still change
 );
 
 protected $m_SpecialPropertyAliases = array(



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to