Diff for /loncom/localize/localize/ru.pm between versions 1.52 and 1.73

version 1.52, 2009/01/29 14:33:17 version 1.73, 2014/01/15 14:46:30
Line 35  use base qw(Apache::localize); Line 35  use base qw(Apache::localize);
 'char_encoding'=> 'UTF-8',  'char_encoding'=> 'UTF-8',
 'lang_locale' => 'ru_RU.utf8',  'lang_locale' => 'ru_RU.utf8',
 'language_code'=> 'ru',  'language_code'=> 'ru',
 'date_locale'  =>   'date_locale'  =>
       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',        '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
 'date_months'  => 'Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь',  'date_months'  => 'Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь',
 'date_days'    => 'Вс,Пн,Вт,Ср,Чт,Пт,Сб',  'date_days'    => 'Вс,Пн,Вт,Ср,Чт,Пт,Сб',
 'date_am' => 'am',  'date_am' => 'am',
 'date_pm' => 'pm',  'date_pm' => 'pm',
 'textual_remote_display' => 'on',  
 'htmlarea_lang' => 'ru',  'htmlarea_lang' => 'ru',
   
    'Arabic - UTF'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Юникод - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'  
 => 'Swedish Chef - UTF',  
   
    'calendar'     'calendar'
 => 'календарь',  => 'календарь',
   
Line 97  use base qw(Apache::localize); Line 57  use base qw(Apache::localize);
    "Calculate answers"     "Calculate answers"
 => "Сосчитать ответы",  => "Сосчитать ответы",
   
    '# Do not translate this line.  [_1] is a check box'  
 => '# Do not translate this line.  [_1] is a check box',  
   
    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'  
 => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',  
   
    '# Do not translate this line.  [_1] is a column index.'  
 => '# Do not translate this line.  [_1] is a column index.',  
   
    '# Do not translate this line.  [_1] is a drop-down box listing domains.'  
 => '# Do not translate this line.  [_1] is a drop-down box listing domains.',  
   
    '# Do not translate this line.  [_1] is a username'  
 => '# Do not translate this line.  [_1] is a username',  
   
    '# Do not translate this line.  [_1] is the number of students processed'  
 => '# Do not translate this line.  [_1] is the number of students processed',  
   
    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'  
 => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',  
   
    '# Do not translate this line.  [_1] is username, [_2] is error message'  
 => '# Do not translate this line.  [_1] is username, [_2] is error message',  
   
    '# Do not translate this line.  [_1] is username@domain'  
 => '# Do not translate this line.  [_1] is username@domain',  
   
    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'  
 => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',  
   
    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'  
 => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',  
   
    '# Do not translate this line.  [_2] is a text entry element'  
 => '# Do not translate this line.  [_2] is a text entry element',  
   
    '#Stdnts'     '#Stdnts'
 => '#Студ',  => '#Студ',
   
Line 142  use base qw(Apache::localize); Line 66  use base qw(Apache::localize);
    '%Wrng'     '%Wrng'
 => '%Wrng',  => '%Wrng',
   
    ' Show All Foils'     'Show All Foils'
 => ' Show All Foils',  => 'Show All Foils',
   
    '"[_1]" for default hiding'     '[_1] for default hiding'
 => '"[_1]" для прятания по-умолчанию',  => '[_1] для прятания по-умолчанию',
   
    '"[_1]" if allowed, anything else if not'     '[_1] if allowed, anything else if not'
 => '"[_1]" если разрешено, любое другое - нет',  => '[_1] если разрешено, любое другое - нет',
   
    '"[_1]" to disable, anything else if not'     '"[_1]" to disable, anything else if not'
 => 'если отменить, любое другое - нет',  => 'если отменить, любое другое - нет',
   
    ', and answers will be available on'  
 => ', и ответы будут доступны',  
   
    ', is reserved internally by LON-CAPA.'  
 => ', зарезервирован внутренне LON-CAPA-ой.',  
   
    ', or the next time you log in.'  
 => ', или во время следующего Вашего входа в систему.',  
   
    ', select a template from the pull-down menu below'     ', select a template from the pull-down menu below'
 => ', выберите шаблон из меню ниже',  => ', выберите шаблон из меню ниже',
   
Line 175  use base qw(Apache::localize); Line 90  use base qw(Apache::localize);
    '. . . for an individual student'     '. . . for an individual student'
 => '. . . для индивидуального студента',  => '. . . для индивидуального студента',
   
      '1 out of N multiple choice (radio button)'
   => '1 из N возможных выборов (радио кнопка)',
   
      '12 am' # midnight
   => '0',
   
      'midnight'
   => 'полночь',
   
    '1 am'     '1 am'
 => '1',  => '1',
   
    '1 out of N multiple choice (radio button)'     '2 am'
 => '1 из N возможных выборов (радио кнопка)',  => '2',
   
    '1 pm'     '3 am'
 => '13',  => '3',
   
      '4 am'
   => '4',
   
      '5 am'
   => '5',
   
      '6 am'
   => '6',
   
      '7 am'
   => '7',
   
      '8 am'
   => '8',
   
      '9 am'
   => '9',
   
    '10 am'     '10 am'
 => '10',  => '10',
   
    '10 pm'  
 => '22',  
   
    '11 am'     '11 am'
 => '11',  => '11',
   
    '11 pm'     '12 noon'
 => '23',  
   
    '12 am'  
 => '12',  => '12',
   
    '12 noon'     'noon'
 => '24',  => 'полдень',
   
    '2 am'     '1 pm'
 => '2',  => '13',
   
    '2 pm'     '2 pm'
 => '14',  => '14',
   
    '3 am'  
 => '3',  
   
    '3 pm'     '3 pm'
 => '15',  => '15',
   
    '4 am'  
 => '4',  
   
    '4 pm'     '4 pm'
 => '16',  => '16',
   
    '5 am'  
 => '5',  
   
    '5 pm'     '5 pm'
 => '17',  => '17',
   
    '6 am'  
 => '6',  
   
    '6 pm'     '6 pm'
 => '18',  => '18',
   
    '7 am'  
 => '7',  
   
    '7 pm'     '7 pm'
 => '19',  => '19',
   
    '8 am'  
 => '8',  
   
    '8 pm'     '8 pm'
 => '20',  => '20',
   
    '9 am'  
 => '9',  
   
    '9 pm'     '9 pm'
 => '21',  => '21',
   
    '<- Previous'     '10 pm'
 => '<- Назад',  => '22',
   
    '<b>[_1]</b>:  Unable to enroll: [_2]'     '11 pm'
 => '<b>[_1]</b>:  Невозможно зачислить: [_2]',  => '23',
   
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     '[_1]: Unable to enroll. No password specified.'
 => '<b>[_1]</b>: Зачисление невозможно.  Пароль не задан.',  => '[_1]: Зачисление невозможно. Пароль не задан.',
   
    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'     'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
 => '<b>[_1]</b>: Неприемлимое имя пользователя для пользователя [_2] [_3] [_4] [_5]',  => 'Неприемлимое имя пользователя [_1] для пользователя [_2] [_3] [_4] [_5]',
   
      'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
   => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
   
    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'     '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
 => '<b>HTML разрешен</b>: Участники обсуждений могут использовать элементы HTML  в курсовых обсуждениях.',  => '<b>HTML разрешен</b>: Участники обсуждений могут использовать элементы HTML  в курсовых обсуждениях.',
Line 316  use base qw(Apache::localize); Line 234  use base qw(Apache::localize);
    'ALL'     'ALL'
 => 'ВСЕ',  => 'ВСЕ',
   
    'About Me'     'Personal Information Page'
 => 'Обо Мне',  => 'Personal Information Page', # 'Обо Мне',
   
    'Abstract'     'Abstract'
 => 'Реферат',  => 'Реферат',
Line 391  use base qw(Apache::localize); Line 309  use base qw(Apache::localize);
    'All Students'     'All Students'
 => 'Все Студенты',  => 'Все Студенты',
   
    'All homework is currently completed'     'All homework is currently completed.'
 => 'Все домашние задания на данный момент выполнены',  => 'Все домашние задания на данный момент выполнены.',
   
    '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;.'     '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 &quot;Next&quot;.'
 => '<p>Все установки/параметры, которые Вы можете изменить с помощью данного Помощника, могут быть изменены путем перехода в PARM экран и нажатия на клавишу &quot;Задать Окружение Курса&quot;.</p> <p>Если Вы не имеете опыта работы с LON-CAPA курсами или предпочитаете использовать интерфейс Помощника, нажмите <nobr><b>Далее -&gt;</b></nobr>.</p>',  => '<p>Все установки/параметры, которые Вы можете изменить с помощью данного Помощника, могут быть изменены путем перехода в PARM экран и нажатия на клавишу &quot;Задать Окружение Курса&quot;.</p> <p>Если Вы не имеете опыта работы с LON-CAPA курсами или предпочитаете использовать интерфейс Помощника, нажмите &quot;Далее&quot;.</p>',
   
    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'     'Your current LON-CAPA domain is [_1].'
 => '<p>Ваш текущий LON-CAPA домен - &quot;<b>[_1]</b>&quot;.</p>',  => 'Ваш текущий LON-CAPA домен - [_1].',
   
    '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.'     '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.'
 => '<p><b>Продвинутые возможности</b>: Вы можете посылать отзывы из различных разделов разным людям следующим образом:</p>   => '<p><b>Продвинутые возможности</b>: Вы можете посылать отзывы из различных разделов разным людям следующим образом:</p>
       <ul><li>Разделяйте различные данные запятыми.</li>        <ul><li>Разделяйте различные данные запятыми.</li>
           <li>Для посылки отзыва по определенному адресу для различных разделов, добавьте имя раздела или имена (разделенные знаком ;) во взятый в скобки список после <b>пользователь:домен</b>.</li></ul>            <li>Для посылки отзыва по определенному адресу для различных разделов, добавьте имя раздела или имена (разделенные знаком ;) во взятый в скобки список после <b>пользователь:домен</b>.</li></ul>
       <p>Например,</p>        <p>Например,</p>
Line 431  use base qw(Apache::localize); Line 349  use base qw(Apache::localize);
    'An error occurred while grading your answer.'     'An error occurred while grading your answer.'
 => 'Ошибка при оценке Вашего ответа.',  => 'Ошибка при оценке Вашего ответа.',
   
    'Analyze Over '     'Analyze Over [_1] [_2]'
 => 'Анализировать По ',  => 'Анализировать По [_1] [_2]',
   
    'Analyze Problem'     'Analyze Problem'
 => 'Анализировать Задачу',  => 'Анализировать Задачу',
Line 465  use base qw(Apache::localize); Line 383  use base qw(Apache::localize);
    'Answer Date (answerdate)'     'Answer Date (answerdate)'
 => 'Дата Открытия Ответов (answerdate)',  => 'Дата Открытия Ответов (answerdate)',
   
    'Answer Submitted'  
 => 'Ответ Послан',  
   
    'Answer available'     'Answer available'
 => 'Ответ доступен',  => 'Ответ доступен',
   
Line 546  use base qw(Apache::localize); Line 461  use base qw(Apache::localize);
    'Average number of tries till solved'     'Average number of tries till solved'
 => 'Среднее число попыток до решения',  => 'Среднее число попыток до решения',
   
    'Back to'     'Back to [_1]'
 => 'Назад к',  => 'Назад к [_1]',
   
    'Back to Directory'     'Back to Directory'
 => 'Назад к Директории',  => 'Назад к Директории',
Line 591  use base qw(Apache::localize); Line 506  use base qw(Apache::localize);
    'Browsing resource, all submissions are temporary.'     'Browsing resource, all submissions are temporary.'
 => 'Просмотр ресурсов, все submissions временные.',  => 'Просмотр ресурсов, все submissions временные.',
   
    'Bulletin Board'     'Discussion Board'
 => 'Доска Обьявлений',  => 'Доска Обьявлений',
   
    'Bulletin Board/Discussion'  
 => 'Доска Обьявлений/Обсуждения',  
   
    'By'     'By'
 => 'By',  => 'By',
   
Line 606  use base qw(Apache::localize); Line 518  use base qw(Apache::localize);
    'CSV format'     'CSV format'
 => 'CSV формат',  => 'CSV формат',
   
    'Calculate answers'  
 => 'Сосчитать ответы',  
   
    'Calculate course grades (Spreadsheet)'     'Calculate course grades (Spreadsheet)'
 => 'Сосчитать оценки для курса (Журнал)',  => 'Сосчитать оценки для курса (Журнал)',
   
Line 618  use base qw(Apache::localize); Line 527  use base qw(Apache::localize);
    'Cancel'     'Cancel'
 => 'Отменить',  => 'Отменить',
   
    'Catalog Information'  
 => 'Информация из Каталога',  
   
    'Change'     'Change'
 => 'Изменить',  => 'Изменить',
   
Line 639  use base qw(Apache::localize); Line 545  use base qw(Apache::localize);
    'Changes can take up to 10 minutes before being active for all students.'     'Changes can take up to 10 minutes before being active for all students.'
 => 'Изменения для всех студентов станут активными через 10 минут.',  => 'Изменения для всех студентов станут активными через 10 минут.',
   
    'Changes will become active for your current session after'     'Changes will become active for your current session after [_1], or the next time you log in.'
 => 'Изменения для вашей текущей сессии станут активными после',  => 'Изменения для вашей текущей сессии станут активными после [_1] или во время следующего Вашего входа в систему.',
   
    'Chat Participation'  
 => 'Доступ к Обсуждению в Реальном Времени',  
   
    'Check All'     'Check All'
 => 'Выбрать Все',  => 'Выбрать Все',
Line 708  use base qw(Apache::localize); Line 611  use base qw(Apache::localize);
    'Column'     'Column'
 => 'Столбец',  => 'Столбец',
   
    'Column&nbsp;[_1]'     'Column [_1]'
 => 'Столбец&nbsp;[_1]',  => 'Столбец [_1]',
   
    'Comma Separated Values'     'Comma Separated Values'
 => 'Значения, Разделенные Запятыми',  => 'Значения, Разделенные Запятыми',
