Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | '_wpg' => 'Страница', // name of page datatype |
27 | 27 | '_str' => 'Строка', // name of the string type |
28 | 28 | '_txt' => 'Текст', // name of the text type (very long strings) |
29 | | - '_cod' => 'Code', // name of the (source) code type //TODO: translate |
| 29 | + '_cod' => 'Код', // name of the (source) code type |
30 | 30 | '_boo' => 'Булево', // name of the boolean type |
31 | 31 | '_num' => 'Число', // name for the datatype of numbers |
32 | 32 | '_geo' => 'Географическая координата', // name of the geocoord type |
— | — | @@ -88,8 +88,8 @@ |
89 | 89 | SMW_NS_PROPERTY_TALK => 'Обсуждение_свойства', |
90 | 90 | SMW_NS_TYPE => 'Тип', |
91 | 91 | SMW_NS_TYPE_TALK => 'Обсуждение_типа', |
92 | | - SMW_NS_CONCEPT => 'Concept', // TODO: translate |
93 | | - SMW_NS_CONCEPT_TALK => 'Concept_talk' // TODO: translate |
| 92 | + SMW_NS_CONCEPT => 'Концепция', |
| 93 | + SMW_NS_CONCEPT_TALK => 'Обсуждение_концепции' |
94 | 94 | ); |
95 | 95 | |
96 | 96 | protected $m_NamespaceAliases = array( |