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

version 1.52, 2009/01/29 14:33:17 version 1.68, 2014/01/08 18:58:21
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 175  use base qw(Apache::localize); Line 99  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',
   
      '10 pm'
   => '22',
   
      '11 pm'
   => '23',
   
    '<- Previous'     '<- Previous'
 => '<- Назад',  => '<- Назад',
   
Line 259  use base qw(Apache::localize); Line 189  use base qw(Apache::localize);
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     '<b>[_1]</b>: Unable to enroll.  No password specified.'
 => '<b>[_1]</b>: Зачисление невозможно.  Пароль не задан.',  => '<b>[_1]</b>: Зачисление невозможно.  Пароль не задан.',
   
    '<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 401  use base qw(Apache::localize); Line 334  use base qw(Apache::localize);
 => '<p>Ваш текущий LON-CAPA домен - &quot;<b>[_1]</b>&quot;.</p>',  => '<p>Ваш текущий LON-CAPA домен - &quot;<b>[_1]</b>&quot;.</p>',
   
    '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 591  use base qw(Apache::localize); Line 524  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'     'Discussion Board/Discussion'
 => 'Доска Обьявлений/Обсуждения',  => 'Доска Обьявлений/Обсуждения',
   
    'By'     'By'
Line 606  use base qw(Apache::localize); Line 539  use base qw(Apache::localize);
    'CSV format'     'CSV format'
 => 'CSV формат',  => 'CSV формат',
   
    'Calculate answers'  
 => 'Сосчитать ответы',  
   
    'Calculate course grades (Spreadsheet)'     'Calculate course grades (Spreadsheet)'
 => 'Сосчитать оценки для курса (Журнал)',  => 'Сосчитать оценки для курса (Журнал)',
   
Line 739  use base qw(Apache::localize); Line 669  use base qw(Apache::localize);
 => 'Понятия',  => 'Понятия',
   
    '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;Finish Helper&quot; to complete setting the parameter.'
 => 'Подтвердите, что введенная информация правильна, затем кликните &quot;Завершить Помощник&quot; чтобы завершить процесс задания параметра.',   => 'Подтвердите, что введенная информация правильна, затем кликните &quot;Завершить Помощник&quot; чтобы завершить процесс задания параметра.',
   
    'Construction Space'     'Construction Space'
 => 'Авторское Пространство',  => 'Авторское Пространство',
Line 785  use base qw(Apache::localize); Line 715  use base qw(Apache::localize);
   
    'Copy selected'     'Copy selected'
 => 'Копировать выбранное',  => 'Копировать выбранное',
    
    'Copying file'     'Copying file'
 => 'Копирование файла',  => 'Копирование файла',
   
Line 947  use base qw(Apache::localize); Line 877  use base qw(Apache::localize);
    'Custom Role Editor'     'Custom Role Editor'
 => 'Редактор Ролей',  => 'Редактор Ролей',
   
    'Customized right of use ... '     'Customized right of use ...'
 => 'Индивидуализировать права использования ... ',  => 'Индивидуализировать права использования ...',
   
    'Cut selected'     'Cut selected'
 => 'Вырезать выбранное',  => 'Вырезать выбранное',
Line 1001  use base qw(Apache::localize); Line 931  use base qw(Apache::localize);
    'Delete an option'     'Delete an option'
 => 'Удалить опцию',  => 'Удалить опцию',
   
    'Delete messages from bulletin boards'     'Delete messages from discussion boards'
 => 'Удалить сообщения с доски обьявлений',  => 'Удалить сообщения с доски обьявлений',
   
    'Delete:'     'Delete:'
Line 1202  use base qw(Apache::localize); Line 1132  use base qw(Apache::localize);
    'End Helper'     'End Helper'
 => 'Конец Помощникаr',  => 'Конец Помощникаr',
   
    'End Time',     'End Time'
 => 'Конечное Время',  => 'Конечное Время',
   
    'Ending Date'     'Ending Date'
Line 1499  use base qw(Apache::localize); Line 1429  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 1937  use base qw(Apache::localize); Line 1867  use base qw(Apache::localize);
    'Name of Role'     'Name of Role'
 => 'Имя Роли',  => 'Имя Роли',
   
    'Navigate'  
 => 'Navigate',  
   
    'Navigate Contents'     'Navigate Contents'
 => 'Navigate Contents',  => 'Navigate Contents',
   
