Annotation of loncom/localize/localize/ru.pm, revision 1.61

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Russian Localization Lexicon
                      3: #
1.61    ! bisitz      4: # $Id: ru.pm,v 1.60 2009/10/02 12:15:08 bisitz Exp $
1.1       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::ru;
                     33: use base qw(Apache::localize);
                     34: %Lexicon=('_AUTO' => 1,
1.48      bisitz     35: 'char_encoding'=> 'UTF-8',
                     36: 'lang_locale' => 'ru_RU.utf8',
1.6       sakharuk   37: 'language_code'=> 'ru',
1.60      bisitz     38: 'date_locale'  =>
1.7       www        39:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.48      bisitz     40: 'date_months'  => 'Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь',
                     41: 'date_days'    => 'Вс,Пн,Вт,Ср,Чт,Пт,Сб',
1.7       www        42: 'date_am' => 'am',
                     43: 'date_pm' => 'pm',
                     44: 'textual_remote_display' => 'on',
1.44      www        45: 'htmlarea_lang' => 'ru',
1.6       sakharuk   46: 
1.52      bisitz     47:    'Arabic - UTF'
                     48: => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
                     49: 
                     50:    'German - UTF'
                     51: => 'Deutsch - UTF',
                     52: 
                     53:    'English - UTF'
                     54: => 'English - UTF',
                     55: 
                     56:    'Spanish (Castellan) - UTF'
                     57: => 'español (castellano) - UTF',
                     58: 
                     59:    'Persian - UTF'
                     60: => 'ﺍیﺭﺎﻧی - UTF',
                     61: 
                     62:    'French - UTF'
                     63: => 'français - UTF',
                     64: 
                     65:    'Hebrew - UTF'
                     66: => 'עברית - UTF',
                     67: 
                     68:    'Japanese - UTF'
                     69: => '日本語 - UTF',
                     70: 
                     71:    'Portuguese - UTF'
                     72: => 'Português - UTF',
                     73: 
                     74:    'Russian - UTF'
1.56      bisitz     75: => 'Русский - UTF',
1.52      bisitz     76: 
                     77:    'Turkish - UTF'
                     78: => 'türkçe - UTF',
                     79: 
                     80:    'Chinese Simplified - UTF'
                     81: => '简体中文 - UTF',
                     82: 
                     83:    'Swedish Chef - UTF'
                     84: => 'Swedish Chef - UTF',
                     85: 
1.7       www        86:    'calendar'
1.48      bisitz     87: => 'календарь',
1.1       www        88: 
1.7       www        89:    'January'
1.48      bisitz     90: => 'Январь',
1.3       www        91: 
                     92:    'February'
1.48      bisitz     93: => 'Февраль',
1.8       www        94: 
                     95: 
                     96: #SYNC Fri Nov 14 14:31:31 2003
1.10      sakharuk   97:    "Calculate answers"
1.48      bisitz     98: => "Сосчитать ответы",
1.8       www        99: 
                    100:    '#Stdnts'
1.48      bisitz    101: => '#Студ',
1.8       www       102: 
                    103:    '#YES'
                    104: => '#YES',
                    105: 
                    106:    '%Wrng'
                    107: => '%Wrng',
                    108: 
                    109:    ' Show All Foils'
                    110: => ' Show All Foils',
                    111: 
1.42      sakharuk  112:    '"[_1]" for default hiding'
1.48      bisitz    113: => '"[_1]" для прятания по-умолчанию',
1.42      sakharuk  114: 
                    115:    '"[_1]" if allowed, anything else if not'
1.48      bisitz    116: => '"[_1]" если разрешено, любое другое - нет',
1.42      sakharuk  117: 
                    118:    '"[_1]" to disable, anything else if not'
1.48      bisitz    119: => 'если отменить, любое другое - нет',
1.42      sakharuk  120: 
1.8       www       121:    ', and answers will be available on'
1.48      bisitz    122: => ', и ответы будут доступны',
1.8       www       123: 
                    124:    ', is reserved internally by LON-CAPA.'
1.48      bisitz    125: => ', зарезервирован внутренне LON-CAPA-ой.',
1.8       www       126: 
                    127:    ', or the next time you log in.'
1.48      bisitz    128: => ', или во время следующего Вашего входа в систему.',
1.8       www       129: 
                    130:    ', select a template from the pull-down menu below'
1.48      bisitz    131: => ', выберите шаблон из меню ниже',
1.8       www       132: 
                    133:    '. . . for a particular section'
1.48      bisitz    134: => '. . . для определенного раздела',
1.8       www       135: 
                    136:    '. . . for all students in the course'
1.48      bisitz    137: => '. . . для всех студентов курса',
1.8       www       138: 
                    139:    '. . . for an individual student'
1.48      bisitz    140: => '. . . для индивидуального студента',
1.8       www       141: 
1.61    ! bisitz    142:    '1 out of N multiple choice (radio button)'
        !           143: => '1 из N возможных выборов (радио кнопка)',
        !           144: 
        !           145:    '12 am' # midnight
        !           146: => '0',
        !           147: 
        !           148:    'midnight'
        !           149: => 'полночь',
        !           150: 
1.8       www       151:    '1 am'
1.18      sakharuk  152: => '1',
1.8       www       153: 
1.61    ! bisitz    154:    '2 am'
        !           155: => '2',
        !           156: 
        !           157:    '3 am'
        !           158: => '3',
        !           159: 
        !           160:    '4 am'
        !           161: => '4',
        !           162: 
        !           163:    '5 am'
        !           164: => '5',
        !           165: 
        !           166:    '6 am'
        !           167: => '6',
        !           168: 
        !           169:    '7 am'
        !           170: => '7',
        !           171: 
        !           172:    '8 am'
        !           173: => '8',
1.8       www       174: 
1.61    ! bisitz    175:    '9 am'
        !           176: => '9',
1.8       www       177: 
                    178:    '10 am'
1.18      sakharuk  179: => '10',
1.8       www       180: 
                    181:    '11 am'
1.18      sakharuk  182: => '11',
1.8       www       183: 
1.61    ! bisitz    184:    '12 noon'
1.18      sakharuk  185: => '12',
1.8       www       186: 
1.61    ! bisitz    187:    'noon'
        !           188: => 'полдень',
1.8       www       189: 
1.61    ! bisitz    190:    '1 pm'
        !           191: => '13',
1.8       www       192: 
                    193:    '2 pm'
1.18      sakharuk  194: => '14',
1.8       www       195: 
                    196:    '3 pm'
1.18      sakharuk  197: => '15',
1.8       www       198: 
                    199:    '4 pm'
1.18      sakharuk  200: => '16',
1.8       www       201: 
                    202:    '5 pm'
1.18      sakharuk  203: => '17',
1.8       www       204: 
                    205:    '6 pm'
1.18      sakharuk  206: => '18',
1.8       www       207: 
                    208:    '7 pm'
1.18      sakharuk  209: => '19',
1.8       www       210: 
                    211:    '8 pm'
1.18      sakharuk  212: => '20',
1.8       www       213: 
                    214:    '9 pm'
1.18      sakharuk  215: => '21',
1.8       www       216: 
1.61    ! bisitz    217:    '10 pm'
        !           218: => '22',
        !           219: 
        !           220:    '11 pm'
        !           221: => '23',
        !           222: 
1.8       www       223:    '<- Previous'
1.48      bisitz    224: => '<- Назад',
1.8       www       225: 
                    226:    '<b>[_1]</b>:  Unable to enroll: [_2]'
1.48      bisitz    227: => '<b>[_1]</b>:  Невозможно зачислить: [_2]',
1.8       www       228: 
                    229:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
1.48      bisitz    230: => '<b>[_1]</b>: Зачисление невозможно.  Пароль не задан.',
1.8       www       231: 
                    232:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.48      bisitz    233: => '<b>[_1]</b>: Неприемлимое имя пользователя для пользователя [_2] [_3] [_4] [_5]',
1.8       www       234: 
1.43      sakharuk  235:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.48      bisitz    236: => '<b>HTML разрешен</b>: Участники обсуждений могут использовать элементы HTML  в курсовых обсуждениях.',
1.43      sakharuk  237: 
                    238:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.48      bisitz    239: => '<b>HTML запрещен</b>: HTML будет запрещен в курсовых обсуждениях.',
1.43      sakharuk  240: 
                    241:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.48      bisitz    242: => '<b>Инструкторы</b> - инструкторы не смогут участвовать в обсуждениях',
1.43      sakharuk  243: 
                    244:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.48      bisitz    245: => '<b>Инструкторы</b> - инструкторы не смогут использовать или просматривать дискуссионную комнату.',
1.43      sakharuk  246: 
                    247:    '<b>Students</b> - students will not be able to participate in discussions'
1.48      bisitz    248: => '<b>Студенты</b> - студенты не смогут участвовать в обсуждениях',
1.43      sakharuk  249: 
                    250:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.48      bisitz    251: => '<b>Студенты</b> - студенты не смогут использовать или просматривать дискуссионную комнату.',
1.43      sakharuk  252: 
                    253:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.48      bisitz    254: => '<b>Помощники Преподавателя</b> - помощники преподавателя не смогут участвовать в обсуждениях',
1.43      sakharuk  255: 
                    256:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.48      bisitz    257: => '<b>Помощники Преподавателя</b> - помощники преподавателя не смогут использовать или просматривать дискуссионную комнату.',
1.43      sakharuk  258: 
1.41      sakharuk  259:    'Hand Graded (handgrade)'
1.48      bisitz    260: => 'Оцененный Вручную (handgrade)',
1.41      sakharuk  261: 
1.22      sakharuk  262:    'Home Server'
1.48      bisitz    263: => 'Домашний Сервер',
1.22      sakharuk  264: 
1.31      sakharuk  265:    'How many tries should be set for all problems in the course?'
1.48      bisitz    266: => 'Сколько попыток задается для каждой из задач курса? <br /><br />',
1.31      sakharuk  267: 
1.32      sakharuk  268:    'How many tries should be set for the selected folder?'
1.48      bisitz    269: => 'Сколько попыток задается для выбранной папки?<br /><br />',
1.32      sakharuk  270: 
1.31      sakharuk  271:    'How many tries should be set for the selected problem?'
1.48      bisitz    272: => 'Сколько попыток задается для выбранной задачи?<br /><br />',
1.31      sakharuk  273: 
1.16      sakharuk  274:    'How should the results be printed?'
1.48      bisitz    275: => '<br /><big><i><b>Способ Печати?</b></i></big><br />',
1.16      sakharuk  276: 
1.27      sakharuk  277:    'helper'
1.48      bisitz    278: => 'помощник',
1.27      sakharuk  279: 
1.8       www       280:    'A score has been assigned.'
1.48      bisitz    281: => 'Оценка выставлена.',
1.8       www       282: 
1.22      sakharuk  283:    'ABSTRACT'
1.48      bisitz    284: => 'РЕФЕРАТ',
1.22      sakharuk  285: 
1.8       www       286:    'ALL'
1.48      bisitz    287: => 'ВСЕ',
1.8       www       288: 
                    289:    'About Me'
1.48      bisitz    290: => 'Обо Мне',
1.8       www       291: 
                    292:    'Abstract'
1.48      bisitz    293: => 'Реферат',
1.8       www       294: 
1.23      sakharuk  295:    'Access Control'
1.48      bisitz    296: => 'Контроль Доступа',
1.23      sakharuk  297: 
1.8       www       298:    'Access Key Management'
1.48      bisitz    299: => 'Управление Ключами Доступа',
1.8       www       300: 
                    301:    'Access and Usage Statistics'
1.48      bisitz    302: => 'Статистика Доступа и Использования',
1.8       www       303: 
                    304:    'Actions'
1.48      bisitz    305: => 'Действия',
1.8       www       306: 
1.22      sakharuk  307:    'Activate'
1.48      bisitz    308: => 'Активизировать',
1.22      sakharuk  309: 
                    310:    'Add Roles'
1.48      bisitz    311: => 'Добавить Роли',
1.22      sakharuk  312: 
1.8       www       313:    'Add new option'
1.48      bisitz    314: => 'Добавить новую опцию',
1.8       www       315: 
1.50      bisitz    316:    "Add one empty page/column after each student's assignment"
                    317: => "Добавить пустую страницу/столбец после каждого студенческого задания",
1.24      sakharuk  318: 
1.50      bisitz    319:    "Add two empty pages/column after each student's assignment"
                    320: => "Добавить две пустые страницы/столбца после каждого студенческого задания",
1.24      sakharuk  321: 
1.50      bisitz    322:    "Add three empty pages/column after each student's assignment"
                    323: => "Добавить три пустые страницы/столбца после каждого студенческого задания",
1.24      sakharuk  324: 
1.8       www       325:    'Additional Keywords'
1.48      bisitz    326: => 'Дополнительные Ключевые Слова',
1.8       www       327: 
                    328:    'Additional Metadata (non-standard, parameters, exports)'
1.48      bisitz    329: => 'Дополнительные Метаданные (не стандартные, параметры, экспортируемые)',
1.8       www       330: 
                    331:    'Additional Recipients'
1.48      bisitz    332: => 'Дополнительные Получатели',
1.8       www       333: 
1.23      sakharuk  334:    'Additional settings, if specified below, will override cloned settings'
1.48      bisitz    335: => 'Дополнительные установки, в случае задания, заместят клонированные устанвки',
1.23      sakharuk  336: 
1.8       www       337:    'Administrator'
1.48      bisitz    338: => 'Администратор',
1.8       www       339: 
                    340:    'Advanced Catalog Search'
1.48      bisitz    341: => 'Расширенный Поиск в Каталоге',
1.8       www       342: 
1.24      sakharuk  343:    'Advanced Edit'
1.48      bisitz    344: => 'Продвинутое Редактирование',
1.24      sakharuk  345: 
1.8       www       346:    'Advanced Search'
1.48      bisitz    347: => 'Расширенное Поиск',
1.8       www       348: 
                    349:    'All Documents in Course'
1.48      bisitz    350: => 'Все Документы в Курсе',
1.8       www       351: 
                    352:    'All Maps or Folders'
1.48      bisitz    353: => 'Все Последовательности или Папки',
1.8       www       354: 
1.24      sakharuk  355:    'All Resources'
1.48      bisitz    356: => 'Все Ресурсы',
1.24      sakharuk  357: 
1.8       www       358:    'All Resources (possibly large output)'
1.48      bisitz    359: => 'Все Ресурсы (возможен большой вывод)',
1.8       www       360: 
1.24      sakharuk  361:    'All Students'
1.48      bisitz    362: => 'Все Студенты',
1.24      sakharuk  363: 
1.8       www       364:    'All homework is currently completed'
1.48      bisitz    365: => 'Все домашние задания на данный момент выполнены',
1.8       www       366: 
1.43      sakharuk  367:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
1.48      bisitz    368: => '<p>Все установки/параметры, которые Вы можете изменить с помощью данного Помощника, могут быть изменены путем перехода в PARM экран и нажатия на клавишу &quot;Задать Окружение Курса&quot;.</p> <p>Если Вы не имеете опыта работы с LON-CAPA курсами или предпочитаете использовать интерфейс Помощника, нажмите <nobr><b>Далее -&gt;</b></nobr>.</p>',
1.43      sakharuk  369: 
                    370:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
1.48      bisitz    371: => '<p>Ваш текущий LON-CAPA домен - &quot;<b>[_1]</b>&quot;.</p>',
1.43      sakharuk  372: 
                    373:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
1.60      bisitz    374: => '<p><b>Продвинутые возможности</b>: Вы можете посылать отзывы из различных разделов разным людям следующим образом:</p>
1.48      bisitz    375:       <ul><li>Разделяйте различные данные запятыми.</li>
                    376:           <li>Для посылки отзыва по определенному адресу для различных разделов, добавьте имя раздела или имена (разделенные знаком ;) во взятый в скобки список после <b>пользователь:домен</b>.</li></ul>
                    377:       <p>Например,</p>
1.43      sakharuk  378:       <p><b>john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009)</b></p>
1.48      bisitz    379:       <p>направит отзыв к &quot;john102&quot; для разделов 1, 2, и 3, к
                    380:          &quot;bob293&quot; для 4, 5, и 6, и к &quot;madeupname:here&quot; для
                    381:          7, 8, и 9. Отметим, что нет ограничений на то чтобы адрес был в определенном домене.</p>',
1.43      sakharuk  382: 
1.8       www       383:    'All versions'
1.48      bisitz    384: => 'Все версии',
1.8       www       385: 
1.42      sakharuk  386:    'Allow limited HTML in discussion posts'
1.48      bisitz    387: => 'Разрешить использовать средства HTML в обсуждениях',
1.42      sakharuk  388: 
                    389:    'Allow problems to be split over pages'
1.48      bisitz    390: => 'Разрешить печать задач с переносом на другую страницу',
1.42      sakharuk  391: 
1.41      sakharuk  392:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.48      bisitz    393: => 'Допустимые Расширения Файлов для Обновляемых Файлов  (uploadedfiletypes)',
1.41      sakharuk  394: 
1.25      sakharuk  395:    'An error occurred during the attempt to change the role information for this student.'
1.48      bisitz    396: => 'Ошибка при попытке изменения информации о роли этого студента.',
1.25      sakharuk  397: 
1.49      bisitz    398:    'An error occurred during the attempt to change the section for this student.'
1.48      bisitz    399: => 'Ошибка во время попытки изменения раздела для этого студента.',
1.25      sakharuk  400: 
1.49      bisitz    401:    'An error occurred while grading your answer.'
1.48      bisitz    402: => 'Ошибка при оценке Вашего ответа.',
1.8       www       403: 
                    404:    'Analyze Over '
1.48      bisitz    405: => 'Анализировать По ',
1.8       www       406: 
                    407:    'Analyze Problem'
1.48      bisitz    408: => 'Анализировать Задачу',
1.8       www       409: 
                    410:    'Analyze Problem Again'
1.48      bisitz    411: => 'Анализировать Задачу Вновь',
1.8       www       412: 
                    413:    'Analyze Progress'
1.48      bisitz    414: => 'Анализировать Прогресс',
1.8       www       415: 
                    416:    'Analyze as '
1.48      bisitz    417: => 'Анализировать как ',
1.8       www       418: 
                    419:    'Analyzing a problem'
1.48      bisitz    420: => 'Анализировать задачу',
1.8       www       421: 
                    422:    'Announcements and Calendar'
1.48      bisitz    423: => 'Объявления и Календарь',
1.10      sakharuk  424: 
1.48      bisitz    425: # Announcements and календарь
1.8       www       426:    'Anonymous'
1.48      bisitz    427: => 'Анонимный',
1.8       www       428: 
                    429:    'Anonymous contribution to course discussion of resource'
1.48      bisitz    430: => 'Анонимный вклад в обсуждение ресурса курса',
1.8       www       431: 
                    432:    'Answer'
1.48      bisitz    433: => 'Ответ',
1.8       www       434: 
1.40      sakharuk  435:    'Answer Date (answerdate)'
1.48      bisitz    436: => 'Дата Открытия Ответов (answerdate)',
1.40      sakharuk  437: 
1.8       www       438:    'Answer Submitted'
1.48      bisitz    439: => 'Ответ Послан',
1.8       www       440: 
                    441:    'Answer available'
1.48      bisitz    442: => 'Ответ доступен',
1.8       www       443: 
                    444:    'Answer submitted'
1.48      bisitz    445: => 'Ответ послан',
1.8       www       446: 
                    447:    'Answer submitted, not yet graded'
1.48      bisitz    448: => 'Ответ послан, еще не оценен',
1.8       www       449: 
                    450:    'Answer:'
1.48      bisitz    451: => 'Ответ:',
1.8       www       452: 
                    453:    'Any Language'
1.48      bisitz    454: => 'Любой Язык',
1.8       www       455: 
                    456:    'Any User'
1.48      bisitz    457: => 'Любой Пользователь',
1.8       www       458: 
                    459:    'Any category'
1.48      bisitz    460: => 'Любая категория',
1.8       www       461: 
                    462:    'Any copyright/distribution'
1.48      bisitz    463: => 'Любое авторское право/распространение',
1.8       www       464: 
                    465:    'April'
1.48      bisitz    466: => 'Апрель',
1.8       www       467: 
                    468:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.48      bisitz    469: => 'Как правило, только авторы или соавторы должны быть filesystem authenticated (дает доступ к файловой системе сервера).',
1.8       www       470: 
                    471:    'Assessment'
1.48      bisitz    472: => 'Оценка',
1.8       www       473: 
1.23      sakharuk  474:    'Assessment Parameters'
1.48      bisitz    475: => 'Параметры Оценки',
1.23      sakharuk  476: 
1.8       www       477:    'Assessment URL and Title'
1.48      bisitz    478: => 'URL и Название Оценки',
1.8       www       479: 
                    480:    'Assigned User Roles'
1.48      bisitz    481: => 'Заданнуе Роли Пользователя',
1.8       www       482: 
                    483:    'Associate columns with student attributes.'
1.48      bisitz    484: => 'Ассоциированные столбцы со студенческими атрибутами.',
1.8       www       485: 
                    486:    'Attachment'
1.48      bisitz    487: => 'Приложение',
1.8       www       488: 
                    489:    'Attribute'
1.48      bisitz    490: => 'Атрибут',
1.8       www       491: 
                    492:    'August'
1.48      bisitz    493: => 'Август',
1.8       www       494: 
                    495:    'Author'
1.48      bisitz    496: => 'Автор',
1.8       www       497: 
                    498:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.48      bisitz    499: => 'Роли Автора и Соавтора могут быть недоступны на серверах не являющихся вашим домашним сервером.',
1.8       www       500: 
                    501:    'Author(s)'
1.48      bisitz    502: => 'Автор(ы)',
1.8       www       503: 
1.23      sakharuk  504:    'Automated adds'
1.48      bisitz    505: => 'Автоматическое зачисление',
1.23      sakharuk  506: 
                    507:    'Automated drops'
1.48      bisitz    508: => 'Автоматическое отчисление',
1.23      sakharuk  509: 
1.25      sakharuk  510:    'Automated Enrollment Manager'
1.48      bisitz    511: => 'Мэнеджер Автоматического Зачисления',
1.25      sakharuk  512: 
1.23      sakharuk  513:    'Automated enrollment settings'
1.48      bisitz    514: => 'Автоматические установки зачисления',
1.23      sakharuk  515: 
1.8       www       516:    'Average number of tries till solved'
1.48      bisitz    517: => 'Среднее число попыток до решения',
1.8       www       518: 
                    519:    'Back to'
1.48      bisitz    520: => 'Назад к',
1.8       www       521: 
                    522:    'Back to Directory'
1.48      bisitz    523: => 'Назад к Директории',
1.8       www       524: 
                    525:    'Back to Source'
1.48      bisitz    526: => 'Назад к Источнику',
1.8       www       527: 
                    528:    'Back to Source Directory'
1.48      bisitz    529: => 'Назад к Директории Источника',
1.8       www       530: 
                    531:    'Became this version on ...'
1.48      bisitz    532: => 'Стало данной жерсией на ...',
1.26      sakharuk  533: 
                    534:    'Bad Filename'
1.48      bisitz    535: => 'Плохое имя файла',
1.8       www       536: 
1.22      sakharuk  537:    'Binary File'
1.48      bisitz    538: => 'Двоичный Файл',
1.22      sakharuk  539: 
1.23      sakharuk  540:    'Blank'
1.48      bisitz    541: => 'Пробел',
1.23      sakharuk  542: 
1.8       www       543:    'Brief view of each students performance in course.'
1.48      bisitz    544: => 'Краткий обзор успеваемости каждого студента в курсе.',
1.8       www       545: 
                    546:    'Broadcast Message to Course'
1.48      bisitz    547: => 'Транслировать Сообщение Курсу',
1.8       www       548: 
1.22      sakharuk  549:    'Browse'
1.48      bisitz    550: => 'Просмотр',
1.22      sakharuk  551: 
1.8       www       552:    'Browse Resources'
1.48      bisitz    553: => 'Просмотреть Ресурсы',
1.8       www       554: 
                    555:    'Browse published resources'
1.48      bisitz    556: => 'Просмотреть опубликованные ресурсы',
1.8       www       557: 
                    558:    'Browse resources'
1.48      bisitz    559: => 'Просмотреть ресурсы',
1.8       www       560: 
                    561:    'Browsing resource, all submissions are temporary.'
1.48      bisitz    562: => 'Просмотр ресурсов, все submissions временные.',
1.8       www       563: 
                    564:    'Bulletin Board'
1.48      bisitz    565: => 'Доска Обьявлений',
1.8       www       566: 
                    567:    'Bulletin Board/Discussion'
1.48      bisitz    568: => 'Доска Обьявлений/Обсуждения',
1.8       www       569: 
                    570:    'By'
                    571: => 'By',
                    572: 
                    573:    'CSV (comma separated values, spreadsheet)'
1.48      bisitz    574: => 'CSV (значения, разделенные запятыми, журнал)',
1.8       www       575: 
1.26      sakharuk  576:    'CSV format'
1.48      bisitz    577: => 'CSV формат',
1.26      sakharuk  578: 
1.8       www       579:    'Calculate course grades (Spreadsheet)'
1.48      bisitz    580: => 'Сосчитать оценки для курса (Журнал)',
1.8       www       581: 
                    582:    'Calculations'
1.48      bisitz    583: => 'Рассчеты',
1.8       www       584: 
                    585:    'Cancel'
1.48      bisitz    586: => 'Отменить',
1.8       www       587: 
                    588:    'Catalog Information'
1.48      bisitz    589: => 'Информация из Каталога',
1.8       www       590: 
                    591:    'Change'
1.48      bisitz    592: => 'Изменить',
1.8       www       593: 
                    594:    'Change Random Seed To:'
1.48      bisitz    595: => 'Изменить Ядро Рэндомизации На:',
1.8       www       596: 
                    597:    'Change Your Language Preferences'
1.48      bisitz    598: => 'Изменить Ваши Языковые Предпочтения',
1.8       www       599: 
                    600:    'Change Your Preferences'
1.48      bisitz    601: => 'Изменить Ваши Предпочтения',
1.22      sakharuk  602: 
                    603:    'Change User Privileges'
1.48      bisitz    604: => 'Изменить Привилегии Пользователя',
1.8       www       605: 
                    606:    'Changes can take up to 10 minutes before being active for all students.'
1.48      bisitz    607: => 'Изменения для всех студентов станут активными через 10 минут.',
1.8       www       608: 
                    609:    'Changes will become active for your current session after'
1.48      bisitz    610: => 'Изменения для вашей текущей сессии станут активными после',
1.8       www       611: 
1.43      sakharuk  612:    'Chat Participation'
1.48      bisitz    613: => 'Доступ к Обсуждению в Реальном Времени',
1.43      sakharuk  614: 
1.8       www       615:    'Check All'
1.48      bisitz    616: => 'Выбрать Все',
1.8       www       617: 
                    618:    'Check Course Document Versions'
1.48      bisitz    619: => 'Выбрать Версии Документов Курса',
1.8       www       620: 
                    621:    'Check for All'
1.48      bisitz    622: => 'Выбрать для Всех',
1.8       www       623: 
                    624:    'Check for None'
1.48      bisitz    625: => 'Отменить выбор для Всех',
1.8       www       626: 
                    627:    'Check for Section/Group'
1.48      bisitz    628: => 'Выбрать для Раздела/Группы',
1.8       www       629: 
                    630:    'Check/Set Resource Versions'
1.48      bisitz    631: => 'Выбор/Задание Версии Ресурсов',
1.8       www       632: 
                    633:    'Choose a different resource'
1.48      bisitz    634: => 'Выбрать другой ресурс',
1.8       www       635: 
                    636:    'Choose the course to work on'
1.48      bisitz    637: => 'Выберите курс для работы',
1.8       www       638: 
                    639:    'Choose the user role'
1.48      bisitz    640: => 'Выберите роль пользователя',
1.8       www       641: 
                    642:    'Chronological View'
1.48      bisitz    643: => 'Хронологический Просмотр',
1.8       www       644: 
                    645:    'Class Hours'
1.48      bisitz    646: => 'Рассписание (Class Hours)',
1.8       www       647: 
                    648:    'Clear All'
1.48      bisitz    649: => 'Очистить Все',
1.8       www       650: 
                    651:    'Clear Caches'
1.48      bisitz    652: => 'Очистить Кэш',
1.8       www       653: 
1.9       www       654:    "Click to download or use your browser's Save Link function"
1.48      bisitz    655: => "Щелкни загрузить или используй функцию Save Link своего браузера",
1.8       www       656: 
1.23      sakharuk  657:    'Clone an existing course'
1.48      bisitz    658: => 'Клон уже существующего курса',
1.23      sakharuk  659: 
1.8       www       660:    'Close'
1.48      bisitz    661: => 'Закрыть',
1.8       www       662: 
                    663:    'Close All Folders'
1.48      bisitz    664: => 'Закрыть Все Папки',
1.8       www       665: 
1.22      sakharuk  666:    'Close This Window'
1.48      bisitz    667: => 'Закрыть данное окно',
1.22      sakharuk  668: 
1.8       www       669:    'Co-Author'
1.48      bisitz    670: => 'Соавтор',
1.8       www       671: 
                    672:    'Collapse Remote Control'
1.48      bisitz    673: => 'Поломка Пульта Дистанционного Управления',
1.8       www       674: 
                    675:    'Column'
1.48      bisitz    676: => 'Столбец',
1.8       www       677: 
                    678:    'Column&nbsp;[_1]'
1.48      bisitz    679: => 'Столбец&nbsp;[_1]',
1.8       www       680: 
                    681:    'Comma Separated Values'
