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

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

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