Line 2196  use base qw(Apache::localize); Line 2123  use base qw(Apache::localize);
 => 'Страница',  => 'Страница',
   
    'Page layout'     'Page layout'
 => 'Страница',  => 'Страница', # 'Разметка страницы',
   
    'Parameter Name'     'Parameter Name'
 => 'Имя Параметра',  => 'Имя Параметра',
Line 2259  use base qw(Apache::localize); Line 2186  use base qw(Apache::localize);
 => 'Выберите задачу для анализа',  => 'Выберите задачу для анализа',
   
    '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'
Line 2455  use base qw(Apache::localize); Line 2379  use base qw(Apache::localize);
   
    'Receipt algorithm used'     'Receipt algorithm used'
 => 'Алгоритм использованный для подтверждения приема',  => 'Алгоритм использованный для подтверждения приема',
    
    'Record'     'Record'
 => 'Запись',  => 'Запись',
   
Line 2576  use base qw(Apache::localize); Line 2500  use base qw(Apache::localize);
    'Saving Modifications to'     'Saving Modifications to'
 => 'Сохранение модификаций к',  => 'Сохранение модификаций к',
   
    'Scantron Operator'     'Bubblesheet Scanning Operator'
 => 'Scantron Operator',  => 'Bubblesheet Scanning Operator',
   
    'Score Upload Form'     'Score Upload Form'
 => 'Score Upload Form',  => 'Score Upload Form',
Line 2696  use base qw(Apache::localize); Line 2620  use base qw(Apache::localize);
    '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 2893  use base qw(Apache::localize); Line 2817  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.',
   
Line 2948  use base qw(Apache::localize); Line 2872  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 2893  use base qw(Apache::localize);
    'Status'     'Status'
 => 'Статус',  => 'Статус',
   
    'Save'  
 => 'Сохранить',  
   
    'Save Catalog Information'     'Save Catalog Information'
 => 'Save Catalog Information',  => 'Save Catalog Information',
   
Line 3023  use base qw(Apache::localize); Line 2944  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 3352  use base qw(Apache::localize); Line 3273  use base qw(Apache::localize);
 => 'Отменить Выбор Всего',  => 'Отменить Выбор Всего',
   
    'Unselect All Files'     'Unselect All Files'
 => 'Отменить Выбор Всех Файлов',   => 'Отменить Выбор Всех Файлов',
   
    'Unselect All Published'     'Unselect All Published'
 => 'Отменить Выбор Всего Опубликованного',  => 'Отменить Выбор Всего Опубликованного',
Line 3393  use base qw(Apache::localize); Line 3314  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 3541  use base qw(Apache::localize); Line 3456  use base qw(Apache::localize);
 => 'Ср',  => 'Ср',
   
    'Weight (weight)'     'Weight (weight)'
 => 'Вес (weight)',     => 'Вес (weight)',
   
    'Welcome'     'Welcome'
 => 'Приветствуем',  => 'Приветствуем',
Line 3549  use base qw(Apache::localize); Line 3464  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 3713  use base qw(Apache::localize); Line 3628  use base qw(Apache::localize);
    'a.m.'     'a.m.'
 => 'a.m.',  => 'a.m.',
   
    'aboutlon.gif'  
 => 'aboutlon.gif',  
   
    'abstract'     'abstract'
 => 'реферат',  => 'реферат',
   
Line 3725  use base qw(Apache::localize); Line 3637  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 3912  use base qw(Apache::localize); Line 3821  use base qw(Apache::localize);
 => 'имя',  => 'имя',
   
    'for'     'for'
 => 'для',   => 'для',
   
    'for [_1]'     'for [_1]'
 => 'для [_1]',  => 'для [_1]',
Line 4043  use base qw(Apache::localize); Line 3952  use base qw(Apache::localize);
    'middle name'     'middle name'
 => 'отчество',  => 'отчество',
   
    'midnight'  
 => 'полночь',  
   
    'minutes'     'minutes'
 => 'минуты',  => 'минуты',
   
