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

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Russian Localization Lexicon
                      3: #
1.21    ! www         4: # $Id: ru.pm,v 1.20 2003/12/08 22:10:27 sakharuk 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.6       sakharuk   35: 'char_encoding'=> 'KOI8-R',
                     36: 'language_code'=> 'ru',
1.7       www        37: 'date_locale'  => 
                     38:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.10      sakharuk   39: 'date_months'  => 'Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь',
1.11      sakharuk   40: 'date_days'    => 'Вс,Пн,Вт,Ср,Чт,Пт,Сб',
1.7       www        41: 'date_am' => 'am',
                     42: 'date_pm' => 'pm',
                     43: 'textual_remote_display' => 'on',
1.6       sakharuk   44: 
1.7       www        45:    'calendar'
                     46: => 'календарь',
1.1       www        47: 
1.7       www        48:    'January'
                     49: => 'Январь',
1.3       www        50: 
                     51:    'February'
1.7       www        52: => 'Февраль',
1.8       www        53: 
                     54: 
                     55: #SYNC Fri Nov 14 14:31:31 2003
1.10      sakharuk   56:    "Calculate answers"
1.11      sakharuk   57: => "Сосчитать ответы",
1.8       www        58: 
                     59:    '# Do not translate this line.  [_1] is a check box'
                     60: => '# Do not translate this line.  [_1] is a check box',
                     61: 
                     62:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
                     63: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
                     64: 
                     65:    '# Do not translate this line.  [_1] is a column index.'
                     66: => '# Do not translate this line.  [_1] is a column index.',
                     67: 
                     68:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
                     69: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
                     70: 
                     71:    '# Do not translate this line.  [_1] is a username'
                     72: => '# Do not translate this line.  [_1] is a username',
                     73: 
                     74:    '# Do not translate this line.  [_1] is the number of students processed'
                     75: => '# Do not translate this line.  [_1] is the number of students processed',
                     76: 
                     77:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
                     78: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
                     79: 
                     80:    '# Do not translate this line.  [_1] is username, [_2] is error message'
                     81: => '# Do not translate this line.  [_1] is username, [_2] is error message',
                     82: 
                     83:    '# Do not translate this line.  [_1] is username@domain'
                     84: => '# Do not translate this line.  [_1] is username@domain',
                     85: 
                     86:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
                     87: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
                     88: 
                     89:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
                     90: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
                     91: 
                     92:    '# Do not translate this line.  [_2] is a text entry element'
                     93: => '# Do not translate this line.  [_2] is a text entry element',
                     94: 
                     95:    '#Stdnts'
1.19      sakharuk   96: => '#Студ',
1.8       www        97: 
                     98:    '#YES'
                     99: => '#YES',
                    100: 
                    101:    '%Wrng'
                    102: => '%Wrng',
                    103: 
                    104:    ' Show All Foils'
                    105: => ' Show All Foils',
                    106: 
                    107:    ', and answers will be available on'
1.13      sakharuk  108: => ', и ответы будут доступны',
1.8       www       109: 
                    110:    ', is reserved internally by LON-CAPA.'
                    111: => ', is reserved internally by LON-CAPA.',
                    112: 
                    113:    ', or the next time you log in.'
1.19      sakharuk  114: => ', или во время следующего Вашего входа в систему.',
1.8       www       115: 
                    116:    ', select a template from the pull-down menu below'
                    117: => ', select a template from the pull-down menu below',
                    118: 
                    119:    '. . . for a particular section'
1.12      sakharuk  120: => '. . . для определенного раздела',
1.8       www       121: 
                    122:    '. . . for all students in the course'
1.11      sakharuk  123: => '. . . для всех студентов курса',
1.8       www       124: 
                    125:    '. . . for an individual student'
1.11      sakharuk  126: => '. . . для индивидуального студента',
1.8       www       127: 
                    128:    '1 am'
1.18      sakharuk  129: => '1',
1.8       www       130: 
                    131:    '1 out of N multiple choice (radio button)'
                    132: => '1 out of N multiple choice (radio button)',
                    133: 
                    134:    '1 pm'
1.18      sakharuk  135: => '13',
1.8       www       136: 
                    137:    '10 am'
1.18      sakharuk  138: => '10',
1.8       www       139: 
                    140:    '10 pm'
1.18      sakharuk  141: => '22',
1.8       www       142: 
                    143:    '11 am'
1.18      sakharuk  144: => '11',
1.8       www       145: 
                    146:    '11 pm'
1.18      sakharuk  147: => '23',
1.8       www       148: 
                    149:    '12 am'
1.18      sakharuk  150: => '12',
1.8       www       151: 
                    152:    '12 noon'
1.18      sakharuk  153: => '24',
1.8       www       154: 
                    155:    '2 am'
1.18      sakharuk  156: => '2',
1.8       www       157: 
                    158:    '2 pm'
1.18      sakharuk  159: => '14',
1.8       www       160: 
                    161:    '3 am'
1.18      sakharuk  162: => '3',
1.8       www       163: 
                    164:    '3 pm'
1.18      sakharuk  165: => '15',
1.8       www       166: 
                    167:    '4 am'
1.18      sakharuk  168: => '4',
1.8       www       169: 
                    170:    '4 pm'
1.18      sakharuk  171: => '16',
1.8       www       172: 
                    173:    '5 am'
1.18      sakharuk  174: => '5',
1.8       www       175: 
                    176:    '5 pm'
1.18      sakharuk  177: => '17',
1.8       www       178: 
                    179:    '6 am'
1.18      sakharuk  180: => '6',
1.8       www       181: 
                    182:    '6 pm'
1.18      sakharuk  183: => '18',
1.8       www       184: 
                    185:    '7 am'
1.18      sakharuk  186: => '7',
1.8       www       187: 
                    188:    '7 pm'
1.18      sakharuk  189: => '19',
1.8       www       190: 
                    191:    '8 am'
1.18      sakharuk  192: => '8',
1.8       www       193: 
                    194:    '8 pm'
1.18      sakharuk  195: => '20',
1.8       www       196: 
                    197:    '9 am'
1.18      sakharuk  198: => '9',
1.8       www       199: 
                    200:    '9 pm'
1.18      sakharuk  201: => '21',
1.8       www       202: 
                    203:    '<- Previous'
1.14      sakharuk  204: => '<- Назад',
1.8       www       205: 
                    206:    '<b>[_1]</b>:  Unable to enroll: [_2]'
                    207: => '<b>[_1]</b>:  Unable to enroll: [_2]',
                    208: 
                    209:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
1.15      sakharuk  210: => '<b>[_1]</b>: Зачисление невозможно.  Пароль не задан.',
1.8       www       211: 
                    212:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
                    213: => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',
                    214: 
1.16      sakharuk  215:    'How should the results be printed?'
                    216: => '<br /><big><i><b>Способ Печати?</b></i></big><br />',
                    217: 
1.8       www       218:    'A score has been assigned.'
1.20      sakharuk  219: => 'Оценка выставлена.',
1.8       www       220: 
                    221:    'ALL'
1.11      sakharuk  222: => 'ВСЕ',
1.8       www       223: 
                    224:    'About Me'
1.15      sakharuk  225: => 'Обо Мне',
1.8       www       226: 
                    227:    'Abstract'
1.11      sakharuk  228: => 'Реферат',
1.8       www       229: 
                    230:    'Access Key Management'
1.20      sakharuk  231: => 'Управление Ключами Доступа',
1.8       www       232: 
                    233:    'Access and Usage Statistics'
1.11      sakharuk  234: => 'Статистика Доступа и Использования',
1.8       www       235: 
                    236:    'Actions'
1.16      sakharuk  237: => 'Действия',
1.8       www       238: 
                    239:    'Add new option'
1.18      sakharuk  240: => 'Добавить новую опцию',
1.8       www       241: 
                    242:    'Additional Keywords'
1.10      sakharuk  243: => 'Дополнительные Ключевые Слова',
1.8       www       244: 
                    245:    'Additional Metadata (non-standard, parameters, exports)'
1.15      sakharuk  246: => 'Дополнительные Метаданные (не стандартные, параметры, экспортируемые)',
1.8       www       247: 
                    248:    'Additional Recipients'
1.11      sakharuk  249: => 'Дополнительные Получатели',
1.8       www       250: 
                    251:    'Administrator'
1.10      sakharuk  252: => 'Администратор',
1.8       www       253: 
                    254:    'Advanced Catalog Search'
1.12      sakharuk  255: => 'Расширенный Поиск в Каталоге',
1.8       www       256: 
                    257:    'Advanced Search'
1.12      sakharuk  258: => 'Расширенный Поиск',
1.8       www       259: 
                    260:    'All Documents in Course'
1.11      sakharuk  261: => 'Все Документы в Курсе',
1.8       www       262: 
                    263:    'All Maps or Folders'
1.18      sakharuk  264: => 'Все Последовательности или Папки',
1.8       www       265: 
                    266:    'All Resources (possibly large output)'
1.11      sakharuk  267: => 'Все Ресурсы (возможен большой вывод)',
1.8       www       268: 
                    269:    'All homework is currently completed'
1.11      sakharuk  270: => 'Все домашние задания на данный момент выполнены',
1.8       www       271: 
                    272:    'All versions'
1.13      sakharuk  273: => 'Все версии',
1.8       www       274: 
                    275:    'An error occured while grading your answer.'
1.20      sakharuk  276: => 'Ошибка при оценке Вашего ответа.',
1.8       www       277: 
                    278:    'Analyze Over '
                    279: => 'Analyze Over ',
                    280: 
                    281:    'Analyze Problem'
1.11      sakharuk  282: => 'Анализировать Задачу',
1.8       www       283: 
                    284:    'Analyze Problem Again'
1.11      sakharuk  285: => 'Анализировать Задачу Вновь',
1.8       www       286: 
                    287:    'Analyze Progress'
                    288: => 'Analyze Progress',
                    289: 
                    290:    'Analyze as '
1.20      sakharuk  291: => 'Анализировать как ',
1.8       www       292: 
                    293:    'Analyzing a problem'
1.11      sakharuk  294: => 'Анализировать задачу',
1.8       www       295: 
                    296:    'Announcements and Calendar'
1.13      sakharuk  297: => 'Объявления и Календарь',
1.10      sakharuk  298: 
1.8       www       299: # Announcements and календарь
                    300:    'Anonymous'
                    301: => 'Anonymous',
                    302: 
                    303:    'Anonymous contribution to course discussion of resource'
1.20      sakharuk  304: => 'Анонимный вклад в обсуждение ресурса курса',
1.8       www       305: 
                    306:    'Answer'
1.10      sakharuk  307: => 'Ответ',
1.8       www       308: 
                    309:    'Answer Submitted'
1.13      sakharuk  310: => 'Ответ Submitted',
1.8       www       311: 
                    312:    'Answer available'
1.11      sakharuk  313: => 'Ответ доступен',
1.8       www       314: 
                    315:    'Answer submitted'
1.13      sakharuk  316: => 'Ответ submitted',
1.8       www       317: 
                    318:    'Answer submitted, not yet graded'
1.20      sakharuk  319: => 'Ответ submitted, еще не оценен',
1.8       www       320: 
                    321:    'Answer:'
1.10      sakharuk  322: => 'Ответ:',
1.8       www       323: 
                    324:    'Any Language'
1.10      sakharuk  325: => 'Любой Язык',
1.8       www       326: 
                    327:    'Any User'
1.10      sakharuk  328: => 'Любой Пользователь',
1.8       www       329: 
                    330:    'Any category'
1.12      sakharuk  331: => 'Любая категория',
1.8       www       332: 
                    333:    'Any copyright/distribution'
                    334: => 'Any copyright/distribution',
                    335: 
                    336:    'April'
1.10      sakharuk  337: => 'Апрель',
1.8       www       338: 
                    339:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
                    340: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
                    341: 
                    342:    'Assessment'
                    343: => 'Assessment',
                    344: 
                    345:    'Assessment URL and Title'
                    346: => 'Assessment URL and Title',
                    347: 
                    348:    'Assigned User Roles'
                    349: => 'Assigned User Roles',
                    350: 
                    351:    'Associate columns with student attributes.'
                    352: => 'Associate columns with student attributes.',
                    353: 
                    354:    'Attachment'
                    355: => 'Attachment',
                    356: 
                    357:    'Attribute'
1.11      sakharuk  358: => 'Атрибут',
1.8       www       359: 
                    360:    'August'
1.10      sakharuk  361: => 'Август',
1.8       www       362: 
                    363:    'Author'
1.10      sakharuk  364: => 'Автор',
1.8       www       365: 
                    366:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.12      sakharuk  367: => 'Роли Автора и Соавтора могут быть недоступны на серверах не являющихся вашим домашним сервером.',
1.8       www       368: 
                    369:    'Author(s)'
1.10      sakharuk  370: => 'Автор(ы)',
1.8       www       371: 
                    372:    'Average number of tries till solved'
1.12      sakharuk  373: => 'Среднее число попыток до решения',
1.8       www       374: 
                    375:    'Back to'
1.10      sakharuk  376: => 'Назад к',
1.8       www       377: 
                    378:    'Back to Directory'
1.10      sakharuk  379: => 'Назад к Директории',
1.8       www       380: 
                    381:    'Back to Source'
1.12      sakharuk  382: => 'Назад к Источнику',
1.8       www       383: 
                    384:    'Back to Source Directory'
1.12      sakharuk  385: => 'Назад к Директории Источника',
1.8       www       386: 
                    387:    'Became this version on ...'
                    388: => 'Became this version on ...',
                    389: 
                    390:    'Brief view of each students performance in course.'
                    391: => 'Brief view of each students performance in course.',
                    392: 
                    393:    'Broadcast Message to Course'
1.12      sakharuk  394: => 'Транслировать Сообщение Курсу',
1.8       www       395: 
                    396:    'Browse Resources'
1.10      sakharuk  397: => 'Просмотреть Ресурсы',
1.8       www       398: 
                    399:    'Browse published resources'
1.10      sakharuk  400: => 'Просмотреть опубликованные ресурсы',
1.8       www       401: 
                    402:    'Browse resources'
1.10      sakharuk  403: => 'Просмотреть ресурсы',
1.8       www       404: 
                    405:    'Browsing resource, all submissions are temporary.'
1.15      sakharuk  406: => 'Просмотр ресурсов, все submissions временные.',
1.8       www       407: 
                    408:    'Bulletin Board'
                    409: => 'Bulletin Board',
                    410: 
                    411:    'Bulletin Board/Discussion'
                    412: => 'Bulletin Board/Discussion',
                    413: 
                    414:    'By'
                    415: => 'By',
                    416: 
                    417:    'CSV (comma separated values, spreadsheet)'
1.20      sakharuk  418: => 'CSV (значения, разделенные запятыми, журнал)',
1.8       www       419: 
                    420:    'Calculate answers'
1.12      sakharuk  421: => 'Сосчитать ответы',
1.8       www       422: 
                    423:    'Calculate course grades (Spreadsheet)'
1.20      sakharuk  424: => 'Сосчитать оценки для курса (Журнал)',
1.8       www       425: 
                    426:    'Calculations'
1.15      sakharuk  427: => 'Рассчеты',
1.8       www       428: 
                    429:    'Cancel'
1.10      sakharuk  430: => 'Отменить',
1.8       www       431: 
                    432:    'Catalog Information'
1.20      sakharuk  433: => 'Информация Каталога',
1.8       www       434: 
                    435:    'Change'
1.10      sakharuk  436: => 'Изменить',
1.8       www       437: 
                    438:    'Change Random Seed To:'
1.19      sakharuk  439: => 'Изменить Ядро Рэндомизации На:',
1.8       www       440: 
                    441:    'Change Your Language Preferences'
1.13      sakharuk  442: => 'Изменить Ваши Языковые Привилегии',
1.8       www       443: 
                    444:    'Change Your Preferences'
1.13      sakharuk  445: => 'Изменить Ваши Привилегии',
1.8       www       446: 
                    447:    'Changes can take up to 10 minutes before being active for all students.'
1.20      sakharuk  448: => 'Измемения для всех студентов станут активными через 10 минут.',
1.8       www       449: 
                    450:    'Changes will become active for your current session after'
1.12      sakharuk  451: => 'Изменения для вашей текущей сессии станут активными после',
1.8       www       452: 
                    453:    'Check All'
1.10      sakharuk  454: => 'Выбрать Все',
1.8       www       455: 
                    456:    'Check Course Document Versions'
                    457: => 'Check Course Document Versions',
                    458: 
                    459:    'Check for All'
1.11      sakharuk  460: => 'Выбрать для Всех',
1.8       www       461: 
                    462:    'Check for None'
                    463: => 'Check for None',
                    464: 
                    465:    'Check for Section/Group'
1.11      sakharuk  466: => 'Выбрать для Раздела/Группы',
1.8       www       467: 
                    468:    'Check/Set Resource Versions'
1.16      sakharuk  469: => 'Выбор/Задание Версии Ресурсов',
1.8       www       470: 
                    471:    'Choose a different resource'
1.12      sakharuk  472: => 'Выбрать другой ресурс',
1.8       www       473: 
                    474:    'Choose the course to work on'
1.12      sakharuk  475: => 'Выберите курс для работы',
1.8       www       476: 
                    477:    'Choose the user role'
1.11      sakharuk  478: => 'Выберите роль пользователя',
1.8       www       479: 
                    480:    'Chronological View'
1.13      sakharuk  481: => 'Хронологический Просмотр',
1.8       www       482: 
                    483:    'Class Hours'
1.14      sakharuk  484: => 'Рассписание (Class Hours)',
1.8       www       485: 
                    486:    'Clear All'
1.10      sakharuk  487: => 'Очистить Все',
1.8       www       488: 
                    489:    'Clear Caches'
