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

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

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