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

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

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