1.16      sakharuk  490: => 'Очистить Кэш',
1.8       www       491: 
1.9       www       492:    "Click to download or use your browser's Save Link function"
                    493: => "Click to download or use your browser's Save Link function",
1.8       www       494: 
                    495:    'Close'
1.10      sakharuk  496: => 'Закрыть',
1.8       www       497: 
                    498:    'Close All Folders'
1.10      sakharuk  499: => 'Закрыть Все Папки',
1.8       www       500: 
                    501:    'Co-Author'
1.10      sakharuk  502: => 'Соавтор',
1.8       www       503: 
                    504:    'Collapse Remote Control'
                    505: => 'Collapse Remote Control',
                    506: 
                    507:    'Column'
1.10      sakharuk  508: => 'Столбец',
1.8       www       509: 
                    510:    'Column&nbsp;[_1]'
1.10      sakharuk  511: => 'Столбец&nbsp;[_1]',
1.8       www       512: 
                    513:    'Comma Separated Values'
1.20      sakharuk  514: => 'Значения, Разделенные Запятыми',
1.8       www       515: 
                    516:    'Communication and Messages'
1.14      sakharuk  517: => 'Связь и Сообщения',
1.8       www       518: 
                    519:    'Compact View'
                    520: => 'Compact View',
                    521: 
                    522:    'Concept:'
                    523: => 'Concept:',
                    524: 
                    525:    'Concepts'
                    526: => 'Concepts',
                    527: 
                    528:    'Construction Space'
1.13      sakharuk  529: => 'Авторское Пространство',
1.8       www       530: 
                    531:    'Construction Space Directory'
1.16      sakharuk  532: => 'Директория Авторского Пространства',
1.8       www       533: 
                    534:    'Construction Space File Operation'
1.20      sakharuk  535: => 'Операциз над Файлом из Авторского Пространства',
1.8       www       536: 
                    537:    'Contact'
                    538: => 'Contact',
                    539: 
                    540:    'Contact Information'
1.18      sakharuk  541: => 'Контактная Информация',
1.8       www       542: 
                    543:    'Content changed'
                    544: => 'Content changed',
                    545: 
                    546:    'Continue enrollment?'
1.12      sakharuk  547: => 'Продолжать зачисление?',
1.8       www       548: 
                    549:    'Contribution to course discussion of resource'
1.20      sakharuk  550: => 'Вклад в обсуждение ресурса курсом',
1.8       www       551: 
                    552:    'Copied metadata'
1.15      sakharuk  553: => 'Метаданные скопированны',
1.8       www       554: 
                    555:    'Copied old metadata'
1.15      sakharuk  556: => 'Старые метаданные скопированны',
1.8       www       557: 
                    558:    'Copied old target file'
                    559: => 'Copied old target file',
                    560: 
                    561:    'Copied source file'
1.15      sakharuk  562: => 'Файл-источник скопирован',
1.8       www       563: 
                    564:    'Copying file'
1.10      sakharuk  565: => 'Копирование файла',
1.8       www       566: 
                    567:    'Copyright'
1.15      sakharuk  568: => 'Авторское Право',
1.8       www       569: 
                    570:    'Copyright/Distribution'
1.15      sakharuk  571: => 'Авторское Право/Распространение',
1.8       www       572: 
                    573:    'Correct Option:'
1.15      sakharuk  574: => 'Правильный Выбор:',
1.8       www       575: 
                    576:    'Could Not Process Request'
                    577: => 'Could Not Process Request',
                    578: 
                    579:    'Could not write metadata'
1.15      sakharuk  580: => 'Метаданные не могут ьыть записаны',
1.8       www       581: 
                    582:    'Course'
1.10      sakharuk  583: => 'Курс',
1.8       www       584: 
                    585:    'Course Assessment Parameter - Helper Mode'
1.17      sakharuk  586: => 'Параметры Доступа к Курсу - Мода Helper',
1.8       www       587: 
                    588:    'Course Assessment Parameters - Overview Mode'
1.17      sakharuk  589: => 'Параметры Доступа к Курсу - Обзорная Мода',
1.8       www       590: 
                    591:    'Course Assessments Parameters - Table Mode'
1.17      sakharuk  592: => 'Параметры Доступа к Курсу - Табличная Мода',
1.8       www       593: 
                    594:    'Course Coordinator'
1.11      sakharuk  595: => "Координатор Курса",
1.8       www       596: 
                    597:    'Course Description'
1.10      sakharuk  598: => 'Описание Курса',
1.8       www       599: 
                    600:    'Course Documents'
1.10      sakharuk  601: => 'Документы Курса',
1.8       www       602: 
                    603:    'Course Environment Parameters'
1.13      sakharuk  604: => 'Параметры Окружения Курса',
1.8       www       605: 
                    606:    'Course ID'
1.10      sakharuk  607: => 'Курс ID',
1.8       www       608: 
                    609:    'Course Parameter Helper'
                    610: => 'Course Parameter Helper',
                    611: 
                    612:    'Course Statistics and Charts'
1.14      sakharuk  613: => 'Статистика Курса и Диаграммы',
1.8       www       614: 
                    615:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
                    616: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
                    617: 
                    618:    'Course announcements and my calendar'
1.15      sakharuk  619: => 'Объявления и календарь курса',
1.10      sakharuk  620: 
1.8       www       621: # Course announcements and my календарь
1.10      sakharuk  622: 
1.8       www       623:    'Course level sheet'
1.20      sakharuk  624: => 'Журнал курса',
1.8       www       625: 
                    626:    'Coursepack'
1.14      sakharuk  627: => 'Дополнительные Материалы (Coursepack)',
1.8       www       628: 
                    629:    'Create'
1.11      sakharuk  630: => 'Создать',
1.8       www       631: 
                    632:    'Create New Environment Variable'
1.15      sakharuk  633: => 'Создать Новую Переменную Окружения Курса',
1.8       www       634: 
                    635:    'Create Users, Change User Privileges'
1.13      sakharuk  636: => 'Создать Пользователя, Изменить Его Привилегии',
1.8       www       637: 
                    638:    'Create a New Course'
1.10      sakharuk  639: => 'Создать Новый Курс',
1.8       www       640: 
                    641:    'Create a new course'
1.10      sakharuk  642: => 'Создать новый курс',
1.8       www       643: 
                    644:    'Create a user or modify the roles and privileges of a user'
1.15      sakharuk  645: => 'Создать пользователя или модифицировать роль и привилегии',
1.8       www       646: 
                    647:    'Creation Date'
1.10      sakharuk  648: => 'Дата Создания',
1.8       www       649: 
                    650:    'Critical Messages'
1.12      sakharuk  651: => 'Критические Сообщения',
1.8       www       652: 
                    653:    'Current'
1.10      sakharuk  654: => 'Текущий',
1.8       www       655: 
                    656:    'Current Month'
1.10      sakharuk  657: => 'Текущий Месяц',
1.8       www       658: 
                    659:    'Current Session Value'
1.12      sakharuk  660: => 'Значение для Данной Сессии',
1.8       www       661: 
                    662:    'Currently not available'
1.10      sakharuk  663: => 'В данный момент недоступно',
1.8       www       664: 
                    665:    'Currently selected. '
1.12      sakharuk  666: => 'Выбрано в данный момент. ',
1.8       www       667: 
                    668:    'Custom Distribution File'
1.15      sakharuk  669: => 'Индивидуализированный Файл Распределения',
1.8       www       670: 
                    671:    'Customized right of use ...	'
1.15      sakharuk  672: => 'Индивидуализировать права использования ...	',
1.8       www       673: 
                    674:    'Date'
1.10      sakharuk  675: => 'Дата',
1.8       www       676: 
                    677:    'Deadlines'
1.14      sakharuk  678: => 'Дата Сдачи (Deadlines)',
1.8       www       679: 
                    680:    'December'
1.10      sakharuk  681: => 'Декабрь',
1.8       www       682: 
                    683:    'Default'
1.12      sakharuk  684: => 'По умолчанию',
1.8       www       685: 
                    686:    'Default Cataloging Information for Directory'
                    687: => 'Default Cataloging Information for Directory',
                    688: 
                    689:    'Default Value'
1.13      sakharuk  690: => 'Значение По Умолчанию',
1.8       www       691: 
                    692:    'Degree of difficulty'
1.10      sakharuk  693: => 'Степень Сложности',
1.8       www       694: 
                    695:    'Delete'
1.13      sakharuk  696: => 'Удалить',
1.8       www       697: 
                    698:    'Delete Checked'
1.13      sakharuk  699: => 'Удалить Выбранное',
1.8       www       700: 
                    701:    'Delete a role'
1.13      sakharuk  702: => 'Удалить Роль',
1.8       www       703: 
                    704:    'Delete an option'
1.13      sakharuk  705: => 'Удалить опцию',
1.8       www       706: 
                    707:    'Delete messages from bulletin boards'
                    708: => 'Delete messages from bulletin boards',
                    709: 
                    710:    'Delete:'
1.13      sakharuk  711: => 'Удалить:',
1.8       www       712: 
                    713:    'Detailed Citation View'
                    714: => 'Detailed Citation View',
                    715: 
                    716:    'Detailed Problem Analysis'
1.12      sakharuk  717: => 'Детальный Анализ Задачи',
1.8       www       718: 
                    719:    'Detailed statistics and graphs of student performance on problems.'
1.15      sakharuk  720: => 'Детальная статистика и диаграммы успеваемости студента.',
1.8       www       721: 
                    722:    'Differences'
1.10      sakharuk  723: => 'Различия',
1.8       www       724: 
                    725:    'Diffs'
1.15      sakharuk  726: => 'Различия',
1.8       www       727: 
                    728:    'Diffs with Current Version'
1.12      sakharuk  729: => 'Различия с Текущей Версией',
1.8       www       730: 
                    731:    'Diffs with Version'
1.12      sakharuk  732: => 'Различия с Версией',
1.8       www       733: 
                    734:    'Diffs with current Version'
1.12      sakharuk  735: => 'Различия с текущей Версией',
1.8       www       736: 
                    737:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
                    738: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
                    739: 
                    740:    'Disable all communication among students'
1.12      sakharuk  741: => 'Отключить все сообщения между студентами',
1.8       www       742: 
                    743:    'Discard Edits and View'
                    744: => 'Discard Edits and View',
                    745: 
                    746:    'Discard Selected'
1.15      sakharuk  747: => 'Отказаться от Выбранного',
1.8       www       748: 
                    749:    'Discussion Contributions'
1.15      sakharuk  750: => 'Вклады в Обсуждение',
1.8       www       751: 
                    752:    'Discussions'
1.12      sakharuk  753: => 'Обсуждения',
1.8       www       754: 
                    755:    'Display'
1.12      sakharuk  756: => 'Показать',
1.8       www       757: 
                    758:    'Display All Messages'
1.10      sakharuk  759: => 'Показать Все Сообщения',
1.8       www       760: 
                    761:    'Display all Messages'
1.10      sakharuk  762: => 'Показать все Сообщения',
1.8       www       763: 
                    764:    'Display and analysis of submission times on assessments.'
                    765: => 'Display and analysis of submission times on assessments.',
                    766: 
                    767:    'Display foils in order given'
                    768: => 'Display foils in order given',
                    769: 
                    770:    'Display foils in random order'
                    771: => 'Display foils in random order',
                    772: 
                    773:    'Distribute Messages from Uploaded File to Course'
1.14      sakharuk  774: => 'Разослать Сообщения Курсу из Файла',
1.8       www       775: 
                    776:    'DoDiff'
1.12      sakharuk  777: => 'Найти Различия',
1.8       www       778: 
                    779:    'Domain'
1.10      sakharuk  780: => 'Домен',
1.8       www       781: 
                    782:    'Domain Coordinator'
1.10      sakharuk  783: => 'Координатор Домена',
1.8       www       784: 
                    785:    'Domain Guest'
1.10      sakharuk  786: => 'Гость Домена',
1.8       www       787: 
                    788:    'Domain only - use limited to courses in the domain'
                    789: => 'Domain only - use limited to courses in the domain',
                    790: 
                    791:    'Done'
1.18      sakharuk  792: => 'Выполнено',
1.8       www       793: 
                    794:    'Drop Students'
1.13      sakharuk  795: => 'Отчислить Студентов',
1.8       www       796: 
                    797:    'Drop/Add students in this course'
1.13      sakharuk  798: => 'Отчислить/Добавить студентов в данный курс',
1.8       www       799: 
                    800:    'Dropped [_1]'
1.13      sakharuk  801: => 'Отчислен [_1]',
1.8       www       802: 
                    803:    'Dropped [_1] student(s).'
1.13      sakharuk  804: => 'Отчислен [_1] студент(ы).',
1.8       www       805: 
                    806:    'Dropping Students'
1.13      sakharuk  807: => 'Отчисление Студентов',
1.8       www       808: 
                    809:    'Due'
1.20      sakharuk  810: => 'Сдать',
1.8       www       811: 
                    812:    'Dump Course DOCS'
                    813: => 'Dump Course DOCS',
                    814: 
                    815:    'Dump Course DOCS to Construction Space'
1.14      sakharuk  816: => 'Скопировать Курс из DOCS в Авторское Пространство',
1.8       www       817: 
                    818:    'Dynamic Metadata'
1.15      sakharuk  819: => 'Динамические Метаданные',
1.8       www       820: 
                    821:    'EMail Address'
1.10      sakharuk  822: => 'EMail Адрес',
1.8       www       823: 
                    824:    'EMail and Messages'
1.12      sakharuk  825: => 'EMail и Сообщения',
1.8       www       826: 
                    827:    'Edit'
1.10      sakharuk  828: => 'Редактировать',
1.8       www       829: 
                    830:    'Edit Catalog Information'
1.15      sakharuk  831: => 'Редактировать Инфо в Каталоге',
1.8       www       832: 
                    833:    'Edit Content of a Map'
1.13      sakharuk  834: => 'Редактировать Оглавление Последовательности',
1.8       www       835: 
                    836:    'Edit Directory Catalog Information'
1.15      sakharuk  837: => 'Редактировать Инфо о Директории в Каталоге',
1.8       www       838: 
                    839:    'Edit and view documents included in this course'
1.13      sakharuk  840: => 'Редактировать и просматривать документы из данного курса',
1.8       www       841: 
                    842:    'Edit this resource'
1.10      sakharuk  843: => 'Редактировать этот ресурс',
1.8       www       844: 
                    845:    'Edit/Modify DOCS'
1.10      sakharuk  846: => 'Редактировать/Модифицировать DOCS',
1.8       www       847: 
                    848:    'EditXML'
1.10      sakharuk  849: => 'Редактировать XML',
1.8       www       850: 
                    851:    'Empty'
1.13      sakharuk  852: => 'Пустой(я)',
1.8       www       853: 
                    854:    'Enclosing Map or Folder'
1.13      sakharuk  855: => 'Главная Последовательность или Папка',
1.8       www       856: 
                    857:    'End'
1.10      sakharuk  858: => 'Конец',
1.8       www       859: 
                    860:    'End Helper'
                    861: => 'End Helper',
                    862: 
                    863:    'Enroll a single student'
1.10      sakharuk  864: => 'Зачислить единственного студента',
1.8       www       865: 
                    866:    'Enrolling Students'
1.10      sakharuk  867: => 'Зачислять Студентов',
1.8       www       868: 
                    869:    'Enrollment Manager'
1.14      sakharuk  870: => 'Зачисление/Отчисление',
1.8       www       871: 
                    872:    'Enrollment Status'
1.13      sakharuk  873: => 'Статус Зачисления',
1.8       www       874: 
                    875:    'Enter construction space as a co-author'
1.20      sakharuk  876: => 'Вход в авторское пространство в качестве соавтора',
1.8       www       877: 
                    878:    'Enter grades from check-out assessment resources'
                    879: => 'Enter grades from check-out assessment resources',
                    880: 
                    881:    'Enter my resource construction space'
1.20      sakharuk  882: => 'Вход в мое авторское пространство',
1.8       www       883: 
                    884:    'Enter the chatroom for the course'
                    885: => 'Enter the chatroom for the course',
                    886: 
                    887:    'Entering course ...'
1.13      sakharuk  888: => 'Вход в курс ...',
1.8       www       889: 
                    890:    'Error'
1.10      sakharuk  891: => 'Ошибка',
1.8       www       892: 
                    893:    'Error Messages'
1.11      sakharuk  894: => 'Сообщения об Ошибке',
1.8       www       895: 
                    896:    'Error dropping [_1]:[_2]'
1.20      sakharuk  897: => 'Ошибка отчисления [_1]:[_2]',
1.8       www       898: 
                    899:    'Essay, open end'
                    900: => 'Essay, open end',
                    901: 
                    902:    'Evaluate Resource'
1.15      sakharuk  903: => 'Оценка Ресурса',
1.8       www       904: 
                    905:    'Evaluation Comments'
1.19      sakharuk  906: => 'Оценочные Комментарии',
1.8       www       907: 
                    908:    'Evaluation Data'
1.18      sakharuk  909: => 'Оценочные Данные',
1.8       www       910: 
                    911:    'Every problem in a particular folder'
1.11      sakharuk  912: => 'Каждая задача в определенной папке',
1.8       www       913: 
                    914:    'Every problem in the course'
1.11      sakharuk  915: => 'Каждая задача в курсе',
1.8       www       916: 
                    917:    'Exam Information'
1.14      sakharuk  918: => 'Информация об Экзамене',
1.8       www       919: 
                    920:    'Exam Proctor'
                    921: => 'Exam Proctor',
                    922: 
                    923:    'Excel'
                    924: => 'Excel',
                    925: 
                    926:    'Excused by instructor'
1.15      sakharuk  927: => 'Освобожден Инструктором',
1.8       www       928: 
                    929:    'Exit LON-CAPA'
