Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php |
— | — | @@ -37,6 +37,7 @@ |
38 | 38 | '_anu' => 'URI аннотации', // name of the annotation URI type (OWL annotation property) |
39 | 39 | '_tel' => 'Номер телефона', // name of the telephone (URI) type |
40 | 40 | '_rec' => 'Запись', // name of record data type |
| 41 | + '_qty' => 'Количество', // name of the number type with units of measurement |
41 | 42 | ); |
42 | 43 | |
43 | 44 | protected $m_DatatypeAliases = array( |
— | — | @@ -44,7 +45,8 @@ |
45 | 46 | 'Целое' => '_num', |
46 | 47 | 'Десятичное' => '_num', |
47 | 48 | 'Плавающее' => '_num', |
48 | | - 'Перечисление' => '_str' |
| 49 | + 'Перечисление' => '_str', |
| 50 | + 'Телефон' => '_tel', |
49 | 51 | ); |
50 | 52 | |
51 | 53 | protected $m_SpecialProperties = array( |