Line 738  use base qw(Apache::localize); Line 641  use base qw(Apache::localize);
    'Concepts'     'Concepts'
 => 'Понятия',  => 'Понятия',
   
    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'     'Confirm that this information is correct, then click &quot;Save&quot; to complete setting the parameter.'
 => 'Подтвердите, что введенная информация правильна, затем кликните &quot;Завершить Помощник&quot; чтобы завершить процесс задания параметра.',   => 'Подтвердите, что введенная информация правильна, затем кликните &quot;Сохранить&quot; чтобы завершить процесс задания параметра.',
   
    'Construction Space'  
 => 'Авторское Пространство',  
   
    'Construction Space Directory'     'Authoring Space'
 => 'Директория Авторского Пространства',  => 'Authoring Space', # 'Авторское Пространство',
   
    'Construction Space File Operation'     'Authoring Space Directory'
 => 'Операция над Файлом из Авторского Пространства',  => 'Authoring Space Directory', # 'Директория Авторского Пространства',
   
    'Construction Space Version'     'Authoring Space File Operation'
 => 'Версия из Авторского Пространства',  => 'Authoring Space File Operation', # 'Операция над Файлом из Авторского Пространства',
   
    'Contact'     'Authoring Space Version'
 => 'Контактировать',  => 'Authoring Space Version', # 'Версия из Авторского Пространства',
   
    'Contact Information'     'Contact Information'
 => 'Контактная Информация',  => 'Контактная Информация',
Line 785  use base qw(Apache::localize); Line 685  use base qw(Apache::localize);
   
    'Copy selected'     'Copy selected'
 => 'Копировать выбранное',  => 'Копировать выбранное',
    
    'Copying file'     'Copying file'
 => 'Копирование файла',  => 'Копирование файла',
   
Line 861  use base qw(Apache::localize); Line 761  use base qw(Apache::localize);
    'Course Initialization Helper'     'Course Initialization Helper'
 => 'Помощник Задания Структуры Курса',  => 'Помощник Задания Структуры Курса',
   
    '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.'     '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 e-mail address.'
 => '<p>Члены курса могут высказывать свое мнение о содержании курса. Вы можете выбрать кто будет получать эты информацию - инструктор или помощник преподавателя. Пожалуйста введите их LON-CAPA адреса ниже в виде <b>пользователь:домен</b>, где &quot;пользователь&quot; и &quot;домен&quot; являются LON-CAPA именем пользоватвателя и LON-CAPA доменом, а не адресами электронной почты.</p>',  => '<p>Члены курса могут высказывать свое мнение о содержании курса. Вы можете выбрать кто будет получать эты информацию - инструктор или помощник преподавателя. Пожалуйста введите их LON-CAPA адреса ниже в виде <b>пользователь:домен</b>, где &quot;пользователь&quot; и &quot;домен&quot; являются LON-CAPA именем пользоватвателя и LON-CAPA доменом, а не адресами электронной почты.</p>',
   
    'Course Title'     'Course Title'
Line 876  use base qw(Apache::localize); Line 776  use base qw(Apache::localize);
    'Course Statistics and Charts'     'Course Statistics and Charts'
 => 'Статистика Курса и Диаграммы',  => 'Статистика Курса и Диаграммы',
   
    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'     'Course Statistics and Charts cannot be retrieved until the database is restarted. Your data is intact but cannot be displayed at this time.'
 => 'Статистика Курса и Диаграммы не могут быть восстановлены до рестарта базы данных.  Ваши данные неповреждены однако не могут быть показаны в данное время.',  => 'Статистика Курса и Диаграммы не могут быть восстановлены до рестарта базы данных. Ваши данные неповреждены однако не могут быть показаны в данное время.',
   
    'Course announcements and my calendar'     'Course announcements and my calendar'
 => 'Объявления и календарь курса',  => 'Объявления и календарь курса',
Line 890  use base qw(Apache::localize); Line 790  use base qw(Apache::localize);
    'Coursepack'     'Coursepack'
 => 'Дополнительные Материалы (Coursepack)',  => 'Дополнительные Материалы (Coursepack)',
   
    'Create'  
 => 'Создать',  
   
    'Create New Environment Variable'     'Create New Environment Variable'
 => 'Создать Новую Переменную Окружения Курса',  => 'Создать Новую Переменную Окружения Курса',
   
Line 938  use base qw(Apache::localize); Line 835  use base qw(Apache::localize);
    'Currently not available'     'Currently not available'
 => 'В данный момент недоступно',  => 'В данный момент недоступно',
   
    'Currently selected. '     'Currently selected.'
 => 'Выбрано в данный момент. ',  => 'Выбрано в данный момент.',
   
    'Custom Distribution File'     'Custom Distribution File'
 => 'Индивидуализированный Файл Распределения',  => 'Индивидуализированный Файл Распределения',
Line 947  use base qw(Apache::localize); Line 844  use base qw(Apache::localize);
    'Custom Role Editor'     'Custom Role Editor'
 => 'Редактор Ролей',  => 'Редактор Ролей',
   
    'Customized right of use ... '     'Customized right of use ...'
 => 'Индивидуализировать права использования ... ',  => 'Индивидуализировать права использования ...',
   
    'Cut selected'     'Cut selected'
 => 'Вырезать выбранное',  => 'Вырезать выбранное',
Line 971  use base qw(Apache::localize); Line 868  use base qw(Apache::localize);
    'Default beginning date when enrolling students'     'Default beginning date when enrolling students'
 => 'Начальная дата зачисления студентов по-умолчанию',  => 'Начальная дата зачисления студентов по-умолчанию',
   
    'Default Cataloging Information for Directory'     'Default Metadata for Directory [_1]'
 => 'Информация в Каталоге (по умолчанию) о Директории',  => 'Default Metadata for Directory [_1]', # 'Информация в Каталоге (по умолчанию) о Директории',
   
    'Default ending date when enrolling students'     'Default ending date when enrolling students'
 => 'Конечная дата зачисления студентов по-умолчанию',  => 'Конечная дата зачисления студентов по-умолчанию',
   
    'Default set of options to pass to tth/m when converting tex'     'Default set of options to pass to tth/m when converting TeX'
 => 'Набор опций передаваемых в tth/m для конвертирования tex',  => 'Набор опций передаваемых в tth/m для конвертирования TeX',
   
    'Default Value'     'Default Value'
 => 'Значение По Умолчанию',  => 'Значение По Умолчанию',
   
    'Define Role'     'Define new custom role:'
 => 'Определить Роль',  => 'Define new custom role:', # 'Определить Роль',
   
    'Degree of difficulty'     'Degree of difficulty'
 => 'Степень Сложности',  => 'Степень Сложности',
Line 1001  use base qw(Apache::localize); Line 898  use base qw(Apache::localize);
    'Delete an option'     'Delete an option'
 => 'Удалить опцию',  => 'Удалить опцию',
   
    'Delete messages from bulletin boards'     'Delete messages from discussion boards'
 => 'Удалить сообщения с доски обьявлений',  => 'Удалить сообщения с доски обьявлений',
   
    'Delete:'     'Delete:'
Line 1043  use base qw(Apache::localize); Line 940  use base qw(Apache::localize);
    'Disable student resource discussion'     'Disable student resource discussion'
 => 'Отключить обсуждение ресурсов студентами',  => 'Отключить обсуждение ресурсов студентами',
   
    'Disable student use of chatrooms'     'Disable student use of chat rooms'
 => 'Отключить использование студентами chatrooms',  => 'Отключить использование студентами живое общение',
   
    'Disallow live chatroom use for Roles'     'Disallow chat room use for Roles'
 => 'Запретить живое общение для Ролей',  => 'Запретить живое общение для Ролей',
   
    'Disallow live chatroom use for Users'     'Disallow chat room use for Users'
 => 'Запретить живое общение для Пользователей',  => 'Запретить живое общение для Пользователей',
   
    'Disallow Resource Discussion for Roles'     'Disallow Resource Discussion for Roles'
Line 1079  use base qw(Apache::localize); Line 976  use base qw(Apache::localize);
    'Display All Messages'     'Display All Messages'
 => 'Показать Все Сообщения',  => 'Показать Все Сообщения',
   
    'Display all Messages'  
 => 'Показать все Сообщения',  
   
    'Display and analysis of submission times on assessments.'     'Display and analysis of submission times on assessments.'
 => 'Display and analysis of submission times on assessments.',  => 'Display and analysis of submission times on assessments.',
   
Line 1130  use base qw(Apache::localize); Line 1024  use base qw(Apache::localize);
    'Dropped [_1]'     'Dropped [_1]'
 => 'Отчислен [_1]',  => 'Отчислен [_1]',
   
    'Dropped [_1] student(s).'     'Dropped [quant,_1,student].'
 => 'Отчислен [_1] студент(ы).',  => 'Отчислен [quant,_1,студент,студенты].',
   
    'Dropping Students'     'Dropping Students'
 => 'Отчисление Студентов',  => 'Отчисление Студентов',
Line 1145  use base qw(Apache::localize); Line 1039  use base qw(Apache::localize);
    'Due Date (duedate)'     'Due Date (duedate)'
 => 'Дата Сдачи (duedate)',  => 'Дата Сдачи (duedate)',
   
    'Dump Course DOCS'     'Copy Course Content to Authoring Space'
 => 'Dump Course DOCS',  => 'Copy Course Content to Authoring Space', # 'Скопировать Курс из DOCS в Авторское Пространство',
   
    'Dump Course DOCS to Construction Space'  
 => 'Скопировать Курс из DOCS в Авторское Пространство',  
   
    'Duration of automated classlist updates'     'Duration of automated classlist updates'
 => 'Продолжительность автоматического обновления списка класса',  => 'Продолжительность автоматического обновления списка класса',
Line 1157  use base qw(Apache::localize); Line 1048  use base qw(Apache::localize);
    'Dynamic Metadata'     'Dynamic Metadata'
 => 'Динамические Метаданные',  => 'Динамические Метаданные',
   
    'EMail Address'     'E-mail Address'
 => 'EMail Адрес',  => 'E-mail Адрес',
   
    'EMail and Messages'  
 => 'EMail и Сообщения',  
   
    'Edit'     'Edit'
 => 'Редактировать',  => 'Редактировать',
   
    'Edit Catalog Information'     'Edit Metadata'
 => 'Редактировать Информацию в Каталоге',  => 'Редактировать Метаданные',
   
    'Edit Content of a Map'     'Edit Content of a Map'
 => 'Редактировать Оглавление Последовательности',  => 'Редактировать Оглавление Последовательности',
Line 1175  use base qw(Apache::localize); Line 1063  use base qw(Apache::localize);
    'Edit Custom Role Privileges'     'Edit Custom Role Privileges'
 => 'Редактировать Ролевые Привилегии',  => 'Редактировать Ролевые Привилегии',
   
    'Edit Directory Catalog Information'     'Edit Directory Metadata'
 => 'Редактировать Инфо о Директории в Каталоге',  => 'Edit Directory Metadata', # 'Редактировать Директории Метаданные',
   
    'Edit and view documents included in this course'     'Edit and view documents included in this course'
 => 'Редактировать и просматривать документы из данного курса',  => 'Редактировать и просматривать документы из данного курса',
Line 1184  use base qw(Apache::localize); Line 1072  use base qw(Apache::localize);
    'Edit this resource'     'Edit this resource'
 => 'Редактировать этот ресурс',  => 'Редактировать этот ресурс',
   
    'Edit/Modify DOCS'  
 => 'Редактировать/Модифицировать DOCS',  
   
    'EditXML'     'EditXML'
 => 'Редактировать XML',  => 'Редактировать XML',
   
Line 1202  use base qw(Apache::localize); Line 1087  use base qw(Apache::localize);
    'End Helper'     'End Helper'
 => 'Конец Помощникаr',  => 'Конец Помощникаr',
   
    'End Time',     'End Time'
 => 'Конечное Время',  => 'Конечное Время',
   
    'Ending Date'     'Ending Date'
Line 1232  use base qw(Apache::localize); Line 1117  use base qw(Apache::localize);
    'Enrollment Status'     'Enrollment Status'
 => 'Статус Зачисления',  => 'Статус Зачисления',
   
    '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.'     'Enter as many fields as you can.'
 => 'Заполните так много полей как Вы можете. Система проинформнрует Вас и вернет на данную страницу если заполненных данных окажется недостаточно для зачисления студента в Ваш класс.',  => 'Заполните так много полей как Вы можете.',
   
    'Enter construction space as a co-author'     'The system will inform you and bring you back to this page,[_1]if the data selected are insufficient to add users.'
 => 'Вход в авторское пространство в качестве соавтора',  => 'The system will inform you and bring you back to this page,[_1]if the data selected are insufficient to add users.', # 'Система проинформнрует Вас и вернет на данную страницу если заполненных данных окажется недостаточно для зачисления студента в Ваш класс.',
   
      'Enter Authoring Space as a co-author'
   => 'Enter Authoring Space as a co-author', # 'Вход в авторское пространство в качестве соавтора',
   
    'Enter grades from check-out assessment resources'     'Enter grades from check-out assessment resources'
 => 'Введите оженки из check-out assessment resources',  => 'Введите оженки из check-out assessment resources',
   
    'Enter my resource construction space'     'Enter my Authoring Space'
 => 'Вход в мое авторское пространство',  => 'Enter my Authoring Space', # 'Вход в мое авторское пространство',
   
    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'     'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
 => 'Введите слова или фразы разделенные AND, OR, или NOT, затем нажмите SEARCH',  => 'Введите слова или фразы разделенные AND, OR, или NOT, затем нажмите SEARCH',
Line 1250  use base qw(Apache::localize); Line 1138  use base qw(Apache::localize);
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'     'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
 => 'Введите слова или фразы разделенные операторами AND, OR, или NOT',  => 'Введите слова или фразы разделенные операторами AND, OR, или NOT',
   
    'Enter the chatroom for the course'     'Enter the chat room for the course'
 => 'Enter the chatroom for the course',  => 'Enter the chat room for the course',
   
    'Entering course ...'     'Entering course ...'
 => 'Вход в курс ...',  => 'Вход в курс ...',
Line 1271  use base qw(Apache::localize); Line 1159  use base qw(Apache::localize);
    'Error Messages'     'Error Messages'
 => 'Сообщения об Ошибке',  => 'Сообщения об Ошибке',
   
    'Error dropping [_1]:[_2]'     'Error dropping [_1] in [_2] for [_3]: [_4].'
 => 'Ошибка отчисления [_1]:[_2]',  => 'Error dropping [_1] in [_2] for [_3]: [_4].', # 'Ошибка отчисления [_1]:[_2]',
   
    'Essay, open end'     'Essay, open end'
 => 'Essay, open end',  => 'Essay, open end',