1.11      sakharuk  930: => 'Покинуть LON-CAPA',
1.8       www       931: 
                    932:    'Extent'
1.11      sakharuk  933: => 'Область',
1.8       www       934: 
                    935:    'External Resource'
1.10      sakharuk  936: => 'Внешний Ресурс',
1.8       www       937: 
                    938:    'FAIL'
                    939: => 'FAIL',
                    940: 
                    941:    'Failed Access to Construction Space'
                    942: => 'Failed Access to Construction Space',
                    943: 
                    944:    'Failed to copy source'
1.15      sakharuk  945: => 'Копирование источника провалилось',
1.8       www       946: 
                    947:    'Failed to write metadata copy'
                    948: => 'Failed to write metadata copy',
                    949: 
                    950:    'False'
                    951: => 'False',
                    952: 
                    953:    'Field'
1.12      sakharuk  954: => 'Поле',
1.8       www       955: 
                    956:    'Fielded Format'
                    957: => 'Fielded Format',
                    958: 
                    959:    'File'
1.10      sakharuk  960: => 'Файл',
1.8       www       961: 
                    962:    'File Category'
1.18      sakharuk  963: => 'Категория Файла',
1.8       www       964: 
                    965:    'File copied.'
1.11      sakharuk  966: => 'Файл скопирован.',
1.8       www       967: 
                    968:    'Filenames in Construction Space'
1.15      sakharuk  969: => 'Имена Файлов в Авторском Пространстве',
1.8       www       970: 
                    971:    'Finalize Publication'
1.11      sakharuk  972: => 'Закончить Публикацию',
1.8       www       973: 
                    974:    'Finish Course Initialization'
1.11      sakharuk  975: => 'Завершить Инициализацию курса',
1.8       www       976: 
                    977:    'First Name'
1.10      sakharuk  978: => 'Имя',
1.8       www       979: 
                    980:    'Foil'
                    981: => 'Foil',
                    982: 
                    983:    'Foils'
                    984: => 'Foils',
                    985: 
                    986:    'Folder'
1.10      sakharuk  987: => 'Папка',
1.8       www       988: 
                    989:    'Folder in Construction Space'
1.15      sakharuk  990: => 'Папка в Авторском Пространстве',
1.8       www       991: 
                    992:    'For User'
1.10      sakharuk  993: => 'Для Пользователя',
1.8       www       994: 
                    995:    'Force publication of unmodified files'
1.19      sakharuk  996: => 'Публиковать и немодифицированные файлы',
1.8       www       997: 
                    998:    'Format:'
1.10      sakharuk  999: => 'Формат:',
1.8       www      1000: 
                   1001:    'Forward'
1.19      sakharuk 1002: => 'Вперед',
1.8       www      1003: 
                   1004:    'Forwarded message from'
                   1005: => 'Forwarded message from',
                   1006: 
                   1007:    'Forwarding'
                   1008: => 'Forwarding',
                   1009: 
                   1010:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
                   1011: => 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.',
                   1012: 
                   1013:    'Frequency'
1.10      sakharuk 1014: => 'Частота',
1.8       www      1015: 
                   1016:    'Fri'
1.11      sakharuk 1017: => 'Пт',
1.8       www      1018: 
                   1019:    'From'
1.10      sakharuk 1020: => 'От',
1.8       www      1021: 
                   1022:    'Full Update'
1.15      sakharuk 1023: => 'Полное Обновление',
1.8       www      1024: 
                   1025:    'Full update (also print list of users not enrolled anymore)'
1.15      sakharuk 1026: => 'Полное Обновление (со списком более не зачисленных пользователей)',
1.8       www      1027: 
                   1028:    'Functions'
1.12      sakharuk 1029: => 'Функции',
1.8       www      1030: 
                   1031:    'Generate Spreadsheet'
1.20      sakharuk 1032: => 'Генерировать Журнал',
1.8       www      1033: 
                   1034:    'Generate Statistics'
1.12      sakharuk 1035: => 'Генерировать Статистику',
1.8       www      1036: 
                   1037:    'Generate new role ...'
1.12      sakharuk 1038: => 'Генерировать новую роль ...',
1.8       www      1039: 
                   1040:    'Generation'
1.12      sakharuk 1041: => 'Генерация',
1.8       www      1042: 
                   1043:    'Getting Problem Variants'
                   1044: => 'Getting Problem Variants',
                   1045: 
                   1046:    'Go Back'
1.12      sakharuk 1047: => 'Вернуться',
1.8       www      1048: 
                   1049:    'Go To My First Homework Problem'
1.20      sakharuk 1050: => 'Перейти к Первой Задаче Задания',
1.8       www      1051: 
                   1052:    'Go to the next resource in the course sequence'
1.12      sakharuk 1053: => 'Перейти к следующему ресурсу в курсовой последовательности',
1.8       www      1054: 
                   1055:    'Go to the previous resource in the course sequence'
1.12      sakharuk 1056: => 'Перейти к предыдущему ресурсу в курсовой последовательности',
1.8       www      1057: 
                   1058:    'Goodbye'
1.10      sakharuk 1059: => 'До Свидания',
1.8       www      1060: 
                   1061:    'Grades Spreadsheet'
1.20      sakharuk 1062: => 'Журнал Оценок',
1.8       www      1063: 
                   1064:    'Grading'
1.17      sakharuk 1065: => 'Способ оценки',
1.8       www      1066: 
                   1067:    'Grading Information'
1.12      sakharuk 1068: => 'Информация об Отметках',
1.8       www      1069: 
                   1070:    'Grant/revoke Course Custom Role'
1.12      sakharuk 1071: => 'Присвоить/отменить Специальную Роль для Курса',
1.8       www      1072: 
                   1073:    'Grant/revoke role of Administrator'
1.11      sakharuk 1074: => 'Присвоить/отменить роль Администратора',
1.8       www      1075: 
                   1076:    'Grant/revoke role of Author'
1.11      sakharuk 1077: => 'Присвоить/отменить роль Автора',
1.8       www      1078: 
                   1079:    'Grant/revoke role of Co-Author'
1.11      sakharuk 1080: => 'Присвоить/отменить роль Соавтора',
1.8       www      1081: 
                   1082:    'Grant/revoke role of Course Coordinator'
1.11      sakharuk 1083: => 'Присвоить/отменить роль Координатора Курса',
1.8       www      1084: 
                   1085:    'Grant/revoke role of Domain Coordinator'
1.11      sakharuk 1086: => 'Присвоить/отменить роль Координатора Домена',
1.8       www      1087: 
                   1088:    'Grant/revoke role of Domain Guest'
1.11      sakharuk 1089: => 'Присвоить/отменить роль Гостя Домена',
1.8       www      1090: 
                   1091:    'Grant/revoke role of Exam Proctor'
1.15      sakharuk 1092: => 'Присвоить/отменить роль Экзаменационного Инспектора',
1.8       www      1093: 
                   1094:    'Grant/revoke role of Instructor'
1.11      sakharuk 1095: => 'Присвоить/отменить роль Инструктора',
1.8       www      1096: 
                   1097:    'Grant/revoke role of Librarian'
1.11      sakharuk 1098: => 'Присвоить/отменить роль Библиотекаря',
1.8       www      1099: 
                   1100:    'Grant/revoke role of Scantron Operator'
                   1101: => 'Grant/revoke role of Scantron Operator',
                   1102: 
                   1103:    'Grant/revoke role of Student'
1.11      sakharuk 1104: => 'Присвоить/отменить роль Студента',
1.8       www      1105: 
                   1106:    'Grant/revoke role of Superuser'
1.11      sakharuk 1107: => 'Присвоить/отменить роль Сурерпользователя',
1.8       www      1108: 
                   1109:    'Grant/revoke role of Teaching Assistant'
1.15      sakharuk 1110: => 'Присвоить/отменить роль помощника преподавателя',
1.8       www      1111: 
                   1112:    'Group/Section'
1.11      sakharuk 1113: => 'Группа/Раздел',
1.8       www      1114: 
                   1115:    'HTML'
                   1116: => 'HTML',
                   1117: 
                   1118:    'HTML/XML'
                   1119: => 'HTML/XML',
                   1120: 
                   1121:    'Height(pixel):'
1.12      sakharuk 1122: => 'Высота(pixel):',
1.8       www      1123: 
                   1124:    'Help'
1.10      sakharuk 1125: => 'Помощь',
1.8       www      1126: 
                   1127:    'Helproom Hours'
1.12      sakharuk 1128: => 'Часы Работы Helproom',
1.8       www      1129: 
                   1130:    'Hide'
1.11      sakharuk 1131: => 'Спрятать',
1.8       www      1132: 
                   1133:    'Hint Text'
                   1134: => 'Hint Text',
                   1135: 
                   1136:    'Host'
1.11      sakharuk 1137: => 'Хозяин',
1.8       www      1138: 
                   1139:    'ID/Student Number'
1.11      sakharuk 1140: => 'ID/Студенчнский Номер',
1.8       www      1141: 
                   1142:    'Identify fields'
1.12      sakharuk 1143: => 'Определи поля',
1.8       www      1144: 
                   1145:    'If active, the new role will be available when the students next log in to LON-CAPA.'
                   1146: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
                   1147: 
                   1148:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
                   1149: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
                   1150: 
                   1151:    'Ignore First Line'
1.15      sakharuk 1152: => 'Игнорировать Первую Строку',
1.8       www      1153: 
                   1154:    'Illegal filename.'
1.10      sakharuk 1155: => 'Неправильное имя файла.',
1.8       www      1156: 
                   1157:    'Image:'
1.11      sakharuk 1158: => 'Изображение:',
1.8       www      1159: 
                   1160:    'Import'
1.11      sakharuk 1161: => 'Импорт',
1.8       www      1162: 
                   1163:    'Import a published document'
1.11      sakharuk 1164: => 'Импортировать опубликованный документ',
1.8       www      1165: 
                   1166:    'Incorrect'
1.11      sakharuk 1167: => 'Неверно',
1.8       www      1168: 
                   1169:    'Incorrect Answers:'
1.10      sakharuk 1170: => 'Неверные Ответы:',
1.8       www      1171: 
                   1172:    'Initial Password'
1.10      sakharuk 1173: => 'Начальный Пароль',
1.8       www      1174: 
                   1175:    'Instructor'
1.10      sakharuk 1176: => 'Инструктор',
1.8       www      1177: 
                   1178:    'Instructor Information'
1.10      sakharuk 1179: => 'Информация об Инструкторе',
1.8       www      1180: 
                   1181:    'Internal Filename'
1.10      sakharuk 1182: => 'Внутреннее Имя Файла',
1.8       www      1183: 
                   1184:    'Internally authenticated'
                   1185: => 'Internally authenticated',
                   1186: 
                   1187:    'Invalid date entry'
                   1188: => 'Invalid date entry',
                   1189: 
                   1190:    'Invalid home server specified'
1.11      sakharuk 1191: => 'Задан неправильный домашний сервер',
1.8       www      1192: 
                   1193:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
                   1194: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
                   1195: 
                   1196:    'July'
1.10      sakharuk 1197: => 'Июль',
1.8       www      1198: 
                   1199:    'June'
1.10      sakharuk 1200: => 'Июнь',
1.8       www      1201: 
                   1202:    'Keep all Resources up-to-date with most recent Versions (default)'
                   1203: => 'Keep all Resources up-to-date with most recent Versions (default)',
                   1204: 
                   1205:    'Kerberos authenticated'
                   1206: => 'Kerberos authenticated',
                   1207: 
                   1208:    'Keyword(s)'
1.10      sakharuk 1209: => 'Ключевое Слово(а)',
1.8       www      1210: 
                   1211:    'Keywords'
1.10      sakharuk 1212: => 'Ключевые Слова',
1.8       www      1213: 
                   1214:    'LON-CAPA Domain for Students'
1.11      sakharuk 1215: => 'LON-CAPA Домен для Студентов',
1.8       www      1216: 
                   1217:    'LON-CAPA Enrollment Manager'
                   1218: => 'LON-CAPA Enrollment Manager',
                   1219: 
                   1220:    'LON-CAPA Helper:'
                   1221: => 'LON-CAPA Helper:',
                   1222: 
                   1223:    'LON-CAPA domain: [_1]'
                   1224: => 'LON-CAPA domain: [_1]',
                   1225: 
                   1226:    'Language'
1.10      sakharuk 1227: => 'Язык',
1.8       www      1228: 
                   1229:    'Last Modified'
1.15      sakharuk 1230: => 'В последний раз Модифицирован(а)',
1.8       www      1231: 
                   1232:    'Last Name'
1.10      sakharuk 1233: => 'Фамилия',
1.8       www      1234: 
                   1235:    'Last Name, First Names'
1.10      sakharuk 1236: => 'Фамилия, Имя',
1.8       www      1237: 
                   1238:    'Last Week'
1.11      sakharuk 1239: => 'Последняя Неделя',
1.8       www      1240: 
                   1241:    'Last access'
1.11      sakharuk 1242: => 'Последний доступ',
1.8       www      1243: 
                   1244:    'Last accessed'
1.19      sakharuk 1245: => 'Использовано в последний раз',
1.8       www      1246: 
                   1247:    'Last modified'
1.12      sakharuk 1248: => 'В последний раз модифицированно',
1.8       www      1249: 
                   1250:    'Last updated'
1.15      sakharuk 1251: => 'В последний раз Обновлен(а)',
1.8       www      1252: 
                   1253:    'Launch Remote Control'
                   1254: => 'Launch Remote Control',
                   1255: 
                   1256:    'Librarian'
1.10      sakharuk 1257: => 'Библиотекарь',
1.8       www      1258: 
                   1259:    'Limit by copyright/distribution'
                   1260: => 'Limit by copyright/distribution',
                   1261: 
                   1262:    'Limit by language'
1.19      sakharuk 1263: => 'Ограничить языком',
1.8       www      1264: 
                   1265:    'List of possible answers'
1.11      sakharuk 1266: => 'Список возможных ответов',
1.8       www      1267: 
                   1268:    'Load'
1.10      sakharuk 1269: => 'Загрузить',
1.8       www      1270: 
                   1271:    'Load Map'
1.13      sakharuk 1272: => 'Загрузить Последовательность',
1.8       www      1273: 
                   1274:    'Load:'
                   1275: => 'Load:',
                   1276: 
                   1277:    'Lock and unlock assessments'
                   1278: => 'Lock and unlock assessments',
                   1279: 
                   1280:    'Log in'
                   1281: => 'Log in',
                   1282: 
                   1283:    'Logged Out'
                   1284: => 'Logged Out',
                   1285: 
                   1286:    'Login Type'
1.19      sakharuk 1287: => 'Тип Входа в Систему',
1.8       www      1288: 
                   1289:    'MIME Type'
1.13      sakharuk 1290: => 'MIME Тип',
1.8       www      1291: 
                   1292:    'Mail'
1.19      sakharuk 1293: => 'Почта',
1.8       www      1294: 
                   1295:    'Main Course Documents'
1.13      sakharuk 1296: => 'Главные Документы Курса',
1.8       www      1297: 
                   1298:    'Main Menu'
1.11      sakharuk 1299: => 'Главное Меню',
1.8       www      1300: 
                   1301:    'Make notes and annotations about this resource'
1.15      sakharuk 1302: => 'Сделать заметки и аннотацию этого ресурса',
1.8       www      1303: 
                   1304:    'Making Backup to'
                   1305: => 'Making Backup to',
                   1306: 
                   1307:    'Manage Access Keys'
1.15      sakharuk 1308: => 'Управление Ключами Доступа',
1.8       www      1309: 
                   1310:    'Manage access keys'
1.15      sakharuk 1311: => 'Управление ключами доступа',
1.8       www      1312: 
                   1313:    'Map'
1.13      sakharuk 1314: => 'Последовательность',
1.8       www      1315: 
                   1316:    'Map contents are not shown in order.'
1.13      sakharuk 1317: => 'Оглавление последовательности показано не по порядку.',
1.8       www      1318: 
                   1319:    'March'
1.10      sakharuk 1320: => 'Март',
1.8       www      1321: 
                   1322:    'Mark Unread'
1.11      sakharuk 1323: => 'Отметить Непрочитанные',
1.8       www      1324: 
                   1325:    'Material appears to be correct'
                   1326: => 'Material appears to be correct',
                   1327: 
                   1328:    'Material covered with sufficient depth'
                   1329: => 'Material covered with sufficient depth',
                   1330: 
                   1331:    'Material is helpful'
1.13      sakharuk 1332: => 'Материал полезен',
1.8       www      1333: 
                   1334:    'Material presented in clear way'
1.15      sakharuk 1335: => 'Материал представлен доступно',
1.8       www      1336: 
                   1337:    'Max Number Of Shown Foils:'
                   1338: => 'Max Number Of Shown Foils:',
                   1339: 
                   1340:    'Max Possible To Date'
                   1341: => 'Max Possible To Date',
                   1342: 
                   1343:    'Max Tries'
1.12      sakharuk 1344: => 'Max Число Попыток',
1.8       www      1345: 
                   1346:    'Max number of foils displayed'
                   1347: => 'Max number of foils displayed',
                   1348: 
                   1349:    'May'
1.10      sakharuk 1350: => 'Май',
1.8       www      1351: 
                   1352:    'Mean Tries'
1.12      sakharuk 1353: => 'Среднее Число Попыток',
1.8       www      1354: 
                   1355:    'Metadata'
1.15      sakharuk 1356: => 'Метаданные',
1.8       www      1357: 
                   1358:    'Metadata Information'
1.15      sakharuk 1359: => 'Информация о Метаданных',
1.8       www      1360: 
                   1361:    'Metadata Version'
1.15      sakharuk 1362: => 'Версия Метаданных',
1.8       www      1363: 
                   1364:    'Metadata current version'