1.48      bisitz    682: => 'Значения, Разделенные Запятыми',
1.8       www       683: 
1.23      sakharuk  684:    'Communication'
1.48      bisitz    685: => 'Связь',
1.23      sakharuk  686: 
1.8       www       687:    'Communication and Messages'
1.48      bisitz    688: => 'Связь и Сообщения',
1.8       www       689: 
                    690:    'Compact View'
                    691: => 'Compact View',
                    692: 
1.22      sakharuk  693:    'Compare versions of'
1.48      bisitz    694: => 'Сравнение версий',
1.22      sakharuk  695: 
1.43      sakharuk  696:    'Completed'
1.48      bisitz    697: => 'Завершено',
1.43      sakharuk  698: 
1.23      sakharuk  699:    'Completely new course'
1.48      bisitz    700: => 'Совершенно новый курс',
1.23      sakharuk  701: 
1.8       www       702:    'Concept:'
1.48      bisitz    703: => 'Понятие:',
1.8       www       704: 
                    705:    'Concepts'
1.48      bisitz    706: => 'Понятия',
1.8       www       707: 
1.28      sakharuk  708:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
1.54      bisitz    709: => 'Подтвердите, что введенная информация правильна, затем кликните &quot;Завершить Помощник&quot; чтобы завершить процесс задания параметра.',
1.28      sakharuk  710: 
1.8       www       711:    'Construction Space'
1.48      bisitz    712: => 'Авторское Пространство',
1.8       www       713: 
                    714:    'Construction Space Directory'
1.48      bisitz    715: => 'Директория Авторского Пространства',
1.8       www       716: 
                    717:    'Construction Space File Operation'
1.48      bisitz    718: => 'Операция над Файлом из Авторского Пространства',
1.8       www       719: 
1.22      sakharuk  720:    'Construction Space Version'
1.48      bisitz    721: => 'Версия из Авторского Пространства',
1.22      sakharuk  722: 
1.8       www       723:    'Contact'
1.48      bisitz    724: => 'Контактировать',
1.8       www       725: 
                    726:    'Contact Information'
1.48      bisitz    727: => 'Контактная Информация',
1.8       www       728: 
                    729:    'Content changed'
1.48      bisitz    730: => 'Содержание изменено',
1.8       www       731: 
1.26      sakharuk  732:    'Continue'
1.48      bisitz    733: => 'Продолжить',
1.26      sakharuk  734: 
1.8       www       735:    'Continue enrollment?'
1.48      bisitz    736: => 'Продолжать зачисление?',
1.8       www       737: 
                    738:    'Contribution to course discussion of resource'
1.48      bisitz    739: => 'Вклад в обсуждение ресурса курсом',
1.8       www       740: 
                    741:    'Copied metadata'
1.48      bisitz    742: => 'Метаданные скопированны',
1.8       www       743: 
                    744:    'Copied old metadata'
1.48      bisitz    745: => 'Старые метаданные скопированны',
1.8       www       746: 
                    747:    'Copied old target file'
1.48      bisitz    748: => 'Старый целевой файл скопирован',
1.8       www       749: 
                    750:    'Copied source file'
1.48      bisitz    751: => 'Файл-источник скопирован',
1.8       www       752: 
1.24      sakharuk  753:    'Copy selected'
1.48      bisitz    754: => 'Копировать выбранное',
1.60      bisitz    755: 
1.8       www       756:    'Copying file'
1.48      bisitz    757: => 'Копирование файла',
1.8       www       758: 
1.22      sakharuk  759:    'Copy current file to'
1.48      bisitz    760: => 'Копировать текущий файл в',
1.22      sakharuk  761: 
1.8       www       762:    'Copyright'
1.48      bisitz    763: => 'Авторское Право',
1.8       www       764: 
                    765:    'Copyright/Distribution'
1.48      bisitz    766: => 'Авторское Право/Распространение',
1.8       www       767: 
                    768:    'Correct Option:'
1.48      bisitz    769: => 'Правильный Выбор:',
1.8       www       770: 
                    771:    'Could Not Process Request'
1.48      bisitz    772: => 'Запрос Не Может Быть Выполнен',
1.8       www       773: 
                    774:    'Could not write metadata'
1.48      bisitz    775: => 'Метаданные не могут быть записаны',
1.8       www       776: 
                    777:    'Course'
1.48      bisitz    778: => 'Курс',
1.8       www       779: 
                    780:    'Course Assessment Parameter - Helper Mode'
1.48      bisitz    781: => 'Параметры Доступа к Курсу - Мода Помощник',
1.8       www       782: 
                    783:    'Course Assessment Parameters - Overview Mode'
1.48      bisitz    784: => 'Параметры Доступа к Курсу - Обзорная Мода',
1.8       www       785: 
                    786:    'Course Assessments Parameters - Table Mode'
1.48      bisitz    787: => 'Параметры Доступа к Курсу - Табличная Мода',
1.8       www       788: 
1.23      sakharuk  789:    'Course Code'
1.48      bisitz    790: => 'Код Курса',
1.23      sakharuk  791: 
                    792:    'Course Content'
1.48      bisitz    793: => 'Содержание Курса',
1.23      sakharuk  794: 
1.8       www       795:    'Course Coordinator'
1.48      bisitz    796: => "Координатор Курса",
1.8       www       797: 
1.25      sakharuk  798:    'Course Data'
1.48      bisitz    799: => 'Курсовые Данные',
1.25      sakharuk  800: 
1.8       www       801:    'Course Description'
1.48      bisitz    802: => 'Описание Курса',
1.8       www       803: 
                    804:    'Course Documents'
1.48      bisitz    805: => 'Документы Курса',
1.8       www       806: 
1.28      sakharuk  807:    'Course default for all problems'
1.48      bisitz    808: => 'Для всех задач курса по-умолчанию',
1.28      sakharuk  809: 
1.8       www       810:    'Course Environment Parameters'
1.48      bisitz    811: => 'Параметры Окружения Курса',
1.8       www       812: 
1.23      sakharuk  813:    'Course Home Server'
1.48      bisitz    814: => 'Домашний Сервер Курса',
1.23      sakharuk  815: 
1.8       www       816:    'Course ID'
1.48      bisitz    817: => 'ID Курса',
1.23      sakharuk  818: 
                    819:    'Course ID/Number'
1.48      bisitz    820: => 'ID/Номер Курса',
1.23      sakharuk  821: 
1.42      sakharuk  822:    'Course ID or number'
1.48      bisitz    823: => 'ID или номер курса',
1.42      sakharuk  824: 
1.23      sakharuk  825:    'Course Information'
1.48      bisitz    826: => 'Информация о Курсе',
1.23      sakharuk  827: 
1.43      sakharuk  828:    'Course Initialization Helper'
1.48      bisitz    829: => 'Помощник Задания Структуры Курса',
1.43      sakharuk  830: 
                    831:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
1.48      bisitz    832: => '<p>Члены курса могут высказывать свое мнение о содержании курса. Вы можете выбрать кто будет получать эты информацию - инструктор или помощник преподавателя. Пожалуйста введите их LON-CAPA адреса ниже в виде <b>пользователь:домен</b>, где &quot;пользователь&quot; и &quot;домен&quot; являются LON-CAPA именем пользоватвателя и LON-CAPA доменом, а не адресами электронной почты.</p>',
1.43      sakharuk  833: 
1.23      sakharuk  834:    'Course Title'
1.48      bisitz    835: => 'Название Курса',
1.8       www       836: 
1.22      sakharuk  837:    'Course Level'
1.48      bisitz    838: => 'Уровень Курса',
1.22      sakharuk  839: 
1.8       www       840:    'Course Parameter Helper'
1.48      bisitz    841: => 'Помощник Работы с Параметрами Курса',
1.8       www       842: 
                    843:    'Course Statistics and Charts'
1.48      bisitz    844: => 'Статистика Курса и Диаграммы',
1.8       www       845: 
                    846:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
1.48      bisitz    847: => 'Статистика Курса и Диаграммы не могут быть восстановлены до рестарта базы данных.  Ваши данные неповреждены однако не могут быть показаны в данное время.',
1.8       www       848: 
                    849:    'Course announcements and my calendar'
1.48      bisitz    850: => 'Объявления и календарь курса',
1.10      sakharuk  851: 
1.48      bisitz    852: # Course announcements and my календарь
1.10      sakharuk  853: 
1.8       www       854:    'Course level sheet'
1.48      bisitz    855: => 'Журнал курса',
1.8       www       856: 
                    857:    'Coursepack'
1.48      bisitz    858: => 'Дополнительные Материалы (Coursepack)',
1.8       www       859: 
                    860:    'Create'
1.48      bisitz    861: => 'Создать',
1.8       www       862: 
                    863:    'Create New Environment Variable'
1.48      bisitz    864: => 'Создать Новую Переменную Окружения Курса',
1.8       www       865: 
1.22      sakharuk  866:    'Create New User'
1.48      bisitz    867: => 'Создать Нового Пользователя',
1.22      sakharuk  868: 
1.8       www       869:    'Create Users, Change User Privileges'
1.48      bisitz    870: => 'Создать Пользователя, Изменить Его Привилегии',
1.8       www       871: 
                    872:    'Create a New Course'
1.48      bisitz    873: => 'Создать Новый Курс',
1.8       www       874: 
                    875:    'Create a new course'
1.48      bisitz    876: => 'Создать новый курс',
1.8       www       877: 
                    878:    'Create a user or modify the roles and privileges of a user'
1.48      bisitz    879: => 'Создать пользователя или модифицировать роль и привилегии',
1.8       www       880: 
                    881:    'Creation Date'
1.48      bisitz    882: => 'Дата Создания',
1.8       www       883: 
                    884:    'Critical Messages'
1.48      bisitz    885: => 'Критические Сообщения',
1.8       www       886: 
1.23      sakharuk  887:    'Crosslisted courses'
1.48      bisitz    888: => 'Crosslisted курсы',
1.23      sakharuk  889: 
1.8       www       890:    'Current'
1.48      bisitz    891: => 'Текущий',
1.8       www       892: 
1.26      sakharuk  893:    'Current Class List'
1.48      bisitz    894: => 'Текущий Список Класса',
1.26      sakharuk  895: 
1.8       www       896:    'Current Month'
1.48      bisitz    897: => 'Текущий Месяц',
1.8       www       898: 
                    899:    'Current Session Value'
1.48      bisitz    900: => 'Значение для Данной Сессии',
1.8       www       901: 
1.22      sakharuk  902:    'Current Version'
1.48      bisitz    903: => 'Текущая Версия',
1.22      sakharuk  904: 
1.8       www       905:    'Currently not available'
1.48      bisitz    906: => 'В данный момент недоступно',
1.8       www       907: 
                    908:    'Currently selected. '
1.48      bisitz    909: => 'Выбрано в данный момент. ',
1.8       www       910: 
                    911:    'Custom Distribution File'
1.48      bisitz    912: => 'Индивидуализированный Файл Распределения',
1.8       www       913: 
1.22      sakharuk  914:    'Custom Role Editor'
1.48      bisitz    915: => 'Редактор Ролей',
1.22      sakharuk  916: 
1.60      bisitz    917:    'Customized right of use ...'
                    918: => 'Индивидуализировать права использования ...',
1.8       www       919: 
1.24      sakharuk  920:    'Cut selected'
1.48      bisitz    921: => 'Вырезать выбранное',
1.24      sakharuk  922: 
1.8       www       923:    'Date'
1.48      bisitz    924: => 'Дата',
1.8       www       925: 
                    926:    'Deadlines'
1.48      bisitz    927: => 'Дата Сдачи (Deadlines)',
1.8       www       928: 
                    929:    'December'
1.48      bisitz    930: => 'Декабрь',
1.8       www       931: 
1.26      sakharuk  932:    'Decompress'
1.48      bisitz    933: => 'Распаковать',
1.26      sakharuk  934: 
1.8       www       935:    'Default'
1.48      bisitz    936: => 'По умолчанию',
1.8       www       937: 
1.42      sakharuk  938:    'Default beginning date when enrolling students'
1.48      bisitz    939: => 'Начальная дата зачисления студентов по-умолчанию',
1.42      sakharuk  940: 
1.8       www       941:    'Default Cataloging Information for Directory'
1.48      bisitz    942: => 'Информация в Каталоге (по умолчанию) о Директории',
1.8       www       943: 
1.42      sakharuk  944:    'Default ending date when enrolling students'
1.48      bisitz    945: => 'Конечная дата зачисления студентов по-умолчанию',
1.42      sakharuk  946: 
                    947:    'Default set of options to pass to tth/m when converting tex'
1.48      bisitz    948: => 'Набор опций передаваемых в tth/m для конвертирования tex',
1.42      sakharuk  949: 
1.8       www       950:    'Default Value'
1.48      bisitz    951: => 'Значение По Умолчанию',
1.8       www       952: 
1.22      sakharuk  953:    'Define Role'
1.48      bisitz    954: => 'Определить Роль',
1.22      sakharuk  955: 
1.8       www       956:    'Degree of difficulty'
1.48      bisitz    957: => 'Степень Сложности',
1.8       www       958: 
                    959:    'Delete'
1.48      bisitz    960: => 'Удалить',
1.8       www       961: 
                    962:    'Delete Checked'
1.48      bisitz    963: => 'Удалить Выбранное',
1.8       www       964: 
                    965:    'Delete a role'
1.48      bisitz    966: => 'Удалить Роль',
1.8       www       967: 
                    968:    'Delete an option'
1.48      bisitz    969: => 'Удалить опцию',
1.8       www       970: 
                    971:    'Delete messages from bulletin boards'
1.48      bisitz    972: => 'Удалить сообщения с доски обьявлений',
1.8       www       973: 
                    974:    'Delete:'
1.48      bisitz    975: => 'Удалить:',
1.8       www       976: 
                    977:    'Detailed Citation View'
1.48      bisitz    978: => 'Детальный Цитированный Вид',
1.8       www       979: 
                    980:    'Detailed Problem Analysis'
1.48      bisitz    981: => 'Детальный Анализ Задачи',
1.8       www       982: 
                    983:    'Detailed statistics and graphs of student performance on problems.'
1.48      bisitz    984: => 'Детальная статистика и диаграммы успеваемости студента.',
1.8       www       985: 
                    986:    'Differences'
1.48      bisitz    987: => 'Различия',
1.8       www       988: 
                    989:    'Diffs'
1.48      bisitz    990: => 'Различия',
1.8       www       991: 
                    992:    'Diffs with Current Version'
1.48      bisitz    993: => 'Различия с Текущей Версией',
1.8       www       994: 
                    995:    'Diffs with Version'
1.48      bisitz    996: => 'Различия с Версией',
1.8       www       997: 
                    998:    'Diffs with current Version'
1.48      bisitz    999: => 'Различия с текущей Версией',
1.8       www      1000: 
                   1001:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.48      bisitz   1002: => 'Отключить проверку ID/Студенческих Номеров и Принудить Изменения Конфликтующих ID (делайте это только тогда когда Вы знаете что делаете)',
1.8       www      1003: 
                   1004:    'Disable all communication among students'
1.48      bisitz   1005: => 'Отключить все сообщения между студентами',
1.8       www      1006: 
1.42      sakharuk 1007:    'Disable display of problem receipts'
1.48      bisitz   1008: => 'Отключить показ расписок приема задач',
1.42      sakharuk 1009: 
1.23      sakharuk 1010:    'Disable student resource discussion'
1.48      bisitz   1011: => 'Отключить обсуждение ресурсов студентами',
1.23      sakharuk 1012: 
                   1013:    'Disable student use of chatrooms'
1.48      bisitz   1014: => 'Отключить использование студентами chatrooms',
1.23      sakharuk 1015: 
1.42      sakharuk 1016:    'Disallow live chatroom use for Roles'
1.48      bisitz   1017: => 'Запретить живое общение для Ролей',
1.42      sakharuk 1018: 
                   1019:    'Disallow live chatroom use for Users'
1.48      bisitz   1020: => 'Запретить живое общение для Пользователей',
1.42      sakharuk 1021: 
                   1022:    'Disallow Resource Discussion for Roles'
1.48      bisitz   1023: => 'Запретить Обсуждение Ресурсов для Ролей',
1.42      sakharuk 1024: 
                   1025:    'Disallow Resource Discussion for Users'
1.48      bisitz   1026: => 'Запретить Обсуждение Ресурсов для Пользователей',
1.42      sakharuk 1027: 
1.8       www      1028:    'Discard Edits and View'
1.48      bisitz   1029: => 'Отменить Редактирования и Просмотреть',
1.8       www      1030: 
                   1031:    'Discard Selected'
1.48      bisitz   1032: => 'Отказаться от Выбранного',
1.8       www      1033: 
                   1034:    'Discussion Contributions'
1.48      bisitz   1035: => 'Вклады в Обсуждение',
1.8       www      1036: 
1.43      sakharuk 1037:    'Discussion Participation'
1.48      bisitz   1038: => 'Участие в Обсуждении',
1.43      sakharuk 1039: 
1.8       www      1040:    'Discussions'
1.48      bisitz   1041: => 'Обсуждения',
1.8       www      1042: 
                   1043:    'Display'
1.48      bisitz   1044: => 'Показать',
1.8       www      1045: 
                   1046:    'Display All Messages'
1.48      bisitz   1047: => 'Показать Все Сообщения',
1.8       www      1048: 
                   1049:    'Display all Messages'
1.48      bisitz   1050: => 'Показать все Сообщения',
1.8       www      1051: 
                   1052:    'Display and analysis of submission times on assessments.'
                   1053: => 'Display and analysis of submission times on assessments.',
                   1054: 
                   1055:    'Display foils in order given'
1.48      bisitz   1056: => 'Показать foils в данном порядке',
1.8       www      1057: 
                   1058:    'Display foils in random order'
1.48      bisitz   1059: => 'Показать foils в случайном порядке',
1.8       www      1060: 
                   1061:    'Distribute Messages from Uploaded File to Course'
1.48      bisitz   1062: => 'Разослать Сообщения Курсу из Файла',
1.8       www      1063: 
1.23      sakharuk 1064:    'Do NOT generate as standard course'
1.48      bisitz   1065: => 'НЕ генерировать как отдельный курс',
1.23      sakharuk 1066: 
1.41      sakharuk 1067:    'Do not show plain URL (encrypturl)'
1.48      bisitz   1068: => 'Не показывать URL (encrypturl)',
1.41      sakharuk 1069: 
1.8       www      1070:    'DoDiff'
1.48      bisitz   1071: => 'Найти Различия',
1.8       www      1072: 
                   1073:    'Domain'
1.48      bisitz   1074: => 'Домен',
1.8       www      1075: 
                   1076:    'Domain Coordinator'
1.48      bisitz   1077: => 'Координатор Домена',
1.8       www      1078: 
                   1079:    'Domain Guest'
1.48      bisitz   1080: => 'Гость Домена',
1.8       www      1081: 
                   1082:    'Domain only - use limited to courses in the domain'
1.48      bisitz   1083: => 'Использование ограничено курсами в пределах данного домена',
1.8       www      1084: 
1.22      sakharuk 1085:    'Domain Level'
1.48      bisitz   1086: => 'Уровень Домена',
1.22      sakharuk 1087: 
1.8       www      1088:    'Done'
1.48      bisitz   1089: => 'Выполнено',
1.8       www      1090: 
                   1091:    'Drop Students'
1.48      bisitz   1092: => 'Отчислить Студентов',
1.8       www      1093: 
                   1094:    'Drop/Add students in this course'
1.48      bisitz   1095: => 'Отчислить/Добавить студентов в данный курс',
1.8       www      1096: 
                   1097:    'Dropped [_1]'
1.48      bisitz   1098: => 'Отчислен [_1]',
1.8       www      1099: 
                   1100:    'Dropped [_1] student(s).'
1.48      bisitz   1101: => 'Отчислен [_1] студент(ы).',
1.8       www      1102: 
                   1103:    'Dropping Students'
1.48      bisitz   1104: => 'Отчисление Студентов',
1.8       www      1105: 
                   1106:    'Due'
1.48      bisitz   1107: => 'Сдать',
1.40      sakharuk 1108: 
                   1109:    'Due Date (contentclose)'
1.48      bisitz   1110: => 'Дата Закрытия Доступа (contentclose)',
1.40      sakharuk 1111: 
                   1112:    'Due Date (duedate)'
1.48      bisitz   1113: => 'Дата Сдачи (duedate)',
1.8       www      1114: 
                   1115:    'Dump Course DOCS'
                   1116: => 'Dump Course DOCS',
                   1117: 
                   1118:    'Dump Course DOCS to Construction Space'
1.48      bisitz   1119: => 'Скопировать Курс из DOCS в Авторское Пространство',
1.8       www      1120: 
1.23      sakharuk 1121:    'Duration of automated classlist updates'
1.48      bisitz   1122: => 'Продолжительность автоматического обновления списка класса',
1.23      sakharuk 1123: 
1.8       www      1124:    'Dynamic Metadata'
1.48      bisitz   1125: => 'Динамические Метаданные',
1.8       www      1126: 
                   1127:    'EMail Address'
1.48      bisitz   1128: => 'EMail Адрес',
1.8       www      1129: 
                   1130:    'EMail and Messages'
1.48      bisitz   1131: => 'EMail и Сообщения',
1.8       www      1132: 
                   1133:    'Edit'
1.48      bisitz   1134: => 'Редактировать',
1.8       www      1135: 
                   1136:    'Edit Catalog Information'
1.48      bisitz   1137: => 'Редактировать Информацию в Каталоге',
1.8       www      1138: 
                   1139:    'Edit Content of a Map'
1.48      bisitz   1140: => 'Редактировать Оглавление Последовательности',
1.8       www      1141: 
1.22      sakharuk 1142:    'Edit Custom Role Privileges'
1.48      bisitz   1143: => 'Редактировать Ролевые Привилегии',
1.22      sakharuk 1144: 
1.8       www      1145:    'Edit Directory Catalog Information'
1.48      bisitz   1146: => 'Редактировать Инфо о Директории в Каталоге',
1.8       www      1147: 
                   1148:    'Edit and view documents included in this course'
1.48      bisitz   1149: => 'Редактировать и просматривать документы из данного курса',
1.8       www      1150: 
                   1151:    'Edit this resource'
1.48      bisitz   1152: => 'Редактировать этот ресурс',
1.8       www      1153: 
                   1154:    'Edit/Modify DOCS'
1.48      bisitz   1155: => 'Редактировать/Модифицировать DOCS',
1.8       www      1156: 
                   1157:    'EditXML'
1.48      bisitz   1158: => 'Редактировать XML',
1.8       www      1159: 
                   1160:    'Empty'
1.48      bisitz   1161: => 'Пустой(я)',
1.8       www      1162: 
                   1163:    'Enclosing Map or Folder'
1.48      bisitz   1164: => 'Главная Последовательность или Папка',
1.8       www      1165: 
                   1166:    'End'
1.48      bisitz   1167: => 'Конец',
1.8       www      1168: 
                   1169:    'End Helper'
1.48      bisitz   1170: => 'Конец Помощникаr',
1.8       www      1171: 
1.55      bisitz   1172:    'End Time'
1.48      bisitz   1173: => 'Конечное Время',
1.25      sakharuk 1174: 
                   1175:    'Ending Date'
1.48      bisitz   1176: => 'Дата Окончания',
1.25      sakharuk 1177: 
1.8       www      1178:    'Enroll a single student'
1.48      bisitz   1179: => 'Зачислить единственного студента',
1.8       www      1180: 
1.25      sakharuk 1181:    'Enroll as student'
1.48      bisitz   1182: => 'Зачислить как студента',
1.25      sakharuk 1183: 
                   1184:    'Enrolling'
1.48      bisitz   1185: => 'Зачисление',
1.25      sakharuk 1186: 
                   1187:    'Enroll One Student'
1.48      bisitz   1188: => 'Зачислить Одного Студента',
1.25      sakharuk 1189: 
                   1190:    'Enrolling Student'
1.48      bisitz   1191: => 'Зачисление Студента',
1.25      sakharuk 1192: 
1.8       www      1193:    'Enrolling Students'
1.48      bisitz   1194: => 'Зачислять Студентов',
1.8       www      1195: 
                   1196:    'Enrollment Manager'
1.48      bisitz   1197: => 'Зачисление/Отчисление',
1.8       www      1198: 
                   1199:    'Enrollment Status'
1.48      bisitz   1200: => 'Статус Зачисления',
1.8       www      1201: 
1.25      sakharuk 1202:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
1.48      bisitz   1203: => 'Заполните так много полей как Вы можете. Система проинформнрует Вас и вернет на данную страницу если заполненных данных окажется недостаточно для зачисления студента в Ваш класс.',
1.25      sakharuk 1204: 
1.8       www      1205:    'Enter construction space as a co-author'
1.48      bisitz   1206: => 'Вход в авторское пространство в качестве соавтора',
1.8       www      1207: 
                   1208:    'Enter grades from check-out assessment resources'
1.48      bisitz   1209: => 'Введите оженки из check-out assessment resources',
1.8       www      1210: 
                   1211:    'Enter my resource construction space'
1.48      bisitz   1212: => 'Вход в мое авторское пространство',
1.8       www      1213: 
1.24      sakharuk 1214:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
1.48      bisitz   1215: => 'Введите слова или фразы разделенные AND, OR, или NOT, затем нажмите SEARCH',
1.24      sakharuk 1216: 
                   1217:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
1.48      bisitz   1218: => 'Введите слова или фразы разделенные операторами AND, OR, или NOT',
1.24      sakharuk 1219: 
1.8       www      1220:    'Enter the chatroom for the course'
                   1221: => 'Enter the chatroom for the course',
                   1222: 
                   1223:    'Entering course ...'
1.48      bisitz   1224: => 'Вход в курс ...',
1.8       www      1225: 
1.25      sakharuk 1226:    'ERROR'
1.48      bisitz   1227: => 'ОШИБКА',
1.25      sakharuk 1228: 
1.8       www      1229:    'Error'
1.48      bisitz   1230: => 'Ошибка',
1.8       www      1231: 
1.26      sakharuk 1232:    'Error: Directory Non Empty'
1.48      bisitz   1233: => 'Ошибка: Директория Не Пуста',
1.26      sakharuk 1234: 
                   1235:    'Error: destination for operation is an existing directory.'
1.48      bisitz   1236: => 'Ошибка: назначение для операции - существующая директория.',
1.26      sakharuk 1237: 
1.8       www      1238:    'Error Messages'
1.48      bisitz   1239: => 'Сообщения об Ошибке',
1.8       www      1240: 
                   1241:    'Error dropping [_1]:[_2]'
1.48      bisitz   1242: => 'Ошибка отчисления [_1]:[_2]',
1.8       www      1243: 
                   1244:    'Essay, open end'
                   1245: => 'Essay, open end',
                   1246: 
                   1247:    'Evaluate Resource'
1.48      bisitz   1248: => 'Оценка Ресурса',
1.8       www      1249: 
                   1250:    'Evaluation Comments'
1.48      bisitz   1251: => 'Оценочные Комментарии',
1.8       www      1252: 
                   1253:    'Evaluation Data'
1.48      bisitz   1254: => 'Оценочные Данные',
1.8       www      1255: 
1.28      sakharuk 1256:    'Every problem in a particular folder (overrides course default)'
1.48      bisitz   1257: => 'Каждая задача в определенной папке (переопределяет заданные для курса по-умолчанию)',
1.8       www      1258: 
                   1259:    'Every problem in the course'
1.48      bisitz   1260: => 'Каждая задача в курсе',
1.8       www      1261: 
                   1262:    'Exam Information'
1.48      bisitz   1263: => 'Информация об Экзамене',
1.8       www      1264: 
                   1265:    'Exam Proctor'
                   1266: => 'Exam Proctor',
                   1267: 
                   1268:    'Excel'
                   1269: => 'Excel',
                   1270: 
1.25      sakharuk 1271:    'Excel format'
1.48      bisitz   1272: => 'Excel формат',
1.25      sakharuk 1273: 
1.8       www      1274:    'Excused by instructor'
1.48      bisitz   1275: => 'Освобожден Инструктором',
1.8       www      1276: 
                   1277:    'Exit LON-CAPA'
1.48      bisitz   1278: => 'Покинуть LON-CAPA',
1.8       www      1279: 
                   1280:    'Extent'
1.48      bisitz   1281: => 'Область',
1.8       www      1282: 
                   1283:    'External Resource'
1.48      bisitz   1284: => 'Внешний Ресурс',
1.8       www      1285: 
                   1286:    'FAIL'
1.48      bisitz   1287: => 'НЕУДАЧА',
1.8       www      1288: 
                   1289:    'Failed Access to Construction Space'
1.48      bisitz   1290: => 'Неудача Входа в Авторское Пространствоe',
1.8       www      1291: 
                   1292:    'Failed to copy source'
1.48      bisitz   1293: => 'Копирование источника провалилось',
1.8       www      1294: 
                   1295:    'Failed to write metadata copy'
                   1296: => 'Failed to write metadata copy',
                   1297: 
                   1298:    'False'
1.48      bisitz   1299: => 'Ложь',
1.8       www      1300: 
1.43      sakharuk 1301:    'Feedback Addresses for Course Content'
1.48      bisitz   1302: => 'Адреса для обратной связи по Содержанию Курса',
1.43      sakharuk 1303: 
1.24      sakharuk 1304:    'Feedback Addresses for Course Policy'
1.48      bisitz   1305: => 'Адреса для обратной связи по Структуре Курса',
1.24      sakharuk 1306: 
                   1307:    'Feedback Addresses for Resource Content Question'