Line 1307  use base qw(Apache::localize); Line 1195  use base qw(Apache::localize);
    'Excused by instructor'     'Excused by instructor'
 => 'Освобожден Инструктором',  => 'Освобожден Инструктором',
   
    'Exit LON-CAPA'  
 => 'Покинуть LON-CAPA',  
   
    'Extent'     'Extent'
 => 'Область',  => 'Область',
   
Line 1319  use base qw(Apache::localize); Line 1204  use base qw(Apache::localize);
    'FAIL'     'FAIL'
 => 'НЕУДАЧА',  => 'НЕУДАЧА',
   
    'Failed Access to Construction Space'     'Failed Access to Authoring Space'
 => 'Неудача Входа в Авторское Пространствоe',  => 'Failed Access to Authoring Space', # 'Неудача Входа в Авторское Пространствоe',
   
    'Failed to copy source'     'Failed to copy source'
 => 'Копирование источника провалилось',  => 'Копирование источника провалилось',
Line 1358  use base qw(Apache::localize); Line 1243  use base qw(Apache::localize);
    'File copied.'     'File copied.'
 => 'Файл скопирован.',  => 'Файл скопирован.',
   
    'Filenames in Construction Space'     'Filenames in Authoring Space'
 => 'Имена Файлов в Авторском Пространстве',  => 'Filenames in Authoring Space', # 'Имена Файлов в Авторском Пространстве',
   
    'Finalize Publication'     'Finalize Publication'
 => 'Закончить Публикацию',  => 'Закончить Публикацию',
Line 1367  use base qw(Apache::localize); Line 1252  use base qw(Apache::localize);
    'Finish Course Initialization'     'Finish Course Initialization'
 => 'Завершить Инициализацию курса',  => 'Завершить Инициализацию курса',
   
    'Finish Helper'  
 => 'Завершить Помощник',  
   
    'First'     'First'
 => 'Имя',  => 'Имя',
   
Line 1388  use base qw(Apache::localize); Line 1270  use base qw(Apache::localize);
    'Folder'     'Folder'
 => 'Папка',  => 'Папка',
   
    'Folder in Construction Space'     'Folder in Authoring Space'
 => 'Папка в Авторском Пространстве',  => 'Folder in Authoring Space', # 'Папка в Авторском Пространстве',
   
    'For User'  
 => 'Для Пользователя',  
   
    'Force publication of unmodified files'     'Force publication of unmodified files'
 => 'Публиковать и немодифицированные файлы',  => 'Публиковать и немодифицированные файлы',
Line 1499  use base qw(Apache::localize); Line 1378  use base qw(Apache::localize);
    'Grant/revoke role of Librarian'     'Grant/revoke role of Librarian'
 => 'Присвоить/отменить роль Библиотекаря',  => 'Присвоить/отменить роль Библиотекаря',
   
    'Grant/revoke role of Scantron Operator'     'Grant/revoke role of Bubblesheet Scanning Operator'
 => 'Grant/revoke role of Scantron Operator',  => 'Grant/revoke role of Bubblesheet Scanning Operator',
   
    'Grant/revoke role of Student'     'Grant/revoke role of Student'
 => 'Присвоить/отменить роль Студента',  => 'Присвоить/отменить роль Студента',
Line 1553  use base qw(Apache::localize); Line 1432  use base qw(Apache::localize);
    'ID/Student Number'     'ID/Student Number'
 => 'ID/Студенчнский Номер',  => 'ID/Студенчнский Номер',
   
    'Identify fields'     'Identify fields in uploaded list'
 => 'Определи поля',  => 'Identify fields in uploaded list', # 'Определи поля',
   
    'If active, the new role will be available when the students next log in to LON-CAPA.'     'If active, the new role will be available when the students next log in to LON-CAPA.'
 => 'If active, the new role will be available when the students next log in to LON-CAPA.',  => 'If active, the new role will be available when the students next log in to LON-CAPA.',
Line 1655  use base qw(Apache::localize); Line 1534  use base qw(Apache::localize);
    'LON-CAPA Enrollment Manager'     'LON-CAPA Enrollment Manager'
 => 'LON-CAPA Enrollment Manager',  => 'LON-CAPA Enrollment Manager',
   
    '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.'     'LON-CAPA has chat room functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
 => '<p>LON-CAPA поддерживает обсуждение в реальном времени. Данный курс получит свою собственную дискуссионную комнату. Вы можете закрыть студентам, помощникам преподавателя или инструкторам доступ в дискуссионную комнату.</p>',  => '<p>LON-CAPA поддерживает обсуждение в реальном времени. Данный курс получит свою собственную дискуссионную комнату. Вы можете закрыть студентам, помощникам преподавателя или инструкторам доступ в дискуссионную комнату.</p>',
   
    'LON-CAPA Helper:'     'LON-CAPA Helper:'
Line 1718  use base qw(Apache::localize); Line 1597  use base qw(Apache::localize);
    'List Directory'     'List Directory'
 => 'Содержимое Директории',  => 'Содержимое Директории',
   
    'Load'  
 => 'Загрузить',  
   
    'Load Map'     'Load Map'
 => 'Загрузить Последовательность',  => 'Загрузить Последовательность',
   
Line 1757  use base qw(Apache::localize); Line 1633  use base qw(Apache::localize);
    'Main Menu'     'Main Menu'
 => 'Главное Меню',  => 'Главное Меню',
   
    'Make new directory'     'Make new directory [_1]?'
 => 'Создать новую директорию',  => 'Создать новую директориюi [_1]?',
   
    'Make new file'     'Make new file'
 => 'Создать новый файл',  => 'Создать новый файл',
Line 1766  use base qw(Apache::localize); Line 1642  use base qw(Apache::localize);
    'Make notes and annotations about this resource'     'Make notes and annotations about this resource'
 => 'Сделать заметки и аннотацию этого ресурса',  => 'Сделать заметки и аннотацию этого ресурса',
   
    'Making Backup to'     'Making Backup to [_1]'
 => 'Making Backup to',  => 'Making Backup to [_1]',
   
    'Manage Access Keys'     'Manage Access Keys'
 => 'Управление Ключами Доступа',  => 'Управление Ключами Доступа',
Line 1922  use base qw(Apache::localize); Line 1798  use base qw(Apache::localize);
    'Move Up'     'Move Up'
 => 'Двинуться Вверх',  => 'Двинуться Вверх',
   
    'My Personal Info'     'My Personal Information Page'
 => 'Моя Персональная Информация',  => 'Моя Персональная Информация',
   
    'Name'     'Name'
Line 1937  use base qw(Apache::localize); Line 1813  use base qw(Apache::localize);
    'Name of Role'     'Name of Role'
 => 'Имя Роли',  => 'Имя Роли',
   
    'Navigate'     'Navigate Course Content'
 => 'Navigate',  
   
    'Navigate Contents'  
 => 'Navigate Contents',  
   
    'Navigate Course Contents'  
 => 'Содержание Курса',  => 'Содержание Курса',
   
    'Navigate the table of contents for this course'     'Navigate the table of contents for this course'
Line 2021  use base qw(Apache::localize); Line 1891  use base qw(Apache::localize);
    'Next'     'Next'
 => 'Далее',  => 'Далее',
   
    'Next ->'  
 => 'Далее ->',  
   
    'Next Month'     'Next Month'
 => 'Следующий Месяц',  => 'Следующий Месяц',
   
Line 2081  use base qw(Apache::localize); Line 1948  use base qw(Apache::localize);
    'Not shown, not used'     'Not shown, not used'
 => 'Не показан, не использован',  => 'Не показан, не использован',
   
    'Note: for large courses, this operation may be time consuming'     'Note: For large courses, this operation may be time consuming.'
 => 'Замечание: для больших курсов данная операция весьма длительна',  => 'Замечание: для больших курсов данная операция весьма длительна.',
   
    'Note: it can take up to 10 minutes for changes to take effect for all users.'     'Note: it can take up to 10 minutes for changes to take effect for all users.'
 => 'Note: it can take up to 10 minutes for changes to take effect for all users.',  => 'Note: it can take up to 10 minutes for changes to take effect for all users.',
Line 2096  use base qw(Apache::localize); Line 1963  use base qw(Apache::localize);
    'Notification of enrollment changes'     'Notification of enrollment changes'
 => 'Notification of enrollment changes',  => 'Notification of enrollment changes',
   
    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'Notification to [_1]course coordinator[_2] via LON-CAPA message when enrollment changes occur during the automated update?'
 => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',  => 'Notification to [_1]course coordinator[_2] via LON-CAPA message when enrollment changes occur during the automated update?',
   
    'November'     'November'
 => 'Ноябрь',  => 'Ноябрь',
Line 2105  use base qw(Apache::localize); Line 1972  use base qw(Apache::localize);
    'Number of assignments printed at the same time:'     'Number of assignments printed at the same time:'
 => 'Число студенческих заданий, печатаемых одновременно:',  => 'Число студенческих заданий, печатаемых одновременно:',
   
    'Number of bubbles in exam mode (numbubbles)'     'Number of bubbles in bubblesheet exam mode (numbubbles)'
 => 'Число вопросов в экзаменационной моде (numbubbles)',  => 'Number of bubbles in bubblesheet exam mode (numbubbles)', # 'Число вопросов в экзаменационной моде (numbubbles)',
   
    'Number of Plots:'     'Number of Plots [_1]'
 => 'Число Графиков:',  => 'Число Графиков: [_1]',
   
    'Number of columns'     'Number of columns'
 => 'Число столбцов',  => 'Число столбцов',
Line 2196  use base qw(Apache::localize); Line 2063  use base qw(Apache::localize);
 => 'Страница',  => 'Страница',
   
    'Page layout'     'Page layout'
 => 'Страница',  => 'Страница', # 'Разметка страницы',
   
    'Parameter Name'     'Parameter Name'
 => 'Имя Параметра',  => 'Имя Параметра',
Line 2246  use base qw(Apache::localize); Line 2113  use base qw(Apache::localize);
    'Please do not reply to this address.'     'Please do not reply to this address.'
 => 'Пожалуйста не отвечайте по этому адресу.',  => 'Пожалуйста не отвечайте по этому адресу.',
   
    'Please either'     'Please notify the server administrator [_1]'
 => 'Пожалуйста введите',  => 'Пожалуйста сообщите администратору сервера [_1]',
   
    'Please notify the server administrator '     'Please pick a version to retrieve:'
 => 'Пожалуйста сообщите администратору сервера ',  => 'Пожалуйста выберите версию:',
   
    'Please pick a version to retrieve'  
 => 'Пожалуйста выберите версию',  
   
    'Please select a problem to analyze'     'Please select a problem to analyze'
 => 'Выберите задачу для анализа',  => 'Выберите задачу для анализа',
   
    'Please select a report to generate'     'Please select a report to generate'
 => 'Please select a report to generate',  
   
    'Please select a report to generate'  
 => 'Выберите генерируемый отчет',  => 'Выберите генерируемый отчет',
   
    'Please select an authentication mechanism'     'Please select an authentication mechanism'
 => 'Please select an authentication mechanism',  => 'Please select an authentication mechanism',
   
    'Please select the authentication mechanism'     'Please select the Authentication mechanism'
 => 'Please select the authentication mechanism',  => 'Please select the Authentication mechanism',
   
    'Please select the section you wish to set the answer open date for:'     'Please select the section you wish to set the answer open date for:'
 => 'Выберите раздел, для которого Вы задаете дату показа ответов',  => 'Выберите раздел, для которого Вы задаете дату показа ответов',
Line 2315  use base qw(Apache::localize); Line 2176  use base qw(Apache::localize);
    'Post system frontpage announcements'     'Post system frontpage announcements'
 => 'Post system frontpage announcements',  => 'Post system frontpage announcements',
   
    'Post to live chatrooms'     'Post to chat rooms'
 => 'Post to live chatrooms',  => 'Post to chat rooms',
   
    'Preferred language'     'Preferred language'
 => 'Предпочитаемый язык',  => 'Предпочитаемый язык',
Line 2342  use base qw(Apache::localize); Line 2203  use base qw(Apache::localize);
    'Printing Helper'     'Printing Helper'
 => 'Печать Ресурсов',  => 'Печать Ресурсов',
   
    'Privacy Note'     'Privacy Note:'
 => 'Privacy Note',  => 'Privacy Note:',
   
    'Private - visible to author only for testing purposes'     'Private - visible to author only for testing purposes'
 => 'Private - visible to author only for testing purposes',  => 'Private - visible to author only for testing purposes',
   
    'Private Publication - did not synchronize database'  
 => 'Private Publication - did not synchronize database',  
   
    'Privileged users that should not be hidden on staff listings'     'Privileged users that should not be hidden on staff listings'
 => 'Пользователи с привелегиями, которые не должны быть скрыты в списках сотрудников',  => 'Пользователи с привелегиями, которые не должны быть скрыты в списках сотрудников',
   
Line 2363  use base qw(Apache::localize); Line 2221  use base qw(Apache::localize);
    'Problems Not Contained In A Folder'     'Problems Not Contained In A Folder'
 => 'Problems Not Contained In A Folder',  => 'Problems Not Contained In A Folder',
   
    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'     'Problems occurred in creating the new Excel file.'
 => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',  => 'Problems occurred in creating the new Excel file.',
   
    'Processed file'      'This error has been logged.'
 => 'Processed file',  => 'This error has been logged.',
   
    'Processed [_1] student(s).'     'Please alert your LON-CAPA administrator.'
 => 'Processed [_1] student(s).',  => 'Please alert your LON-CAPA administrator.',
   
      'Processed file: [_1]'
   => 'Processed file: [_1]',
   
      'Processed [quant,_1,student].'
   => 'Processed [quant,_1,student].',
   
    'Processing'     'Processing'
 => 'Processing',  => 'Processing',
   
    'Processing course structure'  
 => 'Processing course structure',  
   
    'Processing first student'     'Processing first student'
 => 'Processing first student',  => 'Processing first student',
   
Line 2426  use base qw(Apache::localize); Line 2287  use base qw(Apache::localize);
    'Question Type (type)'     'Question Type (type)'
 => 'Вид Вопроса (type)',  => 'Вид Вопроса (type)',
   
    'Quick Completed Problems Display'     'Completed Problems Display'
 => 'Quick Completed Problems Display',  => 'Completed Problems Display',
   
    'Random position'     'Random position'
 => 'Случайная позиция',  => 'Случайная позиция',