1.15      sakharuk 1365: => 'Текущая версия метаданных',
1.8       www      1366: 
                   1367:    'Middle Names/Initials'
1.10      sakharuk 1368: => 'Отчество/Инициалы',
1.8       www      1369: 
                   1370:    'Mime type'
1.10      sakharuk 1371: => 'Mime тип',
1.8       www      1372: 
                   1373:    'Modification Date'
1.10      sakharuk 1374: => 'Дата Модификации',
1.8       www      1375: 
                   1376:    'Modified'
1.10      sakharuk 1377: => 'Модифицирован',
1.8       www      1378: 
                   1379:    'Modify Course Assessment Parameters'
1.17      sakharuk 1380: => 'Модифицировать Параметры Доступа к Курсу',
1.8       www      1381: 
                   1382:    'Modify Parameters'
1.10      sakharuk 1383: => 'Изменить Параметры',
1.8       www      1384: 
                   1385:    'Modify authentication mechanism and data for a user'
                   1386: => 'Modify authentication mechanism and data for a user',
                   1387: 
                   1388:    'Modify deadlines, etc, for this assessment resource'
                   1389: => 'Modify deadlines, etc, for this assessment resource',
                   1390: 
                   1391:    'Modify grades'
1.12      sakharuk 1392: => 'Изменить оценки',
1.8       www      1393: 
                   1394:    'Modify student data'
1.12      sakharuk 1395: => 'Изменить студенческие данные',
1.8       www      1396: 
                   1397:    'Modify user grades for this assessment resource'
                   1398: => 'Modify user grades for this assessment resource',
                   1399: 
                   1400:    'Mon'
1.13      sakharuk 1401: => 'Пн',
1.8       www      1402: 
                   1403:    'Most recently published Version'
1.12      sakharuk 1404: => 'Последняя опубликованная Версия',
1.8       www      1405: 
                   1406:    'Move Down'
1.12      sakharuk 1407: => 'Двинуться Вниз',
1.8       www      1408: 
                   1409:    'Move Up'
1.12      sakharuk 1410: => 'Двинуться Вверх',
1.8       www      1411: 
                   1412:    'My Personal Info'
1.13      sakharuk 1413: => 'Моя Персональная Информация',
1.8       www      1414: 
                   1415:    'Name'
1.10      sakharuk 1416: => 'Имя',
1.8       www      1417: 
                   1418:    'Name starting with'
1.12      sakharuk 1419: => 'Имя начиная с',
1.8       www      1420: 
                   1421:    'Name:'
1.10      sakharuk 1422: => 'Имя:',
1.8       www      1423: 
                   1424:    'Navigate Contents'
                   1425: => 'Navigate Contents',
                   1426: 
                   1427:    'Navigate Course Contents'
1.15      sakharuk 1428: => 'Содержание Курса',
1.8       www      1429: 
                   1430:    'Navigate the table of contents for this course'
                   1431: => 'Navigate the table of contents for this course',
                   1432: 
                   1433:    'Network-wide number of accesses (hits)'
                   1434: => 'Network-wide number of accesses (hits)',
                   1435: 
                   1436:    'Network-wide number of courses using resource'
1.15      sakharuk 1437: => 'Число курсов в сети, использующих ресурс',
1.8       www      1438: 
                   1439:    'New Folder'
1.10      sakharuk 1440: => 'Новая Папка',
1.8       www      1441: 
                   1442:    'New Messages'
1.11      sakharuk 1443: => 'Новые Сообщения',
1.8       www      1444: 
                   1445:    'New Problem Variation'
1.13      sakharuk 1446: => 'Новая Вариация Задачи',
1.8       www      1447: 
                   1448:    'New Randomization'
1.13      sakharuk 1449: => 'Новая Рэндомизация',
1.8       www      1450: 
                   1451:    'New Search'
1.10      sakharuk 1452: => 'Новый Поиск',
1.8       www      1453: 
                   1454:    'New Title'
1.10      sakharuk 1455: => 'Новое Название',
1.8       www      1456: 
                   1457:    'New discussion since'
1.12      sakharuk 1458: => 'Новое обсуждение с',
1.8       www      1459: 
                   1460:    'New parameters or stored values'
1.13      sakharuk 1461: => 'Новые параметры ипи сохраненные значения',
1.8       www      1462: 
                   1463:    'Next'
1.12      sakharuk 1464: => 'Далее',
1.8       www      1465: 
                   1466:    'Next ->'
1.12      sakharuk 1467: => 'Далее ->',
1.8       www      1468: 
                   1469:    'Next Month'
1.10      sakharuk 1470: => 'Следующий Месяц',
1.8       www      1471: 
1.16      sakharuk 1472:    'No'
                   1473: => 'Нет',
                   1474: 
1.8       www      1475:    'No Kerberos domain was specified.'
1.13      sakharuk 1476: => 'Kerberos домен не задан.',
1.8       www      1477: 
                   1478:    'No Role, Cumulative Privileges'
1.13      sakharuk 1479: => 'Роли нет, Совокупные Привилегии',
1.8       www      1480: 
                   1481:    'No changes were made to the current settings.'
                   1482: => 'No changes were made to the current settings.',
                   1483: 
                   1484:    'No content modifications yet.'
                   1485: => 'No content modifications yet.',
                   1486: 
                   1487:    'No due date'
                   1488: => 'No due date',
                   1489: 
                   1490:    'No language preference'
                   1491: => 'No language preference',
                   1492: 
                   1493:    'No previous versions published.'
                   1494: => 'No previous versions published.',
                   1495: 
                   1496:    'No role specified'
1.10      sakharuk 1497: => 'Роль не определена',
1.8       www      1498: 
                   1499:    'No upload file specified.'
                   1500: => 'No upload file specified.',
                   1501: 
                   1502:    'No write permission to'
                   1503: => 'No write permission to',
                   1504: 
                   1505:    'No write permission to user directory, FAIL'
                   1506: => 'No write permission to user directory, FAIL',
                   1507: 
                   1508:    'None Found'
1.15      sakharuk 1509: => 'Ничего не найдено',
1.8       www      1510: 
                   1511:    'Not shown, not used'
1.11      sakharuk 1512: => 'Не показан, не использован',
1.8       www      1513: 
                   1514:    'Note: for large courses, this operation may be time consuming'
1.15      sakharuk 1515: => 'Замечание: для больших курсов данная операция весьма длительна',
1.8       www      1516: 
                   1517:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
                   1518: => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
                   1519: 
                   1520:    'Note: this will not take effect if the user already exists'
                   1521: => 'Note: this will not take effect if the user already exists',
                   1522: 
                   1523:    'Notes'
1.13      sakharuk 1524: => 'Заметки',
1.8       www      1525: 
                   1526:    'November'
1.10      sakharuk 1527: => 'Ноябрь',
1.8       www      1528: 
                   1529:    'Number of Plots:'
                   1530: => 'Number of Plots:',
                   1531: 
1.16      sakharuk 1532:    'Number of columns'
                   1533: => 'Число столбцов',
                   1534: 
1.8       www      1535:    'Number of resources that follow this resource in maps'
                   1536: => 'Number of resources that follow this resource in maps',
                   1537: 
                   1538:    'Number of resources that lead up to this resource in maps'
                   1539: => 'Number of resources that lead up to this resource in maps',
                   1540: 
                   1541:    'Number of resources using or importing resource'
                   1542: => 'Number of resources using or importing resource',
                   1543: 
                   1544:    'Obsolete'
1.10      sakharuk 1545: => 'Устаревший',
1.8       www      1546: 
                   1547:    'Obsolete parameters or stored values'
1.13      sakharuk 1548: => 'Устаревшие параметры или сохраненные значения',
1.8       www      1549: 
                   1550:    'October'
1.10      sakharuk 1551: => 'Октябрь',
1.8       www      1552: 
                   1553:    'Office Hours'
1.14      sakharuk 1554: => 'Часы Приема Студентов',
1.8       www      1555: 
                   1556:    'One particular problem'
1.11      sakharuk 1557: => 'Одна определенная задача',
1.8       www      1558: 
                   1559:    'Only a number required.'
1.10      sakharuk 1560: => 'Только число допустимо.',
1.8       www      1561: 
                   1562:    'Open'
1.10      sakharuk 1563: => 'Открыть',
1.8       www      1564: 
                   1565:    'Open All Folders'
1.11      sakharuk 1566: => 'Открыть Все Папки',
1.8       www      1567: 
                   1568:    'Open, no due date'
                   1569: => 'Open, no due date',
                   1570: 
                   1571:    'Option Response Problem Analysis'
                   1572: => 'Option Response Problem Analysis',
                   1573: 
                   1574:    'Option response'
                   1575: => 'Option response',
                   1576: 
                   1577:    'Output'
1.13      sakharuk 1578: => 'Вывод',
1.8       www      1579: 
                   1580:    'Output Format'
1.12      sakharuk 1581: => 'Формат Вывода',
1.8       www      1582: 
                   1583:    'Overall Problem Statistics'
1.16      sakharuk 1584: => 'Общая Статистика по Задаче',
1.8       www      1585: 
                   1586:    'Owner/Publisher'
1.18      sakharuk 1587: => 'Владелец/Издатель',
1.8       www      1588: 
                   1589:    'Page'
1.10      sakharuk 1590: => 'Страница',
1.8       www      1591: 
1.16      sakharuk 1592:    'Page layout'
                   1593: => 'Страница',
                   1594: 
1.8       www      1595:    'Parameter Name'
1.10      sakharuk 1596: => 'Имя Параметра',
1.8       www      1597: 
                   1598:    'Parameter Type'
1.10      sakharuk 1599: => 'Тип Параметра',
1.8       www      1600: 
                   1601:    'Parameter in Effect'
1.12      sakharuk 1602: => 'Действующий Параметр',
1.8       www      1603: 
                   1604:    'Parent Directory'
1.10      sakharuk 1605: => 'Родительская Директория',
1.8       www      1606: 
                   1607:    'Part'
1.10      sakharuk 1608: => 'Часть',
1.8       www      1609: 
                   1610:    'Part is not open to be viewed. It'
                   1611: => 'Part is not open to be viewed. It',
                   1612: 
                   1613:    'Password'
1.10      sakharuk 1614: => 'Пароль',
1.8       www      1615: 
                   1616:    'Path'
1.10      sakharuk 1617: => 'Путь',
1.8       www      1618: 
                   1619:    'Per Page'
1.12      sakharuk 1620: => 'На Страницу',
1.8       www      1621: 
                   1622:    'Personal Information'
1.10      sakharuk 1623: => 'Персональная Информация',
1.8       www      1624: 
                   1625:    'Please do not reply to this address.'
                   1626: => 'Please do not reply to this address.',
                   1627: 
                   1628:    'Please either'
                   1629: => 'Please either',
                   1630: 
                   1631:    'Please notify the server administrator '
1.11      sakharuk 1632: => 'Пожалуйста сообщите администратору сервера ',
1.8       www      1633: 
                   1634:    'Please pick a version to retrieve'
                   1635: => 'Please pick a version to retrieve',
                   1636: 
                   1637:    'Please select a problem to analyze'
1.11      sakharuk 1638: => 'Выберите задачу для анализа',
1.8       www      1639: 
                   1640:    'Please select a report to generate'
                   1641: => 'Please select a report to generate',
                   1642: 
1.16      sakharuk 1643:    'Please select a report to generate'
                   1644: => 'Выберите генерируемый отчет',
1.8       www      1645: 
                   1646:    'Please use browser "Back" button and pick a filename'
                   1647: => 'Please use browser "Back" button and pick a filename',
                   1648: 
                   1649:    'Position'
1.11      sakharuk 1650: => 'Позиция',
1.8       www      1651: 
                   1652:    'Post anonymously'
                   1653: => 'Post anonymously',
                   1654: 
                   1655:    'Post discussion on course resources'
                   1656: => 'Post discussion on course resources',
                   1657: 
                   1658:    'Post system frontpage announcements'
                   1659: => 'Post system frontpage announcements',
                   1660: 
                   1661:    'Post to live chatrooms'
                   1662: => 'Post to live chatrooms',
                   1663: 
                   1664:    'Preferred language'
1.13      sakharuk 1665: => 'Предпочитаемый язык',
1.8       www      1666: 
                   1667:    'Prepare a printable document'
                   1668: => 'Prepare a printable document',
                   1669: 
                   1670:    'Preparing Excel Spreadsheet'
1.20      sakharuk 1671: => 'Подготовка Журнала в Excel',
1.8       www      1672: 
                   1673:    'Prerequisites'
1.10      sakharuk 1674: => 'Пререквизиты',
1.8       www      1675: 
                   1676:    'Previous'
1.10      sakharuk 1677: => 'Предыдущий',
1.8       www      1678: 
                   1679:    'Previous Month'
1.10      sakharuk 1680: => 'Предыдущий Месяц',
1.8       www      1681: 
                   1682:    'Printing Helper'
1.15      sakharuk 1683: => 'Печать Ресурсов',
1.8       www      1684: 
                   1685:    'Privacy Note'
                   1686: => 'Privacy Note',
                   1687: 
                   1688:    'Private - visible to author only for testing purposes'
                   1689: => 'Private - visible to author only for testing purposes',
                   1690: 
                   1691:    'Private Publication - did not synchronize database'
                   1692: => 'Private Publication - did not synchronize database',
                   1693: 
                   1694:    'Problem Status Chart'
                   1695: => 'Problem Status Chart',
                   1696: 
                   1697:    'Problems'
1.10      sakharuk 1698: => 'Задачи',
1.8       www      1699: 
                   1700:    'Problems Not Contained In A Folder'
                   1701: => 'Problems Not Contained In A Folder',
                   1702: 
                   1703:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
                   1704: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
                   1705: 
                   1706:    'Processed [_1] student(s).'
                   1707: => 'Processed [_1] student(s).',
                   1708: 
                   1709:    'Processing'
                   1710: => 'Processing',
                   1711: 
                   1712:    'Processing course structure'
                   1713: => 'Processing course structure',
                   1714: 
                   1715:    'Processing first student'
                   1716: => 'Processing first student',
                   1717: 
                   1718:    'Produce Excel Output'
                   1719: => 'Produce Excel Output',
                   1720: 
                   1721:    'Project Information'
1.11      sakharuk 1722: => 'Информация о проекте',
1.8       www      1723: 
                   1724:    'Provide feedback messages or contribute to the course discussion about this resource'
                   1725: => 'Provide feedback messages or contribute to the course discussion about this resource',
                   1726: 
                   1727:    'Provide my evaluation of this resource'
                   1728: => 'Provide my evaluation of this resource',
                   1729: 
                   1730:    'Public - no authentication or authorization required for use'
                   1731: => 'Public - no authentication or authorization required for use',
                   1732: 
                   1733:    'Publish'
1.11      sakharuk 1734: => 'Опубликовать',
1.8       www      1735: 
                   1736:    'Publish Directory'
1.11      sakharuk 1737: => 'Опубликовать Директорию',
1.8       www      1738: 
                   1739:    'Publish Directory and Sub Directories'
1.11      sakharuk 1740: => 'Опубликовать Директорию с поддиректориями',
1.8       www      1741: 
                   1742:    'Published'
1.11      sakharuk 1743: => 'Опубликовано',
1.8       www      1744: 
                   1745:    'Publisher/Owner'
1.18      sakharuk 1746: => 'Издатель/Владелец',
1.8       www      1747: 
                   1748:    'Publishing'
1.11      sakharuk 1749: => 'Публикация',
1.8       www      1750: 
                   1751:    'Question Text'
1.12      sakharuk 1752: => 'Текст Вопроса',
1.8       www      1753: 
                   1754:    'Question Type'
1.11      sakharuk 1755: => 'Вид Вопроса',
1.8       www      1756: 
                   1757:    'Quick Completed Problems Display'
                   1758: => 'Quick Completed Problems Display',
                   1759: 
                   1760:    'Random position'
1.12      sakharuk 1761: => 'Случайная позиция',
1.8       www      1762: 
                   1763:    'Re'
                   1764: => 'Re',
                   1765: 
                   1766:    'Re-Initialize'
1.14      sakharuk 1767: => 'Реинициализировать',
1.8       www      1768: 
                   1769:    'Re-enrollment will re-activate data.'
                   1770: => 'Re-enrollment will re-activate data.',
                   1771: 
                   1772:    'Reading results from'
                   1773: => 'Reading results from',
                   1774: 
                   1775:    'Readings'
1.12      sakharuk 1776: => 'Чтение',
1.8       www      1777: 
                   1778:    'Record'
1.11      sakharuk 1779: => 'Запись',
1.8       www      1780: 
                   1781:    'Registering'
                   1782: => 'Registering',
                   1783: 
                   1784:    'Related'
1.19      sakharuk 1785: => 'Относящиеся к делу',
1.8       www      1786: 
                   1787:    'Remark'
1.13      sakharuk 1788: => 'Замечания',
1.8       www      1789: 
                   1790:    'Rename'
1.10      sakharuk 1791: => 'Переименовать',
1.8       www      1792: 
                   1793:    'Reply'
                   1794: => 'Reply',
                   1795: 
                   1796:    'Reset Submissions'
                   1797: => 'Reset Submissions',
                   1798: 
                   1799:    'Resource Feedback and Discussion'
                   1800: => 'Resource Feedback and Discussion',
                   1801: 
                   1802:    'Resource Level'
                   1803: => 'Resource Level',
                   1804: 
                   1805:    'Resource Publication'
1.11      sakharuk 1806: => 'Публикация Ресурса',
1.8       www      1807: 
                   1808:    'Resource is technically correct'
                   1809: => 'Resource is technically correct',
                   1810: 
                   1811:    'Retrieval of an old version will overwrite the file currently in construction space'
                   1812: => 'Retrieval of an old version will overwrite the file currently in construction space',
                   1813: 
                   1814:    'Retrieve'