1.48      bisitz   1308: => 'Адреса для обратной связи по Содержанию Курса',
1.24      sakharuk 1309: 
                   1310:    'Feedback Addresses for Course Content Comments'
1.48      bisitz   1311: => 'Адреса для обратной связи по Комментариям к Содержанию Курса',
1.24      sakharuk 1312: 
1.8       www      1313:    'Field'
1.48      bisitz   1314: => 'Поле',
1.8       www      1315: 
                   1316:    'Fielded Format'
1.48      bisitz   1317: => 'Fielded Формат',
1.8       www      1318: 
                   1319:    'File'
1.48      bisitz   1320: => 'Файл',
1.8       www      1321: 
                   1322:    'File Category'
1.48      bisitz   1323: => 'Категория Файла',
1.8       www      1324: 
                   1325:    'File copied.'
1.48      bisitz   1326: => 'Файл скопирован.',
1.8       www      1327: 
                   1328:    'Filenames in Construction Space'
1.48      bisitz   1329: => 'Имена Файлов в Авторском Пространстве',
1.8       www      1330: 
                   1331:    'Finalize Publication'
1.48      bisitz   1332: => 'Закончить Публикацию',
1.8       www      1333: 
                   1334:    'Finish Course Initialization'
1.48      bisitz   1335: => 'Завершить Инициализацию курса',
1.8       www      1336: 
1.32      sakharuk 1337:    'Finish Helper'
1.48      bisitz   1338: => 'Завершить Помощник',
1.32      sakharuk 1339: 
1.25      sakharuk 1340:    'First'
1.48      bisitz   1341: => 'Имя',
1.25      sakharuk 1342: 
1.8       www      1343:    'First Name'
1.48      bisitz   1344: => 'Имя',
1.8       www      1345: 
1.23      sakharuk 1346:    'First Resource'
1.48      bisitz   1347: => 'Первый Ресурс',
1.23      sakharuk 1348: 
1.8       www      1349:    'Foil'
                   1350: => 'Foil',
                   1351: 
                   1352:    'Foils'
                   1353: => 'Foils',
                   1354: 
                   1355:    'Folder'
1.48      bisitz   1356: => 'Папка',
1.8       www      1357: 
                   1358:    'Folder in Construction Space'
1.48      bisitz   1359: => 'Папка в Авторском Пространстве',
1.8       www      1360: 
                   1361:    'For User'
1.48      bisitz   1362: => 'Для Пользователя',
1.8       www      1363: 
                   1364:    'Force publication of unmodified files'
1.48      bisitz   1365: => 'Публиковать и немодифицированные файлы',
1.8       www      1366: 
                   1367:    'Format:'
1.48      bisitz   1368: => 'Формат:',
1.8       www      1369: 
                   1370:    'Forward'
1.48      bisitz   1371: => 'Вперед',
1.8       www      1372: 
                   1373:    'Forwarded message from'
1.48      bisitz   1374: => 'Пересланное сообщение от',
1.8       www      1375: 
                   1376:    'Forwarding'
1.48      bisitz   1377: => 'Пересылка',
1.8       www      1378: 
                   1379:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.48      bisitz   1380: => 'Найдены неанализируемые части задачи, в настоящее время поддерживаются лишь Численный, Формульный и Стринговый стили.',
1.8       www      1381: 
                   1382:    'Frequency'
1.48      bisitz   1383: => 'Частота',
1.8       www      1384: 
                   1385:    'Fri'
1.48      bisitz   1386: => 'Пт',
1.8       www      1387: 
                   1388:    'From'
1.48      bisitz   1389: => 'От',
1.8       www      1390: 
                   1391:    'Full Update'
1.48      bisitz   1392: => 'Полное Обновление',
1.8       www      1393: 
                   1394:    'Full update (also print list of users not enrolled anymore)'
1.48      bisitz   1395: => 'Полное Обновление (со списком более не зачисленных пользователей)',
1.8       www      1396: 
                   1397:    'Functions'
1.48      bisitz   1398: => 'Функции',
1.8       www      1399: 
                   1400:    'Generate Spreadsheet'
1.48      bisitz   1401: => 'Генерировать Журнал',
1.8       www      1402: 
                   1403:    'Generate Statistics'
1.48      bisitz   1404: => 'Генерировать Статистику',
1.8       www      1405: 
                   1406:    'Generate new role ...'
1.48      bisitz   1407: => 'Генерировать новую роль ...',
1.8       www      1408: 
                   1409:    'Generation'
1.48      bisitz   1410: => 'Поколение',
1.8       www      1411: 
                   1412:    'Getting Problem Variants'
1.48      bisitz   1413: => 'Получение Вариантов Задачи',
1.8       www      1414: 
                   1415:    'Go Back'
1.48      bisitz   1416: => 'Вернуться',
1.8       www      1417: 
                   1418:    'Go To My First Homework Problem'
1.48      bisitz   1419: => 'Перейти к Первой Задаче Задания',
1.8       www      1420: 
                   1421:    'Go to the next resource in the course sequence'
1.48      bisitz   1422: => 'Перейти к следующему ресурсу в курсовой последовательности',
1.8       www      1423: 
                   1424:    'Go to the previous resource in the course sequence'
1.48      bisitz   1425: => 'Перейти к предыдущему ресурсу в курсовой последовательности',
1.8       www      1426: 
                   1427:    'Goodbye'
1.48      bisitz   1428: => 'До Свидания',
1.8       www      1429: 
                   1430:    'Grades Spreadsheet'
1.48      bisitz   1431: => 'Журнал Оценок',
1.8       www      1432: 
                   1433:    'Grading'
1.48      bisitz   1434: => 'Способ оценки',
1.8       www      1435: 
                   1436:    'Grading Information'
1.48      bisitz   1437: => 'Информация об Отметках',
1.8       www      1438: 
                   1439:    'Grant/revoke Course Custom Role'
1.48      bisitz   1440: => 'Присвоить/отменить Специальную Роль для Курса',
1.8       www      1441: 
                   1442:    'Grant/revoke role of Administrator'
1.48      bisitz   1443: => 'Присвоить/отменить роль Администратора',
1.8       www      1444: 
                   1445:    'Grant/revoke role of Author'
1.48      bisitz   1446: => 'Присвоить/отменить роль Автора',
1.8       www      1447: 
                   1448:    'Grant/revoke role of Co-Author'
1.48      bisitz   1449: => 'Присвоить/отменить роль Соавтора',
1.8       www      1450: 
                   1451:    'Grant/revoke role of Course Coordinator'
1.48      bisitz   1452: => 'Присвоить/отменить роль Координатора Курса',
1.8       www      1453: 
                   1454:    'Grant/revoke role of Domain Coordinator'
1.48      bisitz   1455: => 'Присвоить/отменить роль Координатора Домена',
1.8       www      1456: 
                   1457:    'Grant/revoke role of Domain Guest'
1.48      bisitz   1458: => 'Присвоить/отменить роль Гостя Домена',
1.8       www      1459: 
                   1460:    'Grant/revoke role of Exam Proctor'
1.48      bisitz   1461: => 'Присвоить/отменить роль Экзаменационного Инспектора',
1.8       www      1462: 
                   1463:    'Grant/revoke role of Instructor'
1.48      bisitz   1464: => 'Присвоить/отменить роль Инструктора',
1.8       www      1465: 
                   1466:    'Grant/revoke role of Librarian'
1.48      bisitz   1467: => 'Присвоить/отменить роль Библиотекаря',
1.8       www      1468: 
                   1469:    'Grant/revoke role of Scantron Operator'
                   1470: => 'Grant/revoke role of Scantron Operator',
                   1471: 
                   1472:    'Grant/revoke role of Student'
1.48      bisitz   1473: => 'Присвоить/отменить роль Студента',
1.8       www      1474: 
                   1475:    'Grant/revoke role of Superuser'
1.48      bisitz   1476: => 'Присвоить/отменить роль Сурерпользователя',
1.8       www      1477: 
                   1478:    'Grant/revoke role of Teaching Assistant'
1.48      bisitz   1479: => 'Присвоить/отменить роль помощника преподавателя',
1.8       www      1480: 
                   1481:    'Group/Section'
1.48      bisitz   1482: => 'Группа/Раздел',
1.8       www      1483: 
                   1484:    'HTML'
                   1485: => 'HTML',
                   1486: 
                   1487:    'HTML/XML'
                   1488: => 'HTML/XML',
                   1489: 
1.43      sakharuk 1490:    'HTML can be allowed or banned inside of course discussion.'
1.48      bisitz   1491: => '<p>HTML может быть разрешен или запрещен в курсовых обсуждениях.</p>',
1.43      sakharuk 1492: 
                   1493:    'HTML in Discussions'
1.48      bisitz   1494: => 'HTML в Обсуждениях',
1.43      sakharuk 1495: 
1.8       www      1496:    'Height(pixel):'
1.48      bisitz   1497: => 'Высота(pixel):',
1.8       www      1498: 
                   1499:    'Help'
1.48      bisitz   1500: => 'Помощь',
1.8       www      1501: 
1.23      sakharuk 1502:    'Help on Creating Courses'
1.48      bisitz   1503: => 'Помощь в Создании Курса',
1.23      sakharuk 1504: 
1.8       www      1505:    'Helproom Hours'
1.48      bisitz   1506: => 'Часы Работы Helproom',
1.8       www      1507: 
                   1508:    'Hide'
1.48      bisitz   1509: => 'Спрятать',
1.8       www      1510: 
1.42      sakharuk 1511:    'Hide Empty Rows in Spreadsheets'
1.48      bisitz   1512: => 'Прятать Пустые Строки в Электронных Таблицах',
1.42      sakharuk 1513: 
1.8       www      1514:    'Hint Text'
                   1515: => 'Hint Text',
                   1516: 
                   1517:    'Host'
1.48      bisitz   1518: => 'Хозяин',
1.8       www      1519: 
                   1520:    'ID/Student Number'
1.48      bisitz   1521: => 'ID/Студенчнский Номер',
1.8       www      1522: 
                   1523:    'Identify fields'
1.48      bisitz   1524: => 'Определи поля',
1.8       www      1525: 
                   1526:    'If active, the new role will be available when the students next log in to LON-CAPA.'
                   1527: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
                   1528: 
                   1529:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
                   1530: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
                   1531: 
                   1532:    'Ignore First Line'
1.48      bisitz   1533: => 'Игнорировать Первую Строку',
1.8       www      1534: 
                   1535:    'Illegal filename.'
1.48      bisitz   1536: => 'Неправильное имя файла.',
1.8       www      1537: 
                   1538:    'Image:'
1.48      bisitz   1539: => 'Изображение:',
1.8       www      1540: 
1.23      sakharuk 1541:    'Immediately expire own role as Course Coordinator'
1.48      bisitz   1542: => 'Немедленно Закончить собственную роль Координатора Курса',
1.23      sakharuk 1543: 
1.8       www      1544:    'Import'
1.48      bisitz   1545: => 'Импорт',
1.8       www      1546: 
                   1547:    'Import a published document'
1.48      bisitz   1548: => 'Импортировать опубликованный документ',
1.8       www      1549: 
1.24      sakharuk 1550:    'Import and Paste Area'
1.48      bisitz   1551: => 'Область для Импорта',
1.24      sakharuk 1552: 
1.23      sakharuk 1553:    'Include retrieval of student photographs?'
1.48      bisitz   1554: => 'Запрашивать ли студенческие фотографии?',
1.23      sakharuk 1555: 
1.8       www      1556:    'Incorrect'
1.48      bisitz   1557: => 'Неверно',
1.8       www      1558: 
                   1559:    'Incorrect Answers:'
1.48      bisitz   1560: => 'Неверные Ответы:',
1.8       www      1561: 
                   1562:    'Initial Password'
1.48      bisitz   1563: => 'Начальный Пароль',
1.8       www      1564: 
1.23      sakharuk 1565:    'Institutional Information'
1.48      bisitz   1566: => 'Информация об Институте/Организации',
1.23      sakharuk 1567: 
1.8       www      1568:    'Instructor'
1.48      bisitz   1569: => 'Инструктор',
1.8       www      1570: 
1.42      sakharuk 1571:    'instructor'
1.48      bisitz   1572: => 'инструктор',
1.42      sakharuk 1573: 
1.8       www      1574:    'Instructor Information'
1.48      bisitz   1575: => 'Информация об Инструкторе',
1.8       www      1576: 
                   1577:    'Internal Filename'
1.48      bisitz   1578: => 'Внутреннее Имя Файла',
1.8       www      1579: 
                   1580:    'Internally authenticated'
1.48      bisitz   1581: => 'Внутренне удостоверять подлинность',
1.26      sakharuk 1582: 
                   1583:    'Invalid characters in requested name have been removed.'
1.48      bisitz   1584: => 'Неправильные символы в запрашиваемом имени были удалены.',
1.8       www      1585: 
                   1586:    'Invalid date entry'
1.48      bisitz   1587: => 'Неверная дата входа',
1.8       www      1588: 
                   1589:    'Invalid home server specified'
1.48      bisitz   1590: => 'Задан неправильный домашний сервер',
1.8       www      1591: 
1.25      sakharuk 1592:    'Invalid login mode or password.'
1.48      bisitz   1593: => 'Неверная мода входа или пароль.',
1.25      sakharuk 1594: 
                   1595:    'Invalid username or domain'
1.48      bisitz   1596: => 'Неверное имя пользователя или домен',
1.25      sakharuk 1597: 
1.8       www      1598:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.48      bisitz   1599: => 'Рекомендация использовать последнюю версию вирус сканера перед обращением с данным файлом.',
1.8       www      1600: 
                   1601:    'July'
1.48      bisitz   1602: => 'Июль',
1.8       www      1603: 
                   1604:    'June'
1.48      bisitz   1605: => 'Июнь',
1.8       www      1606: 
                   1607:    'Keep all Resources up-to-date with most recent Versions (default)'
                   1608: => 'Keep all Resources up-to-date with most recent Versions (default)',
                   1609: 
                   1610:    'Kerberos authenticated'
                   1611: => 'Kerberos authenticated',
                   1612: 
                   1613:    'Keyword(s)'
1.48      bisitz   1614: => 'Ключевое Слово(а)',
1.8       www      1615: 
                   1616:    'Keywords'
1.48      bisitz   1617: => 'Ключевые Слова',
1.8       www      1618: 
                   1619:    'LON-CAPA Domain for Students'
1.48      bisitz   1620: => 'LON-CAPA Домен для Студентов',
1.8       www      1621: 
                   1622:    'LON-CAPA Enrollment Manager'
                   1623: => 'LON-CAPA Enrollment Manager',
                   1624: 
1.43      sakharuk 1625:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
1.48      bisitz   1626: => '<p>LON-CAPA поддерживает обсуждение в реальном времени. Данный курс получит свою собственную дискуссионную комнату. Вы можете закрыть студентам, помощникам преподавателя или инструкторам доступ в дискуссионную комнату.</p>',
1.43      sakharuk 1627: 
1.8       www      1628:    'LON-CAPA Helper:'
                   1629: => 'LON-CAPA Helper:',
                   1630: 
1.43      sakharuk 1631:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
1.48      bisitz   1632: => 'LON-CAPA сохраняет обсуждения всех ресурсов, включенных в курс. По-умолчанию, всем пользователям позволяется участвовать в таких обсуждениях. <p>Если Вы желаете запретить некоторым категориям пользователей участие в подобных обсуждениях, выберите эти категории ниже. Заметим, что Ваш класс может не иметь всех данных ролей. В этом случае Вы можете игнорировать роли, не предполагаемые для использования. (Например, &quot;Exam Proctor&quot; полезен лишь для больших курсов.)</p> <p>Категории пользователей, не участвующих в обсуждениях, тем не менее могут просматривать сообщения других пользователей.</p>',
1.43      sakharuk 1633: 
1.8       www      1634:    'LON-CAPA domain: [_1]'
1.48      bisitz   1635: => 'LON-CAPA домен: [_1]',
1.8       www      1636: 
                   1637:    'Language'
1.48      bisitz   1638: => 'Язык',
1.8       www      1639: 
1.25      sakharuk 1640:    'Last'
1.48      bisitz   1641: => 'Фамилия',
1.25      sakharuk 1642: 
1.8       www      1643:    'Last Modified'
1.48      bisitz   1644: => 'Последняя Модифицикация',
1.8       www      1645: 
                   1646:    'Last Name'
1.48      bisitz   1647: => 'Фамилия',
1.8       www      1648: 
                   1649:    'Last Name, First Names'
1.48      bisitz   1650: => 'Фамилия, Имя',
1.8       www      1651: 
                   1652:    'Last Week'
1.48      bisitz   1653: => 'Последняя Неделя',
1.8       www      1654: 
                   1655:    'Last access'
1.48      bisitz   1656: => 'Последний доступ',
1.8       www      1657: 
                   1658:    'Last accessed'
1.48      bisitz   1659: => 'Использовано в последний раз',
1.8       www      1660: 
                   1661:    'Last modified'
1.48      bisitz   1662: => 'В последний раз модифицированно',
1.8       www      1663: 
                   1664:    'Last updated'
1.48      bisitz   1665: => 'В последний раз Обновлен(а)',
1.8       www      1666: 
                   1667:    'Launch Remote Control'
1.48      bisitz   1668: => 'Стартовать Пульт Дистанционного Управления',
1.8       www      1669: 
                   1670:    'Librarian'
1.48      bisitz   1671: => 'Библиотекарь',
1.8       www      1672: 
                   1673:    'Limit by copyright/distribution'
1.48      bisitz   1674: => 'Ограничить авторскими правами/распространением',
1.8       www      1675: 
                   1676:    'Limit by language'
1.48      bisitz   1677: => 'Ограничить языком',
1.8       www      1678: 
1.41      sakharuk 1679:    'List of hidden parts (hiddenparts)'
1.48      bisitz   1680: => 'Список спрятанных частей (hiddenparts)',
1.41      sakharuk 1681: 
1.8       www      1682:    'List of possible answers'
1.48      bisitz   1683: => 'Список возможных ответов',
1.8       www      1684: 
1.22      sakharuk 1685:    'List Directory'
1.48      bisitz   1686: => 'Содержимое Директории',
1.22      sakharuk 1687: 
1.8       www      1688:    'Load'
1.48      bisitz   1689: => 'Загрузить',
1.8       www      1690: 
                   1691:    'Load Map'
1.48      bisitz   1692: => 'Загрузить Последовательность',
1.8       www      1693: 
                   1694:    'Load:'
1.48      bisitz   1695: => 'Загрузка:',
1.26      sakharuk 1696: 
                   1697:    'Location'
1.48      bisitz   1698: => 'Местоположение',
1.8       www      1699: 
                   1700:    'Lock and unlock assessments'
                   1701: => 'Lock and unlock assessments',
                   1702: 
                   1703:    'Log in'
1.48      bisitz   1704: => 'Вход',
1.8       www      1705: 
                   1706:    'Logged Out'
1.48      bisitz   1707: => 'Выход',
1.8       www      1708: 
1.22      sakharuk 1709:    'Login Data'
1.48      bisitz   1710: => 'Данные для входа',
1.22      sakharuk 1711: 
1.8       www      1712:    'Login Type'
1.48      bisitz   1713: => 'Тип Входа в Систему',
1.8       www      1714: 
                   1715:    'MIME Type'
1.48      bisitz   1716: => 'MIME Тип',
1.8       www      1717: 
                   1718:    'Mail'
1.48      bisitz   1719: => 'Почта',
1.8       www      1720: 
                   1721:    'Main Course Documents'
1.48      bisitz   1722: => 'Главные Документы Курса',
1.8       www      1723: 
                   1724:    'Main Menu'
1.48      bisitz   1725: => 'Главное Меню',
1.8       www      1726: 
1.26      sakharuk 1727:    'Make new directory'
1.48      bisitz   1728: => 'Создать новую директорию',
1.26      sakharuk 1729: 
                   1730:    'Make new file'
1.48      bisitz   1731: => 'Создать новый файл',
1.26      sakharuk 1732: 
1.8       www      1733:    'Make notes and annotations about this resource'
1.48      bisitz   1734: => 'Сделать заметки и аннотацию этого ресурса',
1.8       www      1735: 
                   1736:    'Making Backup to'
                   1737: => 'Making Backup to',
                   1738: 
                   1739:    'Manage Access Keys'
1.48      bisitz   1740: => 'Управление Ключами Доступа',
1.8       www      1741: 
                   1742:    'Manage access keys'
1.48      bisitz   1743: => 'Управление ключами доступа',
1.8       www      1744: 
                   1745:    'Map'
1.48      bisitz   1746: => 'Последовательность',
1.8       www      1747: 
                   1748:    'Map contents are not shown in order.'
1.48      bisitz   1749: => 'Оглавление последовательности показано не по порядку.',
1.8       www      1750: 
1.24      sakharuk 1751:    'Map has branchings. Use advanced editor.'
1.48      bisitz   1752: => 'Последовательность содержит ветвления. Используйте продвинутый редактор.',
1.24      sakharuk 1753: 
                   1754:    'Map has conditions. Use advanced editor.'
1.48      bisitz   1755: => 'Последовательность содержит условия. Используйте продвинутый редактор.',
1.24      sakharuk 1756: 
                   1757:    'Map has resource parameters. Use advanced editor.'
1.48      bisitz   1758: => 'Последовательность содержит параметры ресурсов. Используйте продвинутый редактор.',
1.24      sakharuk 1759: 
                   1760:    'Map has unconnected resources. Use advanced editor.'
1.48      bisitz   1761: => 'Последовательность содержит нецоединенные ресурсы. Используйте продвинутый редактор.',
1.24      sakharuk 1762: 
1.8       www      1763:    'March'
1.48      bisitz   1764: => 'Март',
1.8       www      1765: 
                   1766:    'Mark Unread'
1.48      bisitz   1767: => 'Отметить Непрочитанные',
1.8       www      1768: 
                   1769:    'Material appears to be correct'
1.48      bisitz   1770: => 'Материал верен',
1.8       www      1771: 
                   1772:    'Material covered with sufficient depth'
1.48      bisitz   1773: => 'Материал раскрыт достаточно глубоко',
1.8       www      1774: 
                   1775:    'Material is helpful'
1.48      bisitz   1776: => 'Материал полезен',
1.8       www      1777: 
                   1778:    'Material presented in clear way'
1.48      bisitz   1779: => 'Материал представлен доступно',
1.8       www      1780: 
                   1781:    'Max Number Of Shown Foils:'
1.48      bisitz   1782: => 'Максимальное Число Показанных Foils:',
1.8       www      1783: 
                   1784:    'Max Possible To Date'
                   1785: => 'Max Possible To Date',
                   1786: 
                   1787:    'Max Tries'
1.48      bisitz   1788: => 'Max Число Попыток',
1.8       www      1789: 
                   1790:    'Max number of foils displayed'
                   1791: => 'Max number of foils displayed',
                   1792: 
1.26      sakharuk 1793:    'Maximum Number of Collaborators'
1.48      bisitz   1794: => 'Максимальное Число Сотрудников',
1.26      sakharuk 1795: 
1.41      sakharuk 1796:    'Maximum Number of Collaborators (maxcollaborators)'
1.48      bisitz   1797: => 'Максимальное Число Сотрудников (maxcollaborators)',
1.41      sakharuk 1798: 
                   1799:    'Maximum Number of Tries (maxtries)'
1.48      bisitz   1800: => 'Максимальное Число Попыток (maxtries)',
1.41      sakharuk 1801: 
1.8       www      1802:    'May'
1.48      bisitz   1803: => 'Май',
1.8       www      1804: 
                   1805:    'Mean Tries'
1.48      bisitz   1806: => 'Среднее Число Попыток',
1.8       www      1807: 
1.23      sakharuk 1808:    'Messaging'
                   1809: => 'Messaging',
                   1810: 
1.8       www      1811:    'Metadata'
1.48      bisitz   1812: => 'Метаданные',
1.8       www      1813: 
                   1814:    'Metadata Information'
1.48      bisitz   1815: => 'Информация о Метаданных',
1.8       www      1816: 
                   1817:    'Metadata Version'
1.48      bisitz   1818: => 'Версия Метаданных',
1.8       www      1819: 
                   1820:    'Metadata current version'
1.48      bisitz   1821: => 'Текущая версия метаданных',
1.8       www      1822: 
                   1823:    'Middle Names/Initials'
1.48      bisitz   1824: => 'Отчество/Инициалы',
1.8       www      1825: 
1.25      sakharuk 1826:    'Middle'
1.48      bisitz   1827: => 'Отчество',
1.25      sakharuk 1828: 
1.22      sakharuk 1829:    'Middle Name'
1.48      bisitz   1830: => 'Отчество',
1.22      sakharuk 1831: 
1.8       www      1832:    'Mime type'
1.48      bisitz   1833: => 'Mime тип',
1.8       www      1834: 
1.25      sakharuk 1835:    'Missing Kerberos domain information.'
                   1836: => 'Missing Kerberos domain information.',
                   1837: 
1.8       www      1838:    'Modification Date'
1.48      bisitz   1839: => 'Дата Модификации',
1.8       www      1840: 
                   1841:    'Modified'
1.48      bisitz   1842: => 'Модифицирован',
1.8       www      1843: 
                   1844:    'Modify Course Assessment Parameters'
1.48      bisitz   1845: => 'Модифицировать Параметры Доступа к Курсу',
1.8       www      1846: 
1.25      sakharuk 1847:    'Modify Enrollment for'
1.48      bisitz   1848: => 'Модифицировать Зачисление для',
1.25      sakharuk 1849: 
1.8       www      1850:    'Modify Parameters'
1.48      bisitz   1851: => 'Изменить Параметры',
1.8       www      1852: 
1.22      sakharuk 1853:    'Modify User'
1.48      bisitz   1854: => 'Модифицировать Пользователя',
1.22      sakharuk 1855: 
1.25      sakharuk 1856:    'Modify another students data'
1.48      bisitz   1857: => 'Модифицировать данные других студентов',
1.25      sakharuk 1858: 
1.8       www      1859:    'Modify authentication mechanism and data for a user'
1.48      bisitz   1860: => 'Модифицировать механизм паспознавания и данные для пользователя',
1.8       www      1861: 
                   1862:    'Modify deadlines, etc, for this assessment resource'
                   1863: => 'Modify deadlines, etc, for this assessment resource',
                   1864: 
                   1865:    'Modify grades'
1.48      bisitz   1866: => 'Изменить оценки',
1.8       www      1867: 
                   1868:    'Modify student data'
1.48      bisitz   1869: => 'Изменить студенческие данные',
1.8       www      1870: 
                   1871:    'Modify user grades for this assessment resource'
                   1872: => 'Modify user grades for this assessment resource',
                   1873: 
1.25      sakharuk 1874:    'Modifying data for user'
1.48      bisitz   1875: => 'Модификация данных для пользователя',
1.25      sakharuk 1876: 
1.8       www      1877:    'Mon'
1.48      bisitz   1878: => 'Пн',
1.8       www      1879: 
                   1880:    'Most recently published Version'
1.48      bisitz   1881: => 'Последняя опубликованная Версия',
1.8       www      1882: 
1.22      sakharuk 1883:    'Move current file to'
1.48      bisitz   1884: => 'Перенести текущий файл в',
1.22      sakharuk 1885: 
1.8       www      1886:    'Move Down'
1.48      bisitz   1887: => 'Двинуться Вниз',
1.8       www      1888: 
                   1889:    'Move Up'
1.48      bisitz   1890: => 'Двинуться Вверх',
1.8       www      1891: 
                   1892:    'My Personal Info'
1.48      bisitz   1893: => 'Моя Персональная Информация',
1.8       www      1894: 
                   1895:    'Name'
1.48      bisitz   1896: => 'Имя',
1.8       www      1897: 
                   1898:    'Name starting with'
1.48      bisitz   1899: => 'Имя начиная с',
1.8       www      1900: 
                   1901:    'Name:'
1.48      bisitz   1902: => 'Имя:',
1.8       www      1903: 
1.22      sakharuk 1904:    'Name of Role'
1.48      bisitz   1905: => 'Имя Роли',
1.22      sakharuk 1906: 
1.8       www      1907:    'Navigate Contents'
                   1908: => 'Navigate Contents',
                   1909: 
                   1910:    'Navigate Course Contents'
1.48      bisitz   1911: => 'Содержание Курса',
1.8       www      1912: 
                   1913:    'Navigate the table of contents for this course'
                   1914: => 'Navigate the table of contents for this course',
                   1915: 
                   1916:    'Network-wide number of accesses (hits)'
1.48      bisitz   1917: => 'Число доступов в сети (нажатий)',
1.8       www      1918: 
                   1919:    'Network-wide number of courses using resource'
1.48      bisitz   1920: => 'Число курсов в сети, использующих ресурс',
1.8       www      1921: 
1.26      sakharuk 1922:    'New Directory'
1.48      bisitz   1923: => 'Новая Директория',
1.26      sakharuk 1924: 
1.8       www      1925:    'New Folder'
1.48      bisitz   1926: => 'Новая Папка',
1.8       www      1927: 
                   1928:    'New Messages'
1.48      bisitz   1929: => 'Новые Сообщения',
1.8       www      1930: 
                   1931:    'New Problem Variation'
1.48      bisitz   1932: => 'Новая Вариация Задачи',
1.8       www      1933: 
                   1934:    'New Randomization'