Line 2455  use base qw(Apache::localize); Line 2316  use base qw(Apache::localize);
   
    'Receipt algorithm used'     'Receipt algorithm used'
 => 'Алгоритм использованный для подтверждения приема',  => 'Алгоритм использованный для подтверждения приема',
    
    'Record'     'Record'
 => 'Запись',  => 'Запись',
   
Line 2501  use base qw(Apache::localize); Line 2362  use base qw(Apache::localize);
    'Resources'     'Resources'
 => 'Ресурсы',  => 'Ресурсы',
   
    'Retrieval of an old version will overwrite the file currently in construction space'     'Retrieval of an old version will overwrite the file currently in Authoring Space.'
 => 'Запрос старой версии уничтожит текущую версию в авторском пространстве',  => 'Retrieval of an old version will overwrite the file currently in Authoring Space.', # 'Запрос старой версии уничтожит текущую версию в авторском пространстве',
   
    'Retrieve'     'Retrieve'
 => 'Запросить',  => 'Запросить',
Line 2510  use base qw(Apache::localize); Line 2371  use base qw(Apache::localize);
    'Retrieve Published Resources'     'Retrieve Published Resources'
 => 'Запросить Опубликованные Ресурсы',  => 'Запросить Опубликованные Ресурсы',
   
    'Retrieve previous versions of'     'Retrieve previous versions of [_1]'
 => 'Запросить предыдущие версии',  => 'Запросить предыдущие версии [_1]',
   
    'Retrieve Old Version'     'Retrieve Old Version'
 => 'Запросить Старую Версию',  => 'Запросить Старую Версию',
   
    'Retrieve version'     'Retrieve old version'
 => 'Запросить версию',  => 'Запросить Старую Версию',
   
    'Return to Last Location'     'Return to Last Location'
 => 'Return to Last Location',  => 'Return to Last Location',
Line 2567  use base qw(Apache::localize); Line 2428  use base qw(Apache::localize);
    'Save as'     'Save as'
 => 'Сохранить как',  => 'Сохранить как',
   
    'Save as & Make This Sheet the Default'     'Save as &amp; Make This Sheet the Default'
 => 'Save as & Make This Sheet the Default',  => 'Save as &amp; Make This Sheet the Default',
   
    'Save as ...'     'Save as ...'
 => 'Сохранить как ...',  => 'Сохранить как ...',
   
    'Saving Modifications to'     'Saving Modifications to [_1]'
 => 'Сохранение модификаций к',  => 'Сохранение модификаций к [_1]',
   
    'Scantron Operator'     'Bubblesheet Scanning Operator'
 => 'Scantron Operator',  => 'Bubblesheet Scanning Operator',
   
    'Score Upload Form'     'Score Upload Form'
 => 'Score Upload Form',  => 'Score Upload Form',
Line 2591  use base qw(Apache::localize); Line 2452  use base qw(Apache::localize);
    'Search the contents of this course'     'Search the contents of this course'
 => 'Search the contents of this course',  => 'Search the contents of this course',
   
    'Search the database of published resources'     'Search the database of published resources and accessible portfolio files'
 => 'Поиск в базе данных опубликованных ресурсов',  => 'Search the database of published resources and accessible portfolio files', # 'Поиск в базе данных опубликованных ресурсов',
   
    'Searching'     'Searching'
 => 'Поиск',  => 'Поиск',
Line 2666  use base qw(Apache::localize); Line 2527  use base qw(Apache::localize);
    'Select a course'     'Select a course'
 => 'Выберите курс',  => 'Выберите курс',
   
    'Select a user name to modify the students information'     "Select a user name to modify the student's information"
 => 'Выбери имя студента для изменения информации о нем',  => 'Выбери имя студента для изменения информации о нем',
   
    'Select a user name to view the users personal page.'     "Select a user name to view the user's personal information page."
 => 'Выбери имя пользователя для просмотра его персональной страницы.',  => 'Выбери имя пользователя для просмотра его персональной страницы.',
   
    'Select for Section/Group'     'Select for Section/Group'
 => 'Выбрать для Раздела/Группы',  => 'Выбрать для Раздела/Группы',
   
    'Select the Construction Space'     'Select the Authoring Space'
 => 'Ваберите Авторское Пространство',  => 'Select the Authoring Space', # 'Ваберите Авторское Пространство',
   
    'Select the folder you wish to set the parameter for:'     'Select the folder you wish to set the parameter for:'
 => 'Выберите папку, для которой Вы хототе задать параметры:',  => 'Выберите папку, для которой Вы хототе задать параметры:',
Line 2687  use base qw(Apache::localize); Line 2548  use base qw(Apache::localize);
    'Selecting a User'     'Selecting a User'
 => 'Выбор Пользователя',  => 'Выбор Пользователя',
   
    'Send Message to User(s)'  
 => 'Послать Сообщение Пользователю(ям)',  
   
    'Send New'     'Send New'
 => 'Послать Новый',  => 'Послать Новый',
   
    'Send Reply'     'Send Reply'
 => 'Послать Ответ',  => 'Послать Ответ',
   
    'Send Scantron data to a course'     'Send bubblesheet data to a course'
 => 'Send Scantron data to a course',  => 'Send bubblesheet data to a course',
   
    'Send and receive messages'     'Send and receive messages'
 => 'Послать и получить сообщения',  => 'Послать и получить сообщения',
Line 2705  use base qw(Apache::localize); Line 2563  use base qw(Apache::localize);
    'Send as critical message'     'Send as critical message'
 => 'Послать как критическое сообщение',  => 'Послать как критическое сообщение',
   
    'Send broadcast and receipt-required email'     'Send broadcast and receipt-required message'
 => 'Send broadcast and receipt-required email',  => 'Send broadcast and receipt-required message',
   
    'Send internal email'     'Send internal message'
 => 'Послать внутренний email',  => 'Послать внутренний Сообщение',
   
    'September'     'September'
 => 'Сентябрь',  => 'Сентябрь',
Line 2750  use base qw(Apache::localize); Line 2608  use base qw(Apache::localize);
    'Set Start Date'     'Set Start Date'
 => 'Задать Начальную Дату',  => 'Задать Начальную Дату',
   
    'Set value to "[_1]" to allow'     'Set value to [_1] to allow.'
 => 'Задать значение "[_1]" чтобы разрешить',  => 'Задать значение [_1] чтобы разрешить.',
   
    'Set Version to be used in Course'     'Set Version to be used in Course'
 => 'Задать Версию используемую в Курсе',  => 'Задать Версию используемую в Курсе',
Line 2882  use base qw(Apache::localize); Line 2740  use base qw(Apache::localize);
    'Show always at top position'     'Show always at top position'
 => 'Всегда показывать сверху',  => 'Всегда показывать сверху',
   
    'Show catalog information'     'Show Metadata'
 => 'Show catalog information',  => 'Show Metadata',
   
    'Show resource'     'Show resource'
 => 'Показать Ресурс',  => 'Показать Ресурс',
Line 2893  use base qw(Apache::localize); Line 2751  use base qw(Apache::localize);
   
    'Significant Digits (sig)'     'Significant Digits (sig)'
 => 'Значимые Цифры (sig)',  => 'Значимые Цифры (sig)',
    
    'Significant figures are incorrect, submission was not graded.'     'Significant figures are incorrect, submission was not graded.'
 => 'Significant figures are incorrect, submission was not graded.',  => 'Significant figures are incorrect, submission was not graded.',
   
    'Simple Edit'     'Simple Edit'
 => 'Простое Редактирование',  => 'Простое Редактирование',
   
    'Simple Page'     'Simple Course Page'
 => 'Простая Страница',  => 'Простая Курс Страница',
   
    'Simple Problem'     'Simple Problem'
 => 'Простая Задача',  => 'Простая Задача',
Line 2948  use base qw(Apache::localize); Line 2806  use base qw(Apache::localize);
    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"     "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
 => "Задание каждого студента стартовать с новой страницы/столбца",  => "Задание каждого студента стартовать с новой страницы/столбца",
   
    'Start Time',     'Start Time'
 => 'Начальное Время',  => 'Начальное Время',
   
    'Starting'     'Starting'
Line 2969  use base qw(Apache::localize); Line 2827  use base qw(Apache::localize);
    'Status'     'Status'
 => 'Статус',  => 'Статус',
   
    'Save'     'Save Metadata'
 => 'Сохранить',  => 'Save Metadata',
   
    'Save Catalog Information'  
 => 'Save Catalog Information',  
   
    'Save Changes'     'Save Changes'
 => 'Сохранить Изменения',  => 'Сохранить Изменения',
   
    'Save uploaded file as '     'Save uploaded file as [_1]'
 => 'Save uploaded file as ',  => 'Save uploaded file as [_1]',
   
    'Student'     'Student'
 => 'Студент',  => 'Студент',
Line 2987  use base qw(Apache::localize); Line 2842  use base qw(Apache::localize);
    'student'     'student'
 => 'студент',  => 'студент',
   
    'Student ID'     'Student/Employee ID'
 => 'ID Студента',  => 'Student/Employee ID', # 'ID Студента',
   
    'Student Information'     'Student Information'
 => 'Информация о Студенте',  => 'Информация о Студенте',
Line 3005  use base qw(Apache::localize); Line 2860  use base qw(Apache::localize);
    'Student Name'     'Student Name'
 => 'Имя студента',  => 'Имя студента',
   
    'Student Number'  
 => 'Студенческий Номер',  
   
    'Student Status'     'Student Status'
 => 'Статус Студента',  => 'Статус Студента',
   
Line 3023  use base qw(Apache::localize); Line 2875  use base qw(Apache::localize);
    'Students need access key to enter course'     'Students need access key to enter course'
 => 'Студенты для входа в курс должны иметь ключ доступа',  => 'Студенты для входа в курс должны иметь ключ доступа',
   
    'Students with expired roles',     'Students with expired roles'
 => 'Студенты с устекшими ролями',  => 'Студенты с устекшими ролями',
   
    'Subject'     'Subject'
Line 3101  use base qw(Apache::localize); Line 2953  use base qw(Apache::localize);
    'System wide - can be used for any courses system wide'     'System wide - can be used for any courses system wide'
 => 'System wide - can be used for any courses system wide',  => 'System wide - can be used for any courses system wide',
   
    'System wide - open source to all authors'  
 => 'System wide - open source to all authors',  
   
    'Tabulator separated'     'Tabulator separated'
 => 'Разделенные Табулятором',  => 'Разделенные Табулятором',
   
Line 3137  use base qw(Apache::localize); Line 2986  use base qw(Apache::localize);
    'Textbook'     'Textbook'
 => 'Учебник',  => 'Учебник',
   
    '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.'     'The &quot;Course Title&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next&quot; to continue.'
 => '&quot;Описание Курса&quot; является именем курса, под которым он будет виден студентами. Вы можете модифицировать сейчас Описание Курса и нажать <nobr>&quot;<b>Далее -&gt;</b>&quot;</nobr> для продолжения.<br />',  => '&quot;Курса Название&quot; является именем курса, под которым он будет виден студентами. Вы можете модифицировать сейчас Описание Курса и нажать <nobr>&quot;<b>Далее</b>&quot;</nobr> для продолжения.<br />',
   
    'The error reported was'     'The error reported was'
 => 'The error reported was',  => 'The error reported was',
   
    'The extension on this file'     'The extension on this file is reserved internally by LON-CAPA.'
 => 'Расширение данного файла',  => 'Расширение данного файла зарезервирован внутренне LON-CAPA-ой.',
   
      'The extension on this file, [_1], is reserved internally by LON-CAPA.'
   => 'Расширение данного файла, [_1], зарезервирован внутренне LON-CAPA-ой.',
   
    'The filetype extension of the file you uploaded is not allowed.'     'The filetype extension of the file you uploaded is not allowed.'
 => 'The filetype extension of the file you uploaded is not allowed.',  => 'The filetype extension of the file you uploaded is not allowed.',
Line 3159  use base qw(Apache::localize); Line 3011  use base qw(Apache::localize);
    '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.'     '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.'
 => '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.',  => '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.',
   
    'The optional email address field was not specified.'     'The optional e-mail address field was not specified.'
 => 'The optional email address field was not specified.',  => 'The optional e-mail address field was not specified.',
   
    'The optional name field was not specified.'     'The optional name field was not specified.'
 => 'The optional name field was not specified.',  => 'The optional name field was not specified.',
Line 3168  use base qw(Apache::localize); Line 3020  use base qw(Apache::localize);
    'The optional section or group field was not specified.'     'The optional section or group field was not specified.'
 => 'The optional section or group field was not specified.',  => 'The optional section or group field was not specified.',
   
    'The optional student number field was not specified.'     'The optional student/employee ID field was not specified.'
 => 'Необязательный студенческий номер не был задан.',  => 'The optional student/employee ID field was not specified.', # 'Необязательный студенческий номер не был задан.',
   
    'The student must log out and log in again to see these changes.'     'The student must log out and log in again to see these changes.'
 => 'Студент должен выйти из системы и войти вновь чтобы видеть эти изменения.',  => 'Студент должен выйти из системы и войти вновь чтобы видеть эти изменения.',
Line 3183  use base qw(Apache::localize); Line 3035  use base qw(Apache::localize);
    'Then'     'Then'
 => 'Затем',  => 'Затем',
   
    'There are currently no results'     'There are currently no results.'
 => 'В данный момент результатов нет',  => 'В данный момент результатов нет.',
   
    'There are no students currently enrolled.'     'There are no students currently enrolled.'
 => 'в данный момент зачисленных студентов нет.',  => 'в данный момент зачисленных студентов нет.',
