Template names

[править]

Please add the name(s) of your tamplates or state "NO" if you dont have something like it. In parenthesis you find the english one

Language file

[править]
<?php /* *********************************************************************** * * Text templates Russian * *********************************************************************** */  /* Language */ $locdbLang['Language']['ru'] = 'Русский';  /* Coordinates */ /* Cardinal points */ $locdbLang['NorthShort']['ru'] = 'C'; $locdbLang['EastShort']['ru'] = 'В'; $locdbLang['SouthShort']['ru'] = 'Ю'; $locdbLang['WestShort']['ru'] = 'З';  /* Disambiguation */ $locdbLang['Disambiguation']['ru'] = 'Неоднозначность';  /* Redirect */ $locdbLang['Redirect']['ru'] = 'Перенаправление';  /* Currentness */ $locdbLang['Currentness']['ru'] = 'Актуальность';  /* Destination of the Month */ $locdbLang['DotM']['1']['ru'] = 'Направление месяца'; $locdbLang['DotM']['2']['ru'] = 'Travel topic of the Month'; // We have no such aticles $locdbLang['DotM']['3']['ru'] = 'Destination off the beaten Path'; // We have no such aticles  /* Article classes */ $locdbLang['ArticleClass']['1']['ru'] = ''; // We have no such class (something similar is the «style» template?) $locdbLang['ArticleClass']['2']['ru'] = 'Скелет'; $locdbLang['ArticleClass']['3']['ru'] = 'Пригодная'; $locdbLang['ArticleClass']['4']['ru'] = 'Полная'; $locdbLang['ArticleClass']['5']['ru'] = 'Звезда';  /* Webpage Navigation */ $locdbLang['Language version']['ru'] = 'Языковый раздел'; $locdbLang['Subsidiary places']['ru'] = 'Вложенные места'; $locdbLang['Distance search']['ru'] = 'Поиск соседних мест';  /* Table headings */ $locdbLang['Article']['ru'] = 'Статья'; $locdbLang['Size']['ru'] = 'Размер'; $locdbLang['Class']['ru'] = 'Зрелость'; $locdbLang['Destination of the Month']['ru'] = 'Направление месяца'; $locdbLang['Last Edit']['ru'] = 'Последняя правка'; ?>