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