xref: /plugin/searchindex/lang/ru/lang.php (revision aaf8b2e1265113f82b1cd9083332a3a310289f2a)
1<?php
2/**
3 *russian language file
4 * Alexander Sorkin aka Kibi <kibizoid [at] gmail [dot] com>
5 */
6
7// settings must be present and set appropriately for the language
8$lang['encoding']   = 'utf-8';
9$lang['direction']  = 'ltr';
10
11// for admin plugins, the menu prompt to be displayed in the admin menu
12// if set here, the plugin doesn't need to override the getMenuText() method
13$lang['menu'] = 'Менеджер индекса полнотекстового поиска';
14
15// custom language strings for the plugin
16//Setup VIM: ex: et ts=4 enc=utf-8 :
17