r90354 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90353‎ | r90354 | r90355 >
Date:18:18, 18 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
apply RU i18n 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
@@ -26,17 +26,17 @@
2727 '_wpg' => 'Страница', // name of page datatype
2828 '_str' => 'Строка', // name of the string type
2929 '_txt' => 'Текст', // name of the text type (very long strings)
30 - '_cod' => 'Код', // name of the (source) code type
 30+ '_cod' => 'Исходный код', // name of the (source) code type
3131 '_boo' => 'Булево', // name of the boolean type
3232 '_num' => 'Число', // name for the datatype of numbers
33 - '_geo' => 'Географическая координата', // name of the geocoord type
 33+ '_geo' => 'Географические координаты', // name of the geocoord type
3434 '_tem' => 'Температура', // name of the temperature type
3535 '_dat' => 'Дата', // name of the datetime (calendar) type
3636 '_ema' => 'Почта', // name of the email type
3737 '_uri' => 'URL', // name of the URL type
3838 '_anu' => 'URI аннотации', // name of the annotation URI type (OWL annotation property)
39 - '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate
40 - '_rec' => 'Record', // name of record data type //TODO: translate
 39+ '_tel' => 'Номер телефона', // name of the telephone (URI) type
 40+ '_rec' => 'Запись', // name of record data type
4141 );
4242
4343 protected $m_DatatypeAliases = array(
@@ -58,9 +58,9 @@
5959 '_CONV' => 'Относится к',
6060 '_SERV' => 'Предоставляет сервис',
6161 '_PVAL' => 'Допустимое значение',
62 - '_MDAT' => 'Modification date', // TODO: translate
 62+ '_MDAT' => 'Дата последней правки',
6363 '_ERRP' => 'Has improper value for', // TODO: translate
64 - '_LIST' => 'Has fields', // TODO: translate
 64+ '_LIST' => 'Имеет поля',
6565 );
6666
6767 protected $m_SpecialPropertyAliases = array(