1.48      bisitz   1935: => 'Новая Рэндомизация',
1.8       www      1936: 
1.26      sakharuk 1937:    'New Resource'
1.48      bisitz   1938: => 'Новый Ресурс',
1.26      sakharuk 1939: 
1.22      sakharuk 1940:    'New Role'
1.48      bisitz   1941: => 'Новая Роль',
1.22      sakharuk 1942: 
1.8       www      1943:    'New Search'
1.48      bisitz   1944: => 'Новый Поиск',
1.8       www      1945: 
                   1946:    'New Title'
1.48      bisitz   1947: => 'Новое Название',
1.8       www      1948: 
1.22      sakharuk 1949:    'New User'
1.48      bisitz   1950: => 'Новый Пользователь',
1.22      sakharuk 1951: 
1.25      sakharuk 1952:    'New Value'
1.48      bisitz   1953: => 'Новое Значение',
1.25      sakharuk 1954: 
1.22      sakharuk 1955:    'New assembled page'
1.48      bisitz   1956: => 'Новая собранная страница',
1.22      sakharuk 1957: 
                   1958:    'New assembled sequence'
1.48      bisitz   1959: => 'Новая собранная последовательность',
1.22      sakharuk 1960: 
                   1961:    'New custom rights file'
1.48      bisitz   1962: => 'Новый файл с правами',
1.22      sakharuk 1963: 
1.8       www      1964:    'New discussion since'
1.48      bisitz   1965: => 'Новое обсуждение с',
1.8       www      1966: 
1.22      sakharuk 1967:    'New file'
1.48      bisitz   1968: => 'Новый файл',
1.22      sakharuk 1969: 
                   1970:    'New HTML file'
1.48      bisitz   1971: => 'Новый HTML файл',
1.22      sakharuk 1972: 
1.47      albertel 1973:    'New parameters or saved values'
1.48      bisitz   1974: => 'Новые параметры ипи сохраненные значения',
1.8       www      1975: 
1.22      sakharuk 1976:    'New problem'
1.48      bisitz   1977: => 'Новая задача',
1.22      sakharuk 1978: 
                   1979:    'New style file'
1.48      bisitz   1980: => 'Новый стилевой файл',
1.22      sakharuk 1981: 
                   1982:    'New subdirectory'
1.48      bisitz   1983: => 'Новая поддиректория',
1.22      sakharuk 1984: 
1.8       www      1985:    'Next'
1.48      bisitz   1986: => 'Далее',
1.8       www      1987: 
                   1988:    'Next ->'
1.48      bisitz   1989: => 'Далее ->',
1.8       www      1990: 
                   1991:    'Next Month'
1.48      bisitz   1992: => 'Следующий Месяц',
1.8       www      1993: 
1.16      sakharuk 1994:    'No'
1.48      bisitz   1995: => 'Нет',
1.16      sakharuk 1996: 
1.8       www      1997:    'No Kerberos domain was specified.'
1.48      bisitz   1998: => 'Kerberos домен не задан.',
1.8       www      1999: 
                   2000:    'No Role, Cumulative Privileges'
1.48      bisitz   2001: => 'Роли нет, Совокупные Привилегии',
1.8       www      2002: 
                   2003:    'No changes were made to the current settings.'
1.48      bisitz   2004: => 'Отсутствуют изменения в текущих установках.',
1.8       www      2005: 
                   2006:    'No content modifications yet.'
1.48      bisitz   2007: => 'Изменения в содержании отсутствуют.',
1.8       www      2008: 
                   2009:    'No due date'
1.48      bisitz   2010: => 'Нет даты сдачи',
1.8       www      2011: 
                   2012:    'No language preference'
1.48      bisitz   2013: => 'Нет языковых предпочтений',
1.26      sakharuk 2014: 
                   2015:    'No new filename specified.'
1.48      bisitz   2016: => 'Новое имя файла не задано.',
1.8       www      2017: 
                   2018:    'No previous versions published.'
1.48      bisitz   2019: => 'Нет предыдущих опубликованных версий.',
1.8       www      2020: 
                   2021:    'No role specified'
1.48      bisitz   2022: => 'Роль не определена',
1.8       www      2023: 
1.32      sakharuk 2024:    'No section assigned'
1.48      bisitz   2025: => 'Раздел не задан',
1.32      sakharuk 2026: 
1.26      sakharuk 2027:    'No such file'
1.48      bisitz   2028: => 'Нет такого файла',
1.26      sakharuk 2029: 
1.8       www      2030:    'No upload file specified.'
1.48      bisitz   2031: => 'Обновляемый файл не задан.',
1.8       www      2032: 
                   2033:    'No write permission to'
                   2034: => 'No write permission to',
                   2035: 
                   2036:    'No write permission to user directory, FAIL'
                   2037: => 'No write permission to user directory, FAIL',
                   2038: 
                   2039:    'None Found'
1.48      bisitz   2040: => 'Ничего не найдено',
1.8       www      2041: 
1.26      sakharuk 2042:    'Not Allowed'
1.48      bisitz   2043: => 'Не Позволено',
1.26      sakharuk 2044: 
1.8       www      2045:    'Not shown, not used'
1.48      bisitz   2046: => 'Не показан, не использован',
1.8       www      2047: 
                   2048:    'Note: for large courses, this operation may be time consuming'
1.48      bisitz   2049: => 'Замечание: для больших курсов данная операция весьма длительна',
1.8       www      2050: 
                   2051:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
                   2052: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
                   2053: 
                   2054:    'Note: this will not take effect if the user already exists'
1.48      bisitz   2055: => 'Замечание: это не будет действовать если пользователь уже существует',
1.8       www      2056: 
                   2057:    'Notes'
1.48      bisitz   2058: => 'Заметки',
1.8       www      2059: 
1.23      sakharuk 2060:    'Notification of enrollment changes'
                   2061: => 'Notification of enrollment changes',
                   2062: 
                   2063:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   2064: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
                   2065: 
1.8       www      2066:    'November'
1.48      bisitz   2067: => 'Ноябрь',
1.27      sakharuk 2068: 
                   2069:    'Number of assignments printed at the same time:'
1.48      bisitz   2070: => 'Число студенческих заданий, печатаемых одновременно:',
1.27      sakharuk 2071: 
1.41      sakharuk 2072:    'Number of bubbles in exam mode (numbubbles)'
1.48      bisitz   2073: => 'Число вопросов в экзаменационной моде (numbubbles)',
1.41      sakharuk 2074: 
1.8       www      2075:    'Number of Plots:'
1.48      bisitz   2076: => 'Число Графиков:',
1.8       www      2077: 
1.16      sakharuk 2078:    'Number of columns'
1.48      bisitz   2079: => 'Число столбцов',
1.16      sakharuk 2080: 
1.8       www      2081:    'Number of resources that follow this resource in maps'
1.48      bisitz   2082: => 'Число ресурсов следующих в последовательностях за данным',
1.8       www      2083: 
                   2084:    'Number of resources that lead up to this resource in maps'
1.48      bisitz   2085: => 'Число ресурсов в последовательностях перед данным',
1.8       www      2086: 
                   2087:    'Number of resources using or importing resource'
1.48      bisitz   2088: => 'Число ресурсов использующих или импортирующих ресурсы',
1.8       www      2089: 
1.41      sakharuk 2090:    'Number of Tries before hints appear (hinttries)'
1.48      bisitz   2091: => 'Число Попыток до появления подсказки (hinttries)',
1.41      sakharuk 2092: 
                   2093:    'Numerical Tolerance (tol)'
1.48      bisitz   2094: => 'Допустимая Численная Ошибка (tol)',
1.41      sakharuk 2095: 
1.8       www      2096:    'Obsolete'
1.48      bisitz   2097: => 'Устаревший',
1.8       www      2098: 
1.47      albertel 2099:    'Obsolete parameters or saved values'
1.48      bisitz   2100: => 'Устаревшие параметры или сохраненные значения',
1.8       www      2101: 
                   2102:    'October'
1.48      bisitz   2103: => 'Октябрь',
1.8       www      2104: 
                   2105:    'Office Hours'
1.48      bisitz   2106: => 'Часы Приема Студентов',
1.8       www      2107: 
1.25      sakharuk 2108:    'Old Value'
1.48      bisitz   2109: => 'Старое Значение',
1.25      sakharuk 2110: 
1.28      sakharuk 2111:    'One particular problem (overrides folder and course defaults)'
1.48      bisitz   2112: => 'Одна определенная задача (переопределяет заданные для курса или папки по-умолчанию)',
1.8       www      2113: 
1.25      sakharuk 2114:    'Only domain coordinators can change a users password.'
1.48      bisitz   2115: => 'Только координатор домена может изменить пароли пользователей',
1.25      sakharuk 2116: 
1.8       www      2117:    'Only a number required.'
1.48      bisitz   2118: => 'Только число допустимо.',
1.8       www      2119: 
                   2120:    'Open'
1.48      bisitz   2121: => 'Открыть',
1.8       www      2122: 
1.23      sakharuk 2123:    'Open Course'
1.48      bisitz   2124: => 'Открыть Курс',
1.23      sakharuk 2125: 
                   2126:    'Open all assessments'
1.48      bisitz   2127: => 'Открыть все задания',
1.23      sakharuk 2128: 
1.8       www      2129:    'Open All Folders'
1.48      bisitz   2130: => 'Открыть Все Папки',
1.8       www      2131: 
                   2132:    'Open, no due date'
1.48      bisitz   2133: => 'Открыт, дата сдачи отсутствует',
1.8       www      2134: 
1.41      sakharuk 2135:    'Opening Date (contentopen)'
1.48      bisitz   2136: => 'Дата Открытия Содержимого (contentopen)',
1.41      sakharuk 2137: 
                   2138:    'Opening Date (opendate)'
1.48      bisitz   2139: => 'Дата Открытия (opendate)',
1.41      sakharuk 2140: 
1.8       www      2141:    'Option Response Problem Analysis'
                   2142: => 'Option Response Problem Analysis',
                   2143: 
                   2144:    'Option response'
                   2145: => 'Option response',
                   2146: 
                   2147:    'Output'
1.48      bisitz   2148: => 'Вывод',
1.8       www      2149: 
                   2150:    'Output Format'
1.48      bisitz   2151: => 'Формат Вывода',
1.8       www      2152: 
                   2153:    'Overall Problem Statistics'
1.48      bisitz   2154: => 'Общая Статистика по Задаче',
1.8       www      2155: 
                   2156:    'Owner/Publisher'
1.48      bisitz   2157: => 'Владелец/Издатель',
1.8       www      2158: 
                   2159:    'Page'
1.48      bisitz   2160: => 'Страница',
1.8       www      2161: 
1.16      sakharuk 2162:    'Page layout'
1.57      bisitz   2163: => 'Страница', # 'Разметка страницы',
1.16      sakharuk 2164: 
1.8       www      2165:    'Parameter Name'
1.48      bisitz   2166: => 'Имя Параметра',
1.8       www      2167: 
                   2168:    'Parameter Type'
1.48      bisitz   2169: => 'Тип Параметра',
1.8       www      2170: 
                   2171:    'Parameter in Effect'
1.48      bisitz   2172: => 'Действующий Параметр',
1.8       www      2173: 
                   2174:    'Parent Directory'
1.48      bisitz   2175: => 'Родительская Директория',
1.8       www      2176: 
                   2177:    'Part'
1.48      bisitz   2178: => 'Часть',
1.8       www      2179: 
1.41      sakharuk 2180:    'Part Description (display)'
1.48      bisitz   2181: => 'Описание Части (display)',
1.41      sakharuk 2182: 
1.8       www      2183:    'Part is not open to be viewed. It'
1.48      bisitz   2184: => 'Часть не открыта для просмотра. Она',
1.8       www      2185: 
1.24      sakharuk 2186:    'Paste after selected'
1.48      bisitz   2187: => 'Вставить после выбора',
1.24      sakharuk 2188: 
1.8       www      2189:    'Password'
1.48      bisitz   2190: => 'Пароль',
1.8       www      2191: 
                   2192:    'Path'
1.48      bisitz   2193: => 'Путь',
1.8       www      2194: 
                   2195:    'Per Page'
1.48      bisitz   2196: => 'На Страницу',
1.8       www      2197: 
1.22      sakharuk 2198:    'Personal Data'
1.48      bisitz   2199: => 'Персональные Данные',
1.22      sakharuk 2200: 
1.8       www      2201:    'Personal Information'
1.48      bisitz   2202: => 'Персональная Информация',
1.8       www      2203: 
1.23      sakharuk 2204:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   2205: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
                   2206: 
1.25      sakharuk 2207:    'Please contact your LON-CAPA administrator regarding this situation.'
1.48      bisitz   2208: => 'Пожалуйста обратитесь к Вашемы LON-CAPA администратору относительно данной ситуации.',
1.26      sakharuk 2209: 
1.8       www      2210:    'Please do not reply to this address.'
1.48      bisitz   2211: => 'Пожалуйста не отвечайте по этому адресу.',
1.8       www      2212: 
                   2213:    'Please either'
1.48      bisitz   2214: => 'Пожалуйста введите',
1.8       www      2215: 
                   2216:    'Please notify the server administrator '
1.48      bisitz   2217: => 'Пожалуйста сообщите администратору сервера ',
1.8       www      2218: 
                   2219:    'Please pick a version to retrieve'
1.48      bisitz   2220: => 'Пожалуйста выберите версию',
1.8       www      2221: 
                   2222:    'Please select a problem to analyze'
1.48      bisitz   2223: => 'Выберите задачу для анализа',
1.8       www      2224: 
                   2225:    'Please select a report to generate'
1.48      bisitz   2226: => 'Выберите генерируемый отчет',
1.8       www      2227: 
1.25      sakharuk 2228:    'Please select an authentication mechanism'
                   2229: => 'Please select an authentication mechanism',
                   2230: 
1.23      sakharuk 2231:    'Please select the authentication mechanism'
                   2232: => 'Please select the authentication mechanism',
                   2233: 
1.32      sakharuk 2234:    'Please select the section you wish to set the answer open date for:'
1.48      bisitz   2235: => 'Выберите раздел, для которого Вы задаете дату показа ответов',
1.32      sakharuk 2236: 
                   2237:    'Please select the section you wish to set the due date for:'
1.48      bisitz   2238: => 'Выберите раздел, для которого Вы задаете дату сдачи',
1.32      sakharuk 2239: 
                   2240:    'Please select the section you wish to set the number of tries for:'
1.48      bisitz   2241: => 'Выберите раздел/папку, для которой Вы задаете число попыток',
1.32      sakharuk 2242: 
                   2243:    'Please select the section you wish to set the opening date for:'
1.48      bisitz   2244: => 'Выберите раздел, для которого Вы задаете дату доступа к задаче',
1.32      sakharuk 2245: 
                   2246:    'Please select the section you wish to set the problem weight for:'
1.48      bisitz   2247: => 'Выберите раздел, для которого Вы задаете вес задачи',
1.32      sakharuk 2248: 
                   2249:    'Please select the student you wish to set the answer open date for:'
1.48      bisitz   2250: => 'Выберите студента, для которого Вы задаете дату показа ответов',
1.32      sakharuk 2251: 
                   2252:    'Please select the student you wish to set the due date for:'
1.48      bisitz   2253: => 'Выберите студента, для которого Вы задаете дату сдачи',
1.32      sakharuk 2254: 
                   2255:    'Please select the student you wish to set the number of tries for:'
1.48      bisitz   2256: => 'Выберите студента, для которого Вы задаете число попыток',
1.32      sakharuk 2257: 
                   2258:    'Please select the student you wish to set the opening date for:'
1.48      bisitz   2259: => 'Выберите студента, для которого Вы задаете дату доступа к задаче',
1.32      sakharuk 2260: 
                   2261:    'Please select the student you wish to set the problem weight for:'
1.48      bisitz   2262: => 'Выберите студента, для которого Вы задаете вес задачи',
1.32      sakharuk 2263: 
1.8       www      2264:    'Please use browser "Back" button and pick a filename'
                   2265: => 'Please use browser "Back" button and pick a filename',
                   2266: 
                   2267:    'Position'
1.48      bisitz   2268: => 'Позиция',
1.8       www      2269: 
                   2270:    'Post anonymously'
                   2271: => 'Post anonymously',
                   2272: 
                   2273:    'Post discussion on course resources'
                   2274: => 'Post discussion on course resources',
                   2275: 
                   2276:    'Post system frontpage announcements'
                   2277: => 'Post system frontpage announcements',
                   2278: 
                   2279:    'Post to live chatrooms'
                   2280: => 'Post to live chatrooms',
                   2281: 
                   2282:    'Preferred language'
1.48      bisitz   2283: => 'Предпочитаемый язык',
1.8       www      2284: 
                   2285:    'Prepare a printable document'
                   2286: => 'Prepare a printable document',
                   2287: 
                   2288:    'Preparing Excel Spreadsheet'
1.48      bisitz   2289: => 'Подготовка Журнала в Excel',
1.8       www      2290: 
                   2291:    'Prerequisites'
1.48      bisitz   2292: => 'Пререквизиты',
1.8       www      2293: 
                   2294:    'Previous'
1.48      bisitz   2295: => 'Предыдущий',
1.8       www      2296: 
                   2297:    'Previous Month'
1.48      bisitz   2298: => 'Предыдущий Месяц',
1.8       www      2299: 
1.22      sakharuk 2300:    'Print'
1.48      bisitz   2301: => 'Печатать',
1.22      sakharuk 2302: 
1.8       www      2303:    'Printing Helper'
1.48      bisitz   2304: => 'Печать Ресурсов',
1.8       www      2305: 
                   2306:    'Privacy Note'
                   2307: => 'Privacy Note',
                   2308: 
                   2309:    'Private - visible to author only for testing purposes'
                   2310: => 'Private - visible to author only for testing purposes',
                   2311: 
                   2312:    'Private Publication - did not synchronize database'
                   2313: => 'Private Publication - did not synchronize database',
                   2314: 
1.42      sakharuk 2315:    'Privileged users that should not be hidden on staff listings'
1.48      bisitz   2316: => 'Пользователи с привелегиями, которые не должны быть скрыты в списках сотрудников',
1.42      sakharuk 2317: 
1.8       www      2318:    'Problem Status Chart'
                   2319: => 'Problem Status Chart',
                   2320: 
                   2321:    'Problems'
1.48      bisitz   2322: => 'Задачи',
1.8       www      2323: 
                   2324:    'Problems Not Contained In A Folder'
                   2325: => 'Problems Not Contained In A Folder',
                   2326: 
                   2327:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
                   2328: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
                   2329: 
1.26      sakharuk 2330:    'Processed file'
                   2331: => 'Processed file',
                   2332: 
1.8       www      2333:    'Processed [_1] student(s).'
                   2334: => 'Processed [_1] student(s).',
                   2335: 
                   2336:    'Processing'
                   2337: => 'Processing',
                   2338: 
                   2339:    'Processing course structure'
                   2340: => 'Processing course structure',
                   2341: 
                   2342:    'Processing first student'
                   2343: => 'Processing first student',
                   2344: 
                   2345:    'Produce Excel Output'
                   2346: => 'Produce Excel Output',
                   2347: 
                   2348:    'Project Information'
1.48      bisitz   2349: => 'Информация о проекте',
1.8       www      2350: 
                   2351:    'Provide feedback messages or contribute to the course discussion about this resource'
                   2352: => 'Provide feedback messages or contribute to the course discussion about this resource',
                   2353: 
                   2354:    'Provide my evaluation of this resource'
                   2355: => 'Provide my evaluation of this resource',
                   2356: 
                   2357:    'Public - no authentication or authorization required for use'
                   2358: => 'Public - no authentication or authorization required for use',
                   2359: 
                   2360:    'Publish'
1.48      bisitz   2361: => 'Опубликовать',
1.8       www      2362: 
                   2363:    'Publish Directory'
1.48      bisitz   2364: => 'Опубликовать Директорию',
1.8       www      2365: 
                   2366:    'Publish Directory and Sub Directories'
1.48      bisitz   2367: => 'Опубликовать Директорию с поддиректориями',
1.8       www      2368: 
1.22      sakharuk 2369:    'Publish this Resource'
1.48      bisitz   2370: => 'Опубликовать этот Ресурс',
1.22      sakharuk 2371: 
1.8       www      2372:    'Published'
1.48      bisitz   2373: => 'Опубликовано',
1.8       www      2374: 
                   2375:    'Publisher/Owner'
1.48      bisitz   2376: => 'Издатель/Владелец',
1.8       www      2377: 
                   2378:    'Publishing'
1.48      bisitz   2379: => 'Публикация',
1.8       www      2380: 
                   2381:    'Question Text'
1.48      bisitz   2382: => 'Текст Вопроса',
1.8       www      2383: 
                   2384:    'Question Type'
1.48      bisitz   2385: => 'Вид Вопроса',
1.8       www      2386: 
1.41      sakharuk 2387:    'Question Type (type)'
1.48      bisitz   2388: => 'Вид Вопроса (type)',
1.41      sakharuk 2389: 
1.8       www      2390:    'Quick Completed Problems Display'
                   2391: => 'Quick Completed Problems Display',
                   2392: 
                   2393:    'Random position'
1.48      bisitz   2394: => 'Случайная позиция',
1.8       www      2395: 
1.41      sakharuk 2396:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   2397: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
                   2398: 
                   2399:    'Randomly pick number of resources (randompick)'
                   2400: => 'Randomly pick number of resources (randompick)',
                   2401: 
1.8       www      2402:    'Re'
                   2403: => 'Re',
                   2404: 
                   2405:    'Re-Initialize'
1.48      bisitz   2406: => 'Реинициализировать',
1.8       www      2407: 
                   2408:    'Re-enrollment will re-activate data.'
                   2409: => 'Re-enrollment will re-activate data.',
                   2410: 
                   2411:    'Reading results from'
1.48      bisitz   2412: => 'Чтение результатов из',
1.8       www      2413: 
                   2414:    'Readings'
1.48      bisitz   2415: => 'Чтение',
1.8       www      2416: 
1.42      sakharuk 2417:    'Receipt algorithm used'
1.48      bisitz   2418: => 'Алгоритм использованный для подтверждения приема',
1.60      bisitz   2419: 
1.8       www      2420:    'Record'
1.48      bisitz   2421: => 'Запись',
1.8       www      2422: 
                   2423:    'Registering'
1.48      bisitz   2424: => 'Регистрация',
1.8       www      2425: 
                   2426:    'Related'
1.48      bisitz   2427: => 'Относящиеся к делу',
1.8       www      2428: 
                   2429:    'Remark'
1.48      bisitz   2430: => 'Замечания',
1.8       www      2431: 
                   2432:    'Rename'
1.48      bisitz   2433: => 'Переименовать',
1.8       www      2434: 
1.22      sakharuk 2435:    'Rename current file to'
1.48      bisitz   2436: => 'Переименовать текущий файл на',
1.22      sakharuk 2437: 
1.8       www      2438:    'Reply'
1.48      bisitz   2439: => 'Отвечать',
1.8       www      2440: 
                   2441:    'Reset Submissions'
                   2442: => 'Reset Submissions',
                   2443: 
1.41      sakharuk 2444:    'Resource alias name for conditions (mapalias)'
1.48      bisitz   2445: => 'Имя ресурса для использования в условиях (mapalias)',
1.41      sakharuk 2446: 
1.22      sakharuk 2447:    'Resource Differences'
1.48      bisitz   2448: => 'Различия в ресурсах',
1.22      sakharuk 2449: 
1.8       www      2450:    'Resource Feedback and Discussion'
                   2451: => 'Resource Feedback and Discussion',
                   2452: 
                   2453:    'Resource Level'
1.48      bisitz   2454: => 'Уровень Ресурсов',
1.8       www      2455: 
                   2456:    'Resource Publication'
1.48      bisitz   2457: => 'Публикация Ресурса',
1.8       www      2458: 
                   2459:    'Resource is technically correct'
1.48      bisitz   2460: => 'Ресурс технически правилен',
1.8       www      2461: 
1.27      sakharuk 2462:    'Resources'
1.48      bisitz   2463: => 'Ресурсы',
1.27      sakharuk 2464: 
1.8       www      2465:    'Retrieval of an old version will overwrite the file currently in construction space'
1.48      bisitz   2466: => 'Запрос старой версии уничтожит текущую версию в авторском пространстве',
1.8       www      2467: 
                   2468:    'Retrieve'
1.48      bisitz   2469: => 'Запросить',
1.8       www      2470: 
                   2471:    'Retrieve Published Resources'
1.48      bisitz   2472: => 'Запросить Опубликованные Ресурсы',
1.8       www      2473: 
                   2474:    'Retrieve previous versions of'
1.48      bisitz   2475: => 'Запросить предыдущие версии',
1.8       www      2476: 
1.22      sakharuk 2477:    'Retrieve Old Version'
1.48      bisitz   2478: => 'Запросить Старую Версию',
1.22      sakharuk 2479: 
1.8       www      2480:    'Retrieve version'
1.48      bisitz   2481: => 'Запросить версию',
1.8       www      2482: 
                   2483:    'Return to Last Location'
                   2484: => 'Return to Last Location',
                   2485: 
1.25      sakharuk 2486:    'Reverse Association'
                   2487: => 'Reverse Association',
                   2488: 
1.8       www      2489:    'Revert to Last Saved'
                   2490: => 'Revert to Last Saved',
                   2491: 
1.22      sakharuk 2492:    'Revoke'
1.48      bisitz   2493: => 'Отменить',
1.22      sakharuk 2494: 
                   2495:    'Revoke Existing Roles'
1.48      bisitz   2496: => 'Отменить Существующую Роль',
1.22      sakharuk 2497: 
1.8       www      2498:    'Revision Date'
1.48      bisitz   2499: => 'Дата Ревизии',
1.8       www      2500: 
1.22      sakharuk 2501:    'Role'
1.48      bisitz   2502: => 'Роль',
1.22      sakharuk 2503: 
1.42      sakharuk 2504:    'role,role,...'
1.48      bisitz   2505: => 'роль,роль,...',
1.42      sakharuk 2506: 
1.25      sakharuk 2507:    'Role Information'
1.48      bisitz   2508: => 'Информация о Роли',
1.25      sakharuk 2509: 
1.8       www      2510:    'Row'
1.48      bisitz   2511: => 'Строка',
1.8       www      2512: 
                   2513:    'Rule'
1.48      bisitz   2514: => 'Правило',
1.8       www      2515: 
                   2516:    'S.D. tries'
1.48      bisitz   2517: => 'S.D. попыток',
1.8       www      2518: 
                   2519:    'Samples'
1.48      bisitz   2520: => 'Образцы',
1.8       www      2521: 
                   2522:    'Sat'
1.48      bisitz   2523: => 'Сб',
1.8       www      2524: 
                   2525:    'Save'
1.48      bisitz   2526: => 'Сохранить',
1.8       www      2527: 
                   2528:    'Save as'
1.48      bisitz   2529: => 'Сохранить как',
1.8       www      2530: 
                   2531:    'Save as & Make This Sheet the Default'
                   2532: => 'Save as & Make This Sheet the Default',
                   2533: 
                   2534:    'Save as ...'
1.48      bisitz   2535: => 'Сохранить как ...',
1.8       www      2536: 
                   2537:    'Saving Modifications to'
1.48      bisitz   2538: => 'Сохранение модификаций к',
1.8       www      2539: 
                   2540:    'Scantron Operator'
                   2541: => 'Scantron Operator',
                   2542: 
                   2543:    'Score Upload Form'
                   2544: => 'Score Upload Form',
                   2545: 
                   2546:    'Search'
1.48      bisitz   2547: => 'Поиск',
1.8       www      2548: 
                   2549:    'Search Complete'
1.48      bisitz   2550: => 'Поиск Завершен',
1.8       www      2551: 
                   2552:    'Search the contents of this course'
                   2553: => 'Search the contents of this course',
                   2554: 
                   2555:    'Search the database of published resources'
1.48      bisitz   2556: => 'Поиск в базе данных опубликованных ресурсов',
1.8       www      2557: 
                   2558:    'Searching'
1.48      bisitz   2559: => 'Поиск',
1.8       www      2560: 
                   2561:    'Section'
1.48      bisitz   2562: => 'Раздел',
1.8       www      2563: 
                   2564:    'Section/Group'
1.48      bisitz   2565: => 'Раздел/Группа',
1.8       www      2566: 
                   2567:    'Sections'
1.48      bisitz   2568: => 'Разделы',
1.8       www      2569: 
                   2570:    'Select'
1.48      bisitz   2571: => 'Выбрать',
1.8       www      2572: 
1.22      sakharuk 2573:    'Select Action'
1.48      bisitz   2574: => 'Выберите действие',
1.22      sakharuk 2575: 
1.8       www      2576:    'Select All'
1.48      bisitz   2577: => 'Выбрать Все',
1.8       www      2578: 
1.27      sakharuk 2579:    'Select All Files'
1.48      bisitz   2580: => 'Выбрать Все Файлы',
1.27      sakharuk 2581: 
                   2582:    'Select All Published'
1.48      bisitz   2583: => 'Выбрать Все Опубликованное',
1.27      sakharuk 2584: 
1.8       www      2585:    'Select All Students'
1.48      bisitz   2586: => 'Выбрать Всех Студентов',
1.8       www      2587: 
                   2588:    'Select Course'
1.48      bisitz   2589: => 'Выбрать Курс',
1.8       www      2590: 
                   2591:    'Select Date'
1.48      bisitz   2592: => 'Выбрать Дату',
1.8       www      2593: 
                   2594:    'Select Enclosing Map or Folder'
