Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php |
— | — | @@ -39,6 +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 | 44 | ); |
44 | 45 | |
45 | 46 | protected $m_DatatypeAliases = array( |
— | — | @@ -61,7 +62,8 @@ |
62 | 63 | '_SERV' => 'Provides service', |
63 | 64 | '_PVAL' => 'Allows value', |
64 | 65 | '_MDAT' => 'Modification date', |
65 | | - '_ERRP' => 'Has improper value for' |
| 66 | + '_ERRP' => 'Has improper value for', |
| 67 | + '_LIST' => 'Type list', // temporary name (experimental feature for replacing n-aries), may still change |
66 | 68 | ); |
67 | 69 | |
68 | 70 | protected $m_SpecialPropertyAliases = array( |