r63210 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63209‎ | r63210 | r63211 >
Date:17:37, 3 March 2010
Author:mkroetzsch
Status:deferred
Tags:
Comment:
based on user discussion, the new "value list" will be called "record" (updates in other language files and class name change will follow)
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -39,7 +39,7 @@
4040 '_uri' => 'URL', // name of the URL type
4141 '_anu' => 'Annotation URI', // name of the annotation URI type (OWL annotation property)
4242 '_tel' => 'Telephone number', // name of the telephone (URI) type
43 - '_lst' => 'Value list', // temporary name (experimental feature for replacing n-aries), may still change
 43+ '_lst' => 'Record', // name of record (SMWValueList) data type
4444 );
4545
4646 protected $m_DatatypeAliases = array(
@@ -63,7 +63,7 @@
6464 '_PVAL' => 'Allows value',
6565 '_MDAT' => 'Modification date',
6666 '_ERRP' => 'Has improper value for',
67 - '_LIST' => 'Has fields', // temporary name (experimental feature for replacing n-aries), may still change
 67+ '_LIST' => 'Has fields',
6868 );
6969
7070 protected $m_SpecialPropertyAliases = array(
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php
@@ -44,6 +44,7 @@
4545 '_uri' => 'URL', // name of the URL type
4646 '_anu' => 'URI-Annotation', // name of the annotation URI type (OWL annotation property)
4747 '_tel' => 'Telefonnummer', // name of the telephone number URI datatype
 48+ '_lst' => 'Verbund', // name of record (SMWValueList) data type
4849 );
4950
5051 protected $m_DatatypeAliases = array(
@@ -65,7 +66,8 @@
6667 '_SERV' => 'Bietet Service',
6768 '_PVAL' => 'Erlaubt Wert',
6869 '_MDAT' => 'Zuletzt geändert',
69 - '_ERRP' => 'Hat unpassenden Wert für'
 70+ '_ERRP' => 'Hat unpassenden Wert für',
 71+ '_LIST' => 'Hat Komponenten',
7072 );
7173
7274 protected $m_SpecialPropertyAliases = array(

Status & tagging log