1.48      bisitz   2595: => 'Выбрать Главную Последовательность или Папку',
1.8       www      2596: 
1.31      sakharuk 2597:    'Select Folder'
1.48      bisitz   2598: => 'Выбор Папки',
1.31      sakharuk 2599: 
1.8       www      2600:    'Select Map'
1.48      bisitz   2601: => 'Выберите Последовательность',
1.8       www      2602: 
1.27      sakharuk 2603:    'Select Only Current Students'
1.48      bisitz   2604: => 'Выбрать Только Реальных Студентов',
1.27      sakharuk 2605: 
1.8       www      2606:    'Select Parameter Level'
1.48      bisitz   2607: => 'Выбрать Уровень Параметров',
1.8       www      2608: 
1.31      sakharuk 2609:    'Select Problem'
1.48      bisitz   2610: => 'Выбор Задачи',
1.31      sakharuk 2611: 
1.16      sakharuk 2612:    'Select Problem(s) to print'
1.48      bisitz   2613: => 'Выберите Задачу(и) для Печати',
1.15      sakharuk 2614: 
                   2615:    'Select Printing Options:'
1.48      bisitz   2616: => 'Выбор печати:',
1.15      sakharuk 2617: 
1.8       www      2618:    'Select Spreadsheet File'
1.48      bisitz   2619: => 'Выбор Файла Журнала',
1.8       www      2620: 
                   2621:    'Select User'
1.48      bisitz   2622: => 'Выбрать Пользователя',
1.8       www      2623: 
                   2624:    'Select a'
1.48      bisitz   2625: => 'Выберите',
1.8       www      2626: 
                   2627:    'Select a course'
1.48      bisitz   2628: => 'Выберите курс',
1.8       www      2629: 
1.25      sakharuk 2630:    'Select a user name to modify the students information'
1.48      bisitz   2631: => 'Выбери имя студента для изменения информации о нем',
1.25      sakharuk 2632: 
                   2633:    'Select a user name to view the users personal page.'
1.48      bisitz   2634: => 'Выбери имя пользователя для просмотра его персональной страницы.',
1.25      sakharuk 2635: 
1.27      sakharuk 2636:    'Select for Section/Group'
1.48      bisitz   2637: => 'Выбрать для Раздела/Группы',
1.27      sakharuk 2638: 
1.8       www      2639:    'Select the Construction Space'
1.48      bisitz   2640: => 'Ваберите Авторское Пространство',
1.8       www      2641: 
1.31      sakharuk 2642:    'Select the folder you wish to set the parameter for:'
1.48      bisitz   2643: => 'Выберите папку, для которой Вы хототе задать параметры:',
1.31      sakharuk 2644: 
                   2645:    'Select the problem you wish to set the parameter for:'
1.48      bisitz   2646: => 'Выберите задачу, для которой Вы хотите задать параметры:',
1.31      sakharuk 2647: 
1.8       www      2648:    'Selecting a User'
1.48      bisitz   2649: => 'Выбор Пользователя',
1.8       www      2650: 
                   2651:    'Send Message to User(s)'
1.48      bisitz   2652: => 'Послать Сообщение Пользователю(ям)',
1.8       www      2653: 
                   2654:    'Send New'
1.48      bisitz   2655: => 'Послать Новый',
1.8       www      2656: 
                   2657:    'Send Reply'
1.48      bisitz   2658: => 'Послать Ответ',
1.8       www      2659: 
                   2660:    'Send Scantron data to a course'
                   2661: => 'Send Scantron data to a course',
                   2662: 
                   2663:    'Send and receive messages'
1.48      bisitz   2664: => 'Послать и получить сообщения',
1.8       www      2665: 
                   2666:    'Send as critical message'
1.48      bisitz   2667: => 'Послать как критическое сообщение',
1.8       www      2668: 
                   2669:    'Send broadcast and receipt-required email'
                   2670: => 'Send broadcast and receipt-required email',
                   2671: 
                   2672:    'Send internal email'
1.48      bisitz   2673: => 'Послать внутренний email',
1.8       www      2674: 
                   2675:    'September'
1.48      bisitz   2676: => 'Сентябрь',
1.8       www      2677: 
                   2678:    'Sequence'
1.48      bisitz   2679: => 'Последовательность',
1.8       www      2680: 
                   2681:    'Sequence or Folder'
1.48      bisitz   2682: => 'Последовательность или Папка',
1.8       www      2683: 
                   2684:    'Sequences and Folders'
1.48      bisitz   2685: => 'Последовательности и Папки',
1.8       www      2686: 
                   2687:    'Server'
1.48      bisitz   2688: => 'Сервер',
1.8       www      2689: 
                   2690:    'Server Administration'
1.48      bisitz   2691: => 'Администрация Сервера',
1.8       www      2692: 
                   2693:    'Set Course Environment Parameters'
1.48      bisitz   2694: => 'Задать Параметры Окружения Курса',
1.8       www      2695: 
                   2696:    'Set Date'
1.48      bisitz   2697: => 'Задать Дату',
1.8       www      2698: 
                   2699:    'Set Defaults for All Resources in Course'
1.48      bisitz   2700: => 'Задать Значения По умолчанию для Всех Ресурсов Курса',
1.8       www      2701: 
1.22      sakharuk 2702:    'Set End Date'
1.48      bisitz   2703: => 'Задать Конечную Дату',
1.22      sakharuk 2704: 
1.31      sakharuk 2705:    'Set Problem Tries'
1.48      bisitz   2706: => 'Задание Числа Попыток',
1.31      sakharuk 2707: 
                   2708:    'Set Problem Weight'
1.48      bisitz   2709: => 'Задание Веса Задачи',
1.31      sakharuk 2710: 
1.22      sakharuk 2711:    'Set Start Date'
1.48      bisitz   2712: => 'Задать Начальную Дату',
1.22      sakharuk 2713: 
1.42      sakharuk 2714:    'Set value to "[_1]" to allow'
1.48      bisitz   2715: => 'Задать значение "[_1]" чтобы разрешить',
1.42      sakharuk 2716: 
1.8       www      2717:    'Set Version to be used in Course'
1.48      bisitz   2718: => 'Задать Версию используемую в Курсе',
1.8       www      2719: 
                   2720:    'Set Versions to be used in Course according to Selections below'
1.48      bisitz   2721: => 'Задать Версии, использованные в Курсе согласно Выбору ниже',
1.8       www      2722: 
1.23      sakharuk 2723:    'Set content feedback to Course Coordinator'
                   2724: => 'Set content feedback to Course Coordinator',
                   2725: 
                   2726:    'Set course policy feedback to Course Coordinator'
                   2727: => 'Set course policy feedback to Course Coordinator',
                   2728: 
1.8       www      2729:    'Set a bookmark for this resource'
1.48      bisitz   2730: => 'Установить закладку для этого ресурса',
1.8       www      2731: 
                   2732:    'Set a due date'
1.48      bisitz   2733: => 'Задать <b>дату сдачи</b>',
1.8       www      2734: 
                   2735:    'Set all Resource Versions to current Version (Fix Versions)'
                   2736: => 'Set all Resource Versions to current Version (Fix Versions)',
                   2737: 
                   2738:    'Set an answer open date'
1.48      bisitz   2739: => 'Задать <b>дату показа ответов</b>',
1.8       www      2740: 
                   2741:    'Set an open date'
1.48      bisitz   2742: => 'Задать <b>дату открытия</b>',
1.31      sakharuk 2743: 
1.33      sakharuk 2744:    'Set answer open date for all problems in the course for ...'
1.48      bisitz   2745: => 'Задать дату показа ответов для всех задач курса для ...',
1.33      sakharuk 2746: 
1.31      sakharuk 2747:    'Set answer open date for the selected folder for ...'
1.48      bisitz   2748: => 'Задать дату показа ответов для выбранной папки для ...',
1.31      sakharuk 2749: 
                   2750:    'Set answer open date for the selected problem for ...'
1.48      bisitz   2751: => 'Задать дату показа ответов для выбранной задачи для ...',
1.8       www      2752: 
                   2753:    'Set deadlines and other assessment parameters, as well as modify course environment'
                   2754: => 'Set deadlines and other assessment parameters, as well as modify course environment',
                   2755: 
1.33      sakharuk 2756:    'Set due date for all problems in the course for ...'
1.48      bisitz   2757: => 'Задать дату сдачи для всех задач курса для ...',
1.33      sakharuk 2758: 
1.31      sakharuk 2759:    'Set due date for the selected folder for ...'
1.48      bisitz   2760: => 'Задать дату сдачи для выбранной папки для ...',
1.31      sakharuk 2761: 
                   2762:    'Set due date for the selected problem for ...'
1.48      bisitz   2763: => 'Задать дату сдачи для выбранной задачи для ...',
1.31      sakharuk 2764: 
1.8       www      2765:    'Set my user preferences'
1.48      bisitz   2766: => 'Задать мои пользовательские привилегии',
1.8       www      2767: 
1.33      sakharuk 2768:    'Set number of tries for all problems in the course for ...'
1.48      bisitz   2769: => 'Задать число попыток для всех задач курса для ...',
1.33      sakharuk 2770: 
1.32      sakharuk 2771:    'Set number of tries for the selected folder for ...'
1.48      bisitz   2772: => 'Задать число попыток для заданной папки',
1.32      sakharuk 2773: 
                   2774:    'Set number of tries for the selected problem for ...'
1.48      bisitz   2775: => 'Задать число попыток для заданной задачи для ...',
1.32      sakharuk 2776: 
                   2777:    'Set opening date for all problems in the course for ...'
1.48      bisitz   2778: => 'Задать дату открытия для всех задач в курсе для . . .',
1.8       www      2779: 
1.31      sakharuk 2780:    'Set opening date for the selected folder for ...'
1.48      bisitz   2781: => 'Задать дату открытия для выбранной задачи для ...',
1.31      sakharuk 2782: 
                   2783:    'Set opening date for the selected problem for ...'
1.48      bisitz   2784: => 'Задать дату открытия для выбранной папки для ...',
1.31      sakharuk 2785: 
1.32      sakharuk 2786:    'Set problem weight for all problems in the course for ...'
1.48      bisitz   2787: => 'Задать вес для всех задач курса для ...',
1.32      sakharuk 2788: 
                   2789:    'Set problem weight for the selected folder for ...'
1.48      bisitz   2790: => 'Задать вес для задач из выбранной папки для ...',
1.32      sakharuk 2791: 
                   2792:    'Set problem weight for the selected problem for ...'
1.48      bisitz   2793: => 'Задать вес для задач из выбранной задачи для ...',
1.32      sakharuk 2794: 
1.8       www      2795:    'Set the number of tries'
1.48      bisitz   2796: => 'Задать <b>число попыток</b>',
1.8       www      2797: 
                   2798:    'Set the problem weight'
1.48      bisitz   2799: => 'Задать <b>вес задачи</b>',
1.8       www      2800: 
                   2801:    'Set/Modify Course Assessment Parameter'
1.48      bisitz   2802: => 'Задать/Модифицировать Параметры Доступа к Курсу',
1.8       www      2803: 
                   2804:    'Set/Modify Course Assessment Parameters'
                   2805: => 'Set/Modify Course Assessment Parameters',
                   2806: 
                   2807:    'Set/Modify Course Parameters'
1.48      bisitz   2808: => 'Задать/Модифицировать Параметры Курса',
1.8       www      2809: 
1.34      sakharuk 2810:    'Setting the [_1]'
1.48      bisitz   2811: => 'Измение параметра [_1]',
1.32      sakharuk 2812: 
1.35      sakharuk 2813:    'Setting the [_1] to [_2]'
1.48      bisitz   2814: => 'Измение параметра [_1] на [_2]',
1.35      sakharuk 2815: 
1.8       www      2816:    'Shared by course faculty and staff'
                   2817: => 'Shared by course faculty and staff',
                   2818: 
                   2819:    'Short string response'
                   2820: => 'Short string response',
1.27      sakharuk 2821: 
1.8       www      2822:    'Show More Options'
1.48      bisitz   2823: => 'Показать Больше Опций',
1.8       www      2824: 
                   2825:    'Show Only Uncompleted Homework'
1.48      bisitz   2826: => 'Показать Только Незавершенные Задания',
1.8       www      2827: 
                   2828:    'Show Preview'
                   2829: => 'Show Preview',
                   2830: 
                   2831:    'Show Problem Completeness'
                   2832: => 'Show Problem Completeness',
                   2833: 
1.41      sakharuk 2834:    'Show Problem Status (problemstatus)'
1.48      bisitz   2835: => 'Показать Статус Задачи (problemstatus)',
1.41      sakharuk 2836: 
1.8       www      2837:    'Show all roles'
1.48      bisitz   2838: => 'Показать Все Роли',
1.8       www      2839: 
                   2840:    'Show always at bottom position'
1.48      bisitz   2841: => 'Всегда показывать снизу',
1.8       www      2842: 
                   2843:    'Show always at top position'
1.48      bisitz   2844: => 'Всегда показывать сверху',
1.8       www      2845: 
                   2846:    'Show catalog information'
                   2847: => 'Show catalog information',
                   2848: 
                   2849:    'Show resource'
1.48      bisitz   2850: => 'Показать Ресурс',
1.8       www      2851: 
1.41      sakharuk 2852:    'Show Units - Disable Entry (turnoffunit)'
                   2853: => 'Show Units - Disable Entry (turnoffunit)',
                   2854: 
                   2855:    'Significant Digits (sig)'
1.48      bisitz   2856: => 'Значимые Цифры (sig)',
1.60      bisitz   2857: 
1.8       www      2858:    'Significant figures are incorrect, submission was not graded.'
                   2859: => 'Significant figures are incorrect, submission was not graded.',
                   2860: 
1.24      sakharuk 2861:    'Simple Edit'
1.48      bisitz   2862: => 'Простое Редактирование',
1.24      sakharuk 2863: 
1.8       www      2864:    'Simple Page'
1.48      bisitz   2865: => 'Простая Страница',
1.8       www      2866: 
                   2867:    'Simple Problem'
1.48      bisitz   2868: => 'Простая Задача',
1.8       www      2869: 
                   2870:    'Simple Problem Editor'
1.48      bisitz   2871: => 'Редактор Простых Задач',
1.8       www      2872: 
                   2873:    'Since Start of Course'
1.48      bisitz   2874: => 'С Момента Открытия Курса',
1.8       www      2875: 
                   2876:    'Since Yesterday'
1.48      bisitz   2877: => 'Со Вчерашнего Дня',
1.8       www      2878: 
                   2879:    'Size'
1.48      bisitz   2880: => 'Размер',
1.8       www      2881: 
                   2882:    'Size:'
1.48      bisitz   2883: => 'Размер:',
1.8       www      2884: 
                   2885:    'Skew Tries'
1.48      bisitz   2886: => 'Неверных Попыток',
1.8       www      2887: 
                   2888:    'Some parts were not submitted.'
                   2889: => 'Some parts were not submitted.',
                   2890: 
                   2891:    'Space separated'
1.48      bisitz   2892: => 'Разделенные Пробелом',
1.8       www      2893: 
                   2894:    'Special Documents'
1.48      bisitz   2895: => 'Специальные Документы',
1.8       www      2896: 
                   2897:    'Special documents'
1.48      bisitz   2898: => 'Специальные документы',
1.8       www      2899: 
                   2900:    'Spreadsheet Computation'
1.48      bisitz   2901: => 'Расчет Журнала',
1.8       www      2902: 
                   2903:    'Spreadsheet Computation Status'
1.48      bisitz   2904: => 'Статус Расчета Журнала',
1.8       www      2905: 
                   2906:    'Start'
1.48      bisitz   2907: => 'Начало',
1.8       www      2908: 
1.50      bisitz   2909:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   2910: => "Задание каждого студента стартовать с новой страницы/столбца",
1.24      sakharuk 2911: 
1.55      bisitz   2912:    'Start Time'
1.48      bisitz   2913: => 'Начальное Время',
1.25      sakharuk 2914: 
1.8       www      2915:    'Starting'
1.48      bisitz   2916: => 'Начало',
1.8       www      2917: 
                   2918:    'Starting and Ending Dates'
1.48      bisitz   2919: => 'Начальные и Конечные Даты',
1.8       www      2920: 
1.25      sakharuk 2921:    'Starting Date'
1.48      bisitz   2922: => 'Начальная Дата',
1.25      sakharuk 2923: 
1.8       www      2924:    'Statistics'
1.48      bisitz   2925: => 'Статистика',
1.8       www      2926: 
                   2927:    'Statistics and Problem Analysis'
1.48      bisitz   2928: => 'Статистика и Анализ Задачи',
1.8       www      2929: 
                   2930:    'Status'
1.48      bisitz   2931: => 'Статус',
1.8       www      2932: 
1.47      albertel 2933:    'Save Catalog Information'
                   2934: => 'Save Catalog Information',
1.8       www      2935: 
1.47      albertel 2936:    'Save Changes'
1.48      bisitz   2937: => 'Сохранить Изменения',
1.8       www      2938: 
1.47      albertel 2939:    'Save uploaded file as '
                   2940: => 'Save uploaded file as ',
1.8       www      2941: 
                   2942:    'Student'
1.48      bisitz   2943: => 'Студент',
1.8       www      2944: 
1.42      sakharuk 2945:    'student'
1.48      bisitz   2946: => 'студент',
1.42      sakharuk 2947: 
1.25      sakharuk 2948:    'Student ID'
1.48      bisitz   2949: => 'ID Студента',
1.25      sakharuk 2950: 
                   2951:    'Student Information'
1.48      bisitz   2952: => 'Информация о Студенте',
1.25      sakharuk 2953: 
                   2954:    'Student information updated successfully.'
1.48      bisitz   2955: => 'Информация о студенте обновлена успешно.',
1.25      sakharuk 2956: 
1.8       www      2957:    'Student Data Compilation Progress'
                   2958: => 'Student Data Compilation Progress',
                   2959: 
                   2960:    'Student Data Compilation Status'
                   2961: => 'Student Data Compilation Status',
                   2962: 
1.27      sakharuk 2963:    'Student Name'
1.48      bisitz   2964: => 'Имя студента',
1.27      sakharuk 2965: 
1.8       www      2966:    'Student Number'
1.48      bisitz   2967: => 'Студенческий Номер',
1.8       www      2968: 
1.23      sakharuk 2969:    'Student Status'
1.48      bisitz   2970: => 'Статус Студента',
1.23      sakharuk 2971: 
1.8       www      2972:    'Student level sheet'
                   2973: => 'Student level sheet',
                   2974: 
                   2975:    'Student performance statistics on all problems.'
1.48      bisitz   2976: => 'Успеваемость студента по всем задачам.',
1.8       www      2977: 
                   2978:    'Students Affected'
1.48      bisitz   2979: => 'Для Студентов',
1.8       www      2980: 
1.23      sakharuk 2981:    'Students need access key to enter course'
1.48      bisitz   2982: => 'Студенты для входа в курс должны иметь ключ доступа',
1.23      sakharuk 2983: 
1.55      bisitz   2984:    'Students with expired roles'
1.48      bisitz   2985: => 'Студенты с устекшими ролями',
1.25      sakharuk 2986: 
1.8       www      2987:    'Subject'
1.48      bisitz   2988: => 'Предмет',
1.8       www      2989: 
1.16      sakharuk 2990:    'Subject:'
1.48      bisitz   2991: => 'Предмет:',
1.16      sakharuk 2992: 
1.8       www      2993:    'Submission Time Analysis'
1.48      bisitz   2994: => 'Анализ Времен Отсылок',
1.8       www      2995: 
                   2996:    'Submit'
1.48      bisitz   2997: => 'Послать',
1.8       www      2998: 
                   2999:    'Submit Answer'
1.48      bisitz   3000: => 'Послать Ответ',
1.8       www      3001: 
                   3002:    'Submit Changes'
1.48      bisitz   3003: => 'Послать Изменения',
1.8       www      3004: 
                   3005:    'Submit Changes and Edit'
1.48      bisitz   3006: => 'Послать Изменения и Редактировать',
1.8       www      3007: 
                   3008:    'Submit Changes and View'
1.48      bisitz   3009: => 'Послать Изменения и Посмотреть',
1.8       www      3010: 
1.25      sakharuk 3011:    'Submit Modifications'
1.48      bisitz   3012: => 'Послать Изменения',
1.25      sakharuk 3013: 
1.8       www      3014:    'Successful Login'
1.48      bisitz   3015: => 'Успешный Вход в Систему',
1.8       www      3016: 
                   3017:    'Suggested Replacement for Obsolete File'
1.48      bisitz   3018: => 'Предполагаемая Замена Устаревшего Файла',
1.8       www      3019: 
                   3020:    'Summary'
1.48      bisitz   3021: => 'Резюме',
1.8       www      3022: 
                   3023:    'Summary View'
                   3024: => 'Summary View',
                   3025: 
                   3026:    'Sun'
1.48      bisitz   3027: => 'Вс',
1.8       www      3028: 
                   3029:    'Supplemental Course Documents'
1.48      bisitz   3030: => 'Дополнительные Документы Курса',
1.8       www      3031: 
                   3032:    'Switch Server'
1.48      bisitz   3033: => 'Смените Сервер',
1.8       www      3034: 
                   3035:    'Switch to another course'
1.48      bisitz   3036: => 'Переключиться на другой курс',
1.8       www      3037: 
                   3038:    'Switch to another user role'
1.48      bisitz   3039: => 'Переключиться на другую роль',
1.8       www      3040: 
                   3041:    'Switching Role'
1.48      bisitz   3042: => 'Переключение Роли',
1.8       www      3043: 
                   3044:    'Syllabus'
1.48      bisitz   3045: => 'Учебный План',
1.8       www      3046: 
                   3047:    'Synchronized SQL metadata database'
1.48      bisitz   3048: => 'Синхронизованная SQL база метаданных',
1.8       www      3049: 
                   3050:    'System'
1.48      bisitz   3051: => 'Система',
1.8       www      3052: 
                   3053:    'System Administration'
1.48      bisitz   3054: => 'Системное Администрирование',
1.8       www      3055: 
1.22      sakharuk 3056:    'System Level'
1.48      bisitz   3057: => 'Системный Уровень',
1.22      sakharuk 3058: 
1.8       www      3059:    'System wide - can be used for any courses system wide'
                   3060: => 'System wide - can be used for any courses system wide',
                   3061: 
                   3062:    'System wide - open source to all authors'
                   3063: => 'System wide - open source to all authors',
                   3064: 
                   3065:    'Tabulator separated'
1.48      bisitz   3066: => 'Разделенные Табулятором',
1.8       www      3067: 
                   3068:    'Target'
1.48      bisitz   3069: => 'Цель',
1.8       www      3070: 
1.24      sakharuk 3071:    'Target Edit Map'
1.48      bisitz   3072: => 'Цель - Редактируемая Последовательность',
1.24      sakharuk 3073: 
1.8       www      3074:    'Task'
1.48      bisitz   3075: => 'Задача',
1.8       www      3076: 
                   3077:    'TeXWidth(mm):'
                   3078: => 'TeXWidth(mm):',
                   3079: 
                   3080:    'Teaching Assistant'
1.48      bisitz   3081: => 'Помощник Преподавателя',
1.8       www      3082: 
                   3083:    'Template'
1.48      bisitz   3084: => 'Шаблон',
1.8       www      3085: 
                   3086:    'Temporary Assembly Workspace'
1.48      bisitz   3087: => 'Временное Сборочное Рабочее Пространство',
1.8       www      3088: 
                   3089:    'Text'
1.48      bisitz   3090: => 'Текст',
1.8       www      3091: 
                   3092:    'Text Block'
1.48      bisitz   3093: => 'Текстовый Блок',
1.8       www      3094: 
                   3095:    'Textbook'
1.48      bisitz   3096: => 'Учебник',
1.8       www      3097: 
1.43      sakharuk 3098:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
1.48      bisitz   3099: => '&quot;Описание Курса&quot; является именем курса, под которым он будет виден студентами. Вы можете модифицировать сейчас Описание Курса и нажать <nobr>&quot;<b>Далее -&gt;</b>&quot;</nobr> для продолжения.<br />',
1.43      sakharuk 3100: 
1.25      sakharuk 3101:    'The error reported was'
                   3102: => 'The error reported was',
                   3103: 
1.8       www      3104:    'The extension on this file'
1.48      bisitz   3105: => 'Расширение данного файла',
1.8       www      3106: 
                   3107:    'The filetype extension of the file you uploaded is not allowed.'
                   3108: => 'The filetype extension of the file you uploaded is not allowed.',
                   3109: 
1.23      sakharuk 3110: 
                   3111:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
                   3112: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
                   3113: 
                   3114:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
                   3115: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
                   3116: 
1.8       www      3117:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
                   3118: => 'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.',
                   3119: 
                   3120:    'The optional email address field was not specified.'
                   3121: => 'The optional email address field was not specified.',
                   3122: 
                   3123:    'The optional name field was not specified.'
                   3124: => 'The optional name field was not specified.',
                   3125: 
                   3126:    'The optional section or group field was not specified.'
                   3127: => 'The optional section or group field was not specified.',
                   3128: 
                   3129:    'The optional student number field was not specified.'
1.48      bisitz   3130: => 'Необязательный студенческий номер не был задан.',
1.8       www      3131: 
1.25      sakharuk 3132:    'The student must log out and log in again to see these changes.'
1.48      bisitz   3133: => 'Студент должен выйти из системы и войти вновь чтобы видеть эти изменения.',
1.25      sakharuk 3134: 
1.8       www      3135:    'The submitted answer was too long.'
1.48      bisitz   3136: => 'Посланный ответ был слишком длинным.',
1.8       www      3137: 
                   3138:    'The target is an existing directory.'
1.48      bisitz   3139: => 'Цель - сыществующая директория.',
1.8       www      3140: 
                   3141:    'Then'
1.48      bisitz   3142: => 'Затем',
1.8       www      3143: 
                   3144:    'There are currently no results'
1.48      bisitz   3145: => 'В данный момент результатов нет',
1.8       www      3146: 
                   3147:    'There are no students currently enrolled.'
1.48      bisitz   3148: => 'в данный момент зачисленных студентов нет.',
1.8       www      3149: 
                   3150:    'There is no student data for this problem.'
1.48      bisitz   3151: => 'Студенческие данные для этой задачи отсутствуют.',
1.8       www      3152: 
1.25      sakharuk 3153:    'There was an error determining the environment values for'
                   3154: => 'There was an error determining the environment values for',
                   3155: 
1.42      sakharuk 3156:    'This controls how receipt numbers are generated.'
1.48      bisitz   3157: => 'Контролирует каким способом генерируются номера расписок в получении.',
1.42      sakharuk 3158: 
1.8       www      3159:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.48      bisitz   3160: => '<p>Данная система поможет Вам <b>задать время доступа, сдачи, и открытия ответов задач</b>, а также <b>задать число попыток отосланных решений</b>.</p><p> Вам будет задан вопросы <b>"Для каких задач Вы желаете задать параметры?"</b>, <b>"Какой параметер Вы хотите задать?"</b>, <b>"Для кого Вы задаете/изменяете параметр?"</b>. По окончании работы системы Вам будет показано место задания этих параметров в более развитом (продвинутом) интерфейсе, так что Вы сможете задавать/изменять параметры непосредственно.</p> <p>Нажмите <b>Далее -&gt;</b> чтобы начать, или выберите <b>&lt;- Назад</b> для возврата к предыдущему экрану.</p>',
1.8       www      3161: 
1.43      sakharuk 3162:    'This helper will set up your LON-CAPA course and choose which features will be active.'
1.48      bisitz   3163: => 'Данная система поможет Вам задать окружение курса и выбрать какие его характеристики будут активизированы.',
1.43      sakharuk 3164: 
1.8       www      3165:    'This is an automatic message generated by the LON-CAPA system.'
1.48      bisitz   3166: => 'Это сообщение, автоматически сгенерированное LON-CAPA системой.',
1.8       www      3167: 
                   3168:    'This question expects a numeric answer.'
1.48      bisitz   3169: => 'Этот вопрос предполагает численный ответ.',
1.8       www      3170: 
                   3171:    'This resource has been marked obsolete by the author(s)'
1.48      bisitz   3172: => 'Этот ресурс был отмечен устаревшим автором',
1.8       www      3173: 
                   3174:    'This syllabus can be publicly viewed at'
1.48      bisitz   3175: => 'Этот учебный план доступен для всех по адресу',
1.8       www      3176: 
                   3177:    'Threaded View'
                   3178: => 'Threaded View',
                   3179: 
                   3180:    'Thu'
1.48      bisitz   3181: => 'Чт',
1.8       www      3182: 
                   3183:    'Time'
1.48      bisitz   3184: => 'Время',
1.8       www      3185: 
                   3186:    'Title'
1.48      bisitz   3187: => 'Название',
1.8       www      3188: 
                   3189:    'To'
                   3190: => 'To',
                   3191: 
                   3192:    'Topic'
1.48      bisitz   3193: => 'Тема',
1.8       www      3194: 
                   3195:    'Total'
1.48      bisitz   3196: => 'Суммарный',
1.8       www      3197: 
                   3198:    'Total Parts In Course'
1.48      bisitz   3199: => 'Полное Число Частей в Курсе',
1.8       www      3200: 
                   3201:    'Total number of records found in file: [_1].'
1.48      bisitz   3202: => 'Полное число записей в файле: [_1].',
1.8       www      3203: 
                   3204:    'Total number of students who have worked on this problem'
1.48      bisitz   3205: => 'Число студентов, работавших над этой задачей',
1.8       www      3206: 
                   3207:    'Tries'
1.48      bisitz   3208: => 'Попыток',
1.8       www      3209: 
                   3210:    'True'
1.48      bisitz   3211: => 'Истина',
1.8       www      3212: 
                   3213:    'Tue'
1.48      bisitz   3214: => 'Вт',
1.8       www      3215: 
                   3216:    'Type'