Line 3198  use base qw(Apache::localize); Line 3050  use base qw(Apache::localize);
    'This controls how receipt numbers are generated.'     'This controls how receipt numbers are generated.'
 => 'Контролирует каким способом генерируются номера расписок в получении.',  => 'Контролирует каким способом генерируются номера расписок в получении.',
   
    '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.'     'This helper will assist you in setting the open, due, and answer dates for problems, setting the problem weights, 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.'
 => '<p>Данная система поможет Вам <b>задать время доступа, сдачи, и открытия ответов задач</b>, а также <b>задать число попыток отосланных решений</b>.</p><p> Вам будет задан вопросы <b>"Для каких задач Вы желаете задать параметры?"</b>, <b>"Какой параметер Вы хотите задать?"</b>, <b>"Для кого Вы задаете/изменяете параметр?"</b>. По окончании работы системы Вам будет показано место задания этих параметров в более развитом (продвинутом) интерфейсе, так что Вы сможете задавать/изменять параметры непосредственно.</p> <p>Нажмите <b>Далее -&gt;</b> чтобы начать, или выберите <b>&lt;- Назад</b> для возврата к предыдущему экрану.</p>',  => 'This helper will assist you in setting the open, due, and answer dates for problems, setting the problem weights, 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.', # '<p>Данная система поможет Вам <b>задать время доступа, сдачи, и открытия ответов задач</b>, а также <b>задать число попыток отосланных решений</b>.</p><p> Вам будет задан вопросы <b>"Для каких задач Вы желаете задать параметры?"</b>, <b>"Какой параметер Вы хотите задать?"</b>, <b>"Для кого Вы задаете/изменяете параметр?"</b>. По окончании работы системы Вам будет показано место задания этих параметров в более развитом (продвинутом) интерфейсе, так что Вы сможете задавать/изменять параметры непосредственно.</p> <p>Нажмите <b>Далее -&gt;</b> чтобы начать, или выберите <b>&lt;- Назад</b> для возврата к предыдущему экрану.</p>',
   
    'This helper will set up your LON-CAPA course and choose which features will be active.'     'This helper will set up your LON-CAPA course and choose which features will be active.'
 => 'Данная система поможет Вам задать окружение курса и выбрать какие его характеристики будут активизированы.',  => 'Данная система поможет Вам задать окружение курса и выбрать какие его характеристики будут активизированы.',
   
    'This is an automatic message generated by the LON-CAPA system.'     'This is an automatic e-mail generated by the LON-CAPA system.'
 => 'Это сообщение, автоматически сгенерированное LON-CAPA системой.',  => 'Это e-mail, автоматически сгенерированное LON-CAPA системой.',
   
    'This question expects a numeric answer.'     'This question expects a numeric answer.'
 => 'Этот вопрос предполагает численный ответ.',  => 'Этот вопрос предполагает численный ответ.',
Line 3213  use base qw(Apache::localize); Line 3065  use base qw(Apache::localize);
    'This resource has been marked obsolete by the author(s)'     'This resource has been marked obsolete by the author(s)'
 => 'Этот ресурс был отмечен устаревшим автором',  => 'Этот ресурс был отмечен устаревшим автором',
   
    'This syllabus can be publicly viewed at'     'This syllabus can be publicly viewed at [_1]'
 => 'Этот учебный план доступен для всех по адресу',  => 'Этот учебный план доступен для всех по адресу [_1]',
   
    'Threaded View'     'Threaded View'
 => 'Threaded View',  => 'Threaded View',
Line 3288  use base qw(Apache::localize); Line 3140  use base qw(Apache::localize);
    'Unable to enroll students'     'Unable to enroll students'
 => 'Студента невозможно зачислить',  => 'Студента невозможно зачислить',
   
    'Unable to find'     'Unable to find [_1]'
 => 'Невозможно найти',  => 'Невозможно найти [_1]',
   
    'Unable to make backup'     'Unable to make backup [_1]'
 => 'Unable to make backup',  => 'Unable to make backup [_1]',
   
    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'     'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
 => 'Невозможно опубликовать файл, он содержит повторяемые ID(s), ID(s) должны быть уникальны. Повторяемые ID(s):',  => 'Невозможно опубликовать файл, он содержит повторяемые ID(s), ID(s) должны быть уникальны. Повторяемые ID(s):',
Line 3306  use base qw(Apache::localize); Line 3158  use base qw(Apache::localize);
    'Unable to understand formula'     'Unable to understand formula'
 => 'Невозможно понять формулу',  => 'Невозможно понять формулу',
   
    'Unable to undo, unable to switch'     'Unable to undo, unable to switch [_1] and [_2]'
 => 'Unable to undo, unable to switch',  => 'Unable to undo, unable to switch [_1] and [_2]',
   
    'Unable to write to'     'Unable to write to [_1]'
 => 'Невозможно записать в',  => 'Невозможно записать в [_1]',
   
    'Unavailable course'     'Unavailable course'
 => 'Недоступный курс',  => 'Недоступный курс',
Line 3321  use base qw(Apache::localize); Line 3173  use base qw(Apache::localize);
    'Uncompleted Homework'     'Uncompleted Homework'
 => 'Незавершенное Домашнее Задание',  => 'Незавершенное Домашнее Задание',
   
    'Undid changes, Switched'     'Undid changes, Switched [_1] and [_2]'
 => 'Undid changes, Switched',  => 'Undid changes, Switched [_1] and [_2]',
   
    'Unit:'     'Unit:'
 => 'Единица Измерения:',  => 'Единица Измерения:',
Line 3333  use base qw(Apache::localize); Line 3185  use base qw(Apache::localize);
    'Units required'     'Units required'
 => 'Требуются Единицы Измерения',  => 'Требуются Единицы Измерения',
   
    'Unknown Action'     'Unknown Action: [_1]'
 => 'Неизвестное Действие',  => 'Неизвестное Действие: [_1]',
   
    'Unknown ID'     'Unknown ID [_1] at domain [_2]'
 => 'Неизвестное ID',  => 'Неизвестное ID [_1] в домене [_2]',
   
    'Unknown message'     'Unknown message'
 => 'Неизвестное Сообщение',  => 'Неизвестное Сообщение',
   
    'Unknown user'     'Unknown user [_1] at domain [_2]'
 => 'Неизвестный Пользователь',  => 'Неизвестный Пользователь [_1] в домене [_2]',
   
    'Unpublished'     'Unpublished'
 => 'Неопубликовано',  => 'Неопубликовано',
Line 3352  use base qw(Apache::localize); Line 3204  use base qw(Apache::localize);
 => 'Отменить Выбор Всего',  => 'Отменить Выбор Всего',
   
    'Unselect All Files'     'Unselect All Files'
 => 'Отменить Выбор Всех Файлов',   => 'Отменить Выбор Всех Файлов',
   
    'Unselect All Published'     'Unselect All Published'
 => 'Отменить Выбор Всего Опубликованного',  => 'Отменить Выбор Всего Опубликованного',
Line 3369  use base qw(Apache::localize); Line 3221  use base qw(Apache::localize);
    'Unsuccessful Login'     'Unsuccessful Login'
 => 'Неуспешный Login',  => 'Неуспешный Login',
   
    'Unsupported character combination'     'Unsupported character combination [_1] in filename, FAIL.'
 => 'Неподдерживаемая комбинация символов',  => 'Unsupported character combination [_1] in filename, FAIL.', # 'Неподдерживаемая комбинация символов',
   
    'Up'     'Up'
 => 'Вверх',  => 'Вверх',
Line 3393  use base qw(Apache::localize); Line 3245  use base qw(Apache::localize);
    'Upload Document'     'Upload Document'
 => 'Обновить Документ',  => 'Обновить Документ',
   
    'Upload Scantron data'     'Upload bubblesheet data'
 => 'Обновить Scantron данные',  => 'Обновить bubblesheet данные',
   
    'Upload a Photo'     'Upload a Photo'
 => 'Обновить Фотографию',  => 'Обновить Фотографию',
   
    'Upload a class list'  
 => 'Обновить список студентов в классе',  
   
    'Upload class list'  
 => 'Обновить список студентов в классе',  
   
    'Upload a new main course document'     'Upload a new main course document'
 => 'Обновить новый главный документ курса',  => 'Обновить новый главный документ курса',
   
Line 3429  use base qw(Apache::localize); Line 3275  use base qw(Apache::localize);
    'User'     'User'
 => 'Пользователь',  => 'Пользователь',
   
      'Server Load'
   => 'Server Load',
   
    'User Load'     'User Load'
 => 'User Load',  => 'User Load',
   
Line 3486  use base qw(Apache::localize); Line 3335  use base qw(Apache::localize);
    'View'     'View'
 => 'Посмотреть',  => 'Посмотреть',
   
    'View All Messages'     'View class lists'
 => 'Посмотреть Все Сообщения',  
   
    'View Class List'  
 => 'Посмотреть Список Класса',  => 'Посмотреть Список Класса',
   
    'View Critical Messages'     'Display Critical Messages'
 => 'Посмотреть Критические Сообщения',  => 'Посмотреть Критические Сообщения',
   
    'View Published Version'     'View Published Version'
Line 3528  use base qw(Apache::localize); Line 3374  use base qw(Apache::localize);
    'Warning: target file exists, and has been published!'     'Warning: target file exists, and has been published!'
 => 'Предупреждение: целевой файл существует и был опубликован!',  => 'Предупреждение: целевой файл существует и был опубликован!',
   
    'Was due'  
 => 'Was due',  
   
    'Web Links'     'Web Links'
 => 'Web Links',  => 'Web Links',
   
Line 3541  use base qw(Apache::localize); Line 3384  use base qw(Apache::localize);
 => 'Ср',  => 'Ср',
   
    'Weight (weight)'     'Weight (weight)'
 => 'Вес (weight)',     => 'Вес (weight)',
   
    'Welcome'     'Welcome'
 => 'Приветствуем',  => 'Приветствуем',
Line 3549  use base qw(Apache::localize); Line 3392  use base qw(Apache::localize);
    'Welcome to the Assignment Parameter Helper'     'Welcome to the Assignment Parameter Helper'
 => 'Вас Приветствует Помощник Задания Параметров',  => 'Вас Приветствует Помощник Задания Параметров',
   
    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'     'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.'
 => 'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up',  => 'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up.',
   
    'Welcome to Your New LON-CAPA Course'     'Welcome to Your New LON-CAPA Course'
 => 'Вас Приветствует Помощник Задания Структуры Курса',  => 'Вас Приветствует Помощник Задания Структуры Курса',
Line 3621  use base qw(Apache::localize); Line 3464  use base qw(Apache::localize);
    'You are working with an unsaved version of your map.'     'You are working with an unsaved version of your map.'
 => 'Вы работаете с несохраненной версией Вашей последовательности',  => 'Вы работаете с несохраненной версией Вашей последовательности',
   
    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'  
 => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',  
   
    'You did not select a template.'     'You did not select a template.'
 => 'Вы не выбрали шаблон.',  => 'Вы не выбрали шаблон.',
   
Line 3639  use base qw(Apache::localize); Line 3479  use base qw(Apache::localize);
    'You have no unread messages'     'You have no unread messages'
 => 'У Вас нет непрочитанных сообщений',  => 'У Вас нет непрочитанных сообщений',
   
    'You have provided an invalid ranking'     'You have provided an invalid ranking.'
 => 'You have provided an invalid ranking',  => 'You have provided an invalid ranking.',
   
    'You must choose an authentication type.'     'You must choose an authentication type.'
 => 'You must choose an authentication type.',  => 'You must choose an authentication type.',
Line 3651  use base qw(Apache::localize); Line 3491  use base qw(Apache::localize);
    'You must choose one or more choices to continue.'     'You must choose one or more choices to continue.'
 => 'Вы должны сделать выбор чтобы продолжать.',  => 'Вы должны сделать выбор чтобы продолжать.',
   
    'You need to choose another user role or enter a specific course for this function'     'You need to choose another user role or enter a specific course or community for this function.'
 => 'You need to choose another user role or enter a specific course for this function',  => 'You need to choose another user role or enter a specific course or community for this function.',
   
    'You need to specify the Kerberos domain.'     'You need to specify the Kerberos domain.'
 => 'Вы должны задать Kerberos домен.',  => 'Вы должны задать Kerberos домен.',
Line 3663  use base qw(Apache::localize); Line 3503  use base qw(Apache::localize);
    'You need to specify the username field.'     'You need to specify the username field.'
 => 'Вы должны задать имя пользователя.',  => 'Вы должны задать имя пользователя.',
   
    '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.'     'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the Modify parameter settings screen (Course Configuration).'
 => 'Ваш курс задан. Пожалуйста нажмите клавишу <b>Завершить Инициализацию Курса</b> для реинициализации курса с Вашими установками. <p>Помните что все эти ыстановки могут быть модифижированы в <b>PARMS</b> экране нажатием на клавишу <b>Окружение Курса</b>.</p>',  => 'Your course is now set up. Please select the Save button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the Modify parameter settings screen (Course Configuration).', # 'Ваш курс задан. Пожалуйста нажмите клавишу <b>Сохранить</b> для реинициализации курса с Вашими установками. <p>Помните что все эти ыстановки могут быть модифижированы в <b>PARMS</b> нажатием на клавишу <b>Окружение Курса</b>.</p>',
   
    'Your Excel Spreadsheet'     'Your Excel Spreadsheet'
 => 'Ваш Журнал в Excel',  => 'Ваш Журнал в Excel',
Line 3678  use base qw(Apache::localize); Line 3518  use base qw(Apache::localize);
    'Your home server is '     'Your home server is '
 => 'Ваш домашний сервер ',  => 'Ваш домашний сервер ',
   
    'Your receipt is'     'Your receipt is [_1]'
 => 'Your receipt is',  => 'Your receipt is [_1]',
   
    'Your submission has been recorded.'     'Your submission has been recorded.'
 => 'Your submission has been recorded.',  => 'Your submission has been recorded.',
   
    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'     '[_1] is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
 => '&quot; [_1] &quot; не является допустимым числом попыток. Число попыток - положительное целое число.',  => '[_1] не является допустимым числом попыток. Число попыток - положительное целое число.',
   
    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'     '[_1] is not an acceptable weight. Weight must be a positive number.'
 => '&quot; [_1] &quot; не является допустимым весом. Вес - положительное целое число.',  => '[_1] не является допустимым весом. Вес - положительное целое число.',
   
    '[_1] Do not change login data'     '[_1] Do not change login data'
 => '[_1] Do not change login data',  => '[_1] Do not change login data',
