r92307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92306‎ | r92307 | r92308 >
Date:21:25, 15 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
applied patch by Van de Bugger
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php
@@ -37,6 +37,7 @@
3838 '_anu' => 'URI аннотации', // name of the annotation URI type (OWL annotation property)
3939 '_tel' => 'Номер телефона', // name of the telephone (URI) type
4040 '_rec' => 'Запись', // name of record data type
 41+ '_qty' => 'Количество', // name of the number type with units of measurement
4142 );
4243
4344 protected $m_DatatypeAliases = array(
@@ -44,7 +45,8 @@
4546 'Целое' => '_num',
4647 'Десятичное' => '_num',
4748 'Плавающее' => '_num',
48 - 'Перечисление' => '_str'
 49+ 'Перечисление' => '_str',
 50+ 'Телефон' => '_tel',
4951 );
5052
5153 protected $m_SpecialProperties = array(