Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | '_uri' => 'URL', // name of the URL type |
41 | 41 | '_anu' => 'Annotation URI', // name of the annotation URI type (OWL annotation property) |
42 | 42 | '_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 |
44 | 44 | ); |
45 | 45 | |
46 | 46 | protected $m_DatatypeAliases = array( |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | '_PVAL' => 'Allows value', |
65 | 65 | '_MDAT' => 'Modification date', |
66 | 66 | '_ERRP' => 'Has improper value for', |
67 | | - '_LIST' => 'Has fields', // temporary name (experimental feature for replacing n-aries), may still change |
| 67 | + '_LIST' => 'Has fields', |
68 | 68 | ); |
69 | 69 | |
70 | 70 | protected $m_SpecialPropertyAliases = array( |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | '_uri' => 'URL', // name of the URL type |
46 | 46 | '_anu' => 'URI-Annotation', // name of the annotation URI type (OWL annotation property) |
47 | 47 | '_tel' => 'Telefonnummer', // name of the telephone number URI datatype |
| 48 | + '_lst' => 'Verbund', // name of record (SMWValueList) data type |
48 | 49 | ); |
49 | 50 | |
50 | 51 | protected $m_DatatypeAliases = array( |
— | — | @@ -65,7 +66,8 @@ |
66 | 67 | '_SERV' => 'Bietet Service', |
67 | 68 | '_PVAL' => 'Erlaubt Wert', |
68 | 69 | '_MDAT' => 'Zuletzt geändert', |
69 | | - '_ERRP' => 'Hat unpassenden Wert für' |
| 70 | + '_ERRP' => 'Hat unpassenden Wert für', |
| 71 | + '_LIST' => 'Hat Komponenten', |
70 | 72 | ); |
71 | 73 | |
72 | 74 | protected $m_SpecialPropertyAliases = array( |