Line 3699  use base qw(Apache::localize); Line 3539  use base qw(Apache::localize);
    '[_1] Internally authenticated (with initial password [_2])'     '[_1] Internally authenticated (with initial password [_2])'
 => '[_1] Internally authenticated (with initial password [_2])',  => '[_1] Internally authenticated (with initial password [_2])',
   
    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'     '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]'
 => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',  => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5 [_5]',
   
    '[_1] Local Authentication with arguement [_2]'     '[_1] Local Authentication with argument [_2]'
 => '[_1] Local Authentication with arguement [_2]',  => '[_1] Local Authentication with argument [_2]',
   
    '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'     'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section ID to be used in LON-CAPA e.g., 001:1,002:2'
 => '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',  => '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',
    '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'     '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) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2'
 => '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',  => '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) sectionID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:zol2',
   
    'a.m.'     'a.m.'
 => 'a.m.',  => 'a.m.',
   
    'aboutlon.gif'  
 => 'aboutlon.gif',  
   
    'abstract'     'abstract'
 => 'реферат',  => 'реферат',
   
Line 3725  use base qw(Apache::localize); Line 3562  use base qw(Apache::localize);
    'access denied'     'access denied'
 => 'в доступе отказано',  => 'в доступе отказано',
   
    'accessbutton.gif'  
 => 'accessbutton.gif',  
   
    'according to course preferences'     'according to course preferences'
 => 'according to course preferences',  => 'according to course preferences',
   
Line 3758  use base qw(Apache::localize); Line 3592  use base qw(Apache::localize);
    'and return receipt'     'and return receipt'
 => 'and return receipt',  => 'and return receipt',
   
    'anno-'  
 => 'anno-',  
   
    'announce'     'announce'
 => 'announce',  => 'announce',
   
Line 3776  use base qw(Apache::localize); Line 3607  use base qw(Apache::localize);
    'at'     'at'
 => 'at',  => 'at',
   
    'at Domain'  
 => 'в Домене',  
   
    'at domain'  
 => 'в домене',  
   
    'audio'     'audio'
 => 'аудио',  => 'аудио',
   
    'author'     'author'
 => 'автор',  => 'автор',
   
    'backward'  
 => 'backward',  
   
    'bookmark'     'bookmark'
 => 'закладка',  => 'закладка',
   
Line 3818  use base qw(Apache::localize); Line 3640  use base qw(Apache::localize);
    'close this window'     'close this window'
 => 'закрыть это окно',  => 'закрыть это окно',
   
    'co con-'  
 => 'co con-',  
   
    'co res'  
 => 'co res',  
   
    'commu-'  
 => 'commu-',  
   
    'con-'  
 => 'con-',  
   
    'connection down'     'connection down'
 => 'соединение отсутствует',  => 'соединение отсутствует',
   
    'contacting'     'contacting'
 => 'contacting',  => 'contacting',
   
    'contents'     'Contents'
 => 'содержание',  => 'содержание',
   
    'copy Error'     'copy Error'
Line 3845  use base qw(Apache::localize); Line 3655  use base qw(Apache::localize);
    'copyright'     'copyright'
 => 'copyright',  => 'copyright',
   
    'could not be copied.'     'File [_1] could not be copied.'
 => 'невозможно было скопировать.',  => 'File [_1] could not be copied.', # 'невозможно было скопировать.',
   
    'course'     'course'
 => 'курс',  => 'курс',
Line 3854  use base qw(Apache::localize); Line 3664  use base qw(Apache::localize);
    'create'     'create'
 => 'создать',  => 'создать',
   
    'customdistributionfile'  
 => 'customdistributionfile',  
   
    'default'     'default'
 => 'по умолчанию',  => 'по умолчанию',
   
    'directory'     'directory'
 => 'директория',  => 'директория',
   
    'discuss'  
 => 'обсудить',  
   
    'docs'     'docs'
 => 'docs',  => 'docs',
   
Line 3878  use base qw(Apache::localize); Line 3682  use base qw(Apache::localize);
    'edit'     'edit'
 => 'редактировать',  => 'редактировать',
   
    'edit crs'  
 => 'edit crs',  
   
    'ences'  
 => 'ences',  
   
    'enroll'     'enroll'
 => 'зачислить',  => 'зачислить',
   
    'enter'     'enter'
 => 'войти',  => 'войти',
   
    'evaluate'  
 => 'evaluate',  
   
    'exit'     'exit'
 => 'выйти',  => 'выйти',
   
Line 3902  use base qw(Apache::localize); Line 3697  use base qw(Apache::localize);
    'extension'     'extension'
 => 'расширение',  => 'расширение',
   
    'fas'  
 => 'fas',  
   
    'feedback'     'feedback'
 => 'feedback',  => 'feedback',
   
Line 3912  use base qw(Apache::localize); Line 3704  use base qw(Apache::localize);
 => 'имя',  => 'имя',
   
    'for'     'for'
 => 'для',   => 'для',
   
    'for [_1]'     'for [_1]'
 => 'для [_1]',  => 'для [_1]',
   
    'for <b>all resources in the course</b>'     'for [_1]all resources in the course[_2]'
 => 'для <b>всех ресурсов курса</b>',  => 'для [_1]всех ресурсов курса[_2]',
   
    'for <b>all students in course</b>'     'for [_1]all students in course[_2]'
 => 'для <b>всех студентов курса</b>',  => 'для [_1]всех студентов курса[_2]',
   
    'for section [_1]'     'for section [_1]'
 => 'для раздела [_1]',  => 'для раздела [_1]',
Line 3935  use base qw(Apache::localize); Line 3727  use base qw(Apache::localize);
    'for the map named [_1]'     'for the map named [_1]'
 => 'для последовательности с именем [_1]',  => 'для последовательности с именем [_1]',
   
    'for the resource named [_1]'     'for the resource named [_1], part [_2]'
 => 'для ресурса с именем [_1]',  => 'для ресурса с именем [_1], часть [_2]',
   
    'forward'  
 => 'вперед',  
   
    'from'     'from'
 => 'из',  => 'из',
Line 3980  use base qw(Apache::localize); Line 3769  use base qw(Apache::localize);
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => 'is closed but you are allowed to view it',  => 'is closed but you are allowed to view it',
   
    'is due at'     'is due at [_1]'
 => 'is due at',  => 'is due at [_1]',
   
    'is in under construction'     'is in under construction'
 => 'is in under construction',  => 'is in under construction',
   
    'is not analyzable at this time'     'Response [_1] is not analyzable at this time.'
 => 'is not analyzable at this time',  => 'Response [_1] is not analyzable at this time.',
   
    'is ready for download'  
 => 'is ready for download',  
   
    'keywords'     'keywords'
 => 'ключевые слова',  => 'ключевые слова',
Line 4028  use base qw(Apache::localize); Line 3814  use base qw(Apache::localize);
    'log in again'     'log in again'
 => 'log in again',  => 'log in again',
   
    'loginproblems.html'     'make these dates the default access dates for future course enrollment'
 => 'loginproblems.html',  => 'make these dates the default access dates for future course enrollment', # 'задать эти даты по умолчанию для будущего зачисления',
   
    'make these dates the default for future enrollment'     'make these dates the default access dates for future community enrollment'
 => 'задать эти даты по умолчанию для будущего зачисления',  => 'make these dates the default access dates for future community enrollment', # 'задать эти даты по умолчанию для будущего зачисления',
   
    'manage'     'manage'
 => 'manage',  => 'manage',
Line 4043  use base qw(Apache::localize); Line 3829  use base qw(Apache::localize);
    'middle name'     'middle name'
 => 'отчество',  => 'отчество',
   
    'midnight'  
 => 'полночь',  
   
    'minutes'     'minutes'
 => 'минуты',  => 'минуты',
   
Line 4067  use base qw(Apache::localize); Line 3850  use base qw(Apache::localize);
    'name only visible to course faculty'     'name only visible to course faculty'
 => 'name only visible to course faculty',  => 'name only visible to course faculty',
   
    'navigate'  
 => 'navigate',  
   
    'never'     'never'
 => 'никогда',  => 'никогда',
   
    'nication'  
 => 'nication',  
   
    'noon'  
 => 'полдень',  
   
    'not displayed'     'not displayed'
 => 'not displayed',  => 'not displayed',
   
Line 4092  use base qw(Apache::localize); Line 3866  use base qw(Apache::localize);
 => 'заметки',  => 'заметки',
   
    'number'     'number'
 => 'число',  => 'число', # 'номер',
   
    'number of tries'     'number of tries'
 => 'число попыток',  => 'число попыток',
   
    'num_override'  
 => 'num_override',  
   
    'obsolete'     'obsolete'
 => 'устаревший',  => 'устаревший',
   
    'obsoletereplacement'  
 => 'устаревшая замена',  
   
    'of'     'of'
 => 'of',  => 'of',
   
Line 4127  use base qw(Apache::localize); Line 3895  use base qw(Apache::localize);
    'pages'     'pages'
 => 'страницы',  => 'страницы',
   
    'parms'  
 => 'parms',  
   
    'part'     'part'
 => 'часть',  => 'часть',
   
Line 4139  use base qw(Apache::localize); Line 3904  use base qw(Apache::localize);
    'pictures'     'pictures'
 => 'рисунки',  => 'рисунки',
   
    'please refer to'     'Please refer to [_1]'
 => 'please refer to',  => 'Please refer to [_1]',
   
    'prefer-'  
 => 'prefer-',  
   
    'prepare'     'prepare'
 => 'prepare',  => 'prepare',
Line 4166  use base qw(Apache::localize); Line 3928  use base qw(Apache::localize);
    'problem weight'     'problem weight'
 => 'вес задачи',  => 'вес задачи',
   
    're-initializing course'     're-initializing Course'
 => 'ре-инициализация курса',  => 'ре-инициализация курса',
   
    'remaining'     'remaining'
Line 4209  use base qw(Apache::localize); Line 3971  use base qw(Apache::localize);
 => 'пространство',  => 'пространство',
   
    'standard courses only'     'standard courses only'
 => 'только для стандартных курсов',     => 'только для стандартных курсов',
   
    'stats'     'stats'
 => 'stats',  => 'stats',
Line 4226  use base qw(Apache::localize); Line 3988  use base qw(Apache::localize);
    'system wide'     'system wide'
 => 'system wide',  => 'system wide',
   
    'tations'  
 => 'tations',  
   
    'this'     'this'
 => 'this',  => 'this',
   
Line 4244  use base qw(Apache::localize); Line 4003  use base qw(Apache::localize);
    'today'     'today'
 => 'сегодня',  => 'сегодня',
   
    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'     'to interface with institutional data, e.g., [_1]fs13glg231[_2] for [_3]Fall 2013 Geology 231[_4]'
 => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',  => 'to interface with institutional data, e.g., [_1]fs13glg231[_2] for [_3]Fall 2013 Geology 231[_4]',
   
    'unable to enroll'     'unable to enroll'
 => 'unable to enroll',  => 'unable to enroll',
Line 4265  use base qw(Apache::localize); Line 4024  use base qw(Apache::localize);
    'user'     'user'
 => 'пользователь',  => 'пользователь',
   
    'userauthentication.gif'  
 => 'userauthentication.gif',  
   
    'users in'     'users in'
 => 'пользователи в',  => 'пользователи в',
   
Line 4280  use base qw(Apache::localize); Line 4036  use base qw(Apache::localize);
    'view'     'view'
 => 'view',  => 'view',
   
    'view sub-'  
 => 'view sub-',  
   
    'visible to author and co-authors only'     'visible to author and co-authors only'
 => 'visible to author and co-authors only',  => 'visible to author and co-authors only',
   
Line 4292  use base qw(Apache::localize); Line 4045  use base qw(Apache::localize);
    'warning(s)'     'warning(s)'
 => 'warning(s)',  => 'warning(s)',
   
    'was due on'     'was due on [_1], and answers will be available on [_2]'
 => 'was due on',  => 'was due on [_1], and answers will be available on [_2]', # 'was due on [_1], и ответы будут доступны [_2]'
   
    'will open on'     'will open on [_1]'
 => 'will open on',  => 'will open on [_1]',
   
    'with server'     'with server'
 => 'с сервером',  => 'с сервером',
Line 4308  use base qw(Apache::localize); Line 4061  use base qw(Apache::localize);
    'Print:'     'Print:'
 => "<hr width='33%' /><table><tr><td align='right'>Печатать: </td><td>",  => "<hr width='33%' /><table><tr><td align='right'>Печатать: </td><td>",
   
    'LaTeX mode:'     'LaTeX mode'
 => "<tr><td align='right'>Мода LaTeX: </td><td>",  => "<tr><td align='right'>Мода LaTeX: </td><td>",
   
    'standard LaTeX mode'     'standard LaTeX mode'
 => 'стандартная мода',  => 'стандартная мода',
   
    'Print Table of Contents:'     'Print Table of Contents'
 => "</td></tr><tr><td align='right'>Печатать Оглавление: </td><td>",  => "</td></tr><tr><td align='right'>Печатать Оглавление: </td><td>",
   
    'Print Index:'     'Print Index'
 => "<tr><td align='right'>Печатать Индекс: </td><td>",  => "<tr><td align='right'>Печатать Индекс: </td><td>",
   
    'what you just saw on the screen'     'what you just saw on the screen'
Line 4350  use base qw(Apache::localize); Line 4103  use base qw(Apache::localize);
    'Select Resources To Print'     'Select Resources To Print'
 => 'Выберите Ресурсы для Печати',  => 'Выберите Ресурсы для Печати',
   
    'Upload class list'  
 => 'Обновить список класса',  
   
    'Begin Enrollment'     'Begin Enrollment'
 => 'Начать Зачисление',  => 'Начать Зачисление',
   
Line 4372  use base qw(Apache::localize); Line 4122  use base qw(Apache::localize);
 => 'Установить значение',  => 'Установить значение',
   
    'Set Individual User Roles'     'Set Individual User Roles'
 => 'Задать Роли Индивидуального Пользователя',   => 'Задать Роли Индивидуального Пользователя',
      
    'Width'     'Width'
 => 'Ширина',  => 'Ширина',
   
    'Page layout'  
 => 'Разметка страницы',  
   
    'Paper type'     'Paper type'
 => 'Вид бумаги',  => 'Вид бумаги',
   
    'Top Level Map'     'Top Level Map'
 => 'Главная Последовательность',  => 'Главная Последовательность',
   
    'Modification may make assessment data inaccessible'     'Modification may make assessment data inaccessible!'
 => 'Модификация может сделать данные недоступными',  => 'Модификация может сделать данные недоступными!',
   
    'Display file attributes'     'Display file attributes'
 => 'Показать атрибуты файла',  => 'Показать атрибуты файла',
   
    'number'  
 => 'номер',  
   
    'internal'     'internal'
 => 'внутренний',  => 'внутренний',
   