1.20      sakharuk 1815: => 'Запросить',
1.8       www      1816: 
                   1817:    'Retrieve Published Resources'
1.20      sakharuk 1818: => 'Запросить Опубликованные Ресурсы',
1.8       www      1819: 
                   1820:    'Retrieve previous versions of'
1.20      sakharuk 1821: => 'Запросить предыдущие версии',
1.8       www      1822: 
                   1823:    'Retrieve version'
1.20      sakharuk 1824: => 'Запросить версию',
1.8       www      1825: 
                   1826:    'Return to Last Location'
                   1827: => 'Return to Last Location',
                   1828: 
                   1829:    'Revert to Last Saved'
                   1830: => 'Revert to Last Saved',
                   1831: 
                   1832:    'Revision Date'
1.12      sakharuk 1833: => 'Дата Ревизии',
1.8       www      1834: 
                   1835:    'Row'
1.10      sakharuk 1836: => 'Строка',
1.8       www      1837: 
                   1838:    'Rule'
1.12      sakharuk 1839: => 'Правило',
1.8       www      1840: 
                   1841:    'S.D. tries'
1.12      sakharuk 1842: => 'S.D. попыток',
1.8       www      1843: 
                   1844:    'Samples'
1.12      sakharuk 1845: => 'Образцы',
1.8       www      1846: 
                   1847:    'Sat'
1.11      sakharuk 1848: => 'Сб',
1.8       www      1849: 
                   1850:    'Save'
1.10      sakharuk 1851: => 'Сохранить',
1.8       www      1852: 
                   1853:    'Save as'
1.10      sakharuk 1854: => 'Сохранить как',
1.8       www      1855: 
                   1856:    'Save as & Make This Sheet the Default'
                   1857: => 'Save as & Make This Sheet the Default',
                   1858: 
                   1859:    'Save as ...'
1.10      sakharuk 1860: => 'Сохранить как ...',
1.8       www      1861: 
                   1862:    'Saving Modifications to'
                   1863: => 'Saving Modifications to',
                   1864: 
                   1865:    'Scantron Operator'
                   1866: => 'Scantron Operator',
                   1867: 
                   1868:    'Score Upload Form'
                   1869: => 'Score Upload Form',
                   1870: 
                   1871:    'Search'
1.10      sakharuk 1872: => 'Поиск',
1.8       www      1873: 
                   1874:    'Search Complete'
1.11      sakharuk 1875: => 'Поиск Завершен',
1.8       www      1876: 
                   1877:    'Search the contents of this course'
                   1878: => 'Search the contents of this course',
                   1879: 
                   1880:    'Search the database of published resources'
1.13      sakharuk 1881: => 'Поиск в базе данных опубликованных ресурсов',
1.8       www      1882: 
                   1883:    'Searching'
1.11      sakharuk 1884: => 'Поиск',
1.8       www      1885: 
                   1886:    'Section'
1.11      sakharuk 1887: => 'Раздел',
1.8       www      1888: 
                   1889:    'Section/Group'
1.11      sakharuk 1890: => 'Раздел/Группа',
1.8       www      1891: 
                   1892:    'Sections'
1.11      sakharuk 1893: => 'Разделы',
1.8       www      1894: 
                   1895:    'Select'
1.11      sakharuk 1896: => 'Выбрать',
1.8       www      1897: 
                   1898:    'Select All'
1.10      sakharuk 1899: => 'Выбрать Все',
1.8       www      1900: 
                   1901:    'Select All Students'
1.13      sakharuk 1902: => 'Выбрать Всех Студентов',
1.8       www      1903: 
                   1904:    'Select Course'
1.10      sakharuk 1905: => 'Выбрать Курс',
1.8       www      1906: 
                   1907:    'Select Date'
1.10      sakharuk 1908: => 'Выбрать Дату',
1.8       www      1909: 
                   1910:    'Select Enclosing Map or Folder'
1.17      sakharuk 1911: => 'Выбрать Главную Последовательность или Папку',
1.8       www      1912: 
                   1913:    'Select Map'
1.13      sakharuk 1914: => 'Выберите Последовательность',
1.8       www      1915: 
                   1916:    'Select Parameter Level'
1.13      sakharuk 1917: => 'Выбрать Уровень Параметров',
1.8       www      1918: 
1.16      sakharuk 1919:    'Select Problem(s) to print'
                   1920: => 'Выберите Задачу(и) для Печати',
1.15      sakharuk 1921: 
                   1922:    'Select Printing Options:'
                   1923: => 'Выбор печати:',
                   1924: 
1.8       www      1925:    'Select Spreadsheet File'
1.20      sakharuk 1926: => 'Выбор Файла Журнала',
1.8       www      1927: 
                   1928:    'Select User'
1.11      sakharuk 1929: => 'Выбрать Пользователя',
1.8       www      1930: 
                   1931:    'Select a'
1.13      sakharuk 1932: => 'Выберите',
1.8       www      1933: 
                   1934:    'Select a course'
1.13      sakharuk 1935: => 'Выберите курс',
1.8       www      1936: 
                   1937:    'Select the Construction Space'
1.13      sakharuk 1938: => 'Ваберите Авторское Пространство',
1.8       www      1939: 
                   1940:    'Selecting a User'
1.13      sakharuk 1941: => 'Выбор Пользователя',
1.8       www      1942: 
                   1943:    'Send Message to User(s)'
1.12      sakharuk 1944: => 'Послать Сообщение Пользователю(ям)',
1.8       www      1945: 
                   1946:    'Send New'
1.14      sakharuk 1947: => 'Послать Новый',
1.8       www      1948: 
                   1949:    'Send Reply'
1.12      sakharuk 1950: => 'Послать Ответ',
1.8       www      1951: 
                   1952:    'Send Scantron data to a course'
                   1953: => 'Send Scantron data to a course',
                   1954: 
                   1955:    'Send and receive messages'
1.12      sakharuk 1956: => 'Послать и получить сообщения',
1.8       www      1957: 
                   1958:    'Send as critical message'
1.12      sakharuk 1959: => 'Послать как критическое сообщение',
1.8       www      1960: 
                   1961:    'Send broadcast and receipt-required email'
                   1962: => 'Send broadcast and receipt-required email',
                   1963: 
                   1964:    'Send internal email'
1.12      sakharuk 1965: => 'Послать внутренний email',
1.8       www      1966: 
                   1967:    'September'
1.10      sakharuk 1968: => 'Сентябрь',
1.8       www      1969: 
                   1970:    'Sequence'
1.10      sakharuk 1971: => 'Последовательность',
1.8       www      1972: 
                   1973:    'Sequence or Folder'
1.10      sakharuk 1974: => 'Последовательность или Папка',
1.8       www      1975: 
                   1976:    'Sequences and Folders'
1.16      sakharuk 1977: => 'Последовательности и Папки',
1.8       www      1978: 
                   1979:    'Server'
1.10      sakharuk 1980: => 'Сервер',
1.8       www      1981: 
                   1982:    'Server Administration'
1.13      sakharuk 1983: => 'Администрация Сервера',
1.8       www      1984: 
                   1985:    'Set Course Environment Parameters'
1.13      sakharuk 1986: => 'Задать Параметры Окружения Курса',
1.8       www      1987: 
                   1988:    'Set Date'
1.12      sakharuk 1989: => 'Задать Дату',
1.8       www      1990: 
                   1991:    'Set Defaults for All Resources in Course'
1.12      sakharuk 1992: => 'Задать Значения По умолчанию для Всех Ресурсов Курса',
1.8       www      1993: 
                   1994:    'Set Version to be used in Course'
1.12      sakharuk 1995: => 'Задать Версию используемую в Курсе',
1.8       www      1996: 
                   1997:    'Set Versions to be used in Course according to Selections below'
1.20      sakharuk 1998: => 'Задать Версии, использованные в Курсе согласно Выбору ниже',
1.8       www      1999: 
                   2000:    'Set a bookmark for this resource'
1.15      sakharuk 2001: => 'Установить закладку для этого ресурса',
1.8       www      2002: 
                   2003:    'Set a due date'
1.14      sakharuk 2004: => 'Задать дату сдачи',
1.8       www      2005: 
                   2006:    'Set all Resource Versions to current Version (Fix Versions)'
                   2007: => 'Set all Resource Versions to current Version (Fix Versions)',
                   2008: 
                   2009:    'Set an answer open date'
1.13      sakharuk 2010: => 'Задать дату показа ответов',
1.8       www      2011: 
                   2012:    'Set an open date'
1.12      sakharuk 2013: => 'Задать дату открытия',
1.8       www      2014: 
                   2015:    'Set deadlines and other assessment parameters, as well as modify course environment'
                   2016: => 'Set deadlines and other assessment parameters, as well as modify course environment',
                   2017: 
                   2018:    'Set my user preferences'
1.13      sakharuk 2019: => 'Задать мои пользовательские привилегии',
1.8       www      2020: 
                   2021:    'Set opening datefor all problems in the course for. . .'
1.13      sakharuk 2022: => 'Задать дату открытия для всех задач в курсе для . . .',
1.8       www      2023: 
                   2024:    'Set the number of tries'
1.13      sakharuk 2025: => 'Задать число попыток',
1.8       www      2026: 
                   2027:    'Set the problem weight'
1.12      sakharuk 2028: => 'Задать вес задачи',
1.8       www      2029: 
                   2030:    'Set/Modify Course Assessment Parameter'
1.17      sakharuk 2031: => 'Задать/Модифицировать Параметры Доступа к Курсу',
1.8       www      2032: 
                   2033:    'Set/Modify Course Assessment Parameters'
                   2034: => 'Set/Modify Course Assessment Parameters',
                   2035: 
                   2036:    'Set/Modify Course Parameters'
1.12      sakharuk 2037: => 'Задать/Модифицировать Параметры Курса',
1.8       www      2038: 
                   2039:    'Shared by course faculty and staff'
                   2040: => 'Shared by course faculty and staff',
                   2041: 
                   2042:    'Short string response'
                   2043: => 'Short string response',
                   2044: 
                   2045:    'Show More Options'
1.13      sakharuk 2046: => 'Показать Больше Опций',
1.8       www      2047: 
                   2048:    'Show Only Uncompleted Homework'
1.20      sakharuk 2049: => 'Показать Только Незавершенные Задания',
1.8       www      2050: 
                   2051:    'Show Preview'
                   2052: => 'Show Preview',
                   2053: 
                   2054:    'Show Problem Completeness'
                   2055: => 'Show Problem Completeness',
                   2056: 
                   2057:    'Show all roles'
1.10      sakharuk 2058: => 'Показать Все Роли',
1.8       www      2059: 
                   2060:    'Show always at bottom position'
1.20      sakharuk 2061: => 'Всегда показывать снизу',
1.8       www      2062: 
                   2063:    'Show always at top position'
1.20      sakharuk 2064: => 'Всегда показывать сверху',
1.8       www      2065: 
                   2066:    'Show catalog information'
                   2067: => 'Show catalog information',
                   2068: 
                   2069:    'Show resource'
1.10      sakharuk 2070: => 'Показать Ресурс',
1.8       www      2071: 
                   2072:    'Significant figures are incorrect, submission was not graded.'
                   2073: => 'Significant figures are incorrect, submission was not graded.',
                   2074: 
                   2075:    'Simple Page'
1.12      sakharuk 2076: => 'Простая Страница',
1.8       www      2077: 
                   2078:    'Simple Problem'
1.12      sakharuk 2079: => 'Простая Задача',
1.8       www      2080: 
                   2081:    'Simple Problem Editor'
1.12      sakharuk 2082: => 'Редактор Простых Задач',
1.8       www      2083: 
                   2084:    'Since Start of Course'
1.12      sakharuk 2085: => 'С Момента Открытия Курса',
1.8       www      2086: 
                   2087:    'Since Yesterday'
1.12      sakharuk 2088: => 'Со Вчерашнего Дня',
1.8       www      2089: 
                   2090:    'Size'
1.10      sakharuk 2091: => 'Размер',
1.8       www      2092: 
                   2093:    'Size:'
1.10      sakharuk 2094: => 'Размер:',
1.8       www      2095: 
                   2096:    'Skew Tries'
1.12      sakharuk 2097: => 'Неверных Попыток',
1.8       www      2098: 
                   2099:    'Some parts were not submitted.'
                   2100: => 'Some parts were not submitted.',
                   2101: 
                   2102:    'Space separated'
1.20      sakharuk 2103: => 'Разделенные Пробелом',
1.8       www      2104: 
                   2105:    'Special Documents'
1.10      sakharuk 2106: => 'Специальные Документы',
1.8       www      2107: 
                   2108:    'Special documents'
1.10      sakharuk 2109: => 'Специальные документы',
1.8       www      2110: 
                   2111:    'Spreadsheet Computation'
1.20      sakharuk 2112: => 'Расчет Журнала',
1.8       www      2113: 
                   2114:    'Spreadsheet Computation Status'
1.20      sakharuk 2115: => 'Статус Расчета Журнала',
1.8       www      2116: 
                   2117:    'Start'
1.10      sakharuk 2118: => 'Начало',
1.8       www      2119: 
                   2120:    'Starting'
1.20      sakharuk 2121: => 'Начало',
1.8       www      2122: 
                   2123:    'Starting and Ending Dates'
1.13      sakharuk 2124: => 'Начальные и Конечные Даты',
1.8       www      2125: 
                   2126:    'Statistics'
1.10      sakharuk 2127: => 'Статистика',
1.8       www      2128: 
                   2129:    'Statistics and Problem Analysis'
1.13      sakharuk 2130: => 'Статистика и Анализ Задачи',
1.8       www      2131: 
                   2132:    'Status'
1.10      sakharuk 2133: => 'Статус',
1.8       www      2134: 
                   2135:    'Store'
1.10      sakharuk 2136: => 'Сохранить',
1.8       www      2137: 
                   2138:    'Store Catalog Information'
                   2139: => 'Store Catalog Information',
                   2140: 
                   2141:    'Store Changes'
1.10      sakharuk 2142: => 'Сохранить Изменения',
1.8       www      2143: 
                   2144:    'Store uploaded file as '
                   2145: => 'Store uploaded file as ',
                   2146: 
                   2147:    'Student'
1.10      sakharuk 2148: => 'Студент',
1.8       www      2149: 
                   2150:    'Student Data Compilation Progress'
                   2151: => 'Student Data Compilation Progress',
                   2152: 
                   2153:    'Student Data Compilation Status'
                   2154: => 'Student Data Compilation Status',
                   2155: 
                   2156:    'Student Number'
1.13      sakharuk 2157: => 'Студенческий Номер',
1.8       www      2158: 
                   2159:    'Student level sheet'
                   2160: => 'Student level sheet',
                   2161: 
                   2162:    'Student performance statistics on all problems.'
1.16      sakharuk 2163: => 'Успеваемость студента по всем задачам.',
1.8       www      2164: 
                   2165:    'Students Affected'
                   2166: => 'Students Affected',
                   2167: 
                   2168:    'Subject'
1.13      sakharuk 2169: => 'Предмет',
1.8       www      2170: 
1.16      sakharuk 2171:    'Subject:'
                   2172: => 'Предмет:',
                   2173: 
1.8       www      2174:    'Submission Time Analysis'
                   2175: => 'Submission Time Analysis',
                   2176: 
                   2177:    'Submit'
                   2178: => 'Submit',
                   2179: 
                   2180:    'Submit Answer'
1.13      sakharuk 2181: => 'Submit Ответ',
1.8       www      2182: 
                   2183:    'Submit Changes'
1.13      sakharuk 2184: => 'Submit Изменения',
1.8       www      2185: 
                   2186:    'Submit Changes and Edit'
1.13      sakharuk 2187: => 'Submit Изменения и Редактировать',
1.8       www      2188: 
                   2189:    'Submit Changes and View'
1.13      sakharuk 2190: => 'Submit Изменения и Посмотреть',
1.8       www      2191: 
                   2192:    'Successful Login'
1.15      sakharuk 2193: => 'Успешный Вход в Систему',
1.8       www      2194: 
                   2195:    'Suggested Replacement for Obsolete File'
1.15      sakharuk 2196: => 'Предполагаемая Замена Устаревшего Файла',
1.8       www      2197: 
                   2198:    'Summary'
1.13      sakharuk 2199: => 'Резюме',
1.8       www      2200: 
                   2201:    'Summary View'
                   2202: => 'Summary View',
                   2203: 
                   2204:    'Sun'
1.12      sakharuk 2205: => 'Вс',
1.8       www      2206: 
                   2207:    'Supplemental Course Documents'
1.12      sakharuk 2208: => 'Дополнительные Документы Курса',
1.8       www      2209: 
                   2210:    'Switch Server'
1.10      sakharuk 2211: => 'Смените Сервер',
1.8       www      2212: 
                   2213:    'Switch to another course'
1.13      sakharuk 2214: => 'Переключиться на другой курс',
1.8       www      2215: 
                   2216:    'Switch to another user role'
1.13      sakharuk 2217: => 'Переключиться на другую роль',
1.8       www      2218: 
                   2219:    'Switching Role'
1.12      sakharuk 2220: => 'Переключение Роли',
1.8       www      2221: 
                   2222:    'Syllabus'
1.10      sakharuk 2223: => 'Учебный План',
1.8       www      2224: 
                   2225:    'Synchronized SQL metadata database'
1.20      sakharuk 2226: => 'Синхронизованная SQL база метаданных',
1.8       www      2227: 
                   2228:    'System'
1.10      sakharuk 2229: => 'Система',
1.8       www      2230: 
                   2231:    'System Administration'
1.20      sakharuk 2232: => 'Системное Администрирование',
1.8       www      2233: 
                   2234:    'System wide - can be used for any courses system wide'
                   2235: => 'System wide - can be used for any courses system wide',
                   2236: 
                   2237:    'System wide - open source to all authors'
                   2238: => 'System wide - open source to all authors',
                   2239: 
                   2240:    'Tabulator separated'