1.48      bisitz   3217: => 'Тип',
1.8       www      3218: 
                   3219:    'Type in value'
                   3220: => 'Type in value',
                   3221: 
1.22      sakharuk 3222:    'Type Name Here'
1.48      bisitz   3223: => 'Напечатайте Имя Здесь',
1.22      sakharuk 3224: 
1.8       www      3225:    'UNIX authenticated'
                   3226: => 'UNIX authenticated',
                   3227: 
                   3228:    'URL'
                   3229: => 'URL',
                   3230: 
                   3231:    'URLs To Include in Syllabus'
1.48      bisitz   3232: => 'URLs включенные в учебный план',
1.8       www      3233: 
                   3234:    'USERS'
1.48      bisitz   3235: => 'ПОЛЬЗОВАТЕЛИ',
1.8       www      3236: 
                   3237:    'Unable to connect to database!'
1.48      bisitz   3238: => 'Нет соединения с базой данных!',
1.8       www      3239: 
                   3240:    'Unable to determine if this resource is open due to network problems. Please try again later.'
                   3241: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
                   3242: 
1.25      sakharuk 3243:    'Unable to enroll'
1.48      bisitz   3244: => 'Невозможно зачислить',
1.25      sakharuk 3245: 
1.8       www      3246:    'Unable to enroll students'
1.48      bisitz   3247: => 'Студента невозможно зачислить',
1.8       www      3248: 
                   3249:    'Unable to find'
1.48      bisitz   3250: => 'Невозможно найти',
1.8       www      3251: 
                   3252:    'Unable to make backup'
                   3253: => 'Unable to make backup',
                   3254: 
1.26      sakharuk 3255:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
1.48      bisitz   3256: => 'Невозможно опубликовать файл, он содержит повторяемые ID(s), ID(s) должны быть уникальны. Повторяемые ID(s):',
1.26      sakharuk 3257: 
1.25      sakharuk 3258:    'Unable to retrieve environment data for'
                   3259: => 'Unable to retrieve environment data for',
                   3260: 
                   3261:    'Unable to set default dates for course'
1.48      bisitz   3262: => 'Невозможно задать даты по умолчанию для данного курса',
1.25      sakharuk 3263: 
1.8       www      3264:    'Unable to understand formula'
1.48      bisitz   3265: => 'Невозможно понять формулу',
1.8       www      3266: 
                   3267:    'Unable to undo, unable to switch'
                   3268: => 'Unable to undo, unable to switch',
                   3269: 
                   3270:    'Unable to write to'
1.48      bisitz   3271: => 'Невозможно записать в',
1.8       www      3272: 
1.22      sakharuk 3273:    'Unavailable course'
1.48      bisitz   3274: => 'Недоступный курс',
1.22      sakharuk 3275: 
1.8       www      3276:    'Uncheck All'
1.48      bisitz   3277: => 'Отменить Выбор Всего',
1.8       www      3278: 
                   3279:    'Uncompleted Homework'
1.48      bisitz   3280: => 'Незавершенное Домашнее Задание',
1.8       www      3281: 
                   3282:    'Undid changes, Switched'
                   3283: => 'Undid changes, Switched',
                   3284: 
                   3285:    'Unit:'
1.48      bisitz   3286: => 'Единица Измерения:',
1.8       www      3287: 
                   3288:    'Units incorrect.'
1.48      bisitz   3289: => 'Неверные Единицы Измерения.',
1.8       www      3290: 
                   3291:    'Units required'
1.48      bisitz   3292: => 'Требуются Единицы Измерения',
1.8       www      3293: 
1.26      sakharuk 3294:    'Unknown Action'
1.48      bisitz   3295: => 'Неизвестное Действие',
1.26      sakharuk 3296: 
1.8       www      3297:    'Unknown ID'
1.48      bisitz   3298: => 'Неизвестное ID',
1.8       www      3299: 
                   3300:    'Unknown message'
1.48      bisitz   3301: => 'Неизвестное Сообщение',
1.8       www      3302: 
                   3303:    'Unknown user'
1.48      bisitz   3304: => 'Неизвестный Пользователь',
1.8       www      3305: 
                   3306:    'Unpublished'
1.48      bisitz   3307: => 'Неопубликовано',
1.8       www      3308: 
                   3309:    'Unselect All'
1.48      bisitz   3310: => 'Отменить Выбор Всего',
1.8       www      3311: 
1.27      sakharuk 3312:    'Unselect All Files'
1.54      bisitz   3313: => 'Отменить Выбор Всех Файлов',
1.27      sakharuk 3314: 
                   3315:    'Unselect All Published'
1.48      bisitz   3316: => 'Отменить Выбор Всего Опубликованного',
1.27      sakharuk 3317: 
1.8       www      3318:    'Unselect All Students'
1.48      bisitz   3319: => 'Отменить Выбор Всех Студентов',
1.8       www      3320: 
1.27      sakharuk 3321:    'Unselect All Resources'
1.48      bisitz   3322: => 'Отменить Выбор Всех Ресурсов',
1.27      sakharuk 3323: 
                   3324:    'Unselect for Section/Group'
1.48      bisitz   3325: => 'Отменить Выбор для Раздела/Группы',
1.27      sakharuk 3326: 
1.8       www      3327:    'Unsuccessful Login'
1.48      bisitz   3328: => 'Неуспешный Login',
1.8       www      3329: 
                   3330:    'Unsupported character combination'
1.48      bisitz   3331: => 'Неподдерживаемая комбинация символов',
1.8       www      3332: 
                   3333:    'Up'
1.48      bisitz   3334: => 'Вверх',
1.8       www      3335: 
                   3336:    'Update Course Assessment Parameter Display'
1.48      bisitz   3337: => 'Обновить Выдачу Курсовых Параметров',
1.8       www      3338: 
                   3339:    'Update Display'
1.48      bisitz   3340: => 'Обновить Выдачу',
1.8       www      3341: 
                   3342:    'Update Section or Specific User'
1.48      bisitz   3343: => 'Обновить Раздел или Пользователя',
1.8       www      3344: 
                   3345:    'Update Student Data'
1.48      bisitz   3346: => 'Обновить Студенческие Данные',
1.8       www      3347: 
                   3348:    'Updating discussion time'
1.48      bisitz   3349: => 'Обновление Времени Обсуждения',
1.8       www      3350: 
                   3351:    'Upload Document'
1.48      bisitz   3352: => 'Обновить Документ',
1.8       www      3353: 
                   3354:    'Upload Scantron data'
1.48      bisitz   3355: => 'Обновить Scantron данные',
1.8       www      3356: 
                   3357:    'Upload a Photo'
1.48      bisitz   3358: => 'Обновить Фотографию',
1.8       www      3359: 
                   3360:    'Upload a new main course document'
1.48      bisitz   3361: => 'Обновить новый главный документ курса',
1.8       www      3362: 
                   3363:    'Upload a new supplemental course document'
1.48      bisitz   3364: => 'Обновить новый вспомогательный документ курса',
1.8       www      3365: 
1.22      sakharuk 3366:    'Upload file'
1.48      bisitz   3367: => 'Обновить файл',
1.22      sakharuk 3368: 
1.8       www      3369:    'Uploaded'
1.48      bisitz   3370: => 'Обновлено',
1.8       www      3371: 
                   3372:    'Uploaded Document'
1.48      bisitz   3373: => 'Обновленный Документ',
1.8       www      3374: 
                   3375:    'Uploading Class List'
1.48      bisitz   3376: => 'Обновление Списка Студентов Класса',
1.8       www      3377: 
                   3378:    'Use or edit my bookmark collection'
1.48      bisitz   3379: => 'Использовать/Редактировать мою коллекцию закладок',
1.8       www      3380: 
                   3381:    'User'
1.48      bisitz   3382: => 'Пользователь',
1.8       www      3383: 
                   3384:    'User Load'
                   3385: => 'User Load',
                   3386: 
                   3387:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
                   3388: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
                   3389: 
                   3390:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
                   3391: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
                   3392: 
                   3393:    'User Role'
1.48      bisitz   3394: => 'Роль Пользователя',
1.8       www      3395: 
                   3396:    'User Roles'
1.48      bisitz   3397: => 'Роли Пользователя',
1.8       www      3398: 
                   3399:    'Username'
1.48      bisitz   3400: => 'Имя Пользователя',
1.8       www      3401: 
                   3402:    'Users with Roles Assigned by'
1.48      bisitz   3403: => 'Пользователи с ролями, приписанными ',
1.8       www      3404: 
                   3405:    'Value'
1.48      bisitz   3406: => 'Значение',
1.8       www      3407: 
                   3408:    'Verify Content'
1.48      bisitz   3409: => 'Просмотр Содержания',
1.8       www      3410: 
                   3411:    'Verify Course Documents'
1.48      bisitz   3412: => 'Проверка Документов Курса',
1.8       www      3413: 
                   3414:    'Verify Selection'
1.48      bisitz   3415: => 'Подтвердите Выбор',
1.8       www      3416: 
                   3417:    'Version'
1.48      bisitz   3418: => 'Версия',
1.8       www      3419: 
                   3420:    'Version Number'
1.48      bisitz   3421: => 'Номер Версии',
1.8       www      3422: 
                   3423:    'Version changes since Yesterday'
1.48      bisitz   3424: => 'Версия изменена со Вчерашнего дня',
1.8       www      3425: 
                   3426:    'Version changes since last Month'
1.48      bisitz   3427: => 'Версия изменена с прошлого Месяца',
1.8       www      3428: 
                   3429:    'Version changes since last Week'
1.48      bisitz   3430: => 'Версия изменена с прошлой Недели',
1.8       www      3431: 
                   3432:    'Version changes since start of Course'
1.48      bisitz   3433: => 'Версия изменена с начала Открытия Курса',
1.8       www      3434: 
                   3435:    'Version used in Course'
1.48      bisitz   3436: => 'Версия, Использованная В Курсе',
1.8       www      3437: 
                   3438:    'View'
1.48      bisitz   3439: => 'Посмотреть',
1.8       www      3440: 
                   3441:    'View All Messages'
1.48      bisitz   3442: => 'Посмотреть Все Сообщения',
1.8       www      3443: 
                   3444:    'View Class List'
1.48      bisitz   3445: => 'Посмотреть Список Класса',
1.8       www      3446: 
                   3447:    'View Critical Messages'
1.48      bisitz   3448: => 'Посмотреть Критические Сообщения',
1.8       www      3449: 
                   3450:    'View Published Version'
1.48      bisitz   3451: => 'Просмотреть Опубликованную Версию',
1.8       www      3452: 
                   3453:    'View course assessment statistics'
                   3454: => 'View course assessment statistics',
                   3455: 
                   3456:    'View documents included in this course'
1.48      bisitz   3457: => 'Просмотреть документы, включенные в курс',
1.8       www      3458: 
                   3459:    'View file'
1.48      bisitz   3460: => 'Просмотреть файл',
1.8       www      3461: 
                   3462:    'View the course assessment progress chart'
                   3463: => 'View the course assessment progress chart',
                   3464: 
                   3465:    'View user submissions for this assessment resource'
                   3466: => 'View user submissions for this assessment resource',
                   3467: 
                   3468:    'Warning!'
1.48      bisitz   3469: => 'Предупреждение!',
1.8       www      3470: 
1.26      sakharuk 3471:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
1.48      bisitz   3472: => 'ПРЕДУПРЕЖДЕНИЕ: Таблица метаданных отсутствует в LON-CAPA базе данных.',
1.26      sakharuk 3473: 
                   3474:    'Warning: change of MIME type!'
1.48      bisitz   3475: => 'Предупреждение: изменение MIME типа!',
1.26      sakharuk 3476: 
                   3477:    'Warning: target file exists!'
1.48      bisitz   3478: => 'Предупреждение: целевой файл существует!',
1.26      sakharuk 3479: 
                   3480:    'Warning: target file exists, and has been published!'
1.48      bisitz   3481: => 'Предупреждение: целевой файл существует и был опубликован!',
1.26      sakharuk 3482: 
1.8       www      3483:    'Was due'
                   3484: => 'Was due',
                   3485: 
                   3486:    'Web Links'
                   3487: => 'Web Links',
                   3488: 
                   3489:    'Web References'
                   3490: => 'Web References',
                   3491: 
                   3492:    'Wed'
1.48      bisitz   3493: => 'Ср',
1.8       www      3494: 
1.41      sakharuk 3495:    'Weight (weight)'
1.54      bisitz   3496: => 'Вес (weight)',
1.41      sakharuk 3497: 
1.8       www      3498:    'Welcome'
1.48      bisitz   3499: => 'Приветствуем',
1.8       www      3500: 
                   3501:    'Welcome to the Assignment Parameter Helper'
1.48      bisitz   3502: => 'Вас Приветствует Помощник Задания Параметров',
1.8       www      3503: 
                   3504:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
                   3505: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
                   3506: 
1.43      sakharuk 3507:    'Welcome to Your New LON-CAPA Course'
1.48      bisitz   3508: => 'Вас Приветствует Помощник Задания Структуры Курса',
1.43      sakharuk 3509: 
1.8       www      3510:    'What parameter do you want to set for all problems in the course?'
1.48      bisitz   3511: => 'Какой параметр Вы хототе установить для всех задач курса?',
1.8       www      3512: 
1.31      sakharuk 3513:    'What parameter do you want to set for the selected folder?'
1.48      bisitz   3514: => 'Какой параметр Вы хототе установить для выбранной папки?',
1.31      sakharuk 3515: 
                   3516:    'What parameter do you want to set for the selected problem?'
1.48      bisitz   3517: => 'Какой параметр Вы хототе установить для выбранной задачи?',
1.31      sakharuk 3518: 
1.8       www      3519:    'What should the opening date be set to?'
1.48      bisitz   3520: => 'Какова дата открытия? <br /><br />',
1.31      sakharuk 3521: 
                   3522:    'What should the due date be set to?'
1.48      bisitz   3523: => 'Какова дата сдачи? <br /><br />',
1.31      sakharuk 3524: 
                   3525:    'What should the answer open date be set to?'
1.48      bisitz   3526: => 'Какова дата открытия ответов для показа? <br /><br />',
1.31      sakharuk 3527: 
                   3528:    'What weight should be set for all problems in the course?'
1.48      bisitz   3529: => 'Какой вес должен быть приписан каждой задаче курса?<br /></br > ',
1.31      sakharuk 3530: 
1.32      sakharuk 3531:    'What weight should be set for the selected folder?'
1.48      bisitz   3532: => 'Какой вес должен быть приписан выбранной папке?<br /></br >',
1.32      sakharuk 3533: 
1.31      sakharuk 3534:    'What weight should be set for the selected problem?'
1.48      bisitz   3535: => 'Какой вес должен быть приписан выбранной задаче?<br /></br >',
1.8       www      3536: 
                   3537:    'Which Problem or Problems?'
1.48      bisitz   3538: => 'Какая Задача или Задачи?',
1.8       www      3539: 
                   3540:    'Which problems do you wish to set a parameter for?'
1.48      bisitz   3541: => 'Для каких задач Вы желаете задать параметры?',
1.8       www      3542: 
                   3543:    'Width(pixel):'
1.48      bisitz   3544: => 'Ширина(pixel):',
1.8       www      3545: 
1.16      sakharuk 3546:    'Without Answers'
1.48      bisitz   3547: => 'Без Ответов',
1.16      sakharuk 3548: 
                   3549:    'With Answers'
1.48      bisitz   3550: => 'С Ответами',
1.16      sakharuk 3551: 
                   3552:    'Only Answers'
1.48      bisitz   3553: => 'Только ответы',
1.16      sakharuk 3554: 
1.8       www      3555:    'Words'
1.48      bisitz   3556: => 'Слова',
1.8       www      3557: 
                   3558:    'Wrote Metadata'
1.48      bisitz   3559: => 'Метаданные Записаны',
1.8       www      3560: 
                   3561:    'XML/SGML'
                   3562: => 'XML/SGML',
                   3563: 
                   3564:    'Yes'
1.48      bisitz   3565: => 'Да',
1.8       www      3566: 
                   3567:    'You are correct.'
1.48      bisitz   3568: => 'Вы Правы.',
1.8       www      3569: 
                   3570:    'You are excused from the problem.'
1.48      bisitz   3571: => 'Вы освобождены от решения этой задачи.',
1.8       www      3572: 
1.24      sakharuk 3573:    'You are working with an unsaved version of your map.'
1.48      bisitz   3574: => 'Вы работаете с несохраненной версией Вашей последовательности',
1.24      sakharuk 3575: 
1.25      sakharuk 3576:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   3577: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
                   3578: 
1.8       www      3579:    'You did not select a template.'
1.48      bisitz   3580: => 'Вы не выбрали шаблон.',
1.8       www      3581: 
                   3582:    'You do not have authoring privileges for this resource'
                   3583: => 'You do not have authoring privileges for this resource',
                   3584: 
                   3585:    'You have entered that answer before'
1.48      bisitz   3586: => 'Вы вводили этот ответ ранее',
1.8       www      3587: 
                   3588:    'You have no critical messages.'
1.48      bisitz   3589: => 'У Вас нет критических сообщений.',
1.8       www      3590: 
                   3591:    'You have no unread messages'
1.48      bisitz   3592: => 'У Вас нет непрочитанных сообщений',
1.8       www      3593: 
                   3594:    'You have provided an invalid ranking'
                   3595: => 'You have provided an invalid ranking',
                   3596: 
                   3597:    'You must choose an authentication type.'
                   3598: => 'You must choose an authentication type.',
                   3599: 
                   3600:    'You must choose at least one student to continue.'
1.48      bisitz   3601: => 'Отметьте минимум одного студента для продолжения.',
1.8       www      3602: 
                   3603:    'You must choose one or more choices to continue.'
1.48      bisitz   3604: => 'Вы должны сделать выбор чтобы продолжать.',
1.8       www      3605: 
                   3606:    'You need to choose another user role or enter a specific course for this function'
                   3607: => 'You need to choose another user role or enter a specific course for this function',
                   3608: 
                   3609:    'You need to specify the Kerberos domain.'
1.48      bisitz   3610: => 'Вы должны задать Kerberos домен.',
1.8       www      3611: 
                   3612:    'You need to specify the initial password.'
1.48      bisitz   3613: => 'Вы должны задать начальный пасроль.',
1.8       www      3614: 
                   3615:    'You need to specify the username field.'
1.48      bisitz   3616: => 'Вы должны задать имя пользователя.',
1.8       www      3617: 
1.43      sakharuk 3618:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
1.48      bisitz   3619: => 'Ваш курс задан. Пожалуйста нажмите клавишу <b>Завершить Инициализацию Курса</b> для реинициализации курса с Вашими установками. <p>Помните что все эти ыстановки могут быть модифижированы в <b>PARMS</b> экране нажатием на клавишу <b>Окружение Курса</b>.</p>',
1.43      sakharuk 3620: 
1.8       www      3621:    'Your Excel Spreadsheet'
1.48      bisitz   3622: => 'Ваш Журнал в Excel',
1.8       www      3623: 
1.25      sakharuk 3624:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   3625: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
                   3626: 
1.47      albertel 3627:    'Your Version Settings have been Saved'
1.48      bisitz   3628: => 'Ваши Установки для данной Версии Сохранены',
1.8       www      3629: 
                   3630:    'Your home server is '
1.48      bisitz   3631: => 'Ваш домашний сервер ',
1.8       www      3632: 
                   3633:    'Your receipt is'
                   3634: => 'Your receipt is',
                   3635: 
                   3636:    'Your submission has been recorded.'
                   3637: => 'Your submission has been recorded.',
                   3638: 
1.36      sakharuk 3639:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
1.48      bisitz   3640: => '&quot; [_1] &quot; не является допустимым числом попыток. Число попыток - положительное целое число.',
1.34      sakharuk 3641: 
1.36      sakharuk 3642:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
1.48      bisitz   3643: => '&quot; [_1] &quot; не является допустимым весом. Вес - положительное целое число.',
1.34      sakharuk 3644: 
1.8       www      3645:    '[_1] Do not change login data'
                   3646: => '[_1] Do not change login data',
                   3647: 
                   3648:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   3649: => '[_1] Filesystem Authenticated (with initial password [_2])',
                   3650: 
                   3651:    '[_1] Internally authenticated (with initial password [_2])'
                   3652: => '[_1] Internally authenticated (with initial password [_2])',
                   3653: 
                   3654:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
                   3655: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
                   3656: 
                   3657:    '[_1] Local Authentication with arguement [_2]'
                   3658: => '[_1] Local Authentication with arguement [_2]',
                   3659: 
1.23      sakharuk 3660:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
                   3661: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
                   3662:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
                   3663: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
                   3664: 
1.8       www      3665:    'a.m.'
                   3666: => 'a.m.',
                   3667: 
                   3668:    'abstract'
1.48      bisitz   3669: => 'реферат',
1.8       www      3670: 
                   3671:    'acc keys'
1.48      bisitz   3672: => 'ключи доступа',
1.8       www      3673: 
                   3674:    'access denied'
1.48      bisitz   3675: => 'в доступе отказано',
1.8       www      3676: 
                   3677:    'according to course preferences'
                   3678: => 'according to course preferences',
                   3679: 
                   3680:    'according to resource settings'
                   3681: => 'according to resource settings',
                   3682: 
                   3683:    'according to user session state'
                   3684: => 'according to user session state',
                   3685: 
1.24      sakharuk 3686:    'after selected'
1.48      bisitz   3687: => 'после выбора',
1.24      sakharuk 3688: 
1.8       www      3689:    'all'
1.48      bisitz   3690: => 'все',
1.8       www      3691: 
1.33      sakharuk 3692:    'all resources in the course'
1.48      bisitz   3693: => 'всех ресурсов курса',
1.33      sakharuk 3694: 
1.32      sakharuk 3695:    'all students in course'
1.48      bisitz   3696: => 'всех студентов курса',
1.32      sakharuk 3697: 
1.8       www      3698:    'an indeterminate date'
1.48      bisitz   3699: => 'промежуточная дата',
1.8       www      3700: 
                   3701:    'an unknown date'
1.48      bisitz   3702: => 'неизвестная дата',
1.8       www      3703: 
                   3704:    'and return receipt'
                   3705: => 'and return receipt',
                   3706: 
                   3707:    'anno-'
                   3708: => 'anno-',
                   3709: 
                   3710:    'announce'
                   3711: => 'announce',
                   3712: 
                   3713:    'anonymous'
1.48      bisitz   3714: => 'анонимный',
1.8       www      3715: 
1.27      sakharuk 3716:    'anonymous students'
1.48      bisitz   3717: => 'анонимных студентов',
1.27      sakharuk 3718: 
1.33      sakharuk 3719:    'answer date'
1.48      bisitz   3720: => 'дата показа ответов',
1.33      sakharuk 3721: 
1.8       www      3722:    'at'
                   3723: => 'at',
                   3724: 
                   3725:    'at Domain'
1.48      bisitz   3726: => 'в Домене',
1.8       www      3727: 
                   3728:    'at domain'
1.48      bisitz   3729: => 'в домене',
1.8       www      3730: 
                   3731:    'audio'
1.48      bisitz   3732: => 'аудио',
1.8       www      3733: 
                   3734:    'author'
1.48      bisitz   3735: => 'автор',
1.8       www      3736: 
                   3737:    'backward'
                   3738: => 'backward',
                   3739: 
                   3740:    'bookmark'
1.48      bisitz   3741: => 'закладка',
1.8       www      3742: 
                   3743:    'bytes'
1.48      bisitz   3744: => 'байт',
1.8       www      3745: 
                   3746:    'can not be accessed from your location.'
                   3747: => 'can not be accessed from your location.',
                   3748: 
                   3749:    'catalog'
1.48      bisitz   3750: => 'каталог',
1.8       www      3751: 
                   3752:    'chart'
                   3753: => 'chart',
                   3754: 
                   3755:    'chat'
                   3756: => 'chat',
                   3757: 
1.26      sakharuk 3758:    'chmod error'
1.48      bisitz   3759: => 'chmod ошибка',
1.26      sakharuk 3760: 
1.8       www      3761:    'choose'
1.48      bisitz   3762: => 'выберите',
1.8       www      3763: 
                   3764:    'close this window'
1.48      bisitz   3765: => 'закрыть это окно',
1.8       www      3766: 
                   3767:    'co con-'
                   3768: => 'co con-',
                   3769: 
                   3770:    'co res'
                   3771: => 'co res',
                   3772: 
                   3773:    'commu-'
                   3774: => 'commu-',
                   3775: 
                   3776:    'con-'
                   3777: => 'con-',
                   3778: 
                   3779:    'connection down'
1.48      bisitz   3780: => 'соединение отсутствует',
1.8       www      3781: 
                   3782:    'contacting'
                   3783: => 'contacting',
                   3784: 
                   3785:    'contents'
1.48      bisitz   3786: => 'содержание',
1.26      sakharuk 3787: 
                   3788:    'copy Error'
1.48      bisitz   3789: => 'Ошибка копирования',
1.8       www      3790: 
                   3791:    'copyright'
                   3792: => 'copyright',
                   3793: 
                   3794:    'could not be copied.'
1.48      bisitz   3795: => 'невозможно было скопировать.',
1.8       www      3796: 
                   3797:    'course'
1.48      bisitz   3798: => 'курс',
1.8       www      3799: 
                   3800:    'create'
1.48      bisitz   3801: => 'создать',
1.8       www      3802: 
                   3803:    'customdistributionfile'
                   3804: => 'customdistributionfile',
                   3805: 
                   3806:    'default'
1.48      bisitz   3807: => 'по умолчанию',
1.8       www      3808: 
                   3809:    'directory'
1.48      bisitz   3810: => 'директория',
1.8       www      3811: 
                   3812:    'discuss'
1.48      bisitz   3813: => 'обсудить',
1.8       www      3814: 
                   3815:    'docs'
                   3816: => 'docs',
                   3817: 
1.33      sakharuk 3818:    'due date'
1.48      bisitz   3819: => 'дата сдачи',
1.33      sakharuk 3820: 
1.8       www      3821:    'during the last'
                   3822: => 'during the last',
                   3823: 
                   3824:    'edit'
1.48      bisitz   3825: => 'редактировать',
1.8       www      3826: 
                   3827:    'edit crs'
                   3828: => 'edit crs',
                   3829: 
                   3830:    'ences'
                   3831: => 'ences',
                   3832: 
                   3833:    'enroll'
1.48      bisitz   3834: => 'зачислить',
1.8       www      3835: 
                   3836:    'enter'
1.48      bisitz   3837: => 'войти',
1.8       www      3838: 
                   3839:    'evaluate'
                   3840: => 'evaluate',
                   3841: 
                   3842:    'exit'
1.48      bisitz   3843: => 'выйти',
1.8       www      3844: 
1.22      sakharuk 3845:    'expired or revoked'
1.48      bisitz   3846: => 'окончилась или отменена',
1.22      sakharuk 3847: 
1.26      sakharuk 3848:    'extension'
1.48      bisitz   3849: => 'расширение',
1.26      sakharuk 3850: 
1.8       www      3851:    'fas'
                   3852: => 'fas',
                   3853: 
                   3854:    'feedback'
                   3855: => 'feedback',
                   3856: 
1.22      sakharuk 3857:    'first name'
1.48      bisitz   3858: => 'имя',
1.22      sakharuk 3859: 
1.27      sakharuk 3860:    'for'
1.54      bisitz   3861: => 'для',
1.34      sakharuk 3862: 
1.38      sakharuk 3863:    'for [_1]'
1.48      bisitz   3864: => 'для [_1]',
1.34      sakharuk 3865: 
                   3866:    'for <b>all resources in the course</b>'
1.48      bisitz   3867: => 'для <b>всех ресурсов курса</b>',
1.34      sakharuk 3868: 
                   3869:    'for <b>all students in course</b>'
1.48      bisitz   3870: => 'для <b>всех студентов курса</b>',
1.27      sakharuk 3871: 
1.38      sakharuk 3872:    'for section [_1]'
1.48      bisitz   3873: => 'для раздела [_1]',
1.32      sakharuk 3874: 
1.8       www      3875:    'for Enclosing Map or Folder'
1.48      bisitz   3876: => 'для Главной Последовательности или Папки',
1.8       www      3877: 
                   3878:    'for Resource'
1.48      bisitz   3879: => 'для Ресурса',
1.35      sakharuk 3880: 
1.37      sakharuk 3881:    'for the map named [_1]'
1.48      bisitz   3882: => 'для последовательности с именем [_1]',
1.35      sakharuk 3883: 
1.37      sakharuk 3884:    'for the resource named [_1]'
1.48      bisitz   3885: => 'для ресурса с именем [_1]',
1.8       www      3886: 
                   3887:    'forward'
1.48      bisitz   3888: => 'вперед',
1.8       www      3889: 
1.27      sakharuk 3890:    'from'
1.48      bisitz   3891: => 'из',
1.27      sakharuk 3892: 
                   3893:    'from current subdirectory'
1.48      bisitz   3894: => 'из текущей директории',
1.27      sakharuk 3895: 
1.8       www      3896:    'from Enclosing Map or Folder'
1.48      bisitz   3897: => 'из Окружающей Последовательности или Папки',
1.8       www      3898: 
                   3899:    'general'
