xref: /dokuwiki/lib/plugins/config/lang/ru/lang.php (revision 8634734fe32e537d76a81997cf0f0a8724d72b5a)
1*8634734fSDenis Simakov<?php
2*8634734fSDenis Simakov/**
3*8634734fSDenis Simakov * Russian language file
4*8634734fSDenis Simakov *
5*8634734fSDenis Simakov * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*8634734fSDenis Simakov * @author     Denis Simakov <akinoame1@gmail.com>
7*8634734fSDenis Simakov */
8*8634734fSDenis Simakov
9*8634734fSDenis Simakov// for admin plugins, the menu prompt to be displayed in the admin menu
10*8634734fSDenis Simakov// if set here, the plugin doesn't need to override the getMenuText() method
11*8634734fSDenis Simakov$lang['menu']       = 'Настройки Вики';
12*8634734fSDenis Simakov
13*8634734fSDenis Simakov$lang['error']      = 'Настройки не были сохранены из-за ошибки в одном из значений. Пожалуйста, проверьте ваши изменения и попробуйте еще раз.
14*8634734fSDenis Simakov                       <br />Неправильные значения будут обведены красной рамкой.';
15*8634734fSDenis Simakov$lang['updated']    = 'Настройки успешно сохранены.';
16*8634734fSDenis Simakov$lang['nochoice']   = '(нет других вариантов)';
17*8634734fSDenis Simakov$lang['locked']     = 'Файл настройки недоступен для изменения. Если это не специально, <br />
18*8634734fSDenis Simakov                       убедитесь, что файл локальной настройки имеет правильное имя и права доступа.';
19*8634734fSDenis Simakov
20*8634734fSDenis Simakov// settings prompts
21*8634734fSDenis Simakov$lang['umask']       = 'Общая маска запрета доступа (umask)';     //set the umask for new files
22*8634734fSDenis Simakov$lang['fmode']       = 'Права для создаваемых файлов';         //directory mask accordingly
23*8634734fSDenis Simakov$lang['dmode']       = 'Права для создаваемых директорий';    //directory mask accordingly
24*8634734fSDenis Simakov$lang['lang']        = 'Язык';           //your language
25*8634734fSDenis Simakov$lang['basedir']     = 'Корневая директория';     //absolute dir from serveroot - blank for autodetection
26*8634734fSDenis Simakov$lang['baseurl']     = 'Корневой адрес (URL)';           //URL to server including protocol - blank for autodetect
27*8634734fSDenis Simakov$lang['savedir']     = 'Директория для данных';     //where to store all the files
28*8634734fSDenis Simakov$lang['start']       = 'Имя стартовой страницы';    //name of start page
29*8634734fSDenis Simakov$lang['title']       = 'Название Вики';         //what to show in the title
30*8634734fSDenis Simakov$lang['template']    = 'Шаблон';           //see tpl directory
31*8634734fSDenis Simakov$lang['fullpath']    = 'Полный путь к документу';      //show full path of the document or relative to datadir only? 0|1
32*8634734fSDenis Simakov$lang['recent']      = 'Недавние изменения (кол-во)';     //how many entries to show in recent
33*8634734fSDenis Simakov$lang['breadcrumbs'] = 'Вы посетили (кол-во)';        //how many recent visited pages to show
34*8634734fSDenis Simakov$lang['youarehere'] = 'Показывать "Вы находитесь здесь"';     //show "You are here" navigation? 0|1
35*8634734fSDenis Simakov$lang['typography']  = 'Типографские символы';         //convert quotes, dashes and stuff to typographic equivalents? 0|1
36*8634734fSDenis Simakov$lang['htmlok']      = 'Разрешить HTML';//may raw HTML be embedded? This may break layout and XHTML validity 0|1
37*8634734fSDenis Simakov$lang['phpok']       = 'Разрешить PHP'; //may PHP code be embedded? Never do this on the internet! 0|1
38*8634734fSDenis Simakov$lang['dformat']     = 'Формат даты и времени';        //dateformat accepted by PHPs date() function
39*8634734fSDenis Simakov$lang['signature']   = 'Шаблон подписи';          //signature see wiki:langig for details
40*8634734fSDenis Simakov$lang['toptoclevel'] = 'Мин. уровень в содержании';      //Level starting with and below to include in AutoTOC (max. 5)
41*8634734fSDenis Simakov$lang['maxtoclevel'] = 'Макс. уровень в содержании';      //Up to which level include into AutoTOC (max. 5)
42*8634734fSDenis Simakov$lang['maxseclevel'] = 'Макс. уровень для правки';   //Up to which level create editable sections (max. 5)
43*8634734fSDenis Simakov$lang['camelcase']   = 'Использовать ВикиРегистр для ссылок';  //Use CamelCase for linking? (I don't like it) 0|1
44*8634734fSDenis Simakov$lang['deaccent']    = 'Убирать диакр. знаки в именах страниц';    //convert accented chars to unaccented ones in pagenames?
45*8634734fSDenis Simakov$lang['useheading']  = 'Первый заголовок вместо имени';        //use the first heading in a page as its name
46*8634734fSDenis Simakov$lang['refcheck']    = 'Проверять ссылки на медиа-файлы';    //check for references before deleting media files
47*8634734fSDenis Simakov$lang['refshow']     = 'Показывать ссылок на медиа-файлы'; //how many references should be shown, 5 is a good value
48*8634734fSDenis Simakov$lang['allowdebug']  = 'Включить отладку (отключите!)';   //make debug possible, disable after install! 0|1
49*8634734fSDenis Simakov
50*8634734fSDenis Simakov$lang['usewordblock']= 'Блокировать спам по ключевым словам';  //block spam based on words? 0|1
51*8634734fSDenis Simakov$lang['indexdelay']  = 'Задержка перед индексированием'; //allow indexing after this time (seconds) default is 5 days
52*8634734fSDenis Simakov$lang['relnofollow'] = 'rel="nofollow" для внешних ссылок';         //use rel="nofollow" for external links?
53*8634734fSDenis Simakov$lang['mailguard']   = 'Кодировать адреса е-мэйл';  //obfuscate email addresses against spam harvesters?
54*8634734fSDenis Simakov
55*8634734fSDenis Simakov/* Authentication Options - read http://www.splitbrain.org/dokuwiki/wiki:acl */
56*8634734fSDenis Simakov$lang['useacl']      = 'Использовать списки прав доступа';                //Use Access Control Lists to restrict access?
57*8634734fSDenis Simakov$lang['openregister']= 'Открытая регистрация';          //Should users to be allowed to register?
58*8634734fSDenis Simakov$lang['autopasswd']  = 'Автогенерация паролей'; //autogenerate passwords and email them to user
59*8634734fSDenis Simakov$lang['resendpasswd']= 'Разрешить напоминание пароля';  //allow resend password function?
60*8634734fSDenis Simakov$lang['authtype']    = 'Механизм аутентификации'; //which authentication backend should be used
61*8634734fSDenis Simakov$lang['passcrypt']   = 'Метод шифрования пароля';    //Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my411)
62*8634734fSDenis Simakov$lang['defaultgroup']= 'Группа по умолчанию';          //Default groups new Users are added to
63*8634734fSDenis Simakov$lang['superuser']   = 'Администратор';              //The admin can be user or @group
64*8634734fSDenis Simakov$lang['profileconfirm'] = 'Пароль для изменения профиля';     //Require current password to langirm changes to user profile
65*8634734fSDenis Simakov
66*8634734fSDenis Simakov/* Advanced Options */
67*8634734fSDenis Simakov$lang['userewrite']  = 'Удобочитаемые адреса (URL)';             //this makes nice URLs: 0: off 1: .htaccess 2: internal
68*8634734fSDenis Simakov$lang['useslash']    = 'Использовать слэш';                 //use slash instead of colon? only when rewrite is on
69*8634734fSDenis Simakov$lang['sepchar']     = 'Разделитель слов в имени страницы';  //word separator character in page names; may be a
70*8634734fSDenis Simakov$lang['canonical']   = 'Полные канонические адреса (URL)';  //Should all URLs use full canonical http://... style?
71*8634734fSDenis Simakov$lang['autoplural']  = 'Автоматическое мн. число';               //try (non)plural form of nonexisting files?
72*8634734fSDenis Simakov$lang['usegzip']     = 'Использовать gzip (для истории правок)';      //gzip old revisions?
73*8634734fSDenis Simakov$lang['cachetime']   = 'Время жизни кэш-файла (сек.)';  //maximum age for cachefile in seconds (defaults to a day)
74*8634734fSDenis Simakov$lang['purgeonadd']  = 'Обнулять кэш при создании страницы';        //purge cache when a new file is added (needed for up to date links)
75*8634734fSDenis Simakov$lang['locktime']    = 'Время блокировки страницы (сек.)';  //maximum age for lockfiles (defaults to 15 minutes)
76*8634734fSDenis Simakov$lang['notify']      = 'Е-мэйл для извещений';      //send change info to this email (leave blank for nobody)
77*8634734fSDenis Simakov$lang['mailfrom']    = 'Е-мэйл Вики (От:)';            //use this email when sending mails
78*8634734fSDenis Simakov$lang['gdlib']       = 'Версия GD Lib';              //the GDlib version (0, 1 or 2) 2 tries to autodetect
79*8634734fSDenis Simakov$lang['im_convert']  = 'Путь к imagemagick';            //path to ImageMagicks convert (will be used instead of GD)
80*8634734fSDenis Simakov$lang['spellchecker']= 'Включить проверку орфографии';         //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed)
81*8634734fSDenis Simakov$lang['subscribers'] = 'Разрешить подписку на изменения'; //enable change notice subscription support
82*8634734fSDenis Simakov$lang['compress']    = 'Сжимать файлы CSS и javascript';  //Strip whitespaces and comments from Styles and JavaScript? 1|0
83*8634734fSDenis Simakov$lang['hidepages']   = 'Скрыть страницы (рег. выражение)';      //Regexp for pages to be skipped from RSS, Search and Recent Changes
84*8634734fSDenis Simakov$lang['send404']     = 'Посылать "HTTP404/Page Not Found"';    //Send a HTTP 404 status for non existing pages?
85*8634734fSDenis Simakov$lang['sitemap']     = 'Карта сайта для Google (дни)';   //Create a google sitemap? How often? In days.
86*8634734fSDenis Simakov
87*8634734fSDenis Simakov$lang['rss_type']    = 'Тип RSS';             //type of RSS feed to provide, by default:
88*8634734fSDenis Simakov$lang['rss_linkto']  = 'Ссылки в RSS';              //what page RSS entries link to:
89*8634734fSDenis Simakov
90*8634734fSDenis Simakov//Set target to use when creating links - leave empty for same window
91*8634734fSDenis Simakov$lang['target____wiki']      = 'target для внутренних ссылок';
92*8634734fSDenis Simakov$lang['target____interwiki'] = 'target для ссылок между Вики';
93*8634734fSDenis Simakov$lang['target____extern']    = 'target для внешних ссылок';
94*8634734fSDenis Simakov$lang['target____media']     = 'target для ссылок на медиа-файлы';
95*8634734fSDenis Simakov$lang['target____windows']   = 'target для ссылок на сетевые каталоги';
96*8634734fSDenis Simakov
97*8634734fSDenis Simakov//Proxy setup - if your Server needs a proxy to access the web set these
98*8634734fSDenis Simakov$lang['proxy____host'] = 'proxy - адрес';
99*8634734fSDenis Simakov$lang['proxy____port'] = 'proxy - порт';
100*8634734fSDenis Simakov$lang['proxy____user'] = 'proxy - имя пользователя';
101*8634734fSDenis Simakov$lang['proxy____pass'] = 'proxy - пароль';
102*8634734fSDenis Simakov$lang['proxy____ssl']  = 'proxy - ssl';
103*8634734fSDenis Simakov
104*8634734fSDenis Simakov/* Safemode Hack */
105*8634734fSDenis Simakov$lang['safemodehack'] = 'Включить обход safemode';  //read http://wiki.splitbrain.org/wiki:safemodehack !
106*8634734fSDenis Simakov$lang['ftp____host'] = 'ftp - адрес';
107*8634734fSDenis Simakov$lang['ftp____port'] = 'ftp - порт';
108*8634734fSDenis Simakov$lang['ftp____user'] = 'ftp - имя пользователя';
109*8634734fSDenis Simakov$lang['ftp____pass'] = 'ftp - пароль';
110*8634734fSDenis Simakov$lang['ftp____root'] = 'ftp - корневая директория';
111*8634734fSDenis Simakov
112*8634734fSDenis Simakov/* userewrite options */
113*8634734fSDenis Simakov$lang['userewrite_o_0'] = '(нет)';
114*8634734fSDenis Simakov$lang['userewrite_o_1'] = 'htaccess';
115*8634734fSDenis Simakov$lang['userewrite_o_2'] = 'средствами ДокуВики';
116*8634734fSDenis Simakov
117*8634734fSDenis Simakov/* gdlib options */
118*8634734fSDenis Simakov$lang['gdlib_o_0'] = 'GD Lib недоступна';
119*8634734fSDenis Simakov$lang['gdlib_o_1'] = 'версия 1.x';
120*8634734fSDenis Simakov$lang['gdlib_o_2'] = 'автоопределение';
121*8634734fSDenis Simakov
122*8634734fSDenis Simakov/* rss_type options */
123*8634734fSDenis Simakov$lang['rss_type_o_rss']  = 'RSS 0.91';
124*8634734fSDenis Simakov$lang['rss_type_o_rss1'] = 'RSS 1.0';
125*8634734fSDenis Simakov$lang['rss_type_o_rss2'] = 'RSS 2.0';
126*8634734fSDenis Simakov$lang['rss_type_o_atom'] = 'Atom 0.3';
127*8634734fSDenis Simakov
128*8634734fSDenis Simakov/* rss_linkto options */
129*8634734fSDenis Simakov$lang['rss_linkto_o_diff']    = 'отличия от текущей';
130*8634734fSDenis Simakov$lang['rss_linkto_o_page']    = 'текст страницы';
131*8634734fSDenis Simakov$lang['rss_linkto_o_rev']     = 'история правок';
132*8634734fSDenis Simakov$lang['rss_linkto_o_current'] = 'текущая версия';
133*8634734fSDenis Simakov
134