1.20      sakharuk 2241: => 'Разделенные Табулятором',
1.8       www      2242: 
                   2243:    'Target'
1.10      sakharuk 2244: => 'Цель',
1.8       www      2245: 
                   2246:    'Task'
1.20      sakharuk 2247: => 'Задача',
1.8       www      2248: 
                   2249:    'TeXWidth(mm):'
                   2250: => 'TeXWidth(mm):',
                   2251: 
                   2252:    'Teaching Assistant'
1.20      sakharuk 2253: => 'Помощник Преподавателя',
1.8       www      2254: 
                   2255:    'Template'
1.10      sakharuk 2256: => 'Шаблон',
1.8       www      2257: 
                   2258:    'Temporary Assembly Workspace'
                   2259: => 'Temporary Assembly Workspace',
                   2260: 
                   2261:    'Text'
1.10      sakharuk 2262: => 'Текст',
1.8       www      2263: 
                   2264:    'Text Block'
1.10      sakharuk 2265: => 'Текстовый Блок',
1.8       www      2266: 
                   2267:    'Textbook'
1.10      sakharuk 2268: => 'Учебник',
1.8       www      2269: 
                   2270:    'The extension on this file'
1.13      sakharuk 2271: => 'Расширение данного файла',
1.8       www      2272: 
                   2273:    'The filetype extension of the file you uploaded is not allowed.'
                   2274: => 'The filetype extension of the file you uploaded is not allowed.',
                   2275: 
                   2276:    '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.'
                   2277: => '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.',
                   2278: 
                   2279:    'The optional email address field was not specified.'
                   2280: => 'The optional email address field was not specified.',
                   2281: 
                   2282:    'The optional name field was not specified.'
                   2283: => 'The optional name field was not specified.',
                   2284: 
                   2285:    'The optional section or group field was not specified.'
                   2286: => 'The optional section or group field was not specified.',
                   2287: 
                   2288:    'The optional student number field was not specified.'
                   2289: => 'The optional student number field was not specified.',
                   2290: 
                   2291:    'The submitted answer was too long.'
                   2292: => 'The submitted answer was too long.',
                   2293: 
                   2294:    'The target is an existing directory.'
                   2295: => 'The target is an existing directory.',
                   2296: 
                   2297:    'Then'
1.10      sakharuk 2298: => 'Затем',
1.8       www      2299: 
                   2300:    'There are currently no results'
1.15      sakharuk 2301: => 'В данный момент результатов нет',
1.8       www      2302: 
                   2303:    'There are no students currently enrolled.'
1.15      sakharuk 2304: => 'в данный момент зачисленных студентов нет.',
1.8       www      2305: 
                   2306:    'There is no student data for this problem.'
1.15      sakharuk 2307: => 'Студенческие данные для этой задачи отсутствуют.',
1.8       www      2308: 
                   2309:    '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.'
                   2310: => '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.',
                   2311: 
                   2312:    'This is an automatic message generated by the LON-CAPA system.'
1.12      sakharuk 2313: => 'Это сообщение, автоматически сгенерированное LON-CAPA системой.',
1.8       www      2314: 
                   2315:    'This question expects a numeric answer.'
1.15      sakharuk 2316: => 'Этот вопрос предполагает численный ответ.',
1.8       www      2317: 
                   2318:    'This resource has been marked obsolete by the author(s)'
1.15      sakharuk 2319: => 'Этот ресурс был отмечен устаревшим автором',
1.8       www      2320: 
                   2321:    'This syllabus can be publicly viewed at'
1.14      sakharuk 2322: => 'Этот учебный план доступен для всех по адресу',
1.8       www      2323: 
                   2324:    'Threaded View'
                   2325: => 'Threaded View',
                   2326: 
                   2327:    'Thu'
1.13      sakharuk 2328: => 'Чт',
1.8       www      2329: 
                   2330:    'Time'
1.10      sakharuk 2331: => 'Время',
1.8       www      2332: 
                   2333:    'Title'
1.10      sakharuk 2334: => 'Название',
1.8       www      2335: 
                   2336:    'To'
                   2337: => 'To',
                   2338: 
                   2339:    'Topic'
1.20      sakharuk 2340: => 'Тема',
1.8       www      2341: 
                   2342:    'Total'
                   2343: => 'Total',
                   2344: 
                   2345:    'Total Parts In Course'
1.13      sakharuk 2346: => 'Полное Число Частей в Курсе',
1.8       www      2347: 
                   2348:    'Total number of records found in file: [_1].'
                   2349: => 'Total number of records found in file: [_1].',
                   2350: 
                   2351:    'Total number of students who have worked on this problem'
1.15      sakharuk 2352: => 'Число студентов, работавших над этой задачей',
1.8       www      2353: 
                   2354:    'Tries'
1.13      sakharuk 2355: => 'Попыток',
1.8       www      2356: 
                   2357:    'True'
                   2358: => 'True',
                   2359: 
                   2360:    'Tue'
1.10      sakharuk 2361: => 'Вт',
1.8       www      2362: 
                   2363:    'Type'
1.13      sakharuk 2364: => 'Тип',
1.8       www      2365: 
                   2366:    'Type in value'
                   2367: => 'Type in value',
                   2368: 
                   2369:    'UNIX authenticated'
                   2370: => 'UNIX authenticated',
                   2371: 
                   2372:    'URL'
                   2373: => 'URL',
                   2374: 
                   2375:    'URLs To Include in Syllabus'
1.14      sakharuk 2376: => 'URLs включенные в учебный план',
1.8       www      2377: 
                   2378:    'USERS'
1.20      sakharuk 2379: => 'ПОЛЬЗОВАТЕЛИ',
1.8       www      2380: 
                   2381:    'Unable to connect to database!'
1.13      sakharuk 2382: => 'Нет соединения с базой данных!',
1.8       www      2383: 
                   2384:    'Unable to determine if this resource is open due to network problems. Please try again later.'
                   2385: => 'Unable to determine if this resource is open due to network problems. Please try again later.',
                   2386: 
                   2387:    'Unable to enroll students'
1.20      sakharuk 2388: => 'Студента невозможно зачислить',
1.8       www      2389: 
                   2390:    'Unable to find'
1.13      sakharuk 2391: => 'Невозможно найти',
1.8       www      2392: 
                   2393:    'Unable to make backup'
                   2394: => 'Unable to make backup',
                   2395: 
                   2396:    'Unable to understand formula'
1.20      sakharuk 2397: => 'Невозможно понять формулу',
1.8       www      2398: 
                   2399:    'Unable to undo, unable to switch'
                   2400: => 'Unable to undo, unable to switch',
                   2401: 
                   2402:    'Unable to write to'
                   2403: => 'Unable to write to',
                   2404: 
                   2405:    'Uncheck All'
1.13      sakharuk 2406: => 'Отменить Выбор Всего',
1.8       www      2407: 
                   2408:    'Uncompleted Homework'
1.13      sakharuk 2409: => 'Незавершенное Дом. Задание',
1.8       www      2410: 
                   2411:    'Undid changes, Switched'
                   2412: => 'Undid changes, Switched',
                   2413: 
                   2414:    'Unit:'
1.10      sakharuk 2415: => 'Единица Измерения:',
1.8       www      2416: 
                   2417:    'Units incorrect.'
1.10      sakharuk 2418: => 'Неверные Единицы Измерения.',
1.8       www      2419: 
                   2420:    'Units required'
1.10      sakharuk 2421: => 'Требуются Единицы Измерения',
1.8       www      2422: 
                   2423:    'Unknown ID'
1.10      sakharuk 2424: => 'Неизвестное ID',
1.8       www      2425: 
                   2426:    'Unknown message'
1.10      sakharuk 2427: => 'Неизвестное Сообщение',
1.8       www      2428: 
                   2429:    'Unknown user'
1.10      sakharuk 2430: => 'Неизвестный Пользователь',
1.8       www      2431: 
                   2432:    'Unpublished'
1.15      sakharuk 2433: => 'Неопубликовано',
1.8       www      2434: 
                   2435:    'Unselect All'
1.13      sakharuk 2436: => 'Отменить Выбор Всего',
1.8       www      2437: 
                   2438:    'Unselect All Students'
1.13      sakharuk 2439: => 'Отменить Выбор Всех Студентов',
1.8       www      2440: 
                   2441:    'Unsuccessful Login'
1.13      sakharuk 2442: => 'Неуспешный Login',
1.8       www      2443: 
                   2444:    'Unsupported character combination'
1.13      sakharuk 2445: => 'Неподдерживаемая комбинация символов',
1.8       www      2446: 
                   2447:    'Up'
1.19      sakharuk 2448: => 'Вверх',
1.8       www      2449: 
                   2450:    'Update Course Assessment Parameter Display'
                   2451: => 'Update Course Assessment Parameter Display',
                   2452: 
                   2453:    'Update Display'
1.20      sakharuk 2454: => 'Обновить Выдачу',
1.8       www      2455: 
                   2456:    'Update Section or Specific User'
1.15      sakharuk 2457: => 'Обновить Раздел или Пользователя',
1.8       www      2458: 
                   2459:    'Update Student Data'
1.15      sakharuk 2460: => 'Обновить Студенческие Данные',
1.8       www      2461: 
                   2462:    'Updating discussion time'
1.20      sakharuk 2463: => 'Обновление Времени Обсуждения',
1.8       www      2464: 
                   2465:    'Upload Document'
1.14      sakharuk 2466: => 'Обновить Документ',
1.8       www      2467: 
                   2468:    'Upload Scantron data'
                   2469: => 'Upload Scantron data',
                   2470: 
                   2471:    'Upload a Photo'
1.14      sakharuk 2472: => 'Обновить Фотографию',
1.8       www      2473: 
                   2474:    'Upload a class list'
1.14      sakharuk 2475: => 'Обновить список студентов в классе',
1.8       www      2476: 
                   2477:    'Upload a new main course document'
1.14      sakharuk 2478: => 'Обновить новый главный документ курса',
1.8       www      2479: 
                   2480:    'Upload a new supplemental course document'
1.14      sakharuk 2481: => 'Обновить новый вспомогательный документ курса',
1.8       www      2482: 
                   2483:    'Uploaded'
1.14      sakharuk 2484: => 'Обновлено',
1.8       www      2485: 
                   2486:    'Uploaded Document'
1.14      sakharuk 2487: => 'Обновленный Документ',
1.8       www      2488: 
                   2489:    'Uploading Class List'
1.14      sakharuk 2490: => 'Обновление Списка Студентов Класса',
1.8       www      2491: 
                   2492:    'Use or edit my bookmark collection'
1.15      sakharuk 2493: => 'Использовать/Редактировать мою коллекцию закладок',
1.8       www      2494: 
                   2495:    'User'
1.11      sakharuk 2496: => 'Пользователь',
1.8       www      2497: 
                   2498:    'User Load'
                   2499: => 'User Load',
                   2500: 
                   2501:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
                   2502: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
                   2503: 
                   2504:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
                   2505: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
                   2506: 
                   2507:    'User Role'
1.10      sakharuk 2508: => 'Роль Пользователя',
1.8       www      2509: 
                   2510:    'User Roles'
1.10      sakharuk 2511: => 'Роли Пользователя',
1.8       www      2512: 
                   2513:    'Username'
1.16      sakharuk 2514: => 'Имя Пользователя',
1.8       www      2515: 
                   2516:    'Users with Roles Assigned by'
                   2517: => 'Users with Roles Assigned by',
                   2518: 
                   2519:    'Value'
1.10      sakharuk 2520: => 'Значение',
1.8       www      2521: 
                   2522:    'Verify Content'
1.16      sakharuk 2523: => 'Просмотр Содержанияt',
1.8       www      2524: 
                   2525:    'Verify Course Documents'
1.18      sakharuk 2526: => 'Проверка Документов Курса',
1.8       www      2527: 
                   2528:    'Verify Selection'
1.14      sakharuk 2529: => 'Подтвердите Выбор',
1.8       www      2530: 
                   2531:    'Version'
1.10      sakharuk 2532: => 'Версия',
1.8       www      2533: 
                   2534:    'Version Number'
1.10      sakharuk 2535: => 'Номер Версии',
1.8       www      2536: 
                   2537:    'Version changes since Yesterday'
1.11      sakharuk 2538: => 'Версия изменена со Вчерашнего дня',
1.8       www      2539: 
                   2540:    'Version changes since last Month'
1.14      sakharuk 2541: => 'Версия изменена с прошлого Месяца',
1.8       www      2542: 
                   2543:    'Version changes since last Week'
1.13      sakharuk 2544: => 'Версия изменена с прошлой Недели',
1.8       www      2545: 
                   2546:    'Version changes since start of Course'
1.13      sakharuk 2547: => 'Версия изменена с начала Открытия Курса',
1.8       www      2548: 
                   2549:    'Version used in Course'
1.10      sakharuk 2550: => 'Версия, Использованная В Курсе',
1.8       www      2551: 
                   2552:    'View'
1.10      sakharuk 2553: => 'Посмотреть',
1.8       www      2554: 
                   2555:    'View All Messages'
1.13      sakharuk 2556: => 'Посмотреть Все Сообщения',
1.8       www      2557: 
                   2558:    'View Class List'
1.13      sakharuk 2559: => 'Посмотреть Список Класса',
1.8       www      2560: 
                   2561:    'View Critical Messages'
1.13      sakharuk 2562: => 'Посмотреть Критические Сообщения',
1.8       www      2563: 
                   2564:    'View Published Version'
                   2565: => 'View Published Version',
                   2566: 
                   2567:    'View course assessment statistics'
                   2568: => 'View course assessment statistics',
                   2569: 
                   2570:    'View documents included in this course'
1.13      sakharuk 2571: => 'Просмотреть документы, включенные в курс',
1.8       www      2572: 
                   2573:    'View file'
1.13      sakharuk 2574: => 'Просмотреть файл',
1.8       www      2575: 
                   2576:    'View the course assessment progress chart'
                   2577: => 'View the course assessment progress chart',
                   2578: 
                   2579:    'View user submissions for this assessment resource'
                   2580: => 'View user submissions for this assessment resource',
                   2581: 
                   2582:    'Warning!'
1.13      sakharuk 2583: => 'Предупреждение!',
1.8       www      2584: 
                   2585:    'Was due'
                   2586: => 'Was due',
                   2587: 
                   2588:    'Web Links'
                   2589: => 'Web Links',
                   2590: 
                   2591:    'Web References'
                   2592: => 'Web References',
                   2593: 
                   2594:    'Wed'
1.10      sakharuk 2595: => 'Ср',
1.8       www      2596: 
                   2597:    'Welcome'
                   2598: => 'Welcome',
                   2599: 
                   2600:    'Welcome to the Assignment Parameter Helper'
                   2601: => 'Welcome to the Assignment Parameter Helper',
                   2602: 
                   2603:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
                   2604: => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',
                   2605: 
                   2606:    'What parameter do you want to set for all problems in the course?'
1.13      sakharuk 2607: => 'Какой параметр Вы хототе установить для всех задач курса?',
1.8       www      2608: 
                   2609:    'What should the opening date be set to?'
                   2610: => 'What should the opening date be set to?',
                   2611: 
                   2612:    'Which Problem or Problems?'
1.11      sakharuk 2613: => 'Какая Задача или Задачи?',
1.8       www      2614: 
                   2615:    'Which problems do you wish to set a parameter for?'
1.13      sakharuk 2616: => 'Для каких задач Вы желаете задать параметры?',
1.8       www      2617: 
                   2618:    'Width(pixel):'
1.10      sakharuk 2619: => 'Ширина(pixel):',
1.8       www      2620: 
1.16      sakharuk 2621:    'Without Answers'
                   2622: => 'Без Ответов',
                   2623: 
                   2624:    'With Answers'
                   2625: => 'С Ответами',
                   2626: 
                   2627:    'Only Answers'
                   2628: => 'Только ответы',
                   2629: 
1.8       www      2630:    'Words'
1.10      sakharuk 2631: => 'Слова',
1.8       www      2632: 
                   2633:    'Wrote Metadata'
1.15      sakharuk 2634: => 'Метаданные Записаны',
1.8       www      2635: 
                   2636:    'XML/SGML'
                   2637: => 'XML/SGML',
                   2638: 
                   2639:    'Yes'
1.10      sakharuk 2640: => 'Да',
1.8       www      2641: 
                   2642:    'You are correct.'
1.10      sakharuk 2643: => 'Вы Правы.',
1.8       www      2644: 
                   2645:    'You are excused from the problem.'
1.15      sakharuk 2646: => 'Вы освобождены от решения этой задачи.',
1.8       www      2647: 
                   2648:    'You did not select a template.'
1.13      sakharuk 2649: => 'Вы не выбрали шаблон.',
1.8       www      2650: 
                   2651:    'You do not have authoring privileges for this resource'
                   2652: => 'You do not have authoring privileges for this resource',
                   2653: 
                   2654:    'You have entered that answer before'
1.13      sakharuk 2655: => 'Вы вводили этот ответ ранее',
1.8       www      2656: 
                   2657:    'You have no critical messages.'
1.14      sakharuk 2658: => 'У Вас нет критических сообщений.',
1.8       www      2659: 
                   2660:    'You have no unread messages'
1.13      sakharuk 2661: => 'У Вас нет непрочитанных сообщений',
1.8       www      2662: 
                   2663:    'You have provided an invalid ranking'
                   2664: => 'You have provided an invalid ranking',
                   2665: 
                   2666:    'You must choose an authentication type.'
                   2667: => 'You must choose an authentication type.',
                   2668: 
                   2669:    'You must choose at least one student to continue.'