Line 4076  use base qw(Apache::localize); Line 3982  use base qw(Apache::localize);
    'nication'     'nication'
 => 'nication',  => 'nication',
   
    'noon'  
 => 'полдень',  
   
    'not displayed'     'not displayed'
 => 'not displayed',  => 'not displayed',
   
Line 4092  use base qw(Apache::localize); Line 3995  use base qw(Apache::localize);
 => 'заметки',  => 'заметки',
   
    'number'     'number'
 => 'число',  => 'число', # 'номер',
   
    'number of tries'     'number of tries'
 => 'число попыток',  => 'число попыток',
Line 4209  use base qw(Apache::localize); Line 4112  use base qw(Apache::localize);
 => 'пространство',  => 'пространство',
   
    'standard courses only'     'standard courses only'
 => 'только для стандартных курсов',     => 'только для стандартных курсов',
   
    'stats'     'stats'
 => 'stats',  => 'stats',
Line 4265  use base qw(Apache::localize); Line 4168  use base qw(Apache::localize);
    'user'     'user'
 => 'пользователь',  => 'пользователь',
   
    'userauthentication.gif'  
 => 'userauthentication.gif',  
   
    'users in'     'users in'
 => 'пользователи в',  => 'пользователи в',
   
Line 4350  use base qw(Apache::localize); Line 4250  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 4269  use base qw(Apache::localize);
 => 'Установить значение',  => 'Установить значение',
   
    'Set Individual User Roles'     'Set Individual User Roles'
 => 'Задать Роли Индивидуального Пользователя',   => 'Задать Роли Индивидуального Пользователя',
      
    'Width'     'Width'
 => 'Ширина',  => 'Ширина',
   
    'Page layout'  
 => 'Разметка страницы',  
   
    'Paper type'     'Paper type'
 => 'Вид бумаги',  => 'Вид бумаги',
   
Line 4392  use base qw(Apache::localize); Line 4286  use base qw(Apache::localize);
    'Display file attributes'     'Display file attributes'
 => 'Показать атрибуты файла',  => 'Показать атрибуты файла',
   
    'number'  
 => 'номер',  
   
    'internal'     'internal'
 => 'внутренний',  => 'внутренний',
   
Line 4432  use base qw(Apache::localize); Line 4323  use base qw(Apache::localize);
 => 'иметь другие числа и ответы',  => 'иметь другие числа и ответы',
   
    'Resource'     'Resource'
 => 'Ресурс',   => 'Ресурс',
   
    'Folder/Map'     'Folder/Map'
 => 'Папка/Последовательность',  => 'Папка/Последовательность',
Line 4457  use base qw(Apache::localize); Line 4348  use base qw(Apache::localize);
   
    'Default Course Spreadsheet'     'Default Course Spreadsheet'
 => 'Жырнал Курса по умолчанию',  => 'Жырнал Курса по умолчанию',
    
    'Default Assessment Spreadsheet'     'Default Assessment Spreadsheet'
 => 'Журнал Доступа к Курсу по умолчанию',  => 'Журнал Доступа к Курсу по умолчанию',
   
Line 4483  use base qw(Apache::localize); Line 4374  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 4383  use base qw(Apache::localize);
 => 'Зависимости',  => 'Зависимости',
   
    'KEYWORDS'     'KEYWORDS'
 => 'КЛЮЧЕВЫЕ СЛОВА',   => 'КЛЮЧЕВЫЕ СЛОВА',
   
    'check all'     'check all'
 =>  'выбрать все',  =>  'выбрать все',
Line 4594  use base qw(Apache::localize); Line 4485  use base qw(Apache::localize);
 => 'выйти',  => 'выйти',
   
    ' [_1]'     ' [_1]'
 => '',  => ' ',
   
   
 # ----  # ----
Line 4725  use base qw(Apache::localize); Line 4616  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 4670  use base qw(Apache::localize);
   
 # ----  # ----
   
    'resource[_1]'  
 => 'ресурс',  
   
    'space[_1]'  
 => 'пространство',  
   
   
 # ----  
   
    'enter[_1]'     'enter[_1]'
 => 'войти',  => 'войти',
   
    'grades[_2]'  
 => 'оценки',  
   
   
 # ----  # ----
   
    'send[_1]'     'send[_1]'
Line 4830  use base qw(Apache::localize); Line 4690  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.68


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