Line 4425  use base qw(Apache::localize); Line 4169  use base qw(Apache::localize);
    'Randomization algorithm used'     'Randomization algorithm used'
 => 'Использованный алгоритм рэндомизации',  => 'Использованный алгоритм рэндомизации',
   
    'Modifying this will make problems'     'Modifying this will make problems have different numbers and answers!'
 => 'Эта модификация может привести к проблеме',  => 'Эта модификация может привести к проблеме иметь другие числа и ответы!',
   
    'have different numbers and answers'  
 => 'иметь другие числа и ответы',  
   
    'Resource'     'Resource'
 => 'Ресурс',   => 'Ресурс',
   
    'Folder/Map'     'Folder/Map'
 => 'Папка/Последовательность',  => 'Папка/Последовательность',
Line 4446  use base qw(Apache::localize); Line 4187  use base qw(Apache::localize);
    'Visibly Separate Items on Pages'     'Visibly Separate Items on Pages'
 => 'Видимо Разделять Параграфы на Странице',  => 'Видимо Разделять Параграфы на Странице',
   
    '"[_1]" for visible separation'     '[_1] for visible separation'
 => '"[_1]" для видимого разделения',  => '[_1] для видимого разделения',
   
    'changes will not show until next login'     'Changes will not show until next login.'
 => 'изменения не видны до следующего входа в систему',  => 'изменения не видны до следующего входа в систему.',
   
    'Default Student Spreadsheet'     'Default Student Spreadsheet'
 => 'Студенческий Журнал по умолчанию',  => 'Студенческий Журнал по умолчанию',
   
    'Default Course Spreadsheet'     'Default Course Spreadsheet'
 => 'Жырнал Курса по умолчанию',  => 'Жырнал Курса по умолчанию',
    
    'Default Assessment Spreadsheet'     'Default Assessment Spreadsheet'
 => 'Журнал Доступа к Курсу по умолчанию',  => 'Журнал Доступа к Курсу по умолчанию',
   
    'Set Course Environment'     'Set Course Environment'
 => 'Задать Окружение Курса',  => 'Задать Окружение Курса',
   
    'Entering Construction Space'     'Entering Authoring Space'
 => 'Вход в Авторское Пространство',  => 'Entering Authoring Space', # 'Вход в Авторское Пространство',
   
    'Go to ...'     'Go to ...'
 => 'Перейти к ...',  => 'Перейти к ...',
Line 4483  use base qw(Apache::localize); Line 4224  use base qw(Apache::localize);
 => 'Для одного или нескольких студентов',  => 'Для одного или нескольких студентов',
   
    'Client IP/Name Access Control (acc)'     'Client IP/Name Access Control (acc)'
 => 'Client IP/Name Access Control (acc)',   => 'Client IP/Name Access Control (acc)',
   
    'Click here for help'     'Click here for help'
 => 'Помощь',  => 'Помощь',
Line 4492  use base qw(Apache::localize); Line 4233  use base qw(Apache::localize);
 => 'Зависимости',  => 'Зависимости',
   
    'KEYWORDS'     'KEYWORDS'
 => 'КЛЮЧЕВЫЕ СЛОВА',   => 'КЛЮЧЕВЫЕ СЛОВА',
   
    'check all'     'check all'
 =>  'выбрать все',  =>  'выбрать все',
Line 4503  use base qw(Apache::localize); Line 4244  use base qw(Apache::localize);
    'use related words'     'use related words'
 => 'использовать связанные слова',  => 'использовать связанные слова',
   
    'only search domain'     'only search domain [_1]'
 => 'искать только в домене',  => 'искать только в домене [_1]',
   
    'VIEW'     'VIEW'
 => 'ВЫВОДИТЬ',  => 'ВЫВОДИТЬ',
Line 4594  use base qw(Apache::localize); Line 4335  use base qw(Apache::localize);
 => 'выйти',  => 'выйти',
   
    ' [_1]'     ' [_1]'
 => '',  => ' ',
   
   
 # ----  # ----
Line 4725  use base qw(Apache::localize); Line 4466  use base qw(Apache::localize);
   
 # ----  # ----
   
    'user[_1]'  
 => 'пользователь',  
   
    'roles[_1]'  
 => 'роли',  
   
   
 # ----  
   
    'user[_1]'  
 => 'пользователь',  
   
    'roles[_1]'  
 => 'роли',  
   
   
 # ----  
   
    'create[_1]'     'create[_1]'
 => 'создать',  => 'создать',
   
Line 4797  use base qw(Apache::localize); Line 4520  use base qw(Apache::localize);
   
 # ----  # ----
   
    'resource[_1]'  
 => 'ресурс',  
   
    'space[_1]'  
 => 'пространство',  
   
   
 # ----  
   
    'enter[_1]'     'enter[_1]'
 => 'войти',  => 'войти',
   
    'grades[_2]'  
 => 'оценки',  
   
   
 # ----  
   
    'send[_1]'  
 => 'send',  
   
    'scantron[_1]'  
 => 'scantron',  
   
   
 # ----  # ----
   
    'view[_1]'     'view[_1]'