1.14      sakharuk 2670: => 'Отметьте минимум одного студента для продолжения.',
1.8       www      2671: 
                   2672:    'You must choose one or more choices to continue.'
1.20      sakharuk 2673: => 'Вы должны цделать выбор чтобы продолжать.',
1.8       www      2674: 
                   2675:    'You need to choose another user role or enter a specific course for this function'
                   2676: => 'You need to choose another user role or enter a specific course for this function',
                   2677: 
                   2678:    'You need to specify the Kerberos domain.'
1.20      sakharuk 2679: => 'Вы должны задать Kerberos домен.',
1.8       www      2680: 
                   2681:    'You need to specify the initial password.'
1.20      sakharuk 2682: => 'Вы должны задать начальный паспорт.',
1.8       www      2683: 
                   2684:    'You need to specify the username field.'
1.20      sakharuk 2685: => 'Вы должны задать имя пользователз.',
1.8       www      2686: 
                   2687:    'Your Excel Spreadsheet'
1.20      sakharuk 2688: => 'Ваш Журнал в Excel',
1.8       www      2689: 
                   2690:    'Your Version Settings have been Stored'
                   2691: => 'Your Version Settings have been Stored',
                   2692: 
                   2693:    'Your home server is '
1.11      sakharuk 2694: => 'Ваш домашний сервер ',
1.8       www      2695: 
                   2696:    'Your receipt is'
                   2697: => 'Your receipt is',
                   2698: 
                   2699:    'Your submission has been recorded.'
                   2700: => 'Your submission has been recorded.',
                   2701: 
                   2702:    '[_1] Do not change login data'
                   2703: => '[_1] Do not change login data',
                   2704: 
                   2705:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   2706: => '[_1] Filesystem Authenticated (with initial password [_2])',
                   2707: 
                   2708:    '[_1] Internally authenticated (with initial password [_2])'
                   2709: => '[_1] Internally authenticated (with initial password [_2])',
                   2710: 
                   2711:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
                   2712: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
                   2713: 
                   2714:    '[_1] Local Authentication with arguement [_2]'
                   2715: => '[_1] Local Authentication with arguement [_2]',
                   2716: 
                   2717:    'a.m.'
                   2718: => 'a.m.',
                   2719: 
                   2720:    'aboutlon.gif'
                   2721: => 'aboutlon.gif',
                   2722: 
                   2723:    'abstract'
1.19      sakharuk 2724: => 'реферат',
1.8       www      2725: 
                   2726:    'acc keys'
                   2727: => 'acc keys',
                   2728: 
                   2729:    'access denied'
                   2730: => 'access denied',
                   2731: 
                   2732:    'accessbutton.gif'
                   2733: => 'accessbutton.gif',
                   2734: 
                   2735:    'according to course preferences'
                   2736: => 'according to course preferences',
                   2737: 
                   2738:    'according to resource settings'
                   2739: => 'according to resource settings',
                   2740: 
                   2741:    'according to user session state'
                   2742: => 'according to user session state',
                   2743: 
                   2744:    'all'
1.13      sakharuk 2745: => 'все',
1.8       www      2746: 
                   2747:    'an indeterminate date'
                   2748: => 'an indeterminate date',
                   2749: 
                   2750:    'an unknown date'
1.13      sakharuk 2751: => 'неизвестнаяч дата',
1.8       www      2752: 
                   2753:    'and return receipt'
                   2754: => 'and return receipt',
                   2755: 
                   2756:    'anno-'
                   2757: => 'anno-',
                   2758: 
                   2759:    'announce'
                   2760: => 'announce',
                   2761: 
                   2762:    'anonymous'
                   2763: => 'anonymous',
                   2764: 
                   2765:    'at'
                   2766: => 'at',
                   2767: 
                   2768:    'at Domain'
1.13      sakharuk 2769: => 'в Домене',
1.8       www      2770: 
                   2771:    'at domain'
1.11      sakharuk 2772: => 'в домене',
1.8       www      2773: 
                   2774:    'audio'
1.11      sakharuk 2775: => 'аудио',
1.8       www      2776: 
                   2777:    'author'
1.11      sakharuk 2778: => 'автор',
1.8       www      2779: 
                   2780:    'backward'
                   2781: => 'backward',
                   2782: 
                   2783:    'bookmark'
1.13      sakharuk 2784: => 'закладка',
1.8       www      2785: 
                   2786:    'bytes'
1.11      sakharuk 2787: => 'байт',
1.8       www      2788: 
                   2789:    'can not be accessed from your location.'
                   2790: => 'can not be accessed from your location.',
                   2791: 
                   2792:    'catalog'
1.11      sakharuk 2793: => 'каталог',
1.8       www      2794: 
                   2795:    'chart'
                   2796: => 'chart',
                   2797: 
                   2798:    'chat'
                   2799: => 'chat',
                   2800: 
                   2801:    'choose'
1.11      sakharuk 2802: => 'выберите',
1.8       www      2803: 
                   2804:    'close this window'
1.10      sakharuk 2805: => 'закрыть это окно',
1.8       www      2806: 
                   2807:    'co con-'
                   2808: => 'co con-',
                   2809: 
                   2810:    'co res'
                   2811: => 'co res',
                   2812: 
                   2813:    'commu-'
                   2814: => 'commu-',
                   2815: 
                   2816:    'con-'
                   2817: => 'con-',
                   2818: 
                   2819:    'connection down'
                   2820: => 'connection down',
                   2821: 
                   2822:    'contacting'
                   2823: => 'contacting',
                   2824: 
                   2825:    'contents'
                   2826: => 'contents',
                   2827: 
                   2828:    'copyright'
                   2829: => 'copyright',
                   2830: 
                   2831:    'could not be copied.'
                   2832: => 'could not be copied.',
                   2833: 
                   2834:    'course'
1.10      sakharuk 2835: => 'курс',
1.8       www      2836: 
                   2837:    'create'
1.11      sakharuk 2838: => 'создать',
1.8       www      2839: 
                   2840:    'customdistributionfile'
                   2841: => 'customdistributionfile',
                   2842: 
                   2843:    'default'
1.10      sakharuk 2844: => 'по умолчанию',
1.8       www      2845: 
                   2846:    'directory'
1.10      sakharuk 2847: => 'директория',
1.8       www      2848: 
                   2849:    'discuss'
1.10      sakharuk 2850: => 'обсудить',
1.8       www      2851: 
                   2852:    'docs'
                   2853: => 'docs',
                   2854: 
                   2855:    'during the last'
                   2856: => 'during the last',
                   2857: 
                   2858:    'edit'
1.10      sakharuk 2859: => 'редактировать',
1.8       www      2860: 
                   2861:    'edit crs'
                   2862: => 'edit crs',
                   2863: 
                   2864:    'ences'
                   2865: => 'ences',
                   2866: 
                   2867:    'enroll'
1.10      sakharuk 2868: => 'зачислить',
1.8       www      2869: 
                   2870:    'enter'
1.10      sakharuk 2871: => 'войти',
1.8       www      2872: 
                   2873:    'evaluate'
                   2874: => 'evaluate',
                   2875: 
                   2876:    'exit'
1.10      sakharuk 2877: => 'выйти',
1.8       www      2878: 
                   2879:    'fas'
                   2880: => 'fas',
                   2881: 
                   2882:    'feedback'
                   2883: => 'feedback',
                   2884: 
                   2885:    'for Enclosing Map or Folder'
1.13      sakharuk 2886: => 'для Главной Последовательности или Папки',
1.8       www      2887: 
                   2888:    'for Resource'
1.10      sakharuk 2889: => 'для Ресурса',
1.8       www      2890: 
                   2891:    'forward'
1.10      sakharuk 2892: => 'вперед',
1.8       www      2893: 
                   2894:    'from Enclosing Map or Folder'
                   2895: => 'from Enclosing Map or Folder',
                   2896: 
                   2897:    'general'
1.13      sakharuk 2898: => 'общий',
1.8       www      2899: 
                   2900:    'grades'
1.13      sakharuk 2901: => 'оценки',
1.8       www      2902: 
                   2903:    'in Course'
1.10      sakharuk 2904: => 'в Курсе',
1.8       www      2905: 
                   2906:    'in Section/Group'
1.13      sakharuk 2907: => 'в Разделе/Группе',
1.8       www      2908: 
                   2909:    'info'
1.11      sakharuk 2910: => 'инфо',
1.8       www      2911: 
                   2912:    'interface available'
                   2913: => 'interface available',
                   2914: 
                   2915:    'is closed but you are allowed to view it'
                   2916: => 'is closed but you are allowed to view it',
                   2917: 
                   2918:    'is due at'
                   2919: => 'is due at',
                   2920: 
                   2921:    'is in under construction'
                   2922: => 'is in under construction',
                   2923: 
                   2924:    'is not analyzable at this time'
                   2925: => 'is not analyzable at this time',
                   2926: 
                   2927:    'keywords'
1.10      sakharuk 2928: => 'ключевые слова',
1.8       www      2929: 
                   2930:    'language'
1.10      sakharuk 2931: => 'язык',
1.8       www      2932: 
                   2933:    'last month'
1.10      sakharuk 2934: => 'последний месяц',
1.8       www      2935: 
                   2936:    'last problem'
1.10      sakharuk 2937: => 'последняя задача',
1.8       www      2938: 
                   2939:    'last six months'
1.10      sakharuk 2940: => 'последние шесть месяцев',
1.8       www      2941: 
                   2942:    'last student'
1.10      sakharuk 2943: => 'последний студент',
1.8       www      2944: 
                   2945:    'last three months'
1.10      sakharuk 2946: => 'последние три месяца',
1.8       www      2947: 
                   2948:    'last week'
1.10      sakharuk 2949: => 'последняя неделя',
1.8       www      2950: 
                   2951:    'last year'
1.10      sakharuk 2952: => 'последний год',
1.8       www      2953: 
                   2954:    'library'
1.10      sakharuk 2955: => 'библиотека',
1.8       www      2956: 
                   2957:    'log in again'
                   2958: => 'log in again',
                   2959: 
                   2960:    'loginproblems.html'
                   2961: => 'loginproblems.html',
                   2962: 
                   2963:    'manage'
                   2964: => 'manage',
                   2965: 
                   2966:    'may open later.'
                   2967: => 'may open later.',
                   2968: 
                   2969:    'midnight'
1.10      sakharuk 2970: => 'полночь',
1.8       www      2971: 
                   2972:    'minutes'
1.10      sakharuk 2973: => 'минуты',
1.8       www      2974: 
                   2975:    'missions'
                   2976: => 'missions',
                   2977: 
                   2978:    'most recent'
1.14      sakharuk 2979: => 'последний',
1.8       www      2980: 
                   2981:    'movies'
1.19      sakharuk 2982: => 'фильмы',
1.8       www      2983: 
                   2984:    'my'
1.10      sakharuk 2985: => 'мой',
1.8       www      2986: 
                   2987:    'name only visible to course faculty'
1.16      sakharuk 2988: 	  => 'name only visible to course faculty',
1.8       www      2989: 
                   2990:    'navigate'
                   2991: => 'navigate',
                   2992: 
                   2993:    'never'
1.13      sakharuk 2994: => 'никогда',
1.8       www      2995: 
                   2996:    'nication'
                   2997: => 'nication',
                   2998: 
                   2999:    'noon'
1.10      sakharuk 3000: => 'полдень',
1.8       www      3001: 
                   3002:    'not displayed'
                   3003: => 'not displayed',
                   3004: 
                   3005:    'not found'
1.18      sakharuk 3006: => 'не найден',
1.8       www      3007: 
                   3008:    'notes'
1.19      sakharuk 3009: => 'заметки',
1.8       www      3010: 
                   3011:    'num_override'
                   3012: => 'num_override',
                   3013: 
                   3014:    'obsolete'
1.13      sakharuk 3015: => 'устаревший',
1.8       www      3016: 
                   3017:    'obsoletereplacement'
                   3018: => 'obsoletereplacement',
                   3019: 
                   3020:    'of'
                   3021: => 'of',
                   3022: 
                   3023:    'or'
1.10      sakharuk 3024: => 'или',
1.8       www      3025: 
                   3026:    'or ID'
1.10      sakharuk 3027: => 'или ID',
1.8       www      3028: 
                   3029:    'p.m.'
                   3030: => 'p.m.',
                   3031: 
                   3032:    'pages'
1.13      sakharuk 3033: => 'страницы',
1.8       www      3034: 
                   3035:    'parms'
                   3036: => 'parms',
                   3037: 
                   3038:    'part'
1.10      sakharuk 3039: => 'часть',
1.8       www      3040: 
                   3041:    'percent'
1.10      sakharuk 3042: => 'процент',
1.8       www      3043: 
                   3044:    'pictures'
1.13      sakharuk 3045: => 'рисунки',
1.8       www      3046: 
                   3047:    'please refer to'
                   3048: => 'please refer to',
                   3049: 
                   3050:    'prefer-'
                   3051: => 'prefer-',
                   3052: 
                   3053:    'prepare'
                   3054: => 'prepare',
                   3055: 
                   3056:    'printout'
                   3057: => 'printout',
                   3058: 
                   3059:    'problem'
1.10      sakharuk 3060: => 'задача',
1.8       www      3061: 
                   3062:    'problem statistics grouped by sequence'
                   3063: => 'problem statistics grouped by sequence',
                   3064: 
                   3065:    'problem statistics ungrouped'
                   3066: => 'problem statistics ungrouped',
                   3067: 
                   3068:    'problem statistics, Excel'
                   3069: => 'problem statistics, Excel',
                   3070: 
                   3071:    're-initializing course'
                   3072: => 're-initializing course',
                   3073: 
                   3074:    'remaining'
                   3075: => 'remaining',
                   3076: 
                   3077:    'resource'
1.10      sakharuk 3078: => 'ресурс',
1.8       www      3079: 
                   3080:    'resources'
1.10      sakharuk 3081: => 'ресурсы',
1.8       www      3082: 
                   3083:    'role'
1.10      sakharuk 3084: => 'роль',
1.8       www      3085: 
                   3086:    'roles'
1.10      sakharuk 3087: => 'роли',
1.8       www      3088: 
                   3089:    'search'
1.13      sakharuk 3090: => 'помск',
1.8       www      3091: 
                   3092:    'second'
1.13      sakharuk 3093: => 'секунда',
1.8       www      3094: 
                   3095:    'seconds'
1.13      sakharuk 3096: => 'секунды',
1.8       www      3097: 
                   3098:    'seconds for'
1.13      sakharuk 3099: => 'секунд для',
1.8       www      3100: 
                   3101:    'sequence'
1.10      sakharuk 3102: => 'последовательность',
1.8       www      3103: 
                   3104:    'set'
                   3105: => 'set',
                   3106: 
                   3107:    'space'
1.13      sakharuk 3108: => 'пространство',
1.8       www      3109: 
                   3110:    'stats'
                   3111: => 'stats',
                   3112: 
                   3113:    'struct'
                   3114: => 'struct',
                   3115: 
                   3116:    'subject'
1.13      sakharuk 3117: => 'предмет',
1.8       www      3118: 
                   3119:    'switch'
                   3120: => 'switch',
                   3121: 
                   3122:    'system wide'
                   3123: => 'system wide',
                   3124: 
                   3125:    'tations'
                   3126: => 'tations',
                   3127: 
                   3128:    'this'
                   3129: => 'this',
                   3130: 
                   3131:    'title'
1.13      sakharuk 3132: => 'название',
1.8       www      3133: 
                   3134:    'today'
1.10      sakharuk 3135: => 'сегодня',
1.8       www      3136: 
                   3137:    'undo'
                   3138: => 'undo',
                   3139: 
                   3140:    'unless locked'
                   3141: => 'unless locked',
                   3142: 
                   3143:    'untitled'
1.19      sakharuk 3144: => 'без названия',
1.8       www      3145: 
                   3146:    'updated periodically'
                   3147: => 'updated periodically',
                   3148: 
                   3149:    'user'
1.14      sakharuk 3150: => 'пользователь',
1.8       www      3151: 
                   3152:    'userauthentication.gif'
                   3153: => 'userauthentication.gif',
                   3154: 
                   3155:    'users in'
                   3156: => 'users in',
                   3157: 
                   3158:    'versions of this problem'
1.14      sakharuk 3159: => 'версии этой задачи',
1.8       www      3160: 
                   3161:    'view'
                   3162: => 'view',
                   3163: 
                   3164:    'view sub-'
                   3165: => 'view sub-',
                   3166: 
                   3167:    'visible to author and co-authors only'
                   3168: => 'visible to author and co-authors only',
                   3169: 
                   3170:    'waiting on'
                   3171: => 'waiting on',
                   3172: 
                   3173:    'warning(s)'
                   3174: => 'warning(s)',
                   3175: 
                   3176:    'was due on'
                   3177: => 'was due on',
                   3178: 
                   3179:    'will open on'
                   3180: => 'will open on',
