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

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

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