Line 4830  use base qw(Apache::localize); Line 4531  use base qw(Apache::localize);
    'bookmark[_1]'     'bookmark[_1]'
 => 'закладка',  => 'закладка',
   
   
   
 #SYNC Tue Aug 15 14:23:47 2006  
    ' [_1]'  
 => ' [_1]',  
   
    '# [_1] is a drop-down selection box'  
 => '# [_1] is a drop-down selection box',  
 # # [_1] is a drop-down Выбратьion box  
    '# [_1] is a number [_2] is the current domain'  
 => '# [_1] is a number [_2] is the current domain',  
 # # [_1] is a номер [_2] is the Текущий domaв  
    '# [_1] is an html link to the current file '  
 => '# [_1] is an html link to the current file ',  
 # # [_1] is an HTML lвk на the Текущий Файл   
    '# _1 is a selection dialog'  
 => '# _1 is a selection dialog',  
 # #1 is a Выбратьion dialog  
    '# _1 is a server name'  
 => '# _1 is a server name',  
 # #1 is a Сервер имя  
    '# _1 is search string'  
 => '# _1 is search string',  
 # #1 is помск strвg  
    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"  
 => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",  
 # #1,3, и5 aRe lвk anchилиs,2,_4, и6 aRe '</a>'  
    '#[_1] is the foil name'  
 => '#[_1] is the foil name',  
 # #[_1] is the Foil имя  
    '#_1 is the foil name, _2 is the current value of the foil'  
 => '#_1 is the foil name, _2 is the current value of the foil',  
 # #_1 is the Foil имя,2 is the Текущий Значение of the Foil  
    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'  
 => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',  
 # (войти maximum [_1] collabилиaнаrs usвg имя пользователя или имя пользователя@domaв, e.g. smithje или smithje@[_2].)  
    '(Hand in a file you have prepared on your computer)'  
 => '(Hand in a file you have prepared on your computer)',  
 # (Hи в a Файл you have pRepaRed on your computer)  
    ', select a template from the pull-down menu below.'  
 => ', select a template from the pull-down menu below.',  
 # , Выберите Шаблон из the pull-down menu below.  
    '1 minute'  
 => '1 minute',  
 # 1 mвute  
    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'  
 => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',  
 # <*Response>s aRe both вside of <часть> и outside of <часть>, this is Нетt a valid задача, errилиs в gradвg Май occur.  
    'Allowed filetypes: <b>[_1]</b>'  
 => 'Allowed filetypes: <b>[_1]</b>',  
 # всеoСр ФайлТипs: <b>[_1]</b>  
    'Analyzing Results'  
 => 'Analyzing Results',  
 # Analyzвg Results  
    'Answer Submitted: Your final submission will be graded after the due date.'  
 => 'Answer Submitted: Your final submission will be graded after the due date.',  
 # Ответ Послатьted: Your fвal submission will be graded after the дата сдачи.  
    'Answerable'  
 => 'Answerable',  
 # Ответable  
    'Cannot publish directory'  
 => 'Cannot publish directory',  
 # CanНетt Опубликовать diRecнаry  
    'Cannot retrieve directory'  
 => 'Cannot retrieve directory',  
 # CanНетt Запросить diRecнаry  
    'Changed discussion view mode'  
 => 'Changed discussion view mode',  
 # Изменитьd обсудитьion Посмотреть mode  
    'Click here for FAQ'  
 => 'Click here for FAQ',  
 # Click heRe fили FAQ  
    'Click here to report bugs'  
 => 'Click here to report bugs',  
 # Click heRe на Repилиt bugs  
    'Click here to return to the chart.'  
 => 'Click here to return to the chart.',  
 # Click heRe на Return на the chart.  
    'Click-On Texts (comma sep):'  
 => 'Click-On Texts (comma sep):',  
 # Click-On Текстs (comma sep):  
    'Closed'  
 => 'Closed',  
 # Закрытьd  
    'Courses'  
 => 'Courses',  
 # курсs  
    'Create User'  
 => 'Create User',  
 # создать пользователь  
    'Creating a new'  
 => 'Creating a new',  
 # CReatвg a new  
    'Current Ending Date: [_1]'  
 => 'Current Ending Date: [_1]',  
 # Текущий Конецвg Дата: [_1]  
    'Current Ending Date: not set'  
 => 'Current Ending Date: not set',  
 # Текущий Конецвg Дата: Нетt набор  
    'Current Starting Date: [_1]'  
 => 'Current Starting Date: [_1]',  
 # Текущий Началовg Дата: [_1]  
    'Current Starting Date: not set'  
 => 'Current Starting Date: not set',  
 # Текущий Началовg Дата: Нетt набор  
    'Currently no active roles or courses'  
 => 'Currently no active roles or courses',  
 # Текущийly Нет active роли или курсs  
    'Currently no additional roles or courses'  
 => 'Currently no additional roles or courses',  
 # Текущийly Нет additional роли или курсs  
    'Currently submitted: <tt>[_1]</tt>'  
 => 'Currently submitted: <tt>[_1]</tt>',  
 # Текущийly Послатьted: <tt>[_1]</tt>  
    'Default:'  
 => 'Default:',  
 # по умолчанию:  
    'Description:'  
 => 'Description:',  
   
    "Don't Show Feedback"  
 => "Don't Show Feedback",  
   
    'Dynamic Metadata (updated periodically)'  
 => 'Dynamic Metadata (updated periodically)',  
 # Dynamic Метаданные (обновляемые периодически)  
    '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.'  
 => '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.',  
 # 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.  
    'Evaluation Error '  
 => 'Evaluation Error ',  
 # Evaluation Errили   
    'Every problem in a particular folder'  
 => 'Every problem in a particular folder',  
 # Every задача в a частьicular Папка  
    'Exam Problem'  
 => 'Exam Problem',  
 # Exam задача  
    'Exit'  
 => 'Exit',  
 # выйти  
    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'  
 => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',  
 # Foil имя <b><tt>[_1]</tt></b> appears mилиe than once. Foil имяs need на be unique.  
    'Found a <*response> outside of a <part> in a <part>ed problem'  
 => 'Found a <*response> outside of a <part> in a <part>ed problem',  
 # Found a <*Response> outside of a <часть> в a <часть>ed задача  
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'  
 => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',  
 # Found Нет analyzable Respones в this задача, Текущийly only Numerical, Fилиmula и Strвg Response styles aRe sВверхpилиted.  
    'Go'  
 => 'Go',  
   
    'Homework problem'  
 => 'Homework problem',  
 # Homewилиk задача  
    'Invalid Significant figures detected'  
 => 'Invalid Significant figures detected',  
 # вvalid Significant figuRes detected  
    'LaTeX batchmode'  
 => 'LaTeX batchmode',  
   
    'Leave blank on scoring form'  
 => 'Leave blank on scoring form',  
 # Leave Пробел on scиливg fилиm  
    'Logout'  
 => 'Logout',  
   
    'Modify deadlines, etc, for this resource'  
 => 'Modify deadlines, etc, for this resource',  
 # Modify deadlвes, etc, fили this ресурс  
    'Must create new subdirectory inside a directory'  
 => 'Must create new subdirectory inside a directory',  
 # Must создать new subdiRecнаry вside a diRecнаry  
    'Next    '  
 => 'Next    ',  
 # Далее      
    'No Access or Usages Statistics are available for this resource.'  
 => 'No Access or Usages Statistics are available for this resource.',  
 # Нет Access или Usages Статистика aRe available fили this ресурс.  
    'No Assessment Statistical Data is available for this resource'  
 => 'No Assessment Statistical Data is available for this resource',  
 # Нет Оценка Statistical Data is available fили this ресурс  
    'No Evaluation Data is available for this resource.'  
 => 'No Evaluation Data is available for this resource.',  
 # Нет Оценочные Данные is available fили this ресурс.  
    'Not applicable - '  
 => 'Not applicable - ',  
 # Нетt applicable -   
    'Not open to be viewed'  
 => 'Not open to be viewed',  
 # Нетt Открыть на be vieСр  
    'Not set - '  
 => 'Not set - ',  
 # Нетt набор -   
    'One particular problem'  
 => 'One particular problem',  
 # One частьicular задача  
    'Online Help'  
 => 'Online Help',  
 # Onlвe Помощь  
    'Open and correct'  
 => 'Open and correct',  
 # Открыть и cилиRect  
    'Open with full tries'  
 => 'Open with full tries',  
 # Открыть with full Попыток  
    'Output Format: [_1]'  
 => 'Output Format: [_1]',  
 # Вывод Fилиmat: [_1]  
    'Please adjust significant figures.'  
 => 'Please adjust significant figures.',  
   
    'Please click Back on your browser and select another user, or '  
 => 'Please click Back on your browser and select another user, or ',  
 # Please click Back on your bСтрокаser и ВыберитеНетther пользователь, или   
    'Please select a report to generate.'  
 => 'Please select a report to generate.',  
 # Please Выберите Repилиt на generate.  
    'Please stand by.'  
 => 'Please stand by.',  
 # Please stи By.  
    "Please use browser 'Back' button and pick a filename"  
 => "Please use browser 'Back' button and pick a filename",  
 # Please use bСтрокаser 'Back' butнаn и pick a Файлимя  
    'Preparing Printout'  
 => 'Preparing Printout',  
 # PReparвg Prвнаut  
    'Reading results from [_1]'  
 => 'Reading results from [_1]',  
 # Readвg Results из [_1]  
    'Receiving results from [_1]'  
 => 'Receiving results from [_1]',  
 # Receivвg Results из [_1]  
    'Recent'  
 => 'Recent',  
   
    'Report a Bug'  
 => 'Report a Bug',  
 # Repилиt a Bug  
    'Response'  
 => 'Response',  
   
    'Retrieving current (most recent) version'  
 => 'Retrieving current (most recent) version',  
 # Retrievвg Текущий (последний) Версия  
    'Return to DOCS'  
 => 'Return to DOCS',  
 # Return на docs  
    'Sample Points:'  
 => 'Sample Points:',  
 # Sample Poвts:  
    'Save entries below as a draft answer (not submitting them for credit yet)'  
 => 'Save entries below as a draft answer (not submitting them for credit yet)',  
 # Сохранить enПопыток below as a draft Ответ (Нетt Послатьtвg them fили crредактировать yet)  
    'Search Complete [_1]'  
 => 'Search Complete [_1]',  
 # помск Complete [_1]  
    'Search: [_1]'  
 => 'Search: [_1]',  
 # помск: [_1]  
    'Set opening date for all problems in the course for. . .'  
 => 'Set opening date for all problems in the course for. . .',  
 # набор дата доступа к задаче fили все задачаs в the курс fили. . .  
    'Set opening datefor all problems in the course for. . .'  
 => 'Set opening datefor all problems in the course for. . .',  
 # набор дата доступа к задачеfили все задачаs в the курс fили. . .  
    'Show Answer'  
 => 'Show Answer',  
 # Show Ответ  
    'Show Feedback'  
 => 'Show Feedback',  
   
    'Some items were not submitted'  
 => 'Some items were not submitted',  
 # Some items weRe Нетt Послатьted  
    'Student Sheet Links'  
 => 'Student Sheet Links',  
 # студент Sheet Lвks  
    'Student Status: [_1]'  
 => 'Student Status: [_1]',  
 # студент Статус: [_1]  
    'Submissions'  
 => 'Submissions',  
   
    'Submit entries below as answer to receive credit'  
 => 'Submit entries below as answer to receive credit',  
 # Послать enПопыток below as Ответ на Receive crредактировать  
    'Survey Question'  
 => 'Survey Question',  
   
    'Swedish Chef'  
 => 'Swedish Chef',  
 # SСрish Chef  
    'TeX unconverted due to errors'  
 => 'TeX unconverted due to errors',  
 # TeX unconverted Сдать на errилиs  
    'TeX unconverted due to previous errors'  
 => 'TeX unconverted due to previous errors',  
 # TeX unconverted Сдать на Предыдущий errилиs  
    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'  
 => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',  
 # The question can Нетt be gotten cилиRect, the followвg Foils в the &lt;optionResponse&gt; have вvalid cилиRect options  
    'The requested file'  
 => 'The requested file',  
 # The Requested Файл  
    'There are currently no Error Messages for this resource.'  
 => 'There are currently no Error Messages for this resource.',  
 # TheRe aRe Текущийly Нет Errили Messages fили this ресурс.  
    'There are no Evaluation Comments on this resource.'  
 => 'There are no Evaluation Comments on this resource.',  
 # TheRe aRe Нет Оценочные Комментарии on this ресурс.  
    'There are no currently enrolled students in the course.'  
 => 'There are no currently enrolled students in the course.',  
 # TheRe aRe Нет Текущийly зачислитьed студентs в the курс.  
    'There are no currently enrolled students in the selected sections.'  
 => 'There are no currently enrolled students in the selected sections.',  
 # TheRe aRe Нет Текущийly зачислитьed студентs в the Выбратьed разделs.  
    'There are no previously enrolled students in the course.'  
 => 'There are no previously enrolled students in the course.',  
 # TheRe aRe Нет Предыдущийly зачислитьed студентs в the курс.  
    'There are no previously enrolled students in the selected sections.'  
 => 'There are no previously enrolled students in the selected sections.',  
 # TheRe aRe Нет Предыдущийly зачислитьed студентs в the Выбратьed разделs.  
    'There are no students in the course.'  
 => 'There are no students in the course.',  
 # TheRe aRe Нет студентs в the курс.  
    'There are no students in the selected sections.'  
 => 'There are no students in the selected sections.',  
 # TheRe aRe Нет студентs в the Выбратьed разделs.  
    'To create a new'  
 => 'To create a new',  
 # на создать a new  
    'Type-in value'  
 => 'Type-in value',  
 # Тип-в Значение  
    'Type:'  
 => 'Type:',  
 # Тип:  
    'UNDISPLAYABLE'  
 => 'UNDISPLAYABLE',  
 # UNПоказатьABLE  
    'Upload file to Construction Space'  
 => 'Upload file to Construction Space',  
 # Обновить файл на Construction пространство  
    'View the FAQ'  
 => 'View the FAQ',  
 # Посмотреть the FAQ  
    '[_1] (what you just saw on the screen)'  
 => '[_1] (what you just saw on the screen)',  
 # [_1] (то что Вы только что видели на экране)  
    '[_1] Local Authentication with argument [_2]'  
 => '[_1] Local Authentication with argument [_2]',  
 # [_1] Local AuЗатемtication with argument [_2]  
    '[_1] Records per Page'  
 => '[_1] Records per Page',  
 # [_1] Recилиds На Страницу  
    '[_1] minutes'  
 => '[_1] minutes',  
 # [_1] минуты  
    '[_1] minutes, [_2] seconds'  
 => '[_1] minutes, [_2] seconds',  
 # [_1] минуты, [_2] секунды  
    '[_1] with value [_2]'  
 => '[_1] with value [_2]',  
 # [_1] with Значение [_2]  
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',  
 # [_1]pRev[_2] &nbsp; [_3]ReЗагрузить[_4] &nbsp; [_5]Далее[_6]  
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'  
 => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',  
 # [_1]pRev[_2] &nbsp; [_3]ReЗагрузить[_4] &nbsp; Далее  
    '[_2] seconds'  
 => '[_2] seconds',  
 # [_2] секунды  
    'anno-[_1]'  
 => 'anno-[_1]',  
 # anНет-[_1]  
    'anno.gif'  
 => 'anno.gif',  
 # anНет.gif  
    'anot.gif'  
 => 'anot.gif',  
 # aНетt.gif  
    'backward[_1]'  
 => 'backward[_1]',  
   
    'bchat.gif'  
 => 'bchat.gif',  
   
    'bookmark[_2]'  
 => 'bookmark[_2]',  
 # закладка[_2]  
    'button'  
 => 'button',  
 # butнаn  
    'by'  
 => 'by',  
   
    'catalog.gif'  
 => 'catalog.gif',  
 # каталог.gif  
    'catalog[_1]'  
 => 'catalog[_1]',  
 # каталог[_1]  
    'ccrs.gif'  
 => 'ccrs.gif',  
   
    'chrt.gif'  
 => 'chrt.gif',  
   
    'click on the'  
 => 'click on the',  
   
    'com.gif'  
 => 'com.gif',  
   
    'contacting [_1]'  
 => 'contacting [_1]',  
 # Контактироватьвg [_1]  
    'courses.gif'  
 => 'courses.gif',  
 # курсs.gif  
    'cprv.gif'  
 => 'cprv.gif',  
   
    'cstr.gif'  
 => 'cstr.gif',  
   
    'currently does not exist'  
 => 'currently does not exist',  
 # Текущийly does Нетt exist  
    'custom'  
 => 'custom',  
 # cusнаm  
    'custom distribution file'  
 => 'custom distribution file',  
 # cusнаm distribution Файл  
    'discuss[_1]'  
 => 'discuss[_1]',  
 # обсудить[_1]  
    'docs.gif'  
 => 'docs.gif',  
   
    'egrd.gif'  
 => 'egrd.gif',  
   
    'enrl.gif'  
 => 'enrl.gif',  
   
    'eval.gif'  
 => 'eval.gif',  
   
    'evaluate[_1]'  
 => 'evaluate[_1]',  
   
    'fdbk.gif'  
 => 'fdbk.gif',  
   
    'feedback[_1]'  
 => 'feedback[_1]',  
   
    'file<br />extension'  
 => 'file<br />extension',  
 # Файл<br />расширение  
    'for visible separation'  
 => 'for visible separation',  
 # fили visible separation  
    'forward[_1]'  
 => 'forward[_1]',  
 # fилиward[_1]  
    'grds.gif'  
 => 'grds.gif',  
   
    'is in this state by royal decree.'  
 => 'is in this state by royal decree.',  
 # is в this state By royal decRee.  
    'keys.gif'  
 => 'keys.gif',  
   
    'logout.gif'  
 => 'logout.gif',  
   
    'may be open from a different computer.'  
 => 'may be open from a different computer.',  
 # Май be Открыть из a diffeRent computer.  
    'nav.gif'  
 => 'nav.gif',  
   
    'obsolete replacement'  
 => 'obsolete replacement',  
 # устаревший Replacement  
    'parm.gif'  
 => 'parm.gif',  
 # pa.m.gif  
    'pref.gif'  
 => 'pref.gif',  
   
    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'  
 => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',  
 # pRev &nbsp; [_3]ReЗагрузить[_4] &nbsp; [_5]Далее[_6]  
    'private'  
 => 'private',  
   
    'prt.gif'  
 => 'prt.gif',  
   
    'public'  
 => 'public',  
   
    'publisher<br />owner'  
 => 'publisher<br />owner',  
 # Опубликоватьer<br />owner  
    'res.gif'  
 => 'res.gif',  
   
    'roles.gif'  
 => 'roles.gif',  
 # роли.gif  
    'sbkm.gif'  
 => 'sbkm.gif',  
   
    'set[_1]'  
 => 'set[_1]',  
 # набор[_1]  
    'spacer.gif'  
 => 'spacer.gif',  
 # пространствоr.gif  
    'spellcheck_lang'  
 => 'spellcheck_lang',  
   
    'sprs.gif'  
 => 'sprs.gif',  
   
    'src.gif'  
 => 'src.gif',  
   
    'stat.gif'  
 => 'stat.gif',  
   
    'template'  
 => 'template',  
 # Шаблон  
    'vbkm.gif'  
 => 'vbkm.gif',  
   
    'waiting on [_1]'  
 => 'waiting on [_1]',  
 # waitвg on [_1]  
   
   
 #SYNC Tue Aug 15 14:43:22 2006  
    'Enter my portfolio space'  
 => 'Enter my portfolio space',  
 # войти мой pилиtfolio пространство  
    'No syllabus information provided.'  
 => 'No syllabus information provided.',  
 # Нет Учебный План вfилиmation provided.  
    'Post Discussion'  
 => 'Post Discussion',  
 # Post обсудитьion  
    'Sorry ...'  
 => 'Sorry ...',  
 # Sилиry ...  
    'This resource might be part of another course.'  
 => 'This resource might be part of another course.',  
 # this ресурс might be часть of aНетther курс.  
   
   
 #SYNC Tue Aug 15 16:12:14 2006  
    'Agree'  
 => 'Agree',  
   
    'Any comments? '  
 => 'Any comments? ',  
   
    'Copy this column'  
 => 'Copy this column',  
 # Copy this Столбец  
    'Disagree'  
 => 'Disagree',  
   
    'General Intro'  
 => 'General Intro',  
 # общий вtro  
    'Greek Symbols'  
 => 'Greek Symbols',  
   
    'HTML character enties'  
 => 'HTML character enties',  
   
    'Highest Grade Level'  
 => 'Highest Grade Level',  
   
    '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.'  
 => '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.',  
 # If you aRe Посмотретьвg this onlвe, copy и paste the Текст из any of the right Столбецs вна your Текст aRea на get the symbol on the left.  
    'LON-CAPA Help'  
 => 'LON-CAPA Help',  
 # LON-CAPA Помощь  
    'Landscape'  
 => 'Landscape',  
 # Lиscape  
    'Launch navigation window'  
 => 'Launch navigation window',  
 # Launch navigation wвdow  
    'Lowest Grade Level'  
 => 'Lowest Grade Level',  
   
    'Mark all posts read'  
 => 'Mark all posts read',  
 # Mark все posts Read  
    'My question/comment/feedback:'  
 => 'My question/comment/feedback:',  
 # мой question/comment/feedback:  
    'Not set -'  
 => 'Not set -',  
 # Нетt набор -  
    'Other Symbols'  
 => 'Other Symbols',  
   
    'Please check at least one of the following feedback types:'  
 => 'Please check at least one of the following feedback types:',  
 # Please check at least one of the followвg feedback Типs:  
    'Please rank the following criteria:'  
 => 'Please rank the following criteria:',  
 # Please rank the followвg criteria:  
    'Portrait'  
 => 'Portrait',  
 # Pилиtrait  
    'Question about resource content'  
 => 'Question about resource content',  
 # Question about ресурс content  
    'Question/Comment/Feedback about course policy'  
 => 'Question/Comment/Feedback about course policy',  
 # Question/Comment/feedback about курс policy  
    'Select a Course to Enter'  
 => 'Select a Course to Enter',  
 # Выберите курс на войти  
    'Sending Messages'  
 => 'Sending Messages',  
 # SКонецвg Messages  
    'Show Me My First Homework Problem'  
 => 'Show Me My First Homework Problem',  
 # Show Me мой Имя Homewилиk задача  
    'Standards'  
 => 'Standards',  
 # стандартныйs  
    'Strongly Agree'  
 => 'Strongly Agree',  
   
    'Strongly Disagree'  
 => 'Strongly Disagree',  
   
    'Symbol'  
 => 'Symbol',  
   
    'The material appears to be correct '  
 => 'The material appears to be correct ',  
 # The material appears на be cилиRect   
    'The material is helpful '  
 => 'The material is helpful ',  
 # The Материал полезен   
    'The material is presented in a clear way '  
 => 'The material is presented in a clear way ',  
 # The material is pResented в a clear way   
    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '  
 => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',  
 # The ресурс is technicвсеy cилиRect (Загрузитьs fast eНетugh, does Нетt produce errилиs, lвks wилиk, etc)   
   
   
 #SYNC Tue Aug 15 18:55:42 2006  
   
   
 #SYNC Fri Aug 18 20:46:55 2006  
    'HTML character entities'  
 => 'HTML character entities',  
   
   
 #SYNCMARKER  #SYNCMARKER
 );  );
   

Removed from v.1.52  
changed lines
  Added in v.1.73


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