1.16      sakharuk 3181: 
                   3182: 
                   3183: 
                   3184:    'Start each student\'s assignment on a new page/column (add a pagefeed after each assignment)'
                   3185: => 'Задание каждого студента стартовать с новой страницы/столбца',
                   3186: 
                   3187:    'Add one empty page/column after each student\'s assignment'
                   3188: => 'Добавить пустую страницу/столбец после каждого студенческого задания',
                   3189: 
                   3190:    'Add two empty pages/column after each student\'s assignment'
                   3191: => 'Добавить две пустые страницы/столбца после каждого студенческого задания',
                   3192: 
                   3193:    'Add three empty pages/column after each student\'s assignment'
                   3194: => 'Добавить три пустые страницы/столбца после каждого студенческого задания',
                   3195: 
                   3196:    'Select resources for the assignment'
                   3197: => '<br /><big><i><b>Выбор ресурсов для задания</b></i></big><br />',
                   3198: 
                   3199:    'Print:'
                   3200: => "<hr width='33%' /><table><tr><td align='right'>Печатать: </td><td>",
                   3201: 
                   3202:    'LaTeX mode:'
                   3203: => "<tr><td align='right'>Мода LaTeX: </td><td>",
                   3204: 
                   3205:    'standard LaTeX mode'
                   3206: => 'стандартная мода',
                   3207: 
                   3208:    'Print Table of Contents:'
                   3209: => "</td></tr><tr><td align='right'>Печатать Оглавление: </td><td>",
                   3210: 
                   3211:    'Print Index:'
                   3212: => "<tr><td align='right'>Печатать Индекс: </td><td>",
                   3213: 
                   3214:    '[_1] (what you just saw on the screen)'
                   3215: => "<b><i>[_1]</i></b> (то что Вы только что видели на экране)",
                   3216: 
                   3217:    'Select All Resources'
                   3218: => 'Выбрать Все Ресурсы',
                   3219: 
                   3220:    'Resources from selected sequence in course'
                   3221: => "<b>Ресурсы</b> из <b>выбранной последовательности</b> курса",
                   3222: 
                   3223:    'Problems from entire course'
                   3224: => '<b>Задачи</b> из <b>всего курса</b>',
                   3225: 
                   3226:    'Select Resource(s) to print'
                   3227: => 'Выберите Ресурс(ы) для Печати',
                   3228: 
                   3229:    'Select Students and Resources'
                   3230: => 'Выберите Студентов и Ресурсы',
                   3231: 
                   3232:    'Select Sequence To Print From'
                   3233: => 'Выберите Последовательность Ресурсы Которой Вы Хотите Печатать',
                   3234: 
                   3235:    'Select Resources To Print'
                   3236: => 'Выберите Ресурсы для Печати',
                   3237: 
                   3238:    'Upload class list'
                   3239: => 'Обновить список класса',
                   3240: 
                   3241:    'Enroll One Student'
                   3242: => 'Зачислить Одного Студента',
                   3243: 
                   3244:    'Begin Enrollment'
                   3245: => 'Начать Зачисление',
                   3246: 
                   3247:    'Catalog Search'
                   3248: => 'Поиск в Каталоге',
                   3249: 
                   3250:    'Course Search'
                   3251: => 'Поиск в Курсе',
                   3252: 
                   3253:    'Generate messages from a file'
1.17      sakharuk 3254: => 'Генерировать сообщения нз файла',
                   3255: 
                   3256:    'Parameter'
                   3257: => 'Параметер',
                   3258: 
                   3259:    'Set to ...'
                   3260: => 'Установить значение',
                   3261: 
                   3262:    'All Resources'
                   3263: => 'Все Ресурсы',
                   3264: 
                   3265:    'All Students'
                   3266: => 'Все Студенты',
                   3267: 
                   3268:    'Set Individual User Roles'
                   3269: => 'Задать Роль Индивидуального Пользователя', 
                   3270:    
                   3271:    'Width'
                   3272: => 'Ширина',
                   3273: 
                   3274:    'Page layout'
                   3275: => 'Разметка страницы',
                   3276: 
                   3277:    'Paper type'
                   3278: => 'Вид бумаги',
                   3279: 
                   3280:    'Top Level Map'
                   3281: => 'Главная Последовательность',
                   3282: 
                   3283:    'Modification may make assessment data inaccessible'
                   3284: => 'Модификация может сделать данные недоступными',
                   3285: 
                   3286:    'Display file attributes'
                   3287: => 'Показать атрибуты файла',
                   3288: 
                   3289:    'number'
                   3290: => 'номер',
                   3291: 
                   3292:    'internal'
                   3293: => 'внутренний',
                   3294: 
                   3295:    'optional'
                   3296: => 'необязательный',
                   3297: 
                   3298:    'standard'
                   3299: => 'стандартный',
                   3300: 
                   3301:    'external'
                   3302: => 'внешний',
                   3303: 
                   3304:    'or any other value'
                   3305: => 'или любое иное значение',
                   3306: 
                   3307:    'Default for new courses is'
                   3308: => 'По умолчанию для новых курсов',
                   3309: 
                   3310:    'Default XML Style File'
                   3311: => 'XML стилевой файл по умолчанию',
                   3312: 
                   3313:    'Select Style File'
                   3314: => 'Выбор Стилевого Файла',
                   3315: 
                   3316:    'Languages used'
                   3317: => 'Использованные языки',
                   3318: 
                   3319:    'Randomization algorithm used'
                   3320: => 'Использованный алгоритм рэндомизации',
                   3321: 
                   3322:    'Modifying this will make problems'
                   3323: => 'Эта модификация может привести к проблеме',
                   3324: 
                   3325:    'have different numbers and answers'
                   3326: => 'иметь другие числа и ответы',
                   3327: 
                   3328:    'Resource'
                   3329: => 'Ресурс', 
                   3330: 
                   3331:    'Folder/Map'
                   3332: => 'Папка/Последовательность',
                   3333: 
1.18      sakharuk 3334:    'Set'
                   3335: => 'Установить',
1.17      sakharuk 3336: 
1.18      sakharuk 3337:    'yes'
                   3338: => 'да',
                   3339: 
                   3340:    'Visibly Separate Items on Pages'
                   3341: => 'Видимо Разделять Параграфы на Странице',
                   3342: 
                   3343:    'for visible separation'
                   3344: => 'для видимого разделения',
                   3345: 
                   3346:    'changes will not show until next login'
1.19      sakharuk 3347: => 'изменения не видны до следующего входа в систему',
1.18      sakharuk 3348: 
                   3349:    'Feedback Addresses for Course Policy'
                   3350: => 'Адреса для обратной связи по Структуре Курса',
                   3351: 
                   3352:    'Feedback Addresses for Resource Content Question'
                   3353: => 'Адреса для обратной связи по Содержанию Курса',
                   3354: 
                   3355:    'Feedback Addresses for Course Content Comments'
                   3356: => 'Адреса для обратной связи по Комментариям к Содержанию Курса',
                   3357: 
                   3358:    'Default Student Spreadsheet'
1.20      sakharuk 3359: => 'Студенческий Журнал по умолчанию',
1.18      sakharuk 3360: 
                   3361:    'Default Course Spreadsheet'
1.20      sakharuk 3362: => 'Жырнал Курса по умолчанию',
1.18      sakharuk 3363:  
                   3364:    'Default Assessment Spreadsheet'
1.20      sakharuk 3365: => 'Журнал Доступа к Курсу по умолчанию',
1.17      sakharuk 3366: 
1.19      sakharuk 3367:    'Set Course Environment'
                   3368: => 'Задать Окружение Курса',
1.17      sakharuk 3369: 
1.19      sakharuk 3370:    'Entering Construction Space'
                   3371: => 'Вход в Авторское Пространство',
1.17      sakharuk 3372: 
1.19      sakharuk 3373:    'Go to ...'
                   3374: => 'Перейти к ...',
1.17      sakharuk 3375: 
1.19      sakharuk 3376:    'Manual Grading'
                   3377: => 'Выставление Оценок Преподавателем',
1.17      sakharuk 3378: 
1.19      sakharuk 3379:    'Current Resource'
                   3380: => 'Текущий Ресурс',
1.16      sakharuk 3381: 
1.19      sakharuk 3382:    'Select Section'
                   3383: => 'Выберите Раздел',
                   3384: 
                   3385:    'Student Status'
                   3386: => 'Статус Студента',
                   3387: 
                   3388:    'For one or more students'
                   3389: => 'Для одного или нескольких студентов',
                   3390: 
                   3391:    'Click here for help'
                   3392: => 'Помощь',
                   3393: 
                   3394:    'Dependencies'
                   3395: => 'Зависимости',
                   3396: 
                   3397:    'No file'
                   3398: => 'Отсутствует файл',
                   3399: 
                   3400:    'KEYWORDS'
                   3401: => 'КЛЮЧЕВЫЕ СЛОВА', 
                   3402: 
                   3403:    'check all'
                   3404: =>  'выбрать все',
                   3405: 
                   3406:    'uncheck all'
                   3407: => 'отменить выбор всего',
                   3408: 
                   3409:    'use related words'
                   3410: => 'использовать связанные слова',
                   3411: 
                   3412:    'only search domain'
                   3413: => 'искать только в домене',
                   3414: 
                   3415:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   3416: => 'Введите слова или фразы разделенные AND, OR, или NOT, затем нажмите SEARCH',
                   3417: 
                   3418:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   3419: => 'Введите слова или фразы разделенные операторами AND, OR, или NOT',
                   3420: 
                   3421:    'VIEW'
                   3422: => 'ВЫВОДИТЬ',
                   3423: 
                   3424:    'between'
                   3425: => 'между',
                   3426: 
                   3427:    'and'
                   3428: => 'и',
1.20      sakharuk 3429: 
                   3430:    'username'
                   3431: => 'имя пользователя',
                   3432: 
                   3433:    'domain'
                   3434: => 'домен',
                   3435: 
                   3436:    'student name'
                   3437: => 'имя студента',
                   3438: 
                   3439:    'section'
                   3440: => 'раздел',
                   3441: 
                   3442:    'How do I create a class list from a spreadsheet'
                   3443: => 'Как мне создать список класса из журнала',
                   3444: 
                   3445:    'How do I create a CSV file from a spreadsheet'
                   3446: => 'Как мне создать CSV файл из журнала',
                   3447: 
                   3448: 
1.21    ! www      3449: # ----
1.20      sakharuk 3450: 
1.21    ! www      3451:    'calendar[_1]'
        !          3452: => 'календарь',
        !          3453: 
        !          3454:    'announce[_1]'
        !          3455: => 'announce',
        !          3456: 
        !          3457: 
        !          3458: # ----
        !          3459: 
        !          3460:    'commu-[_1]'
        !          3461: => 'commu-',
        !          3462: 
        !          3463:    'nication[_1]'
        !          3464: => 'nication',
        !          3465: 
        !          3466: 
        !          3467: # ----
        !          3468: 
        !          3469:    'course[_10]'
        !          3470: => 'курс',
        !          3471: 
        !          3472:    'chat[_1]'
        !          3473: => 'chat',
        !          3474: 
        !          3475: 
        !          3476: # ----
        !          3477: 
        !          3478:    'search[_1]'
        !          3479: => 'помск',
        !          3480: 
        !          3481:    'course[_11]'
        !          3482: => 'курс',
        !          3483: 
        !          3484: 
        !          3485: # ----
        !          3486: 
        !          3487:    'search[_2]'
        !          3488: => 'помск',
        !          3489: 
        !          3490:    'library[_1]'
        !          3491: => 'библиотека',
        !          3492: 
        !          3493: 
        !          3494: # ----
        !          3495: 
        !          3496:    'prefer-[_1]'
        !          3497: => 'prefer-',
        !          3498: 
        !          3499:    'ences[_1]'
        !          3500: => 'ences',
        !          3501: 
        !          3502: 
        !          3503: # ----
        !          3504: 
        !          3505:    'exit[_1]'
        !          3506: => 'выйти',
        !          3507: 
        !          3508:    ' [_1]'
        !          3509: => '',
        !          3510: 
        !          3511: 
        !          3512: # ----
        !          3513: 
        !          3514:    'switch[_2]'
        !          3515: => 'switch',
1.20      sakharuk 3516: 
1.21    ! www      3517:    'role[_1]'
        !          3518: => 'роль',
        !          3519: 
        !          3520: 
        !          3521: # ----
1.20      sakharuk 3522: 
1.21    ! www      3523:    'choose[_2]'
        !          3524: => 'выберите',
        !          3525: 
        !          3526:    'role[_2]'
        !          3527: => 'роль',
1.16      sakharuk 3528: 
1.21    ! www      3529: 
        !          3530: # ----
        !          3531: 
        !          3532:    'choose[_1]'
        !          3533: => 'выберите',
        !          3534: 
        !          3535:    'course[_1]'
        !          3536: => 'курс',
        !          3537: 
        !          3538: 
        !          3539: # ----
        !          3540: 
        !          3541:    'switch[_1]'
        !          3542: => 'switch',
        !          3543: 
        !          3544:    'course[_2]'
        !          3545: => 'курс',
        !          3546: 
        !          3547: 
        !          3548: # ----
        !          3549: 
        !          3550:    'course[_3]'
        !          3551: => 'курс',
        !          3552: 
        !          3553:    'docs[_1]'
        !          3554: => 'docs',
        !          3555: 
        !          3556: 
        !          3557: # ----
        !          3558: 
        !          3559:    'edit crs[_1]'
        !          3560: => 'edit crs',
        !          3561: 
        !          3562:    'docs[_2]'
        !          3563: => 'docs',
        !          3564: 
        !          3565: 
        !          3566: # ----
        !          3567: 
        !          3568:    'navigate[_1]'
        !          3569: => 'navigate',
        !          3570: 
        !          3571:    'contents[_1]'
        !          3572: => 'contents',
        !          3573: 
        !          3574: 
        !          3575: # ----
        !          3576: 
        !          3577:    'my[_1]'
        !          3578: => 'мой',
        !          3579: 
        !          3580:    'grades[_1]'
        !          3581: => 'оценки',
        !          3582: 
        !          3583: 
        !          3584: # ----
        !          3585: 
        !          3586:    'course[_4]'
        !          3587: => 'курс',
        !          3588: 
        !          3589:    'grades[_2]'
        !          3590: => 'оценки',
        !          3591: 
        !          3592: 
        !          3593: # ----
        !          3594: 
        !          3595:    'course[_5]'
        !          3596: => 'курс',
        !          3597: 
        !          3598:    'chart[_1]'
        !          3599: => 'chart',
        !          3600: 
        !          3601: 
        !          3602: # ----
        !          3603: 
        !          3604:    'course[_6]'
        !          3605: => 'курс',
        !          3606: 
        !          3607:    'stats[_1]'
        !          3608: => 'stats',
        !          3609: 
        !          3610: 
        !          3611: # ----
        !          3612: 
        !          3613:    'course[_7]'
        !          3614: => 'курс',
        !          3615: 
        !          3616:    'enroll[_1]'
        !          3617: => 'зачислить',
        !          3618: 
        !          3619: 
        !          3620: # ----
        !          3621: 
        !          3622:    'manage[_1]'
        !          3623: => 'manage',
        !          3624: 
        !          3625:    'acc keys[_1]'
        !          3626: => 'acc keys',
        !          3627: 
        !          3628: 
        !          3629: # ----
        !          3630: 
        !          3631:    'user[_1]'
        !          3632: => 'пользователь',
        !          3633: 
        !          3634:    'roles[_1]'
        !          3635: => 'роли',
        !          3636: 
        !          3637: 
        !          3638: # ----
        !          3639: 
        !          3640:    'user[_1]'
        !          3641: => 'пользователь',
        !          3642: 
        !          3643:    'roles[_1]'
        !          3644: => 'роли',
        !          3645: 
        !          3646: 
        !          3647: # ----
        !          3648: 
        !          3649:    'user[_1]'
        !          3650: => 'пользователь',
        !          3651: 
        !          3652:    'roles[_1]'
        !          3653: => 'роли',
        !          3654: 
        !          3655: 
        !          3656: # ----
        !          3657: 
        !          3658:    'create[_1]'
        !          3659: => 'создать',
        !          3660: 
        !          3661:    'course[_8]'
        !          3662: => 'курс',
        !          3663: 
        !          3664: 
        !          3665: # ----
        !          3666: 
        !          3667:    'course[_9]'
        !          3668: => 'курс',
        !          3669: 
        !          3670:    'parms[_1]'
        !          3671: => 'parms',
        !          3672: 
        !          3673: 
        !          3674: # ----
        !          3675: 
        !          3676:    'con-[_1]'
        !          3677: => 'con-',
        !          3678: 
        !          3679:    'struct[_1]'
        !          3680: => 'struct',
        !          3681: 
        !          3682: 
        !          3683: # ----
        !          3684: 
        !          3685:    'co con-[_1]'
        !          3686: => 'co con-',
        !          3687: 
        !          3688:    'struct[_2]'
        !          3689: => 'struct',
        !          3690: 
        !          3691: 
        !          3692: # ----
        !          3693: 
        !          3694:    'resource[_1]'
        !          3695: => 'ресурс',
        !          3696: 
        !          3697:    'space[_1]'
        !          3698: => 'пространство',
        !          3699: 
        !          3700: 
        !          3701: # ----
        !          3702: 
        !          3703:    'co res[_1]'
        !          3704: => 'co res',
        !          3705: 
        !          3706:    'space[_2]'
        !          3707: => 'пространство',
        !          3708: 
        !          3709: 
        !          3710: # ----
        !          3711: 
        !          3712:    'resource[_1]'
        !          3713: => 'ресурс',
        !          3714: 
        !          3715:    'space[_1]'
        !          3716: => 'пространство',
        !          3717: 
        !          3718: 
        !          3719: # ----
        !          3720: 
        !          3721:    'enter[_1]'
        !          3722: => 'войти',
        !          3723: 
        !          3724:    'grades[_2]'
        !          3725: => 'оценки',
        !          3726: 
        !          3727: 
        !          3728: # ----
        !          3729: 
        !          3730:    'send[_1]'
        !          3731: => 'send',
        !          3732: 
        !          3733:    'scantron[_1]'
        !          3734: => 'scantron',
        !          3735: 
        !          3736: 
        !          3737: # ----
        !          3738: 
        !          3739:    'view[_1]'
        !          3740: => 'view',
        !          3741: 
        !          3742:    'bookmark[_1]'
        !          3743: => 'закладка',
1.8       www      3744: 
1.2       www      3745: 
                   3746: #SYNCMARKER
1.1       www      3747: );
                   3748: 
                   3749: 1;
                   3750: 

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