1.48      bisitz   3900: => 'общий',
1.8       www      3901: 
1.22      sakharuk 3902:    'generation'
1.48      bisitz   3903: => 'поколение',
1.22      sakharuk 3904: 
1.8       www      3905:    'grades'
1.48      bisitz   3906: => 'оценки',
1.8       www      3907: 
1.27      sakharuk 3908:    'in'
1.48      bisitz   3909: => 'в',
1.27      sakharuk 3910: 
1.8       www      3911:    'in Course'
1.48      bisitz   3912: => 'в Курсе',
1.8       www      3913: 
1.22      sakharuk 3914:    'in domain'
1.48      bisitz   3915: => 'в домене',
1.22      sakharuk 3916: 
1.8       www      3917:    'in Section/Group'
1.48      bisitz   3918: => 'в Разделе/Группе',
1.8       www      3919: 
                   3920:    'info'
1.48      bisitz   3921: => 'инфо',
1.8       www      3922: 
                   3923:    'interface available'
                   3924: => 'interface available',
                   3925: 
                   3926:    'is closed but you are allowed to view it'
                   3927: => 'is closed but you are allowed to view it',
                   3928: 
                   3929:    'is due at'
                   3930: => 'is due at',
                   3931: 
                   3932:    'is in under construction'
                   3933: => 'is in under construction',
                   3934: 
                   3935:    'is not analyzable at this time'
                   3936: => 'is not analyzable at this time',
                   3937: 
1.25      sakharuk 3938:    'is ready for download'
                   3939: => 'is ready for download',
                   3940: 
1.8       www      3941:    'keywords'
1.48      bisitz   3942: => 'ключевые слова',
1.8       www      3943: 
                   3944:    'language'
1.48      bisitz   3945: => 'язык',
1.8       www      3946: 
                   3947:    'last month'
1.48      bisitz   3948: => 'последний месяц',
1.8       www      3949: 
1.22      sakharuk 3950:    'last name'
1.48      bisitz   3951: => 'фамилия',
1.22      sakharuk 3952: 
1.8       www      3953:    'last problem'
1.48      bisitz   3954: => 'последняя задача',
1.8       www      3955: 
                   3956:    'last six months'
1.48      bisitz   3957: => 'последние шесть месяцев',
1.8       www      3958: 
                   3959:    'last student'
1.48      bisitz   3960: => 'последний студент',
1.8       www      3961: 
                   3962:    'last three months'
1.48      bisitz   3963: => 'последние три месяца',
1.8       www      3964: 
                   3965:    'last week'
1.48      bisitz   3966: => 'последняя неделя',
1.8       www      3967: 
                   3968:    'last year'
1.48      bisitz   3969: => 'последний год',
1.8       www      3970: 
                   3971:    'library'
1.48      bisitz   3972: => 'библиотека',
1.8       www      3973: 
                   3974:    'log in again'
                   3975: => 'log in again',
                   3976: 
                   3977:    'loginproblems.html'
                   3978: => 'loginproblems.html',
                   3979: 
1.25      sakharuk 3980:    'make these dates the default for future enrollment'
1.48      bisitz   3981: => 'задать эти даты по умолчанию для будущего зачисления',
1.25      sakharuk 3982: 
1.8       www      3983:    'manage'
                   3984: => 'manage',
                   3985: 
                   3986:    'may open later.'
                   3987: => 'may open later.',
                   3988: 
1.22      sakharuk 3989:    'middle name'
1.48      bisitz   3990: => 'отчество',
1.22      sakharuk 3991: 
1.8       www      3992:    'minutes'
1.48      bisitz   3993: => 'минуты',
1.8       www      3994: 
                   3995:    'missions'
                   3996: => 'missions',
                   3997: 
                   3998:    'most recent'
1.48      bisitz   3999: => 'последний',
1.8       www      4000: 
                   4001:    'movies'
1.48      bisitz   4002: => 'фильмы',
1.8       www      4003: 
                   4004:    'my'
1.48      bisitz   4005: => 'мой',
1.8       www      4006: 
1.26      sakharuk 4007:    'name'
1.48      bisitz   4008: => 'имя',
1.26      sakharuk 4009: 
1.8       www      4010:    'name only visible to course faculty'
1.26      sakharuk 4011: => 'name only visible to course faculty',
1.8       www      4012: 
                   4013:    'navigate'
                   4014: => 'navigate',
                   4015: 
                   4016:    'never'
1.48      bisitz   4017: => 'никогда',
1.8       www      4018: 
                   4019:    'nication'
                   4020: => 'nication',
                   4021: 
                   4022:    'not displayed'
                   4023: => 'not displayed',
                   4024: 
1.25      sakharuk 4025:    'no ending date'
1.48      bisitz   4026: => 'нет даты окончания',
1.25      sakharuk 4027: 
1.8       www      4028:    'not found'
1.48      bisitz   4029: => 'не найден',
1.8       www      4030: 
                   4031:    'notes'
1.48      bisitz   4032: => 'заметки',
1.8       www      4033: 
1.26      sakharuk 4034:    'number'
1.57      bisitz   4035: => 'число', # 'номер',
1.26      sakharuk 4036: 
1.32      sakharuk 4037:    'number of tries'
1.48      bisitz   4038: => 'число попыток',
1.32      sakharuk 4039: 
1.8       www      4040:    'num_override'
                   4041: => 'num_override',
                   4042: 
                   4043:    'obsolete'
1.48      bisitz   4044: => 'устаревший',
1.8       www      4045: 
                   4046:    'obsoletereplacement'
1.48      bisitz   4047: => 'устаревшая замена',
1.8       www      4048: 
                   4049:    'of'
                   4050: => 'of',
                   4051: 
1.23      sakharuk 4052:    'only check if you know what you are doing'
                   4053: => 'only check if you know what you are doing',
                   4054: 
1.32      sakharuk 4055:    'opening date'
1.48      bisitz   4056: => 'дата доступа к задаче',
1.32      sakharuk 4057: 
1.8       www      4058:    'or'
1.48      bisitz   4059: => 'или',
1.8       www      4060: 
                   4061:    'or ID'
1.48      bisitz   4062: => 'или ID',
1.8       www      4063: 
                   4064:    'p.m.'
                   4065: => 'p.m.',
                   4066: 
                   4067:    'pages'
1.48      bisitz   4068: => 'страницы',
1.8       www      4069: 
                   4070:    'parms'
                   4071: => 'parms',
                   4072: 
                   4073:    'part'
1.48      bisitz   4074: => 'часть',
1.8       www      4075: 
                   4076:    'percent'
1.48      bisitz   4077: => 'процент',
1.8       www      4078: 
                   4079:    'pictures'
1.48      bisitz   4080: => 'рисунки',
1.8       www      4081: 
                   4082:    'please refer to'
                   4083: => 'please refer to',
                   4084: 
                   4085:    'prefer-'
                   4086: => 'prefer-',
                   4087: 
                   4088:    'prepare'
                   4089: => 'prepare',
                   4090: 
                   4091:    'printout'
                   4092: => 'printout',
                   4093: 
                   4094:    'problem'
1.48      bisitz   4095: => 'задача',
1.8       www      4096: 
                   4097:    'problem statistics grouped by sequence'
                   4098: => 'problem statistics grouped by sequence',
                   4099: 
                   4100:    'problem statistics ungrouped'
                   4101: => 'problem statistics ungrouped',
                   4102: 
                   4103:    'problem statistics, Excel'
1.48      bisitz   4104: => 'статистика задачи, Excel',
1.33      sakharuk 4105: 
                   4106:    'problem weight'
1.48      bisitz   4107: => 'вес задачи',
1.8       www      4108: 
                   4109:    're-initializing course'
1.48      bisitz   4110: => 'ре-инициализация курса',
1.8       www      4111: 
                   4112:    'remaining'
1.48      bisitz   4113: => 'остающийся',
1.8       www      4114: 
                   4115:    'resource'
1.48      bisitz   4116: => 'ресурс',
1.8       www      4117: 
                   4118:    'resources'
1.48      bisitz   4119: => 'ресурсы',
1.8       www      4120: 
                   4121:    'role'
1.48      bisitz   4122: => 'роль',
1.8       www      4123: 
                   4124:    'roles'
1.48      bisitz   4125: => 'роли',
1.8       www      4126: 
                   4127:    'search'
1.48      bisitz   4128: => 'помск',
1.8       www      4129: 
                   4130:    'second'
1.48      bisitz   4131: => 'секунда',
1.8       www      4132: 
                   4133:    'seconds'
1.48      bisitz   4134: => 'секунды',
1.8       www      4135: 
                   4136:    'seconds for'
1.48      bisitz   4137: => 'секунд для',
1.8       www      4138: 
1.27      sakharuk 4139:    'selected students'
1.48      bisitz   4140: => 'отдельных студентов',
1.27      sakharuk 4141: 
1.8       www      4142:    'sequence'
1.48      bisitz   4143: => 'последовательность',
1.8       www      4144: 
                   4145:    'set'
1.48      bisitz   4146: => 'набор',
1.8       www      4147: 
                   4148:    'space'
1.48      bisitz   4149: => 'пространство',
1.8       www      4150: 
1.23      sakharuk 4151:    'standard courses only'
1.54      bisitz   4152: => 'только для стандартных курсов',
1.23      sakharuk 4153: 
1.8       www      4154:    'stats'
                   4155: => 'stats',
                   4156: 
                   4157:    'struct'
                   4158: => 'struct',
                   4159: 
                   4160:    'subject'
1.48      bisitz   4161: => 'предмет',
1.8       www      4162: 
                   4163:    'switch'
                   4164: => 'switch',
                   4165: 
                   4166:    'system wide'
                   4167: => 'system wide',
                   4168: 
                   4169:    'tations'
                   4170: => 'tations',
                   4171: 
                   4172:    'this'
                   4173: => 'this',
                   4174: 
                   4175:    'title'
1.48      bisitz   4176: => 'название',
1.8       www      4177: 
1.32      sakharuk 4178:    'to'
1.48      bisitz   4179: => 'на',
1.38      sakharuk 4180: 
1.39      sakharuk 4181:    'to [_1] ([_2])'
1.48      bisitz   4182: => 'на [_1] ([_2])',
1.32      sakharuk 4183: 
1.8       www      4184:    'today'
1.48      bisitz   4185: => 'сегодня',
1.8       www      4186: 
1.23      sakharuk 4187:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   4188: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
                   4189: 
1.25      sakharuk 4190:    'unable to enroll'
                   4191: => 'unable to enroll',
                   4192: 
1.8       www      4193:    'undo'
1.48      bisitz   4194: => 'отменить',
1.8       www      4195: 
                   4196:    'unless locked'
                   4197: => 'unless locked',
                   4198: 
                   4199:    'untitled'
1.48      bisitz   4200: => 'без названия',
1.8       www      4201: 
                   4202:    'updated periodically'
1.48      bisitz   4203: => 'обновляемые периодически',
1.8       www      4204: 
                   4205:    'user'
1.48      bisitz   4206: => 'пользователь',
1.8       www      4207: 
                   4208:    'users in'
1.48      bisitz   4209: => 'пользователи в',
1.8       www      4210: 
                   4211:    'versions of this problem'
1.48      bisitz   4212: => 'версии этой задачи',
1.8       www      4213: 
1.22      sakharuk 4214:    'versus'
1.48      bisitz   4215: => 'и',
1.22      sakharuk 4216: 
1.8       www      4217:    'view'
                   4218: => 'view',
                   4219: 
                   4220:    'view sub-'
                   4221: => 'view sub-',
                   4222: 
                   4223:    'visible to author and co-authors only'
                   4224: => 'visible to author and co-authors only',
                   4225: 
                   4226:    'waiting on'
                   4227: => 'waiting on',
                   4228: 
                   4229:    'warning(s)'
                   4230: => 'warning(s)',
                   4231: 
                   4232:    'was due on'
                   4233: => 'was due on',
                   4234: 
                   4235:    'will open on'
                   4236: => 'will open on',
1.16      sakharuk 4237: 
1.25      sakharuk 4238:    'with server'
1.48      bisitz   4239: => 'с сервером',
1.16      sakharuk 4240: 
                   4241: 
                   4242:    'Select resources for the assignment'
1.48      bisitz   4243: => '<br /><big><i><b>Выбор ресурсов для задания</b></i></big><br />',
1.16      sakharuk 4244: 
                   4245:    'Print:'
1.48      bisitz   4246: => "<hr width='33%' /><table><tr><td align='right'>Печатать: </td><td>",
1.16      sakharuk 4247: 
                   4248:    'LaTeX mode:'
1.48      bisitz   4249: => "<tr><td align='right'>Мода LaTeX: </td><td>",
1.16      sakharuk 4250: 
                   4251:    'standard LaTeX mode'
1.48      bisitz   4252: => 'стандартная мода',
1.16      sakharuk 4253: 
                   4254:    'Print Table of Contents:'
1.48      bisitz   4255: => "</td></tr><tr><td align='right'>Печатать Оглавление: </td><td>",
1.16      sakharuk 4256: 
                   4257:    'Print Index:'
1.48      bisitz   4258: => "<tr><td align='right'>Печатать Индекс: </td><td>",
1.16      sakharuk 4259: 
1.27      sakharuk 4260:    'what you just saw on the screen'
1.48      bisitz   4261: => "то что Вы только что видели на экране",
1.16      sakharuk 4262: 
                   4263:    'Select All Resources'
1.48      bisitz   4264: => 'Выбрать Все Ресурсы',
1.16      sakharuk 4265: 
1.41      sakharuk 4266:    'Resource Hidden from Students (hiddenresource)'
1.48      bisitz   4267: => 'Ресурсы, Спрятанные от Студентов (hiddenresource)',
1.41      sakharuk 4268: 
1.16      sakharuk 4269:    'Resources from selected sequence in course'
1.48      bisitz   4270: => "<b>Ресурсы</b> из <b>выбранной последовательности</b> курса",
1.16      sakharuk 4271: 
                   4272:    'Problems from entire course'
1.48      bisitz   4273: => '<b>Задачи</b> из <b>всего курса</b>',
1.16      sakharuk 4274: 
                   4275:    'Select Resource(s) to print'
1.48      bisitz   4276: => 'Выберите Ресурс(ы) для Печати',
1.32      sakharuk 4277: 
                   4278:    'Select Student'
1.48      bisitz   4279: => 'Выберите Студента',
1.16      sakharuk 4280: 
                   4281:    'Select Students and Resources'
1.48      bisitz   4282: => 'Выберите Студентов и Ресурсы',
1.16      sakharuk 4283: 
                   4284:    'Select Sequence To Print From'
1.48      bisitz   4285: => 'Выберите Последовательность Ресурсы Которой Вы Хотите Печатать',
1.16      sakharuk 4286: 
                   4287:    'Select Resources To Print'
1.48      bisitz   4288: => 'Выберите Ресурсы для Печати',
1.16      sakharuk 4289: 
                   4290:    'Begin Enrollment'
1.48      bisitz   4291: => 'Начать Зачисление',
1.16      sakharuk 4292: 
                   4293:    'Catalog Search'
1.48      bisitz   4294: => 'Поиск в Каталоге',
1.16      sakharuk 4295: 
                   4296:    'Course Search'
1.48      bisitz   4297: => 'Поиск в Курсе',
1.16      sakharuk 4298: 
                   4299:    'Generate messages from a file'
1.48      bisitz   4300: => 'Генерировать сообщения нз файла',
1.17      sakharuk 4301: 
                   4302:    'Parameter'
1.48      bisitz   4303: => 'Параметер',
1.17      sakharuk 4304: 
                   4305:    'Set to ...'
1.48      bisitz   4306: => 'Установить значение',
1.17      sakharuk 4307: 
                   4308:    'Set Individual User Roles'
1.54      bisitz   4309: => 'Задать Роли Индивидуального Пользователя',
1.60      bisitz   4310: 
1.17      sakharuk 4311:    'Width'
1.48      bisitz   4312: => 'Ширина',
1.17      sakharuk 4313: 
                   4314:    'Paper type'
1.48      bisitz   4315: => 'Вид бумаги',
1.17      sakharuk 4316: 
                   4317:    'Top Level Map'
1.48      bisitz   4318: => 'Главная Последовательность',
1.17      sakharuk 4319: 
                   4320:    'Modification may make assessment data inaccessible'
1.48      bisitz   4321: => 'Модификация может сделать данные недоступными',
1.17      sakharuk 4322: 
                   4323:    'Display file attributes'
1.48      bisitz   4324: => 'Показать атрибуты файла',
1.17      sakharuk 4325: 
                   4326:    'internal'
1.48      bisitz   4327: => 'внутренний',
1.17      sakharuk 4328: 
                   4329:    'optional'
1.48      bisitz   4330: => 'необязательный',
1.17      sakharuk 4331: 
                   4332:    'standard'
1.48      bisitz   4333: => 'стандартный',
1.17      sakharuk 4334: 
                   4335:    'external'
1.48      bisitz   4336: => 'внешний',
1.17      sakharuk 4337: 
                   4338:    'or any other value'
1.48      bisitz   4339: => 'или любое иное значение',
1.17      sakharuk 4340: 
                   4341:    'Default for new courses is'
1.48      bisitz   4342: => 'По умолчанию для новых курсов',
1.17      sakharuk 4343: 
                   4344:    'Default XML Style File'
1.48      bisitz   4345: => 'XML стилевой файл по умолчанию',
1.17      sakharuk 4346: 
                   4347:    'Select Style File'
1.48      bisitz   4348: => 'Выбор Стилевого Файла',
1.17      sakharuk 4349: 
                   4350:    'Languages used'
1.48      bisitz   4351: => 'Использованные языки',
1.17      sakharuk 4352: 
                   4353:    'Randomization algorithm used'
1.48      bisitz   4354: => 'Использованный алгоритм рэндомизации',
1.17      sakharuk 4355: 
                   4356:    'Modifying this will make problems'
1.48      bisitz   4357: => 'Эта модификация может привести к проблеме',
1.17      sakharuk 4358: 
                   4359:    'have different numbers and answers'
1.48      bisitz   4360: => 'иметь другие числа и ответы',
1.17      sakharuk 4361: 
                   4362:    'Resource'
1.54      bisitz   4363: => 'Ресурс',
1.17      sakharuk 4364: 
                   4365:    'Folder/Map'
1.48      bisitz   4366: => 'Папка/Последовательность',
1.17      sakharuk 4367: 
1.18      sakharuk 4368:    'Set'
1.48      bisitz   4369: => 'Установить',
1.17      sakharuk 4370: 
1.18      sakharuk 4371:    'yes'
1.48      bisitz   4372: => 'да',
1.18      sakharuk 4373: 
                   4374:    'Visibly Separate Items on Pages'
1.48      bisitz   4375: => 'Видимо Разделять Параграфы на Странице',
1.18      sakharuk 4376: 
1.42      sakharuk 4377:    '"[_1]" for visible separation'
1.48      bisitz   4378: => '"[_1]" для видимого разделения',
1.18      sakharuk 4379: 
                   4380:    'changes will not show until next login'
1.48      bisitz   4381: => 'изменения не видны до следующего входа в систему',
1.18      sakharuk 4382: 
                   4383:    'Default Student Spreadsheet'
1.48      bisitz   4384: => 'Студенческий Журнал по умолчанию',
1.18      sakharuk 4385: 
                   4386:    'Default Course Spreadsheet'
1.48      bisitz   4387: => 'Жырнал Курса по умолчанию',
1.60      bisitz   4388: 
1.18      sakharuk 4389:    'Default Assessment Spreadsheet'
1.48      bisitz   4390: => 'Журнал Доступа к Курсу по умолчанию',
1.17      sakharuk 4391: 
1.19      sakharuk 4392:    'Set Course Environment'
1.48      bisitz   4393: => 'Задать Окружение Курса',
1.17      sakharuk 4394: 
1.19      sakharuk 4395:    'Entering Construction Space'
1.48      bisitz   4396: => 'Вход в Авторское Пространство',
1.17      sakharuk 4397: 
1.19      sakharuk 4398:    'Go to ...'
1.48      bisitz   4399: => 'Перейти к ...',
1.17      sakharuk 4400: 
1.19      sakharuk 4401:    'Manual Grading'
1.48      bisitz   4402: => 'Выставление Оценок Преподавателем',
1.17      sakharuk 4403: 
1.19      sakharuk 4404:    'Current Resource'
1.48      bisitz   4405: => 'Текущий Ресурс',
1.16      sakharuk 4406: 
1.19      sakharuk 4407:    'Select Section'
1.48      bisitz   4408: => 'Выберите Раздел',
1.19      sakharuk 4409: 
                   4410:    'For one or more students'
1.48      bisitz   4411: => 'Для одного или нескольких студентов',
1.41      sakharuk 4412: 
                   4413:    'Client IP/Name Access Control (acc)'
1.54      bisitz   4414: => 'Client IP/Name Access Control (acc)',
1.19      sakharuk 4415: 
                   4416:    'Click here for help'
1.48      bisitz   4417: => 'Помощь',
1.19      sakharuk 4418: 
                   4419:    'Dependencies'
1.48      bisitz   4420: => 'Зависимости',
1.19      sakharuk 4421: 
                   4422:    'KEYWORDS'
1.54      bisitz   4423: => 'КЛЮЧЕВЫЕ СЛОВА',
1.19      sakharuk 4424: 
                   4425:    'check all'
1.48      bisitz   4426: =>  'выбрать все',
1.19      sakharuk 4427: 
                   4428:    'uncheck all'
1.48      bisitz   4429: => 'отменить выбор всего',
1.19      sakharuk 4430: 
                   4431:    'use related words'
1.48      bisitz   4432: => 'использовать связанные слова',
1.19      sakharuk 4433: 
                   4434:    'only search domain'
1.48      bisitz   4435: => 'искать только в домене',
1.19      sakharuk 4436: 
                   4437:    'VIEW'
1.48      bisitz   4438: => 'ВЫВОДИТЬ',
1.19      sakharuk 4439: 
                   4440:    'between'
1.48      bisitz   4441: => 'между',
1.19      sakharuk 4442: 
                   4443:    'and'
1.48      bisitz   4444: => 'и',
1.20      sakharuk 4445: 
                   4446:    'username'
1.48      bisitz   4447: => 'имя пользователя',
1.20      sakharuk 4448: 
                   4449:    'domain'
1.48      bisitz   4450: => 'домен',
1.20      sakharuk 4451: 
                   4452:    'student name'
1.48      bisitz   4453: => 'имя студента',
1.20      sakharuk 4454: 
                   4455:    'section'
1.48      bisitz   4456: => 'раздел',
1.20      sakharuk 4457: 
                   4458:    'How do I create a class list from a spreadsheet'
1.48      bisitz   4459: => 'Как мне создать список класса из журнала',
1.20      sakharuk 4460: 
                   4461:    'How do I create a CSV file from a spreadsheet'
1.48      bisitz   4462: => 'Как мне создать CSV файл из журнала',
1.20      sakharuk 4463: 
                   4464: 
1.21      www      4465: # ----
1.20      sakharuk 4466: 
1.21      www      4467:    'calendar[_1]'
1.48      bisitz   4468: => 'календарь',
1.21      www      4469: 
                   4470:    'announce[_1]'
                   4471: => 'announce',
                   4472: 
                   4473: 
                   4474: # ----
                   4475: 
                   4476:    'commu-[_1]'
                   4477: => 'commu-',
                   4478: 
                   4479:    'nication[_1]'
                   4480: => 'nication',
                   4481: 
                   4482: 
                   4483: # ----
                   4484: 
                   4485:    'course[_10]'
1.48      bisitz   4486: => 'курс',
1.21      www      4487: 
                   4488:    'chat[_1]'
                   4489: => 'chat',
                   4490: 
                   4491: 
                   4492: # ----
                   4493: 
                   4494:    'search[_1]'
1.48      bisitz   4495: => 'помск',
1.21      www      4496: 
                   4497:    'course[_11]'
1.48      bisitz   4498: => 'курс',
1.21      www      4499: 
                   4500: 
                   4501: # ----
                   4502: 
                   4503:    'search[_2]'
1.48      bisitz   4504: => 'помск',
1.21      www      4505: 
                   4506:    'library[_1]'
1.48      bisitz   4507: => 'библиотека',
1.21      www      4508: 
                   4509: 
                   4510: # ----
                   4511: 
                   4512:    'prefer-[_1]'
                   4513: => 'prefer-',
                   4514: 
                   4515:    'ences[_1]'
                   4516: => 'ences',
                   4517: 
                   4518: 
                   4519: # ----
                   4520: 
                   4521:    'exit[_1]'
1.48      bisitz   4522: => 'выйти',
1.21      www      4523: 
                   4524:    ' [_1]'
1.57      bisitz   4525: => ' ',
1.21      www      4526: 
                   4527: 
                   4528: # ----
                   4529: 
                   4530:    'switch[_2]'
                   4531: => 'switch',
1.20      sakharuk 4532: 
1.21      www      4533:    'role[_1]'
1.48      bisitz   4534: => 'роль',
1.21      www      4535: 
                   4536: 
                   4537: # ----
1.20      sakharuk 4538: 
1.21      www      4539:    'choose[_2]'
1.48      bisitz   4540: => 'выберите',
1.21      www      4541: 
                   4542:    'role[_2]'
1.48      bisitz   4543: => 'роль',
1.16      sakharuk 4544: 
1.21      www      4545: 
                   4546: # ----
                   4547: 
                   4548:    'choose[_1]'
1.48      bisitz   4549: => 'выберите',
1.21      www      4550: 
                   4551:    'course[_1]'
1.48      bisitz   4552: => 'курс',
1.21      www      4553: 
                   4554: 
                   4555: # ----
                   4556: 
                   4557:    'switch[_1]'
                   4558: => 'switch',
                   4559: 
                   4560:    'course[_2]'
1.48      bisitz   4561: => 'курс',
1.21      www      4562: 
                   4563: 
                   4564: # ----
                   4565: 
                   4566:    'course[_3]'
1.48      bisitz   4567: => 'курс',
1.21      www      4568: 
                   4569:    'docs[_1]'
                   4570: => 'docs',
                   4571: 
                   4572: 
                   4573: # ----
                   4574: 
                   4575:    'edit crs[_1]'
                   4576: => 'edit crs',
                   4577: 
                   4578:    'docs[_2]'
                   4579: => 'docs',
                   4580: 
                   4581: 
                   4582: # ----
                   4583: 
                   4584:    'navigate[_1]'
                   4585: => 'navigate',
                   4586: 
                   4587:    'contents[_1]'
                   4588: => 'contents',
                   4589: 
                   4590: 
                   4591: # ----
                   4592: 
                   4593:    'my[_1]'
1.48      bisitz   4594: => 'мой',
1.21      www      4595: 
                   4596:    'grades[_1]'
1.48      bisitz   4597: => 'оценки',
1.21      www      4598: 
                   4599: 
                   4600: # ----
                   4601: 
                   4602:    'course[_4]'
1.48      bisitz   4603: => 'курс',
1.21      www      4604: 
                   4605:    'grades[_2]'
1.48      bisitz   4606: => 'оценки',
1.21      www      4607: 
                   4608: 
                   4609: # ----
                   4610: 
                   4611:    'course[_5]'
1.48      bisitz   4612: => 'курс',
1.21      www      4613: 
                   4614:    'chart[_1]'
                   4615: => 'chart',
                   4616: 
                   4617: 
                   4618: # ----
                   4619: 
                   4620:    'course[_6]'
1.48      bisitz   4621: => 'курс',
1.21      www      4622: 
                   4623:    'stats[_1]'
                   4624: => 'stats',
                   4625: 
                   4626: 
                   4627: # ----
                   4628: 
                   4629:    'course[_7]'
1.48      bisitz   4630: => 'курс',
1.21      www      4631: 
                   4632:    'enroll[_1]'
1.48      bisitz   4633: => 'зачислить',
1.21      www      4634: 
                   4635: 
                   4636: # ----
                   4637: 
                   4638:    'manage[_1]'
                   4639: => 'manage',
                   4640: 
                   4641:    'acc keys[_1]'
                   4642: => 'acc keys',
                   4643: 
                   4644: 
                   4645: # ----
                   4646: 
                   4647:    'user[_1]'
1.48      bisitz   4648: => 'пользователь',
1.21      www      4649: 
                   4650:    'roles[_1]'
1.48      bisitz   4651: => 'роли',
1.21      www      4652: 
                   4653: 
                   4654: # ----
                   4655: 
                   4656:    'create[_1]'
1.48      bisitz   4657: => 'создать',
1.21      www      4658: 
                   4659:    'course[_8]'
1.48      bisitz   4660: => 'курс',
1.21      www      4661: 
                   4662: 
                   4663: # ----
                   4664: 
                   4665:    'course[_9]'
1.48      bisitz   4666: => 'курс',
1.21      www      4667: 
                   4668:    'parms[_1]'
                   4669: => 'parms',
                   4670: 
                   4671: 
                   4672: # ----
                   4673: 
                   4674:    'con-[_1]'
                   4675: => 'con-',
                   4676: 
                   4677:    'struct[_1]'
                   4678: => 'struct',
                   4679: 
                   4680: 
                   4681: # ----
                   4682: 
                   4683:    'co con-[_1]'
                   4684: => 'co con-',
                   4685: 
                   4686:    'struct[_2]'
                   4687: => 'struct',
                   4688: 
                   4689: 
                   4690: # ----
                   4691: 
                   4692:    'resource[_1]'
1.48      bisitz   4693: => 'ресурс',
1.21      www      4694: 
                   4695:    'space[_1]'
1.48      bisitz   4696: => 'пространство',
1.21      www      4697: 
                   4698: 
                   4699: # ----
                   4700: 
                   4701:    'co res[_1]'
                   4702: => 'co res',
                   4703: 
                   4704:    'space[_2]'
1.48      bisitz   4705: => 'пространство',
1.21      www      4706: 
                   4707: 
                   4708: # ----
                   4709: 
                   4710:    'enter[_1]'
1.48      bisitz   4711: => 'войти',
1.21      www      4712: 
                   4713: # ----
                   4714: 
                   4715:    'send[_1]'
                   4716: => 'send',
                   4717: 
                   4718:    'scantron[_1]'
                   4719: => 'scantron',
                   4720: 
                   4721: 
                   4722: # ----
                   4723: 
                   4724:    'view[_1]'
                   4725: => 'view',
                   4726: 
                   4727:    'bookmark[_1]'
1.48      bisitz   4728: => 'закладка',
1.8       www      4729: 
1.2       www      4730: 
1.45      riegler  4731: 
                   4732: #SYNC Tue Aug 15 14:23:47 2006
                   4733:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   4734: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
1.48      bisitz   4735: # (войти maximum [_1] collabилиaнаrs usвg имя пользователя или имя пользователя@domaв, e.g. smithje или smithje@[_2].)
1.45      riegler  4736:    '(Hand in a file you have prepared on your computer)'
                   4737: => '(Hand in a file you have prepared on your computer)',
1.48      bisitz   4738: # (Hи в a Файл you have pRepaRed on your computer)
1.45      riegler  4739:    ', select a template from the pull-down menu below.'
                   4740: => ', select a template from the pull-down menu below.',
1.48      bisitz   4741: # , Выберите Шаблон из the pull-down menu below.
1.45      riegler  4742:    '1 minute'
                   4743: => '1 minute',
1.48      bisitz   4744: # 1 mвute
1.45      riegler  4745:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   4746: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.48      bisitz   4747: # <*Response>s aRe both вside of <часть> и outside of <часть>, this is Нетt a valid задача, errилиs в gradвg Май occur.
1.45      riegler  4748:    'Allowed filetypes: <b>[_1]</b>'
                   4749: => 'Allowed filetypes: <b>[_1]</b>',
1.48      bisitz   4750: # всеoСр ФайлТипs: <b>[_1]</b>
1.45      riegler  4751:    'Analyzing Results'
                   4752: => 'Analyzing Results',
1.48      bisitz   4753: # Analyzвg Results
1.45      riegler  4754:    'Answer Submitted: Your final submission will be graded after the due date.'
                   4755: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.48      bisitz   4756: # Ответ Послатьted: Your fвal submission will be graded after the дата сдачи.
1.45      riegler  4757:    'Answerable'
                   4758: => 'Answerable',
1.48      bisitz   4759: # Ответable
1.45      riegler  4760:    'Cannot publish directory'
                   4761: => 'Cannot publish directory',
1.48      bisitz   4762: # CanНетt Опубликовать diRecнаry
1.45      riegler  4763:    'Cannot retrieve directory'
                   4764: => 'Cannot retrieve directory',
1.48      bisitz   4765: # CanНетt Запросить diRecнаry
1.45      riegler  4766:    'Changed discussion view mode'
                   4767: => 'Changed discussion view mode',
1.48      bisitz   4768: # Изменитьd обсудитьion Посмотреть mode
1.45      riegler  4769:    'Click here for FAQ'
                   4770: => 'Click here for FAQ',
1.48      bisitz   4771: # Click heRe fили FAQ
1.45      riegler  4772:    'Click here to report bugs'
                   4773: => 'Click here to report bugs',
1.48      bisitz   4774: # Click heRe на Repилиt bugs
1.45      riegler  4775:    'Click here to return to the chart.'
                   4776: => 'Click here to return to the chart.',
1.48      bisitz   4777: # Click heRe на Return на the chart.
1.45      riegler  4778:    'Click-On Texts (comma sep):'
                   4779: => 'Click-On Texts (comma sep):',
1.48      bisitz   4780: # Click-On Текстs (comma sep):
1.45      riegler  4781:    'Closed'
                   4782: => 'Closed',
1.48      bisitz   4783: # Закрытьd
1.45      riegler  4784:    'Courses'
                   4785: => 'Courses',
1.48      bisitz   4786: # курсs
1.45      riegler  4787:    'Create User'
                   4788: => 'Create User',
1.48      bisitz   4789: # создать пользователь
1.45      riegler  4790:    'Creating a new'
                   4791: => 'Creating a new',
1.48      bisitz   4792: # CReatвg a new
1.45      riegler  4793:    'Current Ending Date: [_1]'
                   4794: => 'Current Ending Date: [_1]',
1.48      bisitz   4795: # Текущий Конецвg Дата: [_1]
1.45      riegler  4796:    'Current Ending Date: not set'
                   4797: => 'Current Ending Date: not set',
1.48      bisitz   4798: # Текущий Конецвg Дата: Нетt набор
1.45      riegler  4799:    'Current Starting Date: [_1]'
                   4800: => 'Current Starting Date: [_1]',
1.48      bisitz   4801: # Текущий Началовg Дата: [_1]
1.45      riegler  4802:    'Current Starting Date: not set'
                   4803: => 'Current Starting Date: not set',
1.48      bisitz   4804: # Текущий Началовg Дата: Нетt набор
1.45      riegler  4805:    'Currently no active roles or courses'
                   4806: => 'Currently no active roles or courses',
1.48      bisitz   4807: # Текущийly Нет active роли или курсs
1.45      riegler  4808:    'Currently no additional roles or courses'
                   4809: => 'Currently no additional roles or courses',
1.48      bisitz   4810: # Текущийly Нет additional роли или курсs
1.45      riegler  4811:    'Currently submitted: <tt>[_1]</tt>'
                   4812: => 'Currently submitted: <tt>[_1]</tt>',
1.48      bisitz   4813: # Текущийly Послатьted: <tt>[_1]</tt>
1.45      riegler  4814:    'Default:'
                   4815: => 'Default:',
1.48      bisitz   4816: # по умолчанию:
1.45      riegler  4817:    'Description:'
                   4818: => 'Description:',
                   4819: 
                   4820:    "Don't Show Feedback"
                   4821: => "Don't Show Feedback",
                   4822: 
                   4823:    'Dynamic Metadata (updated periodically)'
                   4824: => 'Dynamic Metadata (updated periodically)',
1.48      bisitz   4825: # Dynamic Метаданные (обновляемые периодически)
1.45      riegler  4826:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
                   4827: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
1.48      bisitz   4828: # Ediнаr Errилиs - these errилиs might Нетt effect the runnвg of the задача, but they will likely cause задачаs with further use of the редактировать mode. Please use the редактироватьXML mode на fix these errилиs.
1.45      riegler  4829:    'Evaluation Error '
                   4830: => 'Evaluation Error ',
1.60      bisitz   4831: # Evaluation Errили
1.45      riegler  4832:    'Every problem in a particular folder'
                   4833: => 'Every problem in a particular folder',
1.48      bisitz   4834: # Every задача в a частьicular Папка
1.45      riegler  4835:    'Exam Problem'
                   4836: => 'Exam Problem',
1.48      bisitz   4837: # Exam задача
1.45      riegler  4838:    'Exit'
                   4839: => 'Exit',
1.48      bisitz   4840: # выйти
1.45      riegler  4841:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   4842: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
1.48      bisitz   4843: # Foil имя <b><tt>[_1]</tt></b> appears mилиe than once. Foil имяs need на be unique.
1.45      riegler  4844:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   4845: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.48      bisitz   4846: # Found a <*Response> outside of a <часть> в a <часть>ed задача
1.45      riegler  4847:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   4848: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.48      bisitz   4849: # Found Нет analyzable Respones в this задача, Текущийly only Numerical, Fилиmula и Strвg Response styles aRe sВверхpилиted.
1.45      riegler  4850:    'Go'
                   4851: => 'Go',
                   4852: 
                   4853:    'Homework problem'
                   4854: => 'Homework problem',
1.48      bisitz   4855: # Homewилиk задача
1.45      riegler  4856:    'Invalid Significant figures detected'
                   4857: => 'Invalid Significant figures detected',
1.48      bisitz   4858: # вvalid Significant figuRes detected
1.45      riegler  4859:    'LaTeX batchmode'
                   4860: => 'LaTeX batchmode',
                   4861: 
                   4862:    'Leave blank on scoring form'
                   4863: => 'Leave blank on scoring form',
1.48      bisitz   4864: # Leave Пробел on scиливg fилиm
1.45      riegler  4865:    'Logout'
                   4866: => 'Logout',
                   4867: 
                   4868:    'Modify deadlines, etc, for this resource'
                   4869: => 'Modify deadlines, etc, for this resource',
1.48      bisitz   4870: # Modify deadlвes, etc, fили this ресурс
1.45      riegler  4871:    'Must create new subdirectory inside a directory'
                   4872: => 'Must create new subdirectory inside a directory',
1.48      bisitz   4873: # Must создать new subdiRecнаry вside a diRecнаry
1.45      riegler  4874:    'Next    '
                   4875: => 'Next    ',
1.60      bisitz   4876: # Далее
1.45      riegler  4877:    'No Access or Usages Statistics are available for this resource.'
                   4878: => 'No Access or Usages Statistics are available for this resource.',
1.48      bisitz   4879: # Нет Access или Usages Статистика aRe available fили this ресурс.
1.45      riegler  4880:    'No Assessment Statistical Data is available for this resource'
                   4881: => 'No Assessment Statistical Data is available for this resource',
1.48      bisitz   4882: # Нет Оценка Statistical Data is available fили this ресурс
1.45      riegler  4883:    'No Evaluation Data is available for this resource.'
                   4884: => 'No Evaluation Data is available for this resource.',
1.48      bisitz   4885: # Нет Оценочные Данные is available fили this ресурс.
1.45      riegler  4886:    'Not applicable - '
                   4887: => 'Not applicable - ',
1.60      bisitz   4888: # Нетt applicable -
1.45      riegler  4889:    'Not open to be viewed'
                   4890: => 'Not open to be viewed',
1.48      bisitz   4891: # Нетt Открыть на be vieСр
1.45      riegler  4892:    'Not set - '
                   4893: => 'Not set - ',
1.60      bisitz   4894: # Нетt набор -
1.45      riegler  4895:    'One particular problem'
                   4896: => 'One particular problem',
1.48      bisitz   4897: # One частьicular задача
1.45      riegler  4898:    'Online Help'
                   4899: => 'Online Help',
1.48      bisitz   4900: # Onlвe Помощь
1.45      riegler  4901:    'Open and correct'
                   4902: => 'Open and correct',
1.48      bisitz   4903: # Открыть и cилиRect
1.45      riegler  4904:    'Open with full tries'
                   4905: => 'Open with full tries',
1.48      bisitz   4906: # Открыть with full Попыток
1.45      riegler  4907:    'Output Format: [_1]'
                   4908: => 'Output Format: [_1]',
1.48      bisitz   4909: # Вывод Fилиmat: [_1]
1.45      riegler  4910:    'Please adjust significant figures.'
                   4911: => 'Please adjust significant figures.',
                   4912: 
                   4913:    'Please click Back on your browser and select another user, or '
                   4914: => 'Please click Back on your browser and select another user, or ',
1.60      bisitz   4915: # Please click Back on your bСтрокаser и ВыберитеНетther пользователь, или
1.45      riegler  4916:    'Please stand by.'
                   4917: => 'Please stand by.',
1.48      bisitz   4918: # Please stи By.
1.45      riegler  4919:    "Please use browser 'Back' button and pick a filename"
                   4920: => "Please use browser 'Back' button and pick a filename",
1.48      bisitz   4921: # Please use bСтрокаser 'Back' butнаn и pick a Файлимя
1.45      riegler  4922:    'Preparing Printout'
                   4923: => 'Preparing Printout',
1.48      bisitz   4924: # PReparвg Prвнаut
1.45      riegler  4925:    'Reading results from [_1]'
                   4926: => 'Reading results from [_1]',
1.48      bisitz   4927: # Readвg Results из [_1]
1.45      riegler  4928:    'Receiving results from [_1]'
                   4929: => 'Receiving results from [_1]',
1.48      bisitz   4930: # Receivвg Results из [_1]
1.45      riegler  4931:    'Recent'
                   4932: => 'Recent',
                   4933: 
                   4934:    'Report a Bug'
                   4935: => 'Report a Bug',
1.48      bisitz   4936: # Repилиt a Bug
1.45      riegler  4937:    'Response'
                   4938: => 'Response',
                   4939: 
                   4940:    'Retrieving current (most recent) version'
                   4941: => 'Retrieving current (most recent) version',
1.48      bisitz   4942: # Retrievвg Текущий (последний) Версия
1.45      riegler  4943:    'Return to DOCS'
                   4944: => 'Return to DOCS',
1.48      bisitz   4945: # Return на docs
1.45      riegler  4946:    'Sample Points:'
                   4947: => 'Sample Points:',
1.48      bisitz   4948: # Sample Poвts:
1.45      riegler  4949:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   4950: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.48      bisitz   4951: # Сохранить enПопыток below as a draft Ответ (Нетt Послатьtвg them fили crредактировать yet)
1.45      riegler  4952:    'Search Complete [_1]'
                   4953: => 'Search Complete [_1]',
1.48      bisitz   4954: # помск Complete [_1]
1.45      riegler  4955:    'Search: [_1]'
                   4956: => 'Search: [_1]',
1.48      bisitz   4957: # помск: [_1]
1.45      riegler  4958:    'Set opening date for all problems in the course for. . .'
                   4959: => 'Set opening date for all problems in the course for. . .',
1.48      bisitz   4960: # набор дата доступа к задаче fили все задачаs в the курс fили. . .
1.45      riegler  4961:    'Set opening datefor all problems in the course for. . .'
                   4962: => 'Set opening datefor all problems in the course for. . .',
1.48      bisitz   4963: # набор дата доступа к задачеfили все задачаs в the курс fили. . .
1.45      riegler  4964:    'Show Answer'
                   4965: => 'Show Answer',
1.48      bisitz   4966: # Show Ответ
1.45      riegler  4967:    'Show Feedback'
                   4968: => 'Show Feedback',
                   4969: 
                   4970:    'Some items were not submitted'
                   4971: => 'Some items were not submitted',
1.48      bisitz   4972: # Some items weRe Нетt Послатьted
1.45      riegler  4973:    'Student Sheet Links'
                   4974: => 'Student Sheet Links',
1.48      bisitz   4975: # студент Sheet Lвks
1.45      riegler  4976:    'Student Status: [_1]'
                   4977: => 'Student Status: [_1]',
1.48      bisitz   4978: # студент Статус: [_1]
1.45      riegler  4979:    'Submissions'
                   4980: => 'Submissions',
                   4981: 
                   4982:    'Submit entries below as answer to receive credit'
                   4983: => 'Submit entries below as answer to receive credit',
1.48      bisitz   4984: # Послать enПопыток below as Ответ на Receive crредактировать
1.45      riegler  4985:    'Survey Question'
                   4986: => 'Survey Question',
                   4987: 
                   4988:    'Swedish Chef'
                   4989: => 'Swedish Chef',
1.48      bisitz   4990: # SСрish Chef
1.45      riegler  4991:    'TeX unconverted due to errors'
                   4992: => 'TeX unconverted due to errors',
1.48      bisitz   4993: # TeX unconverted Сдать на errилиs
1.45      riegler  4994:    'TeX unconverted due to previous errors'
                   4995: => 'TeX unconverted due to previous errors',
1.48      bisitz   4996: # TeX unconverted Сдать на Предыдущий errилиs
1.45      riegler  4997:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4998: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.48      bisitz   4999: # The question can Нетt be gotten cилиRect, the followвg Foils в the &lt;optionResponse&gt; have вvalid cилиRect options
1.45      riegler  5000:    'The requested file'
                   5001: => 'The requested file',
1.48      bisitz   5002: # The Requested Файл
1.45      riegler  5003:    'There are currently no Error Messages for this resource.'
                   5004: => 'There are currently no Error Messages for this resource.',
1.48      bisitz   5005: # TheRe aRe Текущийly Нет Errили Messages fили this ресурс.
1.45      riegler  5006:    'There are no Evaluation Comments on this resource.'
                   5007: => 'There are no Evaluation Comments on this resource.',
1.48      bisitz   5008: # TheRe aRe Нет Оценочные Комментарии on this ресурс.
1.45      riegler  5009:    'There are no currently enrolled students in the course.'
                   5010: => 'There are no currently enrolled students in the course.',
1.48      bisitz   5011: # TheRe aRe Нет Текущийly зачислитьed студентs в the курс.
1.45      riegler  5012:    'There are no currently enrolled students in the selected sections.'
                   5013: => 'There are no currently enrolled students in the selected sections.',
1.48      bisitz   5014: # TheRe aRe Нет Текущийly зачислитьed студентs в the Выбратьed разделs.
1.45      riegler  5015:    'There are no previously enrolled students in the course.'
                   5016: => 'There are no previously enrolled students in the course.',
1.48      bisitz   5017: # TheRe aRe Нет Предыдущийly зачислитьed студентs в the курс.
1.45      riegler  5018:    'There are no previously enrolled students in the selected sections.'
                   5019: => 'There are no previously enrolled students in the selected sections.',
1.48      bisitz   5020: # TheRe aRe Нет Предыдущийly зачислитьed студентs в the Выбратьed разделs.
1.45      riegler  5021:    'There are no students in the course.'
                   5022: => 'There are no students in the course.',
1.48      bisitz   5023: # TheRe aRe Нет студентs в the курс.
1.45      riegler  5024:    'There are no students in the selected sections.'
                   5025: => 'There are no students in the selected sections.',
1.48      bisitz   5026: # TheRe aRe Нет студентs в the Выбратьed разделs.
1.45      riegler  5027:    'To create a new'
                   5028: => 'To create a new',
1.48      bisitz   5029: # на создать a new
1.45      riegler  5030:    'Type-in value'
                   5031: => 'Type-in value',
1.48      bisitz   5032: # Тип-в Значение
1.45      riegler  5033:    'Type:'
                   5034: => 'Type:',
1.48      bisitz   5035: # Тип:
1.45      riegler  5036:    'UNDISPLAYABLE'
                   5037: => 'UNDISPLAYABLE',
1.48      bisitz   5038: # UNПоказатьABLE
1.45      riegler  5039:    'Upload file to Construction Space'
                   5040: => 'Upload file to Construction Space',
1.48      bisitz   5041: # Обновить файл на Construction пространство
1.45      riegler  5042:    'View the FAQ'
                   5043: => 'View the FAQ',
1.48      bisitz   5044: # Посмотреть the FAQ
1.45      riegler  5045:    '[_1] (what you just saw on the screen)'
                   5046: => '[_1] (what you just saw on the screen)',
1.48      bisitz   5047: # [_1] (то что Вы только что видели на экране)
1.45      riegler  5048:    '[_1] Local Authentication with argument [_2]'
                   5049: => '[_1] Local Authentication with argument [_2]',
1.48      bisitz   5050: # [_1] Local AuЗатемtication with argument [_2]
1.45      riegler  5051:    '[_1] Records per Page'
                   5052: => '[_1] Records per Page',
1.48      bisitz   5053: # [_1] Recилиds На Страницу
1.45      riegler  5054:    '[_1] minutes'
                   5055: => '[_1] minutes',
1.48      bisitz   5056: # [_1] минуты
1.45      riegler  5057:    '[_1] minutes, [_2] seconds'
                   5058: => '[_1] minutes, [_2] seconds',
1.48      bisitz   5059: # [_1] минуты, [_2] секунды
1.45      riegler  5060:    '[_1] with value [_2]'
                   5061: => '[_1] with value [_2]',
1.48      bisitz   5062: # [_1] with Значение [_2]
1.45      riegler  5063:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5064: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.48      bisitz   5065: # [_1]pRev[_2] &nbsp; [_3]ReЗагрузить[_4] &nbsp; [_5]Далее[_6]
1.45      riegler  5066:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   5067: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
1.48      bisitz   5068: # [_1]pRev[_2] &nbsp; [_3]ReЗагрузить[_4] &nbsp; Далее
1.45      riegler  5069:    '[_2] seconds'
                   5070: => '[_2] seconds',
1.48      bisitz   5071: # [_2] секунды
1.45      riegler  5072:    'anno-[_1]'
                   5073: => 'anno-[_1]',
1.48      bisitz   5074: # anНет-[_1]
1.45      riegler  5075:    'backward[_1]'
                   5076: => 'backward[_1]',
                   5077: 
                   5078:    'bookmark[_2]'
                   5079: => 'bookmark[_2]',
1.48      bisitz   5080: # закладка[_2]
1.45      riegler  5081:    'button'
                   5082: => 'button',
1.48      bisitz   5083: # butнаn
1.45      riegler  5084:    'by'
                   5085: => 'by',
                   5086: 
                   5087:    'catalog[_1]'
                   5088: => 'catalog[_1]',
1.48      bisitz   5089: # каталог[_1]
1.45      riegler  5090:    'click on the'
                   5091: => 'click on the',
                   5092: 
                   5093:    'contacting [_1]'
                   5094: => 'contacting [_1]',
1.48      bisitz   5095: # Контактироватьвg [_1]
1.45      riegler  5096:    'currently does not exist'
                   5097: => 'currently does not exist',
1.48      bisitz   5098: # Текущийly does Нетt exist
1.45      riegler  5099:    'custom'
                   5100: => 'custom',
1.48      bisitz   5101: # cusнаm
1.45      riegler  5102:    'custom distribution file'
                   5103: => 'custom distribution file',
1.48      bisitz   5104: # cusнаm distribution Файл
1.45      riegler  5105:    'discuss[_1]'
                   5106: => 'discuss[_1]',
1.48      bisitz   5107: # обсудить[_1]
1.45      riegler  5108:    'evaluate[_1]'
                   5109: => 'evaluate[_1]',
                   5110: 
                   5111:    'feedback[_1]'
                   5112: => 'feedback[_1]',
                   5113: 
                   5114:    'file<br />extension'
                   5115: => 'file<br />extension',
1.48      bisitz   5116: # Файл<br />расширение
1.45      riegler  5117:    'for visible separation'
                   5118: => 'for visible separation',
1.48      bisitz   5119: # fили visible separation
1.45      riegler  5120:    'forward[_1]'
                   5121: => 'forward[_1]',
1.48      bisitz   5122: # fилиward[_1]
1.45      riegler  5123:    'is in this state by royal decree.'
                   5124: => 'is in this state by royal decree.',
1.48      bisitz   5125: # is в this state By royal decRee.
1.45      riegler  5126:    'may be open from a different computer.'
                   5127: => 'may be open from a different computer.',
1.48      bisitz   5128: # Май be Открыть из a diffeRent computer.
1.45      riegler  5129:    'obsolete replacement'
                   5130: => 'obsolete replacement',
1.48      bisitz   5131: # устаревший Replacement
1.45      riegler  5132:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5133: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.48      bisitz   5134: # pRev &nbsp; [_3]ReЗагрузить[_4] &nbsp; [_5]Далее[_6]
1.45      riegler  5135:    'private'
                   5136: => 'private',
                   5137: 
                   5138:    'public'
                   5139: => 'public',
                   5140: 
                   5141:    'publisher<br />owner'
                   5142: => 'publisher<br />owner',
1.48      bisitz   5143: # Опубликоватьer<br />owner
1.45      riegler  5144:    'set[_1]'
                   5145: => 'set[_1]',
1.48      bisitz   5146: # набор[_1]
1.45      riegler  5147:    'spellcheck_lang'
                   5148: => 'spellcheck_lang',
                   5149: 
                   5150:    'template'
                   5151: => 'template',
1.48      bisitz   5152: # Шаблон
1.45      riegler  5153:    'waiting on [_1]'
                   5154: => 'waiting on [_1]',
1.48      bisitz   5155: # waitвg on [_1]
1.45      riegler  5156: 
                   5157: 
                   5158: #SYNC Tue Aug 15 14:43:22 2006
                   5159:    'Enter my portfolio space'
                   5160: => 'Enter my portfolio space',
1.48      bisitz   5161: # войти мой pилиtfolio пространство
1.45      riegler  5162:    'No syllabus information provided.'
                   5163: => 'No syllabus information provided.',
1.48      bisitz   5164: # Нет Учебный План вfилиmation provided.
1.45      riegler  5165:    'Post Discussion'
                   5166: => 'Post Discussion',
1.48      bisitz   5167: # Post обсудитьion
1.45      riegler  5168:    'Sorry ...'
                   5169: => 'Sorry ...',
1.48      bisitz   5170: # Sилиry ...
1.45      riegler  5171:    'This resource might be part of another course.'
                   5172: => 'This resource might be part of another course.',
1.48      bisitz   5173: # this ресурс might be часть of aНетther курс.
1.45      riegler  5174: 
                   5175: 
                   5176: #SYNC Tue Aug 15 16:12:14 2006
                   5177:    'Agree'
                   5178: => 'Agree',
                   5179: 
                   5180:    'Any comments? '
                   5181: => 'Any comments? ',
                   5182: 
                   5183:    'Copy this column'
                   5184: => 'Copy this column',
1.48      bisitz   5185: # Copy this Столбец
1.45      riegler  5186:    'Disagree'
                   5187: => 'Disagree',
                   5188: 
                   5189:    'General Intro'
                   5190: => 'General Intro',
1.48      bisitz   5191: # общий вtro
1.45      riegler  5192:    'Greek Symbols'
                   5193: => 'Greek Symbols',
                   5194: 
                   5195:    'HTML character enties'
                   5196: => 'HTML character enties',
                   5197: 
                   5198:    'Highest Grade Level'
                   5199: => 'Highest Grade Level',
                   5200: 
                   5201:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
                   5202: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.48      bisitz   5203: # If you aRe Посмотретьвg this onlвe, copy и paste the Текст из any of the right Столбецs вна your Текст aRea на get the symbol on the left.
1.45      riegler  5204:    'LON-CAPA Help'
                   5205: => 'LON-CAPA Help',
1.48      bisitz   5206: # LON-CAPA Помощь
1.45      riegler  5207:    'Landscape'
                   5208: => 'Landscape',
1.48      bisitz   5209: # Lиscape
1.45      riegler  5210:    'Launch navigation window'
                   5211: => 'Launch navigation window',
1.48      bisitz   5212: # Launch navigation wвdow
1.45      riegler  5213:    'Lowest Grade Level'
                   5214: => 'Lowest Grade Level',
                   5215: 
                   5216:    'Mark all posts read'
                   5217: => 'Mark all posts read',
1.48      bisitz   5218: # Mark все posts Read
1.45      riegler  5219:    'My question/comment/feedback:'
                   5220: => 'My question/comment/feedback:',
1.48      bisitz   5221: # мой question/comment/feedback:
1.45      riegler  5222:    'Not set -'
                   5223: => 'Not set -',
1.48      bisitz   5224: # Нетt набор -
1.45      riegler  5225:    'Other Symbols'
                   5226: => 'Other Symbols',
                   5227: 
                   5228:    'Please check at least one of the following feedback types:'
                   5229: => 'Please check at least one of the following feedback types:',
1.48      bisitz   5230: # Please check at least one of the followвg feedback Типs:
1.45      riegler  5231:    'Please rank the following criteria:'
                   5232: => 'Please rank the following criteria:',
1.48      bisitz   5233: # Please rank the followвg criteria:
1.45      riegler  5234:    'Portrait'
                   5235: => 'Portrait',
1.48      bisitz   5236: # Pилиtrait
1.45      riegler  5237:    'Question about resource content'
                   5238: => 'Question about resource content',
1.48      bisitz   5239: # Question about ресурс content
1.45      riegler  5240:    'Question/Comment/Feedback about course policy'
                   5241: => 'Question/Comment/Feedback about course policy',
1.48      bisitz   5242: # Question/Comment/feedback about курс policy
1.45      riegler  5243:    'Select a Course to Enter'
                   5244: => 'Select a Course to Enter',
1.48      bisitz   5245: # Выберите курс на войти
1.45      riegler  5246:    'Sending Messages'
                   5247: => 'Sending Messages',
1.48      bisitz   5248: # SКонецвg Messages
1.45      riegler  5249:    'Show Me My First Homework Problem'
                   5250: => 'Show Me My First Homework Problem',
1.48      bisitz   5251: # Show Me мой Имя Homewилиk задача
1.45      riegler  5252:    'Standards'
                   5253: => 'Standards',
1.48      bisitz   5254: # стандартныйs
1.45      riegler  5255:    'Strongly Agree'
                   5256: => 'Strongly Agree',
                   5257: 
                   5258:    'Strongly Disagree'
                   5259: => 'Strongly Disagree',
                   5260: 
                   5261:    'Symbol'
                   5262: => 'Symbol',
                   5263: 
                   5264:    'The material appears to be correct '
                   5265: => 'The material appears to be correct ',
1.60      bisitz   5266: # The material appears на be cилиRect
1.45      riegler  5267:    'The material is helpful '
                   5268: => 'The material is helpful ',
1.60      bisitz   5269: # The Материал полезен
1.45      riegler  5270:    'The material is presented in a clear way '
                   5271: => 'The material is presented in a clear way ',
1.60      bisitz   5272: # The material is pResented в a clear way
1.45      riegler  5273:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5274: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
1.60      bisitz   5275: # The ресурс is technicвсеy cилиRect (Загрузитьs fast eНетugh, does Нетt produce errилиs, lвks wилиk, etc)
1.45      riegler  5276: 
                   5277: 
                   5278: #SYNC Tue Aug 15 18:55:42 2006
                   5279: 
1.46      riegler  5280: 
                   5281: #SYNC Fri Aug 18 20:46:55 2006
                   5282:    'HTML character entities'
                   5283: => 'HTML character entities',
                   5284: 
                   5285: 
1.2       www      5286: #SYNCMARKER
1.1       www      5287: );
                   5288: 
                   5289: 1;
                   5290: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>