Diff for /loncom/localize/localize/pt.pm between versions 1.30 and 1.34

version 1.30, 2008/05/28 15:16:43 version 1.34, 2009/01/29 14:33:17
Line 1 Line 1
 # The LearningOnline Network with CAPA  # The LearningOnline Network with CAPA
 # Portuguese Localization Lexicon  # Portuguese Localization Lexicon
 #  #
 # $Id$  # $Id$
 #  #
 # Copyright UNICAMP, Sao Paulo  # Copyright UNICAMP, Sao Paulo
 # Supported in part by Partnership in Global Learning  # Supported in part by Partnership in Global Learning
 # Ricardo Kulzer  # Ricardo Kulzer
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
 #  #
 # LON-CAPA is free software; you can redistribute it and/or modify  # LON-CAPA is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or  # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.  # (at your option) any later version.
 #  #
 # LON-CAPA is distributed in the hope that it will be useful,  # LON-CAPA is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.  # GNU General Public License for more details.
 #  #
 # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
 # along with LON-CAPA; if not, write to the Free Software  # along with LON-CAPA; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #  #
 # /home/httpd/html/adm/gpl.txt  # /home/httpd/html/adm/gpl.txt
 #  #
 # http://www.lon-capa.org/  # http://www.lon-capa.org/
 #  #
 ######################################################################  ######################################################################
 ######################################################################  ######################################################################
 #  #
 #  #
 # OBSERVAÇÃO: A tradução para o português ainda está em desenvolvimento.  # OBSERVAÇÃO: A tradução para o português ainda está em desenvolvimento.
 # Para aprimoramentos, edite /home/httpd/lib/perl/Apache/localize/pt.pm  # Para aprimoramentos, edite /home/httpd/lib/perl/Apache/localize/pt.pm
 # no servidor (precisa reiniciar o apache para ativar mudanças).  # no servidor (precisa reiniciar o apache para ativar mudanças).
 #  #
 # Veja mais detalhes sobre a tradução em  # Veja mais detalhes sobre a tradução em
 #       http://www.lon-capa.org/international.html  #       http://www.lon-capa.org/international.html 
 #  #
 # SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS AQUI:  # SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS AQUI: 
 #       http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev  #       http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev 
   
   
   
 package Apache::localize::pt;  package Apache::localize::pt;
 use base qw(Apache::localize);  use base qw(Apache::localize);
   
 %Lexicon=('_AUTO' => 1,  %Lexicon=('_AUTO' => 1,
                      
 'char_encoding'=> 'UTF-8',  'char_encoding'=> 'UTF-8',
 'language_code'=> 'pt',  'language_code'=> 'pt',
 'date_locale'  =>  'date_locale'  => 
       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',        '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',
 'date_months'  => 'Jan,Fev,Mar,Abr,Mai,Jun,Jul,Ago,Set,Out,Nov,Dez',  'date_months'  => 'Jan,Fev,Mar,Abr,Mai,Jun,Jul,Ago,Set,Out,Nov,Dez',
 'date_days'    => 'Dom,Seg,Ter,Qua,Qui,Sex,Sab',  'date_days'    => 'Dom,Seg,Ter,Qua,Qui,Sex,Sab',
 'date_am' => 'manhã',  'date_am' => 'manhã',
 'date_pm' => 'tarde',  'date_pm' => 'tarde',
 #'textual_remote_display' => 'on',  #'textual_remote_display' => 'on',
 'htmlarea_lang' => 'pt_br',  'htmlarea_lang' => 'pt_br',
 'spellcheck_lang' => 'pt',  'spellcheck_lang' => 'pt',
   
 'anno.gif' => 'pt/anno_pt.gif',  'anno.gif' => 'pt/anno_pt.gif',
 'ccrs.gif' => 'pt/ccrs_pt.gif',  'ccrs.gif' => 'pt/ccrs_pt.gif',
 'cprv.gif' => 'pt/cprv_pt.gif',  'cprv.gif' => 'pt/cprv_pt.gif',
 'enrl.gif' => 'pt/enrl_pt.gif',  'enrl.gif' => 'pt/enrl_pt.gif',
 'keys.gif' => 'pt/keys_pt.gif',  'keys.gif' => 'pt/keys_pt.gif',
 'pref.gif' => 'pt/pref_pt.gif',  'pref.gif' => 'pt/pref_pt.gif',
 'sbkm.gif' => 'pt/sbkm_pt.gif',  'sbkm.gif' => 'pt/sbkm_pt.gif',
 'stat.gif' => 'pt/stat_pt.gif',  'stat.gif' => 'pt/stat_pt.gif',
 'anot.gif' => 'pt/anot_pt.gif',  'anot.gif' => 'pt/anot_pt.gif',
 'chrt.gif' => 'pt/chrt_pt.gif',  'chrt.gif' => 'pt/chrt_pt.gif',
 'cstr.gif' => 'pt/cstr_pt.gif',  'cstr.gif' => 'pt/cstr_pt.gif',
 'eval.gif' => 'pt/eval_pt.gif',  'eval.gif' => 'pt/eval_pt.gif',
 'logout.gif' => 'pt/logout_pt.gif',  'logout.gif' => 'pt/logout_pt.gif',
 'prt.gif' => 'pt/prt_pt.gif',  'prt.gif' => 'pt/prt_pt.gif',
 'spacer.gif' => 'pt/spacer_pt.gif',  'spacer.gif' => 'pt/spacer_pt.gif',
 'vbkm.gif' => 'pt/vbkm_pt.gif',  'vbkm.gif' => 'pt/vbkm_pt.gif',
 'bchat.gif' => 'pt/bchat_pt.gif',  'bchat.gif' => 'pt/bchat_pt.gif',
 'com.gif' => 'pt/com_pt.gif',  'com.gif' => 'pt/com_pt.gif',
 'docs.gif' => 'pt/docs_pt.gif',  'docs.gif' => 'pt/docs_pt.gif',
 'fdbk.gif' => 'pt/fdbk_pt.gif',  'fdbk.gif' => 'pt/fdbk_pt.gif',
 'nav.gif' => 'pt/nav_pt.gif',  'nav.gif' => 'pt/nav_pt.gif',
 'res.gif' => 'pt/res_pt.gif',  'res.gif' => 'pt/res_pt.gif',
 'sprs.gif' => 'pt/sprs_pt.gif',  'sprs.gif' => 'pt/sprs_pt.gif',
 'catalog.gif' => 'pt/catalog_pt.gif',  'catalog.gif' => 'pt/catalog_pt.gif',
 'courses.gif' => 'pt/courses_pt.gif',  'courses.gif' => 'pt/courses_pt.gif',
 'egrd.gif' => 'pt/egrd_pt.gif',  'egrd.gif' => 'pt/egrd_pt.gif',
 'grds.gif' => 'pt/grds_pt.gif',  'grds.gif' => 'pt/grds_pt.gif',
 'parm.gif' => 'pt/parm_pt.gif',  'parm.gif' => 'pt/parm_pt.gif',
 'roles.gif' => 'pt/roles_pt.gif',  'roles.gif' => 'pt/roles_pt.gif',
 'src.gif' => 'pt/src_pt.gif',  'src.gif' => 'pt/src_pt.gif',
   
   
    'aboutlon.gif'     'Arabic - UTF'
 => 'aboutlon_pt.gif',  => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',
   
    'accessbutton.gif'     'German - UTF'
 => 'accessbutton_pt.gif',  => 'Deutsch - UTF',
   
    'userauthentication.gif'     'English - UTF'
 => 'userauthentication_pt.gif',  => 'English - UTF',
   
    'Domain'     'Spanish (Castellan) - UTF'
 => 'Domínio',  => 'español (castellano) - UTF',
   
    'Server'     'Persian - UTF'
 => 'Servidor',  => 'ﺍیﺭﺎﻧی - UTF',
   
    'Load'     'French - UTF'
 => 'Utilização do Servidor',  => 'français - UTF',
   
    'User Load'     'Hebrew - UTF'
 => 'Carregador de Usuários',  => 'עברית - UTF',
   
    'Help'     'Japanese - UTF'
 => 'Ajuda',  => '日本語 - UTF',
   
    'Log in'     'Portuguese - UTF'
 => 'Entrar',  => 'Português - UTF',
   
    'Username'     'Russian - UTF'
 => 'Username',  => 'Юникод - UTF',
   
    'Password'     'Turkish - UTF'
 => 'Senha',  => 'türkçe - UTF',
   
    'choose'     'Chinese Simplified - UTF'
 => 'escolha',  => '简体中文 - UTF',
   
    'enter'     'Swedish Chef - UTF'
 => 'fornecer',  => 'Swedish Chef - UTF',
   
    'view'     'aboutlon.gif'
 => 'exibir',  => 'aboutlon_pt.gif',
   
    'calendar'     'accessbutton.gif'
 => 'calendário',  => 'accessbutton_pt.gif',
   
    'prefer-'     'userauthentication.gif'
 => 'preferências',  => 'userauthentication_pt.gif',
   
    'ences'     'Domain'
 => '',  => 'Domínio',
   
    'role'     'Server'
 => 'sua função',  => 'Servidor',
   
    'course'     'Load'
 => 'curso',  => 'Utilização do Servidor',
   
    'Course'     'User Load'
 => 'Curso',  => 'Carregador de Usuários',
   
    'Section/Group'     'Help'
 => 'Seção/Grupo',  => 'Ajuda',
   
    'today'     'Log in'
 => 'hoje',  => 'Entrar',
   
    'last week'     'Username'
 => 'semana passada',  => 'Username',
   
    'last month'     'Password'
 => 'mês passado',  => 'Senha',
   
    'last three months'     'choose'
 => 'ultimos três meses',  => 'escolha',
   
    'last six months'     'enter'
 => 'ultimos seis meses',  => 'fornecer',
   
    'last year'     'view'
 => 'ano passado',  => 'exibir',
   
    'Submit'     'calendar'
 => 'Submeter',  => 'calendário',
   
    'Rename'     'prefer-'
 => 'Renomear',  => 'preferências',
   
    'Save'     'ences'
 => 'Salvar',  => '',
   
    'Done'     'role'
 => 'Concluído',  => 'sua função',
   
    'Select User'     'course'
 => 'Selecionar Usuário',  => 'curso',
   
    'Select Course'     'Course'
 => 'Selecionar Curso',  => 'Curso',
   
    'Changes will become active for your current session after'     'Section/Group'
 => 'As alterações serão ativadas para sua atual seção após',  => 'Seção/Grupo',
   
    're-initializing course'     'today'
 => 'reiniciar o curso',  => 'hoje',
   
    ', or the next time you log in.'     'last week'
 => ', ou na próxima vez que você executar o logon.',  => 'semana passada',
   
    'Uploaded Document'     'last month'
 => 'Carregar Documento',  => 'mês passado',
   
    'No content modifications yet.'     'last three months'
 => 'Sem modificações de conteúdo ainda.',  => 'ultimos três meses',
   
    'Part is not open to be viewed. It'     'last six months'
 => 'Item não disponível para visualização.',  => 'ultimos seis meses',
   
    'Unable to determine if this resource is open due to network problems. Please try again later.'     'last year'
 => 'Impossível determinar se o recurso está aberto devido a problemas de rede. Por favor tente novamente mais tarde',  => 'ano passado',
   
    'Note: it can take up to 10 minutes for changes to take effect for all users.'     'Submit'
 => 'Aviso: Para as alterações sejam atualizadas para todos os usuários, pode ser necessário cerca de 10 minutos',  => 'Submeter',
   
    'Language'     'Rename'
 => 'Linguagem',  => 'Renomear',
   
    'Notes'     'Save'
 => 'Avisos',  => 'Salvar',
   
    'Abstract'     'Done'
 => 'Sumário',  => 'Concluído',
   
    'Create a user or modify the roles and privileges of a user'     'Select User'
 => 'Criar um usuário ou modificar funções e privilégios de um usuário',  => 'Selecionar Usuário',
   
    'View course assessment statistics'     'Select Course'
 => 'Exibir estatísticas das avaliações do curso ',  => 'Selecionar Curso',
   
    'Set deadlines and other assessment parameters, as well as modify course environment'     'Changes will become active for your current session after'
 => 'Definir prazos finais e outros parâmetros de avaliação, bem como modificar o ambiente do curso',  => 'As alterações serão ativadas para sua atual seção após',
   
    'New Folder'     're-initializing course'
 => 'Nova Pasta',  => 'reiniciar o curso',
   
    'Simple Page'     ', or the next time you log in.'
 => 'Página Simples',  => ', ou na próxima vez que você executar o logon.',
   
    'Simple Problem'     'Uploaded Document'
 => 'Problema Simples',  => 'Carregar Documento',
   
    'Upload Document'     'No content modifications yet.'
 => 'Carregar Documento',  => 'Sem modificações de conteúdo ainda.',
   
    'Search'     'Part is not open to be viewed. It'
 => 'Pesquisar',  => 'Item não disponível para visualização.',
   
    'Import'     'Unable to determine if this resource is open due to network problems. Please try again later.'
 => 'Importar',  => 'Impossível determinar se o recurso está aberto devido a problemas de rede. Por favor tente novamente mais tarde',
   
    'Main Course Documents'     'Note: it can take up to 10 minutes for changes to take effect for all users.'
 => 'Documentos Principais do Curso',  => 'Aviso: Para as alterações sejam atualizadas para todos os usuários, pode ser necessário cerca de 10 minutos',
   
    'Supplemental Course Documents'     'Language'
 => 'Documentos Suplementares do Curso',  => 'Linguagem',
   
    'Bulletin Board'     'Notes'
 => 'Bulletin Board',  => 'Avisos',
   
    'Special Documents'     'Abstract'
 => 'Documentos Especiais',  => 'Sumário',
   
    'create'     'Create a user or modify the roles and privileges of a user'
 => 'criar',  => 'Criar um usuário ou modificar funções e privilégios de um usuário',
   
    'grades'     'View course assessment statistics'
 => 'notas',  => 'Exibir estatísticas das avaliações do curso ',
   
    'commu-'     'Set deadlines and other assessment parameters, as well as modify course environment'
 => 'comunicação',  => 'Definir prazos finais e outros parâmetros de avaliação, bem como modificar o ambiente do curso',
   
    'nication'     'New Folder'
 => '',  => 'Nova Pasta',
   
    'enroll'     'Simple Page'
 => 'matrículas',  => 'Página Simples',
   
    'navigate'     'Simple Problem'
 => 'navegar',  => 'Problema Simples',
   
    'contents'     'Upload Document'
 => 'conteúdos',  => 'Carregar Documento',
   
    'Navigate Contents'     'Search'
 => 'Navegar Conteúdos',  => 'Pesquisar',
   
    'Announcements and Calendar'     'Import'
 => 'Anúncios e Calendário',  => 'Importar',
   
    'Author'     'Main Course Documents'
 => 'Autor',  => 'Documentos Principais do Curso',
   
    'Change Your Preferences'     'Supplemental Course Documents'
 => 'Modificar Suas Preferências',  => 'Documentos Suplementares do Curso',
   
    'Choose the user role'     'Bulletin Board'
 => 'Alterar a função do usuário',  => 'Bulletin Board',
   
    'Co-Author'     'Special Documents'
 => 'Co-Autor',  => 'Documentos Especiais',
   
    'Communication and Messages'     'create'
 => 'Comunicação e Mensagens',  => 'criar',
   
    'Course Coordinator'     'grades'
 => 'Coordenador do Curso',  => 'notas',
   
    'Course Statistics and Charts'     'commu-'
 => 'Estatísticas do Curso e Gráficos',  => 'comunicação',
   
    'Course announcements and my calendar'     'nication'
 => 'Avisos do curso e meu calendário',  => '',
   
    'Create Users, Change User Privileges'     'enroll'
 => 'Criar Usuários, Alterar Privilégios de Usuários',  => 'matrículas',
   
    'Domain Coordinator'     'navigate'
 => 'Coordenador do Domínio',  => 'navegar',
   
    'Enrollment Manager'     'contents'
 => 'Gerenciador de Inscrições',  => 'conteúdos',
   
    'Enter grades from check-out assessment resources'     'Navigate Contents'
 => 'Insir notas advindas do check-out das pesquisas de avaliação',  => 'Navegar Conteúdos',
   
    'Exam Proctor'     'Announcements and Calendar'
 => 'Exame Proktor',  => 'Anúncios e Calendário',
   
    'Exit LON-CAPA'     'Author'
 => 'Sair do LON-CAPA',  => 'Autor',
   
    'Grades Spreadsheet'     'Change Your Preferences'
 => 'Planilha de Notas',  => 'Modificar Suas Preferências',
   
    'Grading'     'Choose the user role'
 => 'Boletim',  => 'Alterar a função do usuário',
   
    'Instructor'     'Co-Author'
 => 'Instrutor',  => 'Co-Autor',
   
    'Launch Remote Control'     'Communication and Messages'
 => 'Ativar o Controle Remoto',  => 'Comunicação e Mensagens',
   
    'Main Menu'     'Course Coordinator'
 => 'Menu Principal',  => 'Coordenador do Curso',
   
    'Navigate Course Contents'     'Course Statistics and Charts'
 => 'Navegar pelos Conteúdos do Curso',  => 'Estatísticas do Curso e Gráficos',
   
    'No Role, Cumulative Privileges'     'Course announcements and my calendar'
 => 'Sem função, privilégios cumulativos',  => 'Avisos do curso e meu calendário',
   
    'Return to Last Location'     'Create Users, Change User Privileges'
 => 'Retorna para última Localização',  => 'Criar Usuários, Alterar Privilégios de Usuários',
   
    'Send and receive messages'     'Domain Coordinator'
 => 'Enviar e receber mensagens',  => 'Coordenador do Domínio',
   
    'Set my user preferences'     'Enrollment Manager'
 => 'Configurar minhas preferências ',  => 'Gerenciador de Inscrições',
   
    'Student'     'Enter grades from check-out assessment resources'
 => 'Estudante',  => 'Insir notas advindas do check-out das pesquisas de avaliação',
   
    'Switch to another user role'     'Exam Proctor'
 => 'Trocar para outra função de usuário',  => 'Exame Proktor',
   
    'Teaching Assistant'     'Exit LON-CAPA'
 => 'Assistente do professor',  => 'Sair do LON-CAPA',
   
    'Use or edit my bookmark collection'     'Grades Spreadsheet'
 => 'Usar ou editar minha coleção de marcadores',  => 'Planilha de Notas',
   
    'User Roles'     'Grading'
 => 'Função do Usuário',  => 'Boletim',
   
    'Calculate course grades (Spreadsheet)'     'Instructor'
 => 'Calcular notas de curso (planilha)',  => 'Instrutor',
   
    'Enter the chatroom for the course'     'Launch Remote Control'
 => 'Entrar na sala de bate-papo do curso',  => 'Ativar o Controle Remoto',
   
    'Navigate the table of contents for this course'     'Main Menu'
 => 'Navegar na lista de conteúdos deste curso',  => 'Menu Principal',
   
    'Syllabus'     'Navigate Course Contents'
 => 'Plano de Estudos',  => 'Navegar pelos Conteúdos do Curso',
   
    'View the course assessment progress chart'     'No Role, Cumulative Privileges'
 => 'Visualizar o gráfico de desempenho na avaliação do curso',  => 'Sem função, privilégios cumulativos',
   
    'Class Hours'     'Return to Last Location'
 => 'Horário de Aulas',  => 'Retorna para última Localização',
   
    'Course Description'     'Send and receive messages'
 => 'Descrição do Curso',  => 'Enviar e receber mensagens',
   
    'Coursepack'     'Set my user preferences'
 => 'Conjunto do curso',  => 'Configurar minhas preferências ',
   
    'Current Month'     'Student'
 => 'Mês Atual',  => 'Estudante',
   
    'Deadlines'     'Switch to another user role'
 => 'Prazos finais',  => 'Trocar para outra função de usuário',
   
    'Fri'     'Teaching Assistant'
 => 'Sex',  => 'Assistente do professor',
   
    'Grading Information'     'Use or edit my bookmark collection'
 => 'Informação de Notas',  => 'Usar ou editar minha coleção de marcadores',
   
    'Helproom Hours'     'User Roles'
 => 'Plantão de dúvidas',  => 'Função do Usuário',
   
    'Instructor Information'     'Calculate course grades (Spreadsheet)'
 => 'Informações do Instrutor',  => 'Calcular notas de curso (planilha)',
   
    'Mon'     'Enter the chatroom for the course'
 => 'Seg',  => 'Entrar na sala de bate-papo do curso',
   
    'Next Month'     'Navigate the table of contents for this course'
 => 'Próximo Mês',  => 'Navegar na lista de conteúdos deste curso',
   
    'Office Hours'     'Syllabus'
 => 'Atendimento extra classe',  => 'Plano de Estudos',
   
    'Prerequisites'     'View the course assessment progress chart'
 => 'Pré-Requisitos',  => 'Visualizar o gráfico de desempenho na avaliação do curso',
   
    'Previous Month'     'Class Hours'
 => 'Mês Passado',  => 'Horário de Aulas',
   
    'Readings'     'Course Description'
 => 'Leituras',  => 'Descrição do Curso',
   
    'Sat'     'Coursepack'
 => 'Sab',  => 'Conjunto do curso',
   
    'January'     'Current Month'
 => 'Janeiro',  => 'Mês Atual',
   
    'February'     'Deadlines'
 => 'Fevereiro',  => 'Prazos finais',
   
    'March'     'Fri'
 => 'Março',  => 'Sex',
   
    'April'     'Grading Information'
 => 'Abril',  => 'Informação de Notas',
   
    'May'     'Helproom Hours'
 => 'Maio',  => 'Plantão de dúvidas',
   
    'June'     'Instructor Information'
 => 'Junho',  => 'Informações do Instrutor',
   
    'July'     'Mon'
 => 'Julho',  => 'Seg',
   
    'August'     'Next Month'
 => 'Agosto',  => 'Próximo Mês',
   
    'September'     'Office Hours'
 => 'Setembro',  => 'Atendimento extra classe',
   
    'October'     'Prerequisites'
 => 'Outubro',  => 'Pré-Requisitos',
   
    'November'     'Previous Month'
 => 'Novembro',  => 'Mês Passado',
   
    'December'     'Readings'
 => 'Dezembro',  => 'Leituras',
   
    'Sun'     'Sat'
 => 'Dom',  => 'Sab',
   
    'Textbook'     'January'
 => 'Livro Texto',  => 'Janeiro',
   
    'Thu'     'February'
 => 'Qui',  => 'Fevereiro',
   
    'Tue'     'March'
 => 'Ter',  => 'Março',
   
    'Web Links'     'April'
 => 'Atalhos para Web',  => 'Abril',
   
    'Wed'     'May'
 => 'Qua',  => 'Maio',
   
    'Drop/Add students in this course'     'June'
 => 'Remover/Adicionar estudantes ao curso',  => 'Junho',
   
    'You have entered that answer before'     'July'
 => 'Você já entrou com esta resposta anteriormente',  => 'Julho',
   
    'A score has been assigned.'     'August'
 => 'Uma nota foi atribuída.',  => 'Agosto',
   
    'You are correct.'     'September'
 => 'Correto!',  => 'Setembro',
   
    'Your receipt is'     'October'
 => 'Seu comprovante é',  => 'Outubro',
   
    'You are excused from the problem.'     'November'
 => 'Você está liberado do problema.',  => 'Novembro',
   
    'Incorrect'     'December'
 => 'Incorreto.',  => 'Dezembro',
   
    'Some parts were not submitted.'     'Sun'
 => 'Algumas partes não foram enviadas.',  => 'Dom',
   
    'An error occured while grading your answer.'     'Textbook'
 => 'Ocorreu um erro durante a avaliação da sua resposta.',  => 'Livro Texto',
   
    'The submitted answer was too long.'     'Thu'
 => 'A resposta enviada era muito longa.',  => 'Qui',
   
    'This question expects a numeric answer.'     'Tue'
 => 'Esta questão requer uma resposta numérica',  => 'Ter',
   
    'You have provided an invalid ranking'     'Web Links'
 => 'Você forneceu uma ordem invalida',  => 'Atalhos para Web',
   
    'please refer to'     'Wed'
 => 'por favor verifique',  => 'Qua',
   
    'The filetype extension of the file you uploaded is not allowed.'     'Drop/Add students in this course'
 => 'A extensão do arquivo que você carregou não é permitida.',  => 'Remover/Adicionar estudantes ao curso',
   
    'Units incorrect.'     'You have entered that answer before'
 => 'Unidades incorretas.',  => 'Você já entrou com esta resposta anteriormente',
   
    'Only a number required.'     'A score has been assigned.'
 => 'Somente um número requerido.',  => 'Uma nota foi atribuída.',
   
    'Units required'     'You are correct.'
 => 'Unidades requeridas',  => 'Correto!',
   
    'Unable to understand formula'     'Your receipt is'
 => 'Impossível entender a formula',  => 'Seu comprovante é',
   
    'Your submission has been recorded.'     'You are excused from the problem.'
 => 'Sua submissão foi registrada.',  => 'Você está liberado do problema.',
   
    'Unknown message'     'Incorrect'
 => 'Mensagem desconhecida',  => 'Incorreto.',
   
    'Answer Submitted'     'Some parts were not submitted.'
 => 'Resposta Submetida',  => 'Algumas partes não foram enviadas.',
   
    'Tries'     'An error occurred while grading your answer.'
 => 'Tentativas',  => 'Ocorreu um erro durante a avaliação da sua resposta.',
   
    'Submit Answer'     'The submitted answer was too long.'
 => 'Submeter Resposta',  => 'A resposta enviada era muito longa.',
   
    'Prepare a printable document'     'This question expects a numeric answer.'
 => 'Preparar um documento para Impressão',  => 'Esta questão requer uma resposta numérica',
   
    'Go To My First Homework Problem'     'You have provided an invalid ranking'
 => 'Vá para o primeiro exercício da Lição de Casa',  => 'Você forneceu uma ordem invalida',
   
    'Discussions'     'please refer to'
 => 'Discussões',  => 'por favor verifique',
   
    'New discussion since'     'The filetype extension of the file you uploaded is not allowed.'
 => 'Nova discussão desde',  => 'A extensão do arquivo que você carregou não é permitida.',
   
    'Goodbye'     'Units incorrect.'
 => 'Até a próxima!',  => 'Unidades incorretas.',
   
    'Select'     'Only a number required.'
 => 'Selecionar',  => 'Somente um número requerido.',
   
    'Re-Initialize'     'Units required'
 => 'Reiniciar',  => 'Unidades requeridas',
   
    'Currently selected. '     'Unable to understand formula'
 => 'Função atual.',  => 'Impossível entender a formula',
   
    'Switch Server'     'Your submission has been recorded.'
 => 'Trocar Servidor',  => 'Sua submissão foi registrada.',
   
    'system wide'     'Unknown message'
 => 'sistema amplo',  => 'Mensagem desconhecida',
   
    'Currently not available'     'Answer Submitted'
 => 'Indisponível no momento',  => 'Resposta Submetida',
   
    'No role specified'     'Tries'
 => 'Sem função especificada',  => 'Tentativas',
   
    'Remark'     'Submit Answer'
 => 'Observação',  => 'Submeter Resposta',
   
    'Extent'     'Prepare a printable document'
 => 'Extensão',  => 'Preparar um documento para Impressão',
   
    'User Role'     'Go To My First Homework Problem'
 => 'Função de usuário',  => 'Vá para o primeiro exercício da Lição de Casa',
   
    'Start'     'Discussions'
 => 'Início',  => 'Discussões',
   
    'End'     'New discussion since'
 => 'Fim',  => 'Nova discussão desde',
   
    'System'     'Goodbye'
 => 'Sistema',  => 'Até a próxima!',
   
    'Display'     'Select'
 => 'Visor',  => 'Selecionar',
   
    "an unknown date"     'Re-Initialize'
 => 'data desconhecida',  => 'Reiniciar',
   
    "an indeterminate date"     'Currently selected. '
 => 'data indeterminada',  => 'Função atual.',
   
    "will open on"     'Switch Server'
 => "irá abrir em",  => 'Trocar Servidor',
   
    "is due at"     'system wide'
 => "é devido a;",  => 'sistema amplo',
   
    "was due on"     'Currently not available'
 => "foi devido a;",  => 'Indisponível no momento',
   
    'is closed but you are allowed to view it'     'No role specified'
 => "está fechado mas você tem permissão para visualizá-lo",  => 'Sem função especificada',
   
    "Undid changes, Switched"     'Remark'
 => "alterações desfeitas, Alterado",  => 'Observação',
   
    "Unable to undo, unable to switch"     'Extent'
 => "Impossível desfazer, impossível trocar",  => 'Extensão',
   
    "Unable to make backup"     'User Role'
 => "Impossível fazer cópia de segurança",  => 'Função de usuário',
   
    "Saving Modifications to"     'Start'
 => "Salvando modificações em",  => 'Início',
   
    "Unable to write to"     'End'
 => "Impossível escrever em",  => 'Fim',
   
    "Analyzing a problem"     'System'
 => "Analisando um problema",  => 'Sistema',
   
    "EditXML"     'Display'
 => "Editar XML",  => 'Visor',
   
    'Discard Edits and View'     "an unknown date"
 => 'Descartar Alterações e Visualizar',  => 'data desconhecida',
   
    'Submit Changes'     "an indeterminate date"
 => 'Submeter Alterações',  => 'data indeterminada',
   
    'Submit Changes and View'     "will open on"
 => 'Submeter alterações e Visualizar',  => "irá abrir em",
   
    'Edit'     "is due at"
 => 'Editar',  => "é devido a;",
   
    ', select a template from the pull-down menu below'     "was due on"
 => ', selecione um modelo do menu exibido abaixo',  => "foi devido a;",
   
    'undo'     'is closed but you are allowed to view it'
 => 'desfazer',  => "está fechado mas você tem permissão para visualizá-lo",
   
    'Answer'     "Undid changes, Switched"
 => 'Resposta',  => "alterações desfeitas, Alterado",
   
    'Frequency'     "Unable to undo, unable to switch"
 => 'Freqüência',  => "Impossível desfazer, impossível trocar",
   
    'You did not select a template.'     "Unable to make backup"
 => 'Você não selecionou um modelo.',  => "Impossível fazer cópia de segurança",
   
    'Analyze Progress'     "Saving Modifications to"
 => 'Analisar Progresso',  => "Salvando modificações em",
   
    'Getting Problem Variants'     "Unable to write to"
 => 'Adquirindo Variantes do Problema',  => "Impossível escrever em",
   
    'last problem'     "Analyzing a problem"
 => 'último problema',  => "Analisando um problema",
   
    "may open later."     "EditXML"
 => 'pode abrir mais tarde.',  => "Editar XML",
   
    ', and answers will be available on'     'Discard Edits and View'
 => ', e respostas estarão disponíveis em',  => 'Descartar Alterações e Visualizar',
   
    "Select a"     'Submit Changes'
 => "Selecione um",  => 'Submeter Alterações',
   
    'Unable to find'     'Submit Changes and View'
 => 'Impossível localizar',  => 'Submeter alterações e Visualizar',
   
    'Part'     'Edit'
 => 'Part',  => 'Editar',
   
    "Then"     ', select a template from the pull-down menu below'
 => 'Então',  => ', selecione um modelo do menu exibido abaixo',
   
    'Create'     'undo'
 => 'Criar',  => 'desfazer',
   
    'is in under construction'     'Answer'
 => 'em construção',  => 'Resposta',
   
    'List of possible answers'     'Frequency'
 => 'Lista de respostas possíveis',  => 'Freqüência',
   
    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'     'You did not select a template.'
 => 'Não foram encontradas partes analisáveis neste problema. Atualmente somente estilos de respostas Numéricas, Fórmulas e Cadeias de Caracteres são suportados.',  => 'Você não selecionou um modelo.',
   
    'is not analyzable at this time'     'Analyze Progress'
 => 'não é analisável neste momento',  => 'Analisar Progresso',
   
    'Access and Usage Statistics'     'Getting Problem Variants'
 => 'Aesso e uso das esatísticas',  => 'Adquirindo Variantes do Problema',
   
    'Actions'     'last problem'
 => 'Ações',  => 'último problema',
   
    'All homework is currently completed'     "may open later."
 => 'Toda lição de casa está completa',  => 'pode abrir mais tarde.',
   
    'Answer available'     ', and answers will be available on'
 => 'Resposta disponível',  => ', e respostas estarão disponíveis em',
   
    'Answer submitted'     "Select a"
 => 'Resposta enviada',  => "Selecione um",
   
    'Answer submitted, not yet graded'     'Unable to find'
 => 'Resposta submetida, ainda não avaliada',  => 'Impossível localizar',
   
    'Back to Directory'     'Part'
 => 'Voltar para o Diretório',  => 'Part',
   
    'Cancel'     "Then"
 => 'Cancelar',  => 'Então',
   
    'Construction Space Directory'     'Create'
 => 'Construção da Área do Diretório',  => 'Criar',
   
    'Contact'     'is in under construction'
 => 'Contato',  => 'em construção',
   
    'Copying file'     'List of possible answers'
 => 'Copiando arquivo',  => 'Lista de respostas possíveis',
   
    'Date'     'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
 => 'Data',  => 'Não foram encontradas partes analisáveis neste problema. Atualmente somente estilos de respostas Numéricas, Fórmulas e Cadeias de Caracteres são suportados.',
   
    'Empty'     'is not analyzable at this time'
 => 'Vazio',  => 'não é analisável neste momento',
   
    'Evaluation Comments'     'Access and Usage Statistics'
 => 'Avaliando Comentários',  => 'Aesso e uso das esatísticas',
   
    'Evaluation Data'     'Actions'
 => 'Dados de Avaliação',  => 'Ações',
   
    'Excused by instructor'     'All homework is currently completed'
 => 'Desculpado pelo instrutor',  => 'Toda lição de casa está completa',
   
    'File'     'Answer available'
 => 'Arquivo',  => 'Resposta disponível',
   
    'Go Back'     'Answer submitted'
 => 'Voltar',  => 'Resposta enviada',
   
    'It is recommended that you use an up-to-date virus scanner before handling this file.'     'Answer submitted, not yet graded'
 => 'Recomenda-se que você use um anti-virus atualizado antes de abrir este arquivo.',  => 'Resposta submetida, ainda não avaliada',
   
    'Last Modified'     'Back to Directory'
 => 'Última Modificação',  => 'Voltar para o Diretório',
   
    'Map'     'Cancel'
 => 'Mapa/Sequëncia',  => 'Cancelar',
   
    'Map contents are not shown in order.'     'Construction Space Directory'
 => 'Os conteúdos do mapa não estão sendo exibidos em ordem.',  => 'Construção da Área do Diretório',
   
    'Name'     'Contact'
 => 'Nome',  => 'Contato',
   
    'New Messages'     'Copying file'
 => 'Novas Mensagens',  => 'Copiando arquivo',
   
    'New Search'     'Date'
 => 'Nova Pesquisa',  => 'Data',
   
    'No due date'     'Empty'
 => 'Sem data limite',  => 'Vazio',
   
    'No upload file specified.'     'Evaluation Comments'
 => 'Não foi especificado o arquivo para carregamento.',  => 'Avaliando Comentários',
   
    'No write permission to user directory, FAIL'     'Evaluation Data'
 => 'Sem permissão para escrever no diretório de usuário, FALHA',  => 'Dados de Avaliação',
   
    'Open, no due date'     'Excused by instructor'
 => 'Aberto, sem data limite',  => 'Desculpado pelo instrutor',
   
    'Page'     'File'
 => 'Página',  => 'Arquivo',
   
    'Path'     'Go Back'
 => 'Caminho',  => 'Voltar',
   
    'Please use browser "Back" button and pick a filename'     'It is recommended that you use an up-to-date virus scanner before handling this file.'
 => 'Por favor, clique no botão "Voltar" do navegador e entre com um nome de arquivo',  => 'Recomenda-se que você use um anti-virus atualizado antes de abrir este arquivo.',
   
    'Processing'     'Last Modified'
 => 'Processando',  => 'Última Modificação',
   
    'Searching'     'Map'
 => 'Pesquisando',  => 'Mapa/Sequëncia',
   
    'Select the Construction Space'     'Map contents are not shown in order.'
 => 'Selecione a  Área de Construção',  => 'Os conteúdos do mapa não estão sendo exibidos em ordem.',
   
    'Sequence'     'Name'
 => 'Seqüência',  => 'Nome',
   
    'Server Administration'     'New Messages'
 => 'Administração do Servidor',  => 'Novas Mensagens',
   
    'Show Only Uncompleted Homework'     'New Search'
 => 'Mostrar apenas a lição de casa incompleta',  => 'Nova Pesquisa',
   
    'Status'     'No due date'
 => 'Estado',  => 'Sem data limite',
   
    'Save uploaded file as '     'No upload file specified.'
 => 'Salvar o arquivo carregado como ',  => 'Não foi especificado o arquivo para carregamento.',
   
    'System Administration'     'No write permission to user directory, FAIL'
 => 'Administração do Sistema',  => 'Sem permissão para escrever no diretório de usuário, FALHA',
   
    'The target is an existing directory.'     'Open, no due date'
 => 'O destino é um diretório já existente.',  => 'Aberto, sem data limite',
   
    'Title'     'Page'
 => 'Título',  => 'Página',
   
    'Uncompleted Homework'     'Path'
 => 'Lição de Casa não completada',  => 'Caminho',
   
    'View All Messages'     'Please use browser "Back" button and pick a filename'
 => 'Ver Todas as Mensagens',  => 'Por favor, clique no botão "Voltar" do navegador e entre com um nome de arquivo',
   
    'Was due'     'Processing'
 => 'Foi devido a',  => 'Processando',
   
    'Yes'     'Searching'
 => 'Sim',  => 'Pesquisando',
   
    'You do not have authoring privileges for this resource'     'Select the Construction Space'
 => 'Você não tem privilégios ou autorização para este recurso',  => 'Selecione a  Área de Construção',
   
    'You have no unread messages'     'Sequence'
 => 'Você não tem mensagens não lidas',  => 'Seqüência',
   
    'You have no unread messages'     'Server Administration'
 => 'Você não tem mensagens novas',  => 'Administração do Servidor',
   
    'could not be copied.'     'Show Only Uncompleted Homework'
 => 'não pode ser copiado(a).',  => 'Mostrar apenas a lição de casa incompleta',
   
    'could not be copied.'     'Status'
 => 'não pode ser copiado.',  => 'Estado',
   
    'never'     'Save uploaded file as '
 => 'nunca',  => 'Salvar o arquivo carregado como ',
   
    'not displayed'     'System Administration'
 => 'não mostrado',  => 'Administração do Sistema',
   
    ', is reserved internally by LON-CAPA.'     'The target is an existing directory.'
 => ', é reservado internamente pelo LON-CAPA.',  => 'O destino é um diretório já existente.',
   
    'Back to'     'Title'
 => 'Voltar para',  => 'Título',
   
    'Back to Source'     'Uncompleted Homework'
 => 'Volta para a fonte',  => 'Lição de Casa não completada',
   
    'Back to Source Directory'     'View All Messages'
 => 'Volta para o diretório do arquivo',  => 'Ver Todas as Mensagens',
   
    'Became this version on ...'     'Was due'
 => 'Se tornou esta versão em ...',  => 'Foi devido a',
   
    'Browse published resources'     'Yes'
 => 'Navegar pelos recursos publicados',  => 'Sim',
   
    'Choose the course to work on'     'You do not have authoring privileges for this resource'
 => 'Escolha o curso a ser assistido',  => 'Você não tem privilégios ou autorização para este recurso',
   
    'Create a new course'     'You have no unread messages'
 => 'Cria um novo curso',  => 'Você não tem mensagens não lidas',
   
    'Customized right of use ... '     'You have no unread messages'
 => 'Direito customizado de uso ... ',  => 'Você não tem mensagens novas',
   
    'Delete messages from bulletin boards'     'could not be copied.'
 => 'Remove mensagens do quadro de anúncios',  => 'não pode ser copiado(a).',
   
    'Domain only - use limited to courses in the domain'     'could not be copied.'
 => 'Domínio Apenas - uso limitou a cursos no domínio',  => 'não pode ser copiado.',
   
    'Dynamic Metadata'     'never'
 => 'Meta-dado dinâmico',  => 'nunca',
   
    'Edit and view documents included in this course'     'not displayed'
 => 'Editar e Visualizar documentos incluídos neste curso',  => 'não mostrado',
   
    'Edit/Modify DOCS'     ', is reserved internally by LON-CAPA.'
 => 'Editar/Modificar Documentos',  => ', é reservado internamente pelo LON-CAPA.',
   
    'Enter my resource construction space'     'Back to'
 => 'Entrar na minha Área de Construção de Recursos',  => 'Voltar para',
   
    'FAIL'     'Back to Source'
 => 'FALHA',  => 'Volta para a fonte',
   
    'Failed to copy source'     'Back to Source Directory'
 => 'Falha ao copiar fonte',  => 'Volta para o diretório do arquivo',
   
    'Failed to write metadata copy'     'Became this version on ...'
 => 'Falha ao escrever na copia dos meta-dados',  => 'Se tornou esta versão em ...',
   
    'File copied.'     'Browse published resources'
 => 'Arquivo copiado',  => 'Navegar pelos recursos publicados',
   
    'Finalize Publication'     'Choose the course to work on'
 => 'Publicação Finalizada',  => 'Escolha o curso a ser assistido',
   
    'Grant/revoke role of Co-Author'     'Create a new course'
 => 'Garante/Revoga função de Co-Autor',  => 'Cria um novo curso',
   
    'Grant/revoke role of Domain Coordinator'     'Customized right of use ... '
 => 'Garante/Revoga função de Coordenador de Domínio',  => 'Direito customizado de uso ... ',
   
    'Grant/revoke role of Exam Proctor'     'Delete messages from bulletin boards'
 => 'Garante/Revoga função de Fiscal de Prova',  => 'Remove mensagens do quadro de anúncios', 
   
    'Grant/revoke role of Instructor'     'Domain only - use limited to courses in the domain'
 => 'Garante/Revoga função de Instrutor',  => 'Domínio Apenas - uso limitou a cursos no domínio',
   
    'Grant/revoke role of Student'     'Dynamic Metadata'
 => 'Garante/Revoga função de Estudante',  => 'Meta-dado dinâmico',
   
    'Grant/revoke role of Superuser'     'Edit and view documents included in this course'
 => 'Garante/Revoga função de Super-Usuário',  => 'Editar e Visualizar documentos incluídos neste curso',
   
    'Illegal filename.'     'Edit/Modify DOCS'
 => 'Nome de arquivo ilegal.',  => 'Editar/Modificar Documentos',
   
    'Name starting with'     'Enter my resource construction space'
 => 'Nome(s) iniciado com ',  => 'Entrar na minha Área de Construção de Recursos',
   
    'No previous versions published.'     'FAIL'
 => 'Sem versão prévia publicada.',  => 'FALHA',
   
    'No write permission to'     'Failed to copy source'
 => 'Sem permissão de escrita para',  => 'Falha ao copiar fonte',
   
    'Please pick a version to retrieve'     'Failed to write metadata copy'
 => 'Por favor escolha uma versão para restaurar',  => 'Falha ao escrever na copia dos meta-dados',
   
    'Private - visible to author only for testing purposes'     'File copied.'
 => 'Privado - Visível apenas ao Autor apenas para fins de testes',  => 'Arquivo copiado',
   
    'Private Publication - did not synchronize database'     'Finalize Publication'
 => 'Publicação Privada - sem sincronização com a base de dados',  => 'Publicação Finalizada',
   
    'Public - no authentication or authorization required for use'     'Grant/revoke role of Co-Author'
 => 'Público - não requer autenticação ou autorização para o uso',  => 'Garante/Revoga função de Co-Autor',
   
    'Retrieval of an old version will overwrite the file currently in construction space'     'Grant/revoke role of Domain Coordinator'
 => 'A restauração de uma versão antiga irá sobre-escrever o arquivo atual na área de construção',  => 'Garante/Revoga função de Coordenador de Domínio',
   
    'Retrieve previous versions of'     'Grant/revoke role of Exam Proctor'
 => 'Restaurar versões anteriores de',  => 'Garante/Revoga função de Fiscal de Prova',
   
    'Retrieve version'     'Grant/revoke role of Instructor'
 => 'Restaurar versão',  => 'Garante/Revoga função de Instrutor',
   
    'Rule'     'Grant/revoke role of Student'
 => 'Função',  => 'Garante/Revoga função de Estudante',
   
    'Search the contents of this course'     'Grant/revoke role of Superuser'
 => 'Pesquisar o conteúdo deste curso',  => 'Garante/Revoga função de Super-Usuário',
   
    'Search the database of published resources'     'Illegal filename.'
 => 'Pesquisar a base de dados de material publicado',  => 'Nome de arquivo ilegal.',
   
    'Send broadcast and receipt-required email'     'Name starting with'
 => 'Enviar e-mail geral com exigência de recibimento"',  => 'Nome(s) iniciado com ',
   
    'Show Problem Completeness'     'No previous versions published.'
 => 'Mostrar meu desempenho na solução dos problemas',  => 'Sem versão prévia publicada.',
   
    'Switch to another course'     'No write permission to'
 => 'Alterar para outro curso',  => 'Sem permissão de escrita para',
   
    'System wide - can be used for any courses system wide'     'Please pick a version to retrieve'
 => 'Amplitude do sistema - pode ser usado para qualquer curso do sistema',  => 'Por favor escolha uma versão para restaurar',
   
    'System wide - open source to all authors'     'Private - visible to author only for testing purposes'
 => 'Alcance do Sistema - open source to all authors',  => 'Privado - Visível apenas ao Autor apenas para fins de testes',
   
    'The extension on this file'     'Private Publication - did not synchronize database'
 => 'A estensão deste arquivo',  => 'Publicação Privada - sem sincronização com a base de dados',
   
    'This resource has been marked obsolete by the author(s)'     'Public - no authentication or authorization required for use'
 => 'Este recurso foi marcado como obsoleto pelo(s) autor(es)',  => 'Público - não requer autenticação ou autorização para o uso',
   
    'Unsupported character combination'     'Retrieval of an old version will overwrite the file currently in construction space'
 => 'Combinação de caracteres não suportada',  => 'A restauração de uma versão antiga irá sobre-escrever o arquivo atual na área de construção',
   
    'Uploaded'     'Retrieve previous versions of'
 => 'Carregado',  => 'Restaurar versões anteriores de',
   
    'Users with Roles Assigned by'     'Retrieve version'
 => 'Usuários com funções atribuidas por',  => 'Restaurar versão',
   
    'View documents included in this course'     'Rule'
 => 'Visualizar os documentos suplementares para este curso',  => 'Função',
   
    'View file'     'Search the contents of this course'
 => 'Eibir arquivo',  => 'Pesquisar o conteúdo deste curso',
   
    'untitled'     'Search the database of published resources'
 => 'sem título',  => 'Pesquisar a base de dados de material publicado',
   
    "Click to download or use your browser's Save Link function"     'Send broadcast and receipt-required email'
 => "Clique para baixar ou use a função Salvar Destino do seu navegador",  => 'Enviar e-mail geral com exigência de recibimento"',
   
    '#Stdnts'     'Show Problem Completeness'
 => '#Estudantes',  => 'Mostrar meu desempenho na solução dos problemas',
   
    '#YES'     'Switch to another course'
 => '#SIM',  => 'Alterar para outro curso',
   
    '%Wrng'     'System wide - can be used for any courses system wide'
 => '%Errados',  => 'Amplitude do sistema - pode ser usado para qualquer curso do sistema',
   
    '. . . for a particular section'     'System wide - open source to all authors'
 => '. . . para uma seção particular',  => 'Alcance do Sistema - open source to all authors',
   
    '. . . for all students in the course'     'The extension on this file'
 => '. . . para todos os estudantes do curso',  => 'A estensão deste arquivo',
   
    '. . . for an individual student'     'This resource has been marked obsolete by the author(s)'
 => '. . . para um estudante individual',  => 'Este recurso foi marcado como obsoleto pelo(s) autor(es)',
   
    '1 am'     'Unsupported character combination'
 => '1:00',  => 'Combinação de caracteres não suportada',
   
    '1 pm'     'Uploaded'
 => '13:00',  => 'Carregado',
   
    '10 am'     'Users with Roles Assigned by'
 => '10:00',  => 'Usuários com funções atribuidas por',
   
    '10 pm'     'View documents included in this course'
 => '22:00',  => 'Visualizar os documentos suplementares para este curso',
   
    '11 am'     'View file'
 => '11:00',  => 'Eibir arquivo',
   
    '11 pm'     'untitled'
 => '23:00',  => 'sem título',
   
    '12 am'     "Click to download or use your browser's Save Link function"
 => '00:00',  => "Clique para baixar ou use a função Salvar Destino do seu navegador",
   
    '12 noon'     '#Stdnts'
 => '12:00',  => '#Estudantes',
   
    '2 am'     '#YES'
 => '2:00',  => '#SIM',
   
    '2 pm'     '%Wrng'
 => '14:00',  => '%Errados',
   
    '3 am'     '. . . for a particular section'
 => '3:00',  => '. . . para uma seção particular',
   
    '3 pm'     '. . . for all students in the course'
 => '15:00',  => '. . . para todos os estudantes do curso',
   
    '4 am'     '. . . for an individual student'
 => '4:00',  => '. . . para um estudante individual',
   
    '4 pm'     '1 am'
 => '16:00',  => '1:00',
   
    '5 am'     '1 pm'
 => '5:00',  => '13:00',
   
    '5 pm'     '10 am'
 => '17:00',  => '10:00',
   
    '6 am'     '10 pm'
 => '6:00',  => '22:00',
   
    '6 pm'     '11 am'
 => '18:00',  => '11:00',
   
    '7 am'     '11 pm'
 => '7:00',  => '23:00',
   
    '7 pm'     '12 am'
 => '19:00',  => '00:00',
   
    '8 am'     '12 noon'
 => '8:00',  => '12:00',
   
    '8 pm'     '2 am'
 => '20:00',  => '2:00',
   
    '9 am'     '2 pm'
 => '9:00',  => '14:00',
   
    '9 pm'     '3 am'
 => '21:00',  => '3:00',
   
    '<- Previous'     '3 pm'
 => '<- Anterior',  => '15:00',
   
    'ALL'     '4 am'
 => 'TUDO',  => '4:00',
   
    'About Me'     '4 pm'
 => 'Sobre mim',  => '16:00',
   
    'Access Key Management'     '5 am'
 => 'Gerenciamento de chaves de acesso',  => '5:00',
   
    'Additional Keywords'     '5 pm'
 => 'Palavras-chave adicionais',  => '17:00',
   
    'Additional Metadata (non-standard, parameters, exports)'     '6 am'
 => 'Meta-dados Adicionais (excessões, parâmetros, exportações)',  => '6:00',
   
    'Advanced Catalog Search'     '6 pm'
 => 'Pesquisa Avançada no Catálogo',  => '18:00',
   
    'Advanced Search'     '7 am'
 => 'Pesquisa Avançada',  => '7:00',
   
    'All Maps or Folders'     '7 pm'
 => 'Todos os Mapas ou Pastas',  => '19:00',
   
    'All versions'     '8 am'
 => 'Todas as versões',  => '8:00',
   
    'Any Language'     '8 pm'
 => 'Qualquer Linguagem',  => '20:00',
   
    'Any User'     '9 am'
 => 'Qualquer Usuário',  => '9:00',
   
    'Any category'     '9 pm'
 => 'Qualquer Categoria',  => '21:00',
   
    'Any copyright/distribution'     '<- Previous'
 => 'Qualquer copyright/distribuição',  => '<- Anterior',
   
    'Assessment'     'ALL'
 => 'Avaliação',  => 'TUDO',
   
    'Assessment URL and Title'     'About Me'
 => 'URL de Avaliação e Título',  => 'Sobre mim',
   
    'Assigned User Roles'     'Access Key Management'
 => 'Funções Atribuidas ao Usuário',  => 'Gerenciamento de chaves de acesso',
   
    'Author and Co-Author roles may not be available on servers other than your home server.'     'Additional Keywords'
 => 'Funções de Autor e Co-Autor podem não estar disponíveis em outros servidores que não sejam o seu HOME server.',  => 'Palavras-chave adicionais',
   
    'Author(s)'     'Additional Metadata (non-standard, parameters, exports)'
 => 'Autor(es)',  => 'Meta-dados Adicionais (excessões, parâmetros, exportações)',
   
    'Average number of tries till solved'     'Advanced Catalog Search'
 => 'Número médio de tentativas até resolver',  => 'Pesquisa Avançada no Catálogo',
   
    'Brief view of each students performance in course.'     'Advanced Search'
 => 'Breve resumo do desempenho de cada estudante do curso.',  => 'Pesquisa Avançada',
   
    'Broadcast Message to Course'     'All Maps or Folders'
 => 'Enviar Mensagem para todos os Usuários do Curso',  => 'Todos os Mapas ou Pastas',
   
    'Browse Resources'     'All versions'
 => 'Navegar pelos recursos',  => 'Todas as versões',
   
    'Browse resources'     'Any Language'
 => 'Navegar pelos recursos',  => 'Qualquer Linguagem',
   
    'Bulletin Board/Discussion'     'Any User'
 => 'Quadro de Avisos/Discussão',  => 'Qualquer Usuário',
   
    'Calculations'     'Any category'
 => 'Cálculos',  => 'Qualquer Categoria',
   
    'Catalog Information'     'Any copyright/distribution'
 => 'Informação de Catálogo',  => 'Qualquer copyright/distribuição',
   
    'Changes can take up to 10 minutes before being active for all students.'     'Assessment'
 => 'Alterações podem levar 10 minutos antes de estarem ativas para todos os estudantes.',  => 'Avaliação',
   
    'Clear All'     'Assessment URL and Title'
 => 'Limpar Tudo',  => 'URL de Avaliação e Título',
   
    'Clear Caches'     'Assigned User Roles'
 => 'Limpar Caches',  => 'Funções Atribuidas ao Usuário',
   
    'Close'     'Author and Co-Author roles may not be available on servers other than your home server.'
 => 'Fechar',  => 'Funções de Autor e Co-Autor podem não estar disponíveis em outros servidores que não sejam o seu HOME server.',
   
    'Close All Folders'     'Author(s)'
 => 'Fechar todas as Pastas',  => 'Autor(es)',
   
    'Collapse Remote Control'     'Average number of tries till solved'
 => 'Colapso do Controle Remoto',  => 'Número médio de tentativas até resolver',
   
    'Comma Separated Values'     'Brief view of each students performance in course.'
 => 'Valores separados por Vírgula',  => 'Breve resumo do desempenho de cada estudante do curso.',
   
    'Compact View'     'Broadcast Message to Course'
 => 'Visualização Compacta',  => 'Enviar Mensagem para todos os Usuários do Curso',
   
    'Construction Space'     'Browse Resources'
 => 'Área de Construção',  => 'Navegar pelos recursos',
   
    'Construction Space File Operation'     'Browse resources'
 => 'Operação de Arquivo da Área de Construção',  => 'Navegar pelos recursos',
   
    'Contact Information'     'Bulletin Board/Discussion'
 => 'Informação de contato',  => 'Quadro de Avisos/Discussão',
   
    'Content changed'     'Calculations'
 => 'Conteúdo alterado',  => 'Cálculos',
   
    'Copied metadata'     'Catalog Information'
 => 'Metadado copiado',  => 'Informação de Catálogo',
   
    'Copied old metadata'     'Changes can take up to 10 minutes before being active for all students.'
 => 'Meta-dado antigo copiado',  => 'Alterações podem levar 10 minutos antes de estarem ativas para todos os estudantes.',
   
    'Copied old target file'     'Clear All'
 => 'Arquivo de destino angigo copiado',  => 'Limpar Tudo',
   
    'Copied source file'     'Clear Caches'
 => 'Arquivo fonte copiado',  => 'Limpar Caches',
   
    'Copyright'     'Close'
 => 'Copyright',  => 'Fechar',
   
    'Copyright/Distribution'     'Close All Folders'
 => 'Copyright/Distribuição',  => 'Fechar todas as Pastas',
   
    'Could Not Process Request'     'Collapse Remote Control'
 => 'Não foi possível processar requisição',  => 'Colapso do Controle Remoto',
   
    'Could not write metadata'     'Comma Separated Values'
 => 'Não foi possível escrever meta-dados',  => 'Valores separados por Vírgula',
   
    'Course Assessment Parameter - Helper Mode'     'Compact View'
 => 'Parâmetros de Avaliação do Curso - Modo Assistente',  => 'Visualização Compacta',
   
    'Course Assessment Parameters - Overview Mode'     'Construction Space'
 => 'Parâmetros de Avaliação do Curso - Modo Visão Geral',  => 'Área de Construção',
   
    'Course Assessments Parameters - Table Mode'     'Construction Space File Operation'
 => 'Parâmetros de Avaliação do Curso - Modo Tabela',  => 'Operação de Arquivo da Área de Construção',
   
    'Course Documents'     'Contact Information'
 => 'Documentos do Curso',  => 'Informação de contato',
   
    'Course Environment Parameters'     'Content changed'
 => 'Parâmetros do Ambiente do Curso',  => 'Conteúdo alterado',
   
    'Course ID'     'Copied metadata'
 => 'ID (identificação) do curso',  => 'Metadado copiado',
   
    'Course Parameter Helper'     'Copied old metadata'
 => 'Assistente de Parâmetros de Avaliação',  => 'Meta-dado antigo copiado',
   
    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'     'Copied old target file'
 => 'Estatísticas do curso e gráficos não podem ser obtidos até que a base dados seja reiniciada. Seus dados estão intactos, mas não podem ser exibidos neste momento.',  => 'Arquivo de destino angigo copiado',
   
    'Course level sheet'     'Copied source file'
 => 'Planilha - nível do curso',  => 'Arquivo fonte copiado',
   
    'Create New Environment Variable'     'Copyright'
 => 'Cria nova variável de Ambiente',  => 'Copyright',
   
    'Creation Date'     'Copyright/Distribution'
 => 'Data de Criação',  => 'Copyright/Distribuição',
   
    'Current Session Value'     'Could Not Process Request'
 => 'Valor da Seção Corrente',  => 'Não foi possível processar requisição',
   
    'Custom Distribution File'     'Could not write metadata'
 => 'Arquivo de Distribuição Customizado',  => 'Não foi possível escrever meta-dados',
   
    'Default'     'Course Assessment Parameter - Helper Mode'
 => 'Padrão',  => 'Parâmetros de Avaliação do Curso - Modo Assistente',
   
    'Default Cataloging Information for Directory'     'Course Assessment Parameters - Overview Mode'
 => 'Informação de Catálogo Padrão para o Diretório',  => 'Parâmetros de Avaliação do Curso - Modo Visão Geral',
   
    'Default Value'     'Course Assessments Parameters - Table Mode'
 => 'Valor Padrão',  => 'Parâmetros de Avaliação do Curso - Modo Tabela',
   
    'Degree of difficulty'     'Course Documents'
 => 'Grau de dificuldade',  => 'Documentos do Curso',
   
    'Delete a role'     'Course Environment Parameters'
 => 'Excluir uma função',  => 'Parâmetros do Ambiente do Curso',
   
    'Detailed Citation View'     'Course ID'
 => 'Visualizar Citação Detalhada',  => 'ID (identificação) do curso',
   
    'Detailed Problem Analysis'     'Course Parameter Helper'
 => 'Análise detalhada dos exercícios',  => 'Assistente de Parâmetros de Avaliação',
   
    'Detailed statistics and graphs of student performance on problems.'     'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
 => 'Estatísticas detalhadas e gráficos do desempenho dos estudantes na solução dos problemas.',  => 'Estatísticas do curso e gráficos não podem ser obtidos até que a base dados seja reiniciada. Seus dados estão intactos, mas não podem ser exibidos neste momento.',
   
    'Differences'     'Course level sheet'
 => 'Diferenças',  => 'Planilha - nível do curso',
   
    'Disable all communication among students'     'Create New Environment Variable'
 => 'Desabilitar toda a comunicação entre os estudantes',  => 'Cria nova variável de Ambiente',
   
    'Discard Selected'     'Creation Date'
 => 'Descartar Seleção',  => 'Data de Criação',
   
    'Distribute Messages from Uploaded File to Course'     'Current Session Value'
 => 'Distribuir Mensagem de Arquivo Carregado para o Curso',  => 'Valor da Seção Corrente',
   
    'DoDiff'     'Custom Distribution File'
 => 'DoDiff',  => 'Arquivo de Distribuição Customizado',
   
    'Due'     'Default'
 => 'Limite',  => 'Padrão',
   
    'Dump Course DOCS to Construction Space'     'Default Cataloging Information for Directory'
 => 'Descarregar Documentos do Curso na Área de Construção',  => 'Informação de Catálogo Padrão para o Diretório',
   
    'EMail and Messages'     'Default Value'
 => 'E-Mail e Mensagens',  => 'Valor Padrão',
   
    'Edit Catalog Information'     'Degree of difficulty'
 => 'Editar Informação de Catálogo',  => 'Grau de dificuldade',
   
    'Edit Content of a Map'     'Delete a role'
 => 'Editar Conteúdo ou Mapa',  => 'Excluir uma função',
   
    'Edit Directory Catalog Information'     'Detailed Citation View'
 => 'Editar Informação de Catálogo do Diretório',  => 'Visualizar Citação Detalhada',
   
    'Edit this resource'     'Detailed Problem Analysis'
 => 'Editar este recurso',  => 'Análise detalhada dos exercícios',
   
    'Enclosing Map or Folder'     'Detailed statistics and graphs of student performance on problems.'
 => 'Enclosing Map or Folder',  => 'Estatísticas detalhadas e gráficos do desempenho dos estudantes na solução dos problemas.',
   
    'End Helper'     'Differences'
 => 'Finalizar Assistente',  => 'Diferenças',
   
    'Enrollment Status'     'Disable all communication among students'
 => 'Estado das Inscrições',  => 'Desabilitar toda a comunicação entre os estudantes',
   
    'Enter construction space as a co-author'     'Discard Selected'
 => 'Entrar na Área de Construção como Co-Autor',  => 'Descartar Seleção',
   
    'Entering course ...'     'Distribute Messages from Uploaded File to Course'
 => 'Entrando no curso ...',  => 'Distribuir Mensagem de Arquivo Carregado para o Curso',
   
    'Error Messages'     'DoDiff'
 => 'Mensagem de Erro',  => 'DoDiff',
   
    'Evaluate Resource'     'Due'
 => 'Avaliar Recurso',  => 'Limite',
   
    'Every problem in a particular folder'     'Dump Course DOCS to Construction Space'
 => 'Cada problema em uma pasta particular',  => 'Descarregar Documentos do Curso na Área de Construção',
   
    'Every problem in the course'     'EMail and Messages'
 => 'Cada problema no curso',  => 'E-Mail e Mensagens',
   
    'Exam Information'     'Edit Catalog Information'
 => 'Informação de Exame',  => 'Editar Informação de Catálogo',
   
    'Excel'     'Edit Content of a Map'
 => 'Excel',  => 'Editar Conteúdo ou Mapa',
   
    'External Resource'     'Edit Directory Catalog Information'
 => 'Recurso Externo',  => 'Editar Informação de Catálogo do Diretório',
   
    'Failed Access to Construction Space'     'Edit this resource'
 => 'Falha no Acesso a Área de Construção',  => 'Editar este recurso',
   
    'Fielded Format'     'Enclosing Map or Folder'
 => 'Formato em Campos',  => 'Enclosing Map or Folder',
   
    'File Category'     'End Helper'
 => 'Categoria do Arquivo',  => 'Finalizar Assistente',
   
    'Finish Course Initialization'     'Enrollment Status'
 => 'Aplicar Configurações ao Curso',  => 'Estado das Inscrições',
   
    'Folder'     'Enter construction space as a co-author'
 => 'Pasta',  => 'Entrar na Área de Construção como Co-Autor',
   
    'For User'     'Entering course ...'
 => 'Para Usuário',  => 'Entrando no curso ...',
   
    'Force publication of unmodified files'     'Error Messages'
 => 'Forçar publicação de arquivos não modificados',  => 'Mensagem de Erro',
   
    'Generate Spreadsheet'     'Evaluate Resource'
 => 'Gerar Planilha',  => 'Avaliar Recurso',
   
    'Generate Statistics'     'Every problem in a particular folder'
 => 'Gerar Estatísticas',  => 'Cada problema em uma pasta particular',
   
    'Generate new role ...'     'Every problem in the course'
 => 'Gerar nova função ...',  => 'Cada problema no curso',
   
    'Go to the next resource in the course sequence'     'Exam Information'
 => 'Ir para o próximo recurso na sequência do curso',  => 'Informação de Exame',
   
    'Go to the previous resource in the course sequence'     'Excel'
 => 'Ir para o recurso anterior na sequência do curso',  => 'Excel',
   
    'Grant/revoke Course Custom Role'     'External Resource'
 => 'Garantir/Revogar função Customizada do Curso',  => 'Recurso Externo',
   
    'Grant/revoke role of Administrator'     'Failed Access to Construction Space'
 => 'Garantir/Revogar função de Administrador',  => 'Falha no Acesso a Área de Construção',
   
    'Grant/revoke role of Author'     'Fielded Format'
 => 'Garantir/Revogar função de Autor',  => 'Formato em Campos',
   
    'Grant/revoke role of Course Coordinator'     'File Category'
 => 'Garantir/Revogar função de Coordenador de Curso',  => 'Categoria do Arquivo',
   
    'Grant/revoke role of Domain Guest'     'Finish Course Initialization'
 => 'Garantir/Revogar função de Convidado do Domínio',  => 'Aplicar Configurações ao Curso',
   
    'Grant/revoke role of Librarian'     'Folder'
 => 'Garantir/Revogar função de Bibliotecário',  => 'Pasta',
   
    'Grant/revoke role of Scantron Operator'     'For User'
 => 'Garantir/Revogar função de operador de scantron',  => 'Para Usuário',
   
    'Grant/revoke role of Teaching Assistant'     'Force publication of unmodified files'
 => 'Garantir/Revogar função de Assistente do Professor',  => 'Forçar publicação de arquivos não modificados',
   
    'HTML'     'Generate Spreadsheet'
 => 'HTML',  => 'Gerar Planilha',
   
    'Host'     'Generate Statistics'
 => 'Hospedeiro',  => 'Gerar Estatísticas',
   
    'Import a published document'     'Generate new role ...'
 => 'Importar um documento publicado',  => 'Gerar nova função ...',
   
    'Internally authenticated'     'Go to the next resource in the course sequence'
 => 'Autenticado Internamente',  => 'Ir para o próximo recurso na sequência do curso',
   
    'Invalid date entry'     'Go to the previous resource in the course sequence'
 => 'Data de entrada inválida',  => 'Ir para o recurso anterior na sequência do curso',
   
    'Kerberos authenticated'     'Grant/revoke Course Custom Role'
 => 'Kerberos autenticado',  => 'Garantir/Revogar função Customizada do Curso',
   
    'Keyword(s)'     'Grant/revoke role of Administrator'
 => 'Palavra(s) Chave(s)',  => 'Garantir/Revogar função de Administrador',
   
    'Keywords'     'Grant/revoke role of Author'
 => 'Palavras Chaves',  => 'Garantir/Revogar função de Autor',
   
    'LON-CAPA Helper:'     'Grant/revoke role of Course Coordinator'
 => 'Assistente do LON-CAPA:',  => 'Garantir/Revogar função de Coordenador de Curso',
   
    'Last Week'     'Grant/revoke role of Domain Guest'
 => 'Semana Passada',  => 'Garantir/Revogar função de Convidado do Domínio',
   
    'Last access'     'Grant/revoke role of Librarian'
 => 'Último acesso',  => 'Garantir/Revogar função de Bibliotecário',
   
    'Last modified'     'Grant/revoke role of Scantron Operator'
 => 'Última modificação',  => 'Garantir/Revogar função de operador de scantron',
   
    'Last updated'     'Grant/revoke role of Teaching Assistant'
 => 'Última atualização',  => 'Garantir/Revogar função de Assistente do Professor',
   
    'Limit by copyright/distribution'     'HTML'
 => 'Limitado por copyright/distribuição',  => 'HTML',
   
    'Limit by language'     'Host'
 => 'Limitado por linguagem',  => 'Hospedeiro',
   
    'Load Map'     'Import a published document'
 => 'Carregar Mapa/Sequência',  => 'Importar um documento publicado',
   
    'Load:'     'Internally authenticated'
 => 'Carga:',  => 'Autenticado Internamente',
   
    'Lock and unlock assessments'     'Invalid date entry'
 => 'Bloquear e desbloquear avaliações',  => 'Data de entrada inválida',
   
    'Logged Out'     'Kerberos authenticated'
 => 'Sessão encerrada',  => 'Kerberos autenticado',
   
    'MIME Type'     'Keyword(s)'
 => 'MIME Type',  => 'Palavra(s) Chave(s)',
   
    'Make notes and annotations about this resource'     'Keywords'
 => 'Inserir anotações a respeito dessa fonte ',  => 'Palavras Chaves',
   
    'Manage Access Keys'     'LON-CAPA Helper:'
 => 'Gerenciar Chaves de Acesso',  => 'Assistente do LON-CAPA:',
   
    'Manage access keys'     'Last Week'
 => 'Gerenciar chaves de acesso',  => 'Semana Passada',
   
    'Material appears to be correct'     'Last access'
 => 'O material aparenta estar correto',  => 'Último acesso',
   
    'Material covered with sufficient depth'     'Last modified'
 => 'O material abrange o assunto com profundidade suficiente',  => 'Última modificação',
   
    'Material is helpful'     'Last updated'
 => 'O material é útil',  => 'Última atualização',
   
    'Material presented in clear way'     'Limit by copyright/distribution'
 => 'O material é apresentado de uma maneira clara',  => 'Limitado por copyright/distribuição',
   
    'Max Possible To Date'     'Limit by language'
 => 'Máx. possível até aqui',  => 'Limitado por linguagem',
   
    'Max Tries'     'Load Map'
 => 'Máx. de Tentativas',  => 'Carregar Mapa/Sequência',
   
    'Mean Tries'     'Load:'
 => 'Média de Tentativas',  => 'Carga:',
   
    'Metadata Information'     'Lock and unlock assessments'
 => 'Informação de meta-dado',  => 'Bloquear e desbloquear avaliações',
   
    'Mime type'     'Logged Out'
 => 'Tipo Mime',  => 'Sessão encerrada',
   
    'Modification Date'     'MIME Type'
 => 'Data de Modificação',  => 'MIME Type',
   
    'Modified'     'Make notes and annotations about this resource'
 => 'Modificado',  => 'Inserir anotações a respeito dessa fonte ',
   
    'Modify Course Assessment Parameters'     'Manage Access Keys'
 => 'Modificar Parâmetros de Acesso ao Curso',  => 'Gerenciar Chaves de Acesso',
   
    'Modify authentication mechanism and data for a user'     'Manage access keys'
 => 'Modificar mecanismo de autenticação e dados de um usuário',  => 'Gerenciar chaves de acesso',
   
    'Modify deadlines, etc, for this assessment resource'     'Material appears to be correct'
 => 'Modifica prazos finais, etc. para este recurso de avaliação',  => 'O material aparenta estar correto',
   
    'Modify grades'     'Material covered with sufficient depth'
 => 'Modificar notas',  => 'O material abrange o assunto com profundidade suficiente',
   
    'Modify user grades for this assessment resource'     'Material is helpful'
 => 'Modificar notas de usuário para este recurso de avaliação',  => 'O material é útil',
   
    'Move Down'     'Material presented in clear way'
 => 'Mover para Baixo',  => 'O material é apresentado de uma maneira clara',
   
    'Move Up'     'Max Possible To Date'
 => 'Mover para Cima',  => 'Máx. possível até aqui',
   
    'My Personal Info'     'Max Tries'
 => 'Minhas informações pessoais',  => 'Máx. de Tentativas',
   
    'Network-wide number of accesses (hits)'     'Mean Tries'
 => 'Número de acessos através da rede (hits)',  => 'Média de Tentativas',
   
    'Network-wide number of courses using resource'     'Metadata Information'
 => 'Número de curos na rede que utilizam este recurso',  => 'Informação de meta-dado',
   
    'New Title'     'Mime type'
 => 'Novo Título',  => 'Tipo Mime',
   
    'Next    '     'Modification Date'
 => 'Próximo    ',  => 'Data de Modificação',
   
    'No changes were made to the current settings.'     'Modified'
 => 'Não foram feitas alterações nas configurações correntes.',  => 'Modificado',
   
    'Number of resources that follow this resource in maps'     'Modify Course Assessment Parameters'
 => 'Número de recursos que seguem essa fonte em mapas ',  => 'Modificar Parâmetros de Acesso ao Curso',
   
    'Number of resources that lead up to this resource in maps'     'Modify authentication mechanism and data for a user'
 => 'Número de recursos que levam a esta fonte em mapas',  => 'Modificar mecanismo de autenticação e dados de um usuário',
   
    'Number of resources using or importing resource'     'Modify deadlines, etc, for this assessment resource'
 => 'Número de recursos usando ou importando recursos',  => 'Modifica prazos finais, etc. para este recurso de avaliação',
   
    'Obsolete'     'Modify grades'
 => 'Obsoleto',  => 'Modificar notas',
   
    'One particular problem'     'Modify user grades for this assessment resource'
 => 'Um problema particular',  => 'Modificar notas de usuário para este recurso de avaliação',
   
    'Open'     'Move Down'
 => 'Abrir',  => 'Mover para Baixo',
   
    'Open All Folders'     'Move Up'
 => 'Abrir todas as Pastas',  => 'Mover para Cima',
   
    'Output'     'My Personal Info'
 => 'Saída',  => 'Minhas informações pessoais',
   
    'Output Format'     'Network-wide number of accesses (hits)'
 => 'Formato da Saída',  => 'Número de acessos através da rede (hits)',
   
    'Overall Problem Statistics'     'Network-wide number of courses using resource'
 => 'Estatísticas globais dos exercícios',  => 'Número de curos na rede que utilizam este recurso',
   
    'Owner/Publisher'     'New Title'
 => 'Proprietário/Publicador',  => 'Novo Título',
   
    'Parameter Name'     'Next    '
 => 'Nome do Parâmetro',  => 'Próximo    ',
   
    'Parameter Type'     'No changes were made to the current settings.'
 => 'Tipo de Parâmetro',  => 'Não foram feitas alterações nas configurações correntes.',
   
    'Parameter in Effect'     'Number of resources that follow this resource in maps'
 => 'Parâmetro em Efeito',  => 'Número de recursos que seguem essa fonte em mapas ',
   
    'Parent Directory'     'Number of resources that lead up to this resource in maps'
 => 'Diretório Pai',  => 'Número de recursos que levam a esta fonte em mapas',
   
    'Per Page'     'Number of resources using or importing resource'
 => 'Por página',  => 'Número de recursos usando ou importando recursos',
   
    'Personal Information'     'Obsolete'
 => 'Informação Pessoal',  => 'Obsoleto',
   
    'Please either'     'One particular problem'
 => 'Por favor, ',  => 'Um problema particular',
   
    'Please notify the server administrator '     'Open'
 => 'Por favor, notifique o administrador do servidor ',  => 'Abrir',
   
    'Please select a problem to analyze'     'Open All Folders'
 => 'Por favor, selecione um problema para analizar',  => 'Abrir todas as Pastas',
   
    'Please select a report to generate.'     'Output'
 => 'Por favor, selecione um relatório a gerar.',  => 'Saída',
   
    'Post anonymously'     'Output Format'
 => 'Postar anonimamente',  => 'Formato da Saída',
   
    'Post discussion on course resources'     'Overall Problem Statistics'
 => 'Postar discussão nos recursos do curso',  => 'Estatísticas globais dos exercícios',
   
    'Post system frontpage announcements'     'Owner/Publisher'
 => 'Postar anúncios na frontpage do sistema',  => 'Proprietário/Publicador',
   
    'Post to live chatrooms'     'Parameter Name'
 => 'Postar livremente em salas de chat',  => 'Nome do Parâmetro',
   
    'Preparing Excel Spreadsheet'     'Parameter Type'
 => 'Preparar Planilha do Excel',  => 'Tipo de Parâmetro',
   
    'Printing Helper'     'Parameter in Effect'
 => 'Assistente de Impressão',  => 'Parâmetro em Efeito',
   
    'Privacy Note'     'Parent Directory'
 => 'Nota Privada',  => 'Diretório Pai',
   
    'Problem Status Chart'     'Per Page'
 => 'Quadro dos Estados dos Problemas',  => 'Por página',
   
    'Problems Not Contained In A Folder'     'Personal Information'
 => 'Problemas não estão contidos em uma pasta',  => 'Informação Pessoal',
   
    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'     'Please either'
 => 'Problemas criando novo arquivo do Excel.  Este erro foi armazenado em log. Por favor, alerte o administrador do LON-CAPA.',  => 'Por favor, ',
   
    'Processing course structure'     'Please notify the server administrator '
 => 'Processando estrutura do curso',  => 'Por favor, notifique o administrador do servidor ',
   
    'Processing first student'     'Please select a problem to analyze'
 => 'Processando primeiro estudante',  => 'Por favor, selecione um problema para analizar',
   
    'Project Information'     'Please select a report to generate.'
 => 'Informação do Projeto',  => 'Por favor, selecione um relatório a gerar.',
   
    'Provide feedback messages or contribute to the course discussion about this resource'     'Post anonymously'
 => 'Fornece mensagens de realimentação ou contribui para discussão do curso sobre este recurso',  => 'Postar anonimamente',
   
    'Provide my evaluation of this resource'     'Post discussion on course resources'
 => 'Fornece minha avaliação deste recurso',  => 'Postar discussão nos recursos do curso',
   
    'Publish'     'Post system frontpage announcements'
 => 'Publicar',  => 'Postar anúncios na frontpage do sistema',
   
    'Publish Directory'     'Post to live chatrooms'
 => 'Publicar Diretório',  => 'Postar livremente em salas de chat',
   
    'Publish Directory and Sub Directories'     'Preparing Excel Spreadsheet'
 => 'Publicar Diretório e Sub-Diretórios',  => 'Preparar Planilha do Excel',
   
    'Published'     'Printing Helper'
 => 'Publicado',  => 'Assistente de Impressão',
   
    'Publisher/Owner'     'Privacy Note'
 => 'Publicador/Dono',  => 'Nota Privada',
   
    'Publishing'     'Problem Status Chart'
 => 'Publicando',  => 'Quadro dos Estados dos Problemas',
   
    'Quick Completed Problems Display'     'Problems Not Contained In A Folder'
 => 'Visualizador Rápido de Problemas Resolvidos',  => 'Problemas não estão contidos em uma pasta',
   
    'Reading results from'     'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
 => 'Lendo resultados de',  => 'Problemas criando novo arquivo do Excel.  Este erro foi armazenado em log. Por favor, alerte o administrador do LON-CAPA.',
   
    'Related'     'Processing course structure'
 => 'Relacionado',  => 'Processando estrutura do curso',
   
    'Resource Feedback and Discussion'     'Processing first student'
 => 'Realimentação do Recurso e discussão',  => 'Processando primeiro estudante',
   
    'Resource Level'     'Project Information'
 => 'Nível do Recurso',  => 'Informação do Projeto',
   
    'Resource Publication'     'Provide feedback messages or contribute to the course discussion about this resource'
 => 'Publicação de Recurso',  => 'Fornece mensagens de realimentação ou contribui para discussão do curso sobre este recurso',
   
    'Resource is technically correct'     'Provide my evaluation of this resource'
 => 'Recurso está técnicamente correto',  => 'Fornece minha avaliação deste recurso',
   
    'Retrieve'     'Publish'
 => 'Restaurar',  => 'Publicar',
   
    'Revert to Last Saved'     'Publish Directory'
 => 'Reverter Para Última Versão Salva',  => 'Publicar Diretório',
   
    'Revision Date'     'Publish Directory and Sub Directories'
 => 'Data de Revisão',  => 'Publicar Diretório e Sub-Diretórios',
   
    'Row'     'Published'
 => 'Linha',  => 'Publicado',
   
    'S.D. tries'     'Publisher/Owner'
 => 'Desv. Pad. Tentativas',  => 'Publicador/Dono',
   
    'Save as'     'Publishing'
 => 'Salvar como',  => 'Publicando',
   
    'Save as & Make This Sheet the Default'     'Quick Completed Problems Display'
 => 'Salvar como & tornar esta a Planilha Padrão',  => 'Visualizador Rápido de Problemas Resolvidos',
   
    'Scantron Operator'     'Reading results from'
 => 'Operador Scantron',  => 'Lendo resultados de',
   
    'Score Upload Form'     'Related'
 => 'Formulário para Carregar pontuações',  => 'Relacionado',
   
    'Search Complete'     'Resource Feedback and Discussion'
 => 'Pesquisa Completada',  => 'Realimentação do Recurso e discussão',
   
    'Section'     'Resource Level'
 => 'Seção',  => 'Nível do Recurso',
   
    'Sections'     'Resource Publication'
 => 'Seções',  => 'Publicação de Recurso',
   
    'Select All'     'Resource is technically correct'
 => 'Selecione Tudo',  => 'Recurso está técnicamente correto',
   
    'Select All Students'     'Retrieve'
 => 'Selecione Todos os Estudantes',  => 'Restaurar',
   
    'Select Date'     'Revert to Last Saved'
 => 'Selecione a Data',  => 'Reverter Para Última Versão Salva',
   
    'Select Enclosing Map or Folder'     'Revision Date'
 => 'Selecione o Mapa ou Pasta',  => 'Data de Revisão',
   
    'Select Map'     'Row'
 => 'Selecione Mapa/Sequência',  => 'Linha',
   
    'Select Parameter Level'     'S.D. tries'
 => 'Selecione Nível do Parâmetro',  => 'Desv. Pad. Tentativas',
   
    'Select Spreadsheet File'     'Save as'
 => 'Selecione o Arquivo de Planilha',  => 'Salvar como',
   
    'Send Message to User(s)'     'Save as & Make This Sheet the Default'
 => 'Enviar Mensagem para Usuário(s)',  => 'Salvar como & tornar esta a Planilha Padrão',
   
    'Send Scantron data to a course'     'Scantron Operator'
 => 'Enviar dados Scantron para o curso',  => 'Operador Scantron',
   
    'Send internal email'     'Score Upload Form'
 => 'Enviar e-mail interno',  => 'Formulário para Carregar pontuações',
   
    'Sequence or Folder'     'Search Complete'
 => 'Sequência ou Pasta',  => 'Pesquisa Completada',
   
    'Sequences and Folders'     'Section'
 => 'Sequências e Pastas',  => 'Seção',
   
    'Set Course Environment Parameters'     'Sections'
 => 'Configurar Parâmetros de Ambiente do Curso',  => 'Seções',
   
    'Set Date'     'Select All'
 => 'Configurar Data',  => 'Selecione Tudo',
   
    'Set Defaults for All Resources in Course'     'Select All Students'
 => 'Configurar Padrões para Todos os Recursos do Curso',  => 'Selecione Todos os Estudantes',
   
    'Set a bookmark for this resource'     'Select Date'
 => 'Configurar um marcador para este recurso',  => 'Selecione a Data',
   
    'Set a due date'     'Select Enclosing Map or Folder'
 => 'Configurar uma data de vencimento',  => 'Selecione o Mapa ou Pasta',
   
    'Set an answer open date'     'Select Map'
 => 'Definir uma resposta de data de abertura',  => 'Selecione Mapa/Sequência',
   
    'Set an open date'     'Select Parameter Level'
 => 'Configurar uma data de abertura',  => 'Selecione Nível do Parâmetro',
   
    'Set opening datefor all problems in the course for. . .'     'Select Spreadsheet File'
 => 'Configurar data de abertura de todos os problemas do curso para  . .',  => 'Selecione o Arquivo de Planilha',
   
    'Set the number of tries'     'Send Message to User(s)'
 => 'Definir o número de tentativas',  => 'Enviar Mensagem para Usuário(s)',
   
    'Set the problem weight'     'Send Scantron data to a course'
 => 'Definir o peso do problema',  => 'Enviar dados Scantron para o curso',
   
    'Set/Modify Course Assessment Parameter'     'Send internal email'
 => 'Definir/Modificar Parâmetro de Avaliação do Curso',  => 'Enviar e-mail interno',
   
    'Set/Modify Course Assessment Parameters'     'Sequence or Folder'
 => 'Definir/Modificar Parâmetros de Avaliação do Curso',  => 'Sequência ou Pasta',
   
    'Set/Modify Course Parameters'     'Sequences and Folders'
 => 'Definir/Modificar Parâmetros do Curso',  => 'Sequências e Pastas',
   
    'Shared by course faculty and staff'     'Set Course Environment Parameters'
 => 'Compartilhado por cursos da faculdade e equipe',  => 'Configurar Parâmetros de Ambiente do Curso',
   
    'Show More Options'     'Set Date'
 => 'Mostrar Mais Opções',  => 'Configurar Data',
   
    'Show all roles'     'Set Defaults for All Resources in Course'
 => 'Mostrar todas as funções',  => 'Configurar Padrões para Todos os Recursos do Curso',
   
    'Show catalog information'     'Set a bookmark for this resource'
 => 'Mostrar informação de catálogo',  => 'Configurar um marcador para este recurso',
   
    'Show resource'     'Set a due date'
 => 'Mostrar recurso',  => 'Configurar uma data de vencimento',
   
    'Significant figures are incorrect, submission was not graded.'     'Set an answer open date'
 => 'As figuras significativas estão incorretas, a submissão não foi avaliada.',  => 'Definir uma resposta de data de abertura',
   
    'Since Start of Course'     'Set an open date'
 => 'Desde o Início do Curso',  => 'Configurar uma data de abertura',
   
    'Since Yesterday'     'Set opening datefor all problems in the course for. . .'
 => 'Desde Ontem',  => 'Configurar data de abertura de todos os problemas do curso para  . .',
   
    'Size'     'Set the number of tries'
 => 'Tamanho',  => 'Definir o número de tentativas',
   
    'Skew Tries'     'Set the problem weight'
 => 'Skew Tentativas',  => 'Definir o peso do problema',
   
    'Special documents'     'Set/Modify Course Assessment Parameter'
 => 'Documentos especiais',  => 'Definir/Modificar Parâmetro de Avaliação do Curso',
   
    'Spreadsheet Computation'     'Set/Modify Course Assessment Parameters'
 => 'Processamento da Planilha',  => 'Definir/Modificar Parâmetros de Avaliação do Curso',
   
    'Spreadsheet Computation Status'     'Set/Modify Course Parameters'
 => 'Estado do Processamento da Planilha',  => 'Definir/Modificar Parâmetros do Curso',
   
    'Statistics'     'Shared by course faculty and staff'
 => 'Estatísticas',  => 'Compartilhado por cursos da faculdade e equipe',
   
    'Statistics and Problem Analysis'     'Show More Options'
 => 'Estatísticas e Análise de Problemas',  => 'Mostrar Mais Opções',
   
    'Save'     'Show all roles'
 => 'Salvar como',  => 'Mostrar todas as funções',
   
    'Save Catalog Information'     'Show catalog information'
 => 'Armazena Informação de Catálogo',  => 'Mostrar informação de catálogo',
   
    'Student level sheet'     'Show resource'
 => 'Planilha - nível do estudante',  => 'Mostrar recurso',
   
    'Student performance statistics on all problems.'     'Significant figures are incorrect, submission was not graded.'
 => 'Estatísticas de desempenho do estudante em todos os problemas.',  => 'As figuras significativas estão incorretas, a submissão não foi avaliada.',
   
    'Students Affected'     'Since Start of Course'
 => 'Estudantes Afetados',  => 'Desde o Início do Curso',
   
    'Subject'     'Since Yesterday'
 => 'Assunto',  => 'Desde Ontem',
   
    'Successful Login'     'Size'
 => 'Login Bem Sucedido',  => 'Tamanho',
   
    'Suggested Replacement for Obsolete File'     'Skew Tries'
 => 'Substituição sugerida por arquivo obsoleto',  => 'Skew Tentativas',
   
    'Summary'     'Special documents'
 => 'Sumário',  => 'Documentos especiais',
   
    'Summary View'     'Spreadsheet Computation'
 => 'Visualizar Sumário',  => 'Processamento da Planilha',
   
    'Switching Role'     'Spreadsheet Computation Status'
 => 'Trocando de Função',  => 'Estado do Processamento da Planilha',
   
    'Synchronized SQL metadata database'     'Statistics'
 => 'Base de meta-dados SQL sincronizada',  => 'Estatísticas',
   
    'Target'     'Statistics and Problem Analysis'
 => 'Destino',  => 'Estatísticas e Análise de Problemas',
   
    'Task'     'Save'
 => 'Tarefa',  => 'Salvar como',
   
    'Template'     'Save Catalog Information'
 => 'Modelo',  => 'Armazena Informação de Catálogo',
   
    'Temporary Assembly Workspace'     'Student level sheet'
 => 'Área de Trabalho temporária',  => 'Planilha - nível do estudante',
   
    '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.'     'Student performance statistics on all problems.'
 => 'A informação submetida pode ser vista por qualquer pessoa logada no LON-CAPA. Não forneça informação que você não queira compartilhar publicamente.',  => 'Estatísticas de desempenho do estudante em todos os problemas.',
   
    'There are currently no results'     'Students Affected'
 => 'Atualmente não existem resultados',  => 'Estudantes Afetados',
   
    '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.'     'Subject'
 => 'Este assistente irá auxiliá-lo na configuração da data de abertura, data de vencimento, e data de resposta para problemas, ou na configuração do número de tentativas para os problemas. Será pedido a você para selecionar quais problemas você quer configurar, quais os parâmetros a serem configurados, e então você selecionará a quem estes parâmetros devem afetar. Após o assistente ter finalizado, você verá na interface avançada em que lugar você configurou os parâmetros você escolheu. Desta forma, no futuro você poderá fazê-lo diretamente na interface avançada. Clique em  Next -&gt; para iniciar, ou select &lt;- Previous para voltar para tela anterior.',  => 'Assunto',
   
    'This syllabus can be publicly viewed at'     'Successful Login'
 => 'Este Plano de Estudos pode ser visualizado publicamente em',  => 'Login Bem Sucedido',
   
    'Topic'     'Suggested Replacement for Obsolete File'
 => 'Tópico',  => 'Substituição sugerida por arquivo obsoleto',
   
    'Total'     'Summary'
 => 'Total',  => 'Sumário',
   
    'Total Parts In Course'     'Summary View'
 => 'Total de partes do curso',  => 'Visualizar Sumário',
   
    'Total number of students who have worked on this problem'     'Switching Role'
 => 'Número total de estudantes que tem trabalhado neste problema',  => 'Trocando de Função',
   
    'Type'     'Synchronized SQL metadata database'
 => 'Tipo',  => 'Base de meta-dados SQL sincronizada',
   
    'UNIX authenticated'     'Target'
 => 'autenticado pelo UNIX',  => 'Destino',
   
    'URL'     'Task'
 => 'URL',  => 'Tarefa',
   
    'URLs To Include in Syllabus'     'Template'
 => 'URLs para Incluir no Plano de Estudos',  => 'Modelo',
   
    'USERS'     'Temporary Assembly Workspace'
 => 'USUÁRIOS',  => 'Área de Trabalho temporária',
   
    'Unable to connect to database!'     '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.'
 => 'Não foi possível conectar a base de dados!',  => 'A informação submetida pode ser vista por qualquer pessoa logada no LON-CAPA. Não forneça informação que você não queira compartilhar publicamente.',
   
    'Unknown ID'     'There are currently no results'
 => 'ID desconhecida',  => 'Atualmente não existem resultados',
   
    'Unknown user'     '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.'
 => 'Usuários desconhecido',  => 'Este assistente irá auxiliá-lo na configuração da data de abertura, data de vencimento, e data de resposta para problemas, ou na configuração do número de tentativas para os problemas. Será pedido a você para selecionar quais problemas você quer configurar, quais os parâmetros a serem configurados, e então você selecionará a quem estes parâmetros devem afetar. Após o assistente ter finalizado, você verá na interface avançada em que lugar você configurou os parâmetros você escolheu. Desta forma, no futuro você poderá fazê-lo diretamente na interface avançada. Clique em  Next -&gt; para iniciar, ou select &lt;- Previous para voltar para tela anterior.',
   
    'Unpublished'     'This syllabus can be publicly viewed at'
 => 'Não Publicado',  => 'Este Plano de Estudos pode ser visualizado publicamente em',
   
    'Unselect All'     'Topic'
 => 'Deselecionar Tudo',  => 'Tópico',
   
    'Unselect All Students'     'Total'
 => 'Desmarcar todos os estudantes',  => 'Total',
   
    'Up'     'Total Parts In Course'
 => 'Cima',  => 'Total de partes do curso',
   
    'Update Course Assessment Parameter Display'     'Total number of students who have worked on this problem'
 => 'Atualizar Exibição do Parâmetro de Avaliação do Curso',  => 'Número total de estudantes que tem trabalhado neste problema',
   
    'Update Display'     'Type'
 => 'Atualizar visor',  => 'Tipo',
   
    'Update Section or Specific User'     'UNIX authenticated'
 => 'Atualizar Seção de Usuário Específico',  => 'autenticado pelo UNIX',
   
    'Upload Scantron data'     'URL'
 => 'Carregamento de informação Scantron ',  => 'URL',
   
    'Upload a Photo'     'URLs To Include in Syllabus'
 => 'Carga de uma Imagem',  => 'URLs para Incluir no Plano de Estudos',
   
    'Upload a new main course document'     'USERS'
 => 'Carregar um novo Documento Principal para o curso',  => 'USUÁRIOS',
   
    'Upload a new supplemental course document'     'Unable to connect to database!'
 => 'Carregar um novo Documento Suplementar para o curso',  => 'Não foi possível conectar a base de dados!',
   
    'User'     'Unknown ID'
 => 'Usuário',  => 'ID desconhecida',
   
    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'     'Unknown user'
 => 'Notas de Usuários, Registros de Discussões, e Mensagens Críticas no Curso',  => 'Usuários desconhecido',
   
    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'     'Unpublished'
 => 'Notas de Usuários, Registros de Discussões, e Mensagens Críticas',  => 'Não Publicado',
   
    'Verify Course Documents'     'Unselect All'
 => 'Verificar Documentos do Curso',  => 'Deselecionar Tudo',
   
    'Verify Selection'     'Unselect All Students'
 => 'Verificar Seleção',  => 'Desmarcar todos os estudantes',
   
    'Version'     'Up'
 => 'Versão',  => 'Cima',
   
    'Version Number'     'Update Course Assessment Parameter Display'
 => 'Número da Versão',  => 'Atualizar Exibição do Parâmetro de Avaliação do Curso',
   
    'View'     'Update Display'
 => 'Visualizar',  => 'Atualizar visor',
   
    'View Critical Messages'     'Update Section or Specific User'
 => 'Visualizar Críticas',  => 'Atualizar Seção de Usuário Específico',
   
    'View Published Version'     'Upload Scantron data'
 => 'Visualizar Versão Publicada',  => 'Carregamento de informação Scantron ',
   
    'View user submissions for this assessment resource'     'Upload a Photo'
 => 'Visualizar submissões do usuário para este recurso de avaliação',  => 'Carga de uma Imagem',
   
    'Web References'     'Upload a new main course document'
 => 'Referências na Web',  => 'Carregar um novo Documento Principal para o curso',
   
    'Welcome to the Assignment Parameter Helper'     'Upload a new supplemental course document'
 => 'Bem-vindo ao Assistente de Configuração de Parâmetros',  => 'Carregar um novo Documento Suplementar para o curso',
   
    'What parameter do you want to set for all problems in the course?'     'User'
 => 'Qual parâmetro você gostaria de configurar para os problemas do curso?',  => 'Usuário',
   
    'What should the opening date be set to?'     'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
 => 'Qual a data de abertura a ser configurada?',  => 'Notas de Usuários, Registros de Discussões, e Mensagens Críticas no Curso',
   
    'Which Problem or Problems?'     'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
 => 'Qual(is) problema(s)?',  => 'Notas de Usuários, Registros de Discussões, e Mensagens Críticas',
   
    'Which problems do you wish to set a parameter for?'     'Verify Course Documents'
 => 'Quais problemas você gostaria de configurar?',  => 'Verificar Documentos do Curso',
   
    'Words'     'Verify Selection'
 => 'Palavras',  => 'Verificar Seleção',
   
    'Wrote Metadata'     'Version'
 => 'Escreva Meta-dados',  => 'Versão',
   
    'XML/SGML'     'Version Number'
 => 'XML/SGML',  => 'Número da Versão',
   
    'You must choose at least one student to continue.'     'View'
 => 'Você precisa escolher ao menos um estudante para continuar.',  => 'Visualizar',
   
    'You must choose one or more choices to continue.'     'View Critical Messages'
 => 'Você precisa escolher uma ou mais seleções para continuar.',  => 'Visualizar Críticas',
   
    'You need to choose another user role or enter a specific course for this function'     'View Published Version'
 => 'Você precisa escolher outra função de usuário ou entrar em um curso específico para esta função',  => 'Visualizar Versão Publicada',
   
    'Your Excel Spreadsheet'     'View user submissions for this assessment resource'
 => 'Sua Planilha do Excel',  => 'Visualizar submissões do usuário para este recurso de avaliação',
   
    'Your home server is '     'Web References'
 => 'Seu servidor HOME é ',  => 'Referências na Web',
   
    'a.m.'     'Welcome to the Assignment Parameter Helper'
 => 'a.m.',  => 'Bem-vindo ao Assistente de Configuração de Parâmetros',
   
    'abstract'     'What parameter do you want to set for all problems in the course?'
 => 'resumo',  => 'Qual parâmetro você gostaria de configurar para os problemas do curso?',
   
    'acc keys'     'What should the opening date be set to?'
 => 'chaves de acesso',  => 'Qual a data de abertura a ser configurada?',
   
    'access denied'     'Which Problem or Problems?'
 => 'acesso negado',  => 'Qual(is) problema(s)?',
   
    'according to course preferences'     'Which problems do you wish to set a parameter for?'
 => 'de acordo com as preferências do curso',  => 'Quais problemas você gostaria de configurar?',
   
    'according to resource settings'     'Words'
 => 'de acordo com as configurações do recurso',  => 'Palavras',
   
    'according to user session state'     'Wrote Metadata'
 => 'de acordo com o estado da sessão do usuário',  => 'Escreva Meta-dados',
   
    'all'     'XML/SGML'
 => 'tudo',  => 'XML/SGML',
   
    'anno-[_1]'     'You must choose at least one student to continue.'
 => 'anotações',  => 'Você precisa escolher ao menos um estudante para continuar.',
   
    'announce'     'You must choose one or more choices to continue.'
 => 'notícias',  => 'Você precisa escolher uma ou mais seleções para continuar.',
   
    'at'     'You need to choose another user role or enter a specific course for this function'
 => 'em',  => 'Você precisa escolher outra função de usuário ou entrar em um curso específico para esta função',
   
    'at Domain'     'Your Excel Spreadsheet'
 => 'no Domínio',  => 'Sua Planilha do Excel',
   
    'at domain'     'Your home server is '
 => 'no domínio',  => 'Seu servidor HOME é ',
   
    'audio'     'a.m.'
 => 'áudio',  => 'a.m.',
   
    'author'     'abstract'
 => 'autor',  => 'resumo',
   
    'backward[_1]'     'acc keys'
 => 'voltar',  => 'chaves de acesso',
   
    'bookmark[_2]'     'access denied'
 => 'marcadores',  => 'acesso negado',
   
    'catalog[_1]'     'according to course preferences'
 => 'Catálogo',  => 'de acordo com as preferências do curso',
   
    'chart'     'according to resource settings'
 => 'quadro',  => 'de acordo com as configurações do recurso',
   
    'chat'     'according to user session state'
 => 'chat',  => 'de acordo com o estado da sessão do usuário',
   
    'close this window'     'all'
 => 'feche esta janela',  => 'tudo',
   
    'connection down'     'anno-[_1]'
 => 'sem conexão',  => 'anotações',
   
    'contacting'     'announce'
 => 'contactando',  => 'notícias',
   
    'copyright'     'at'
 => 'copyright',  => 'em',
   
    'customdistributionfile'     'at Domain'
 => 'arquivo de distribuicao customizado',  => 'no Domínio',
   
    'default'     'at domain'
 => 'padrão',  => 'no domínio',
   
    'directory'     'audio'
 => 'diretório',  => 'áudio',
   
    'discuss[_1]'     'author'
 => '',  => 'autor',
   
    'docs'     'backward[_1]'
 => 'documentos',  => 'voltar',
   
    'during the last'     'bookmark[_2]'
 => 'durante a última',  => 'marcadores',
   
    'edit'     'catalog[_1]'
 => 'editar',  => 'Catálogo',
   
    'evaluate[_1]'     'chart'
 => 'avaliação',  => 'quadro',
   
    'exit'     'chat'
 => 'sair',  => 'chat',
   
    'fas'     'close this window'
 => 'fas',  => 'feche esta janela',
   
    'feedback[_1]'     'connection down'
 => 'realimentação',  => 'sem conexão',
   
    'for Enclosing Map or Folder'     'contacting'
 => 'para o Mapa ou Sequência',  => 'contactando',
   
    'for Resource'     'copyright'
 => 'para o Recurso',  => 'copyright',
   
    'forward[_1]'     'customdistributionfile'
 => 'para frente',  => 'arquivo de distribuicao customizado',
   
    'from Enclosing Map or Folder'     'default'
 => 'do Mapa ou Sequência',  => 'padrão',
   
    'general'     'directory'
 => 'geral',  => 'diretório',
   
    'in Course'     'discuss[_1]'
 => 'no Curso',  => '',
   
    'in Section/Group'     'docs'
 => 'na Seção/Grupo',  => 'documentos',
   
    'info'     'during the last'
 => '',  => 'durante a última',
   
    'interface available'     'edit'
 => 'Interface disponível',  => 'editar',
   
    'keywords'     'evaluate[_1]'
 => 'palavras-chave',  => 'avaliação',
   
    'language'     'exit'
 => 'linguagem',  => 'sair',
   
    'last student'     'fas'
 => 'último estudante',  => 'fas',
   
    'library'     'feedback[_1]'
 => 'catálogo',  => 'realimentação',
   
    'log in again'     'for Enclosing Map or Folder'
 => 'efetue o login novamente',  => 'para o Mapa ou Sequência',
   
    'manage'     'for Resource'
 => 'gerenciar',  => 'para o Recurso',
   
    'may be open from a different computer.'     'forward[_1]'
 => 'pode estar aberto em um outro computador.',  => 'para frente',
   
    'midnight'     'from Enclosing Map or Folder'
 => 'meia noite',  => 'do Mapa ou Sequência',
   
    'minutes'     'general'
 => 'minutos',  => 'geral',
   
    'missions'     'in Course'
 => 'missões',  => 'no Curso',
   
    'movies'     'in Section/Group'
 => 'filmes',  => 'na Seção/Grupo',
   
    'my'     'info'
 => 'minhas',  => '',
   
    'noon'     'interface available'
 => 'meio dia',  => 'Interface disponível',
   
    'not found'     'keywords'
 => 'não encontrado',  => 'palavras-chave',
   
    'notes'     'language'
 => 'avios',  => 'linguagem',
   
    'num_override'     'last student'
 => 'num_sobrescritos',  => 'último estudante',
   
    'obsolete'     'library'
 => 'obsoleto',  => 'catálogo',
   
    'obsoletereplacement'     'log in again'
 => 'recolocação do obsoleto',  => 'efetue o login novamente',
   
    'of'     'manage'
 => 'de',  => 'gerenciar',
   
    'or'     'may be open from a different computer.'
 => 'ou',  => 'pode estar aberto em um outro computador.',
   
    'or ID'     'midnight'
 => 'ou ID',  => 'meia noite',
   
    'p.m.'     'minutes'
 => 'p.m..',  => 'minutos',
   
    'pages'     'missions'
 => 'páginas',  => 'missões',
   
    'parms'     'movies'
 => 'parâmetros',  => 'filmes',
   
    'part'     'my'
 => 'parte',  => 'minhas',
   
    'percent'     'noon'
 => '%',  => 'meio dia',
   
    'pictures'     'not found'
 => 'figuras',  => 'não encontrado',
   
    'prepare'     'notes'
 => 'Preparar',  => 'avios',
   
    'printout'     'num_override'
 => 'impressão',  => 'num_sobrescritos',
   
    'problem'     'obsolete'
 => 'problema',  => 'obsoleto',
   
    'problem statistics grouped by sequence'     'obsoletereplacement'
 => 'estatísticas de problemas agrupadas por sequências',  => 'recolocação do obsoleto',
   
    'problem statistics ungrouped'     'of'
 => 'estatísticas de problemas desagrupadas',  => 'de',
   
    'problem statistics, Excel'     'or'
 => 'estatísticas de problemas, Excel',  => 'ou',
   
    'remaining'     'or ID'
 => 'restante',  => 'ou ID',
   
    'resource'     'p.m.'
 => 'recurso(s)',  => 'p.m..',
   
    'resources'     'pages'
 => 'recursos',  => 'páginas',
   
    'roles'     'parms'
 => 'usuários',  => 'parâmetros',
   
    'search'     'part'
 => 'pesquisar',  => 'parte',
   
    'second'     'percent'
 => 'segundo',  => '%',
   
    'seconds'     'pictures'
 => 'segundos',  => 'figuras',
   
    'seconds for'     'prepare'
 => 'segundos para',  => 'Preparar',
   
    'sequence'     'printout'
 => 'sequência',  => 'impressão',
   
    'set[_1]'     'problem'
 => 'inserir',  => 'problema',
   
    'space'     'problem statistics grouped by sequence'
 => 'publicado(s)',  => 'estatísticas de problemas agrupadas por sequências',
   
    'stats'     'problem statistics ungrouped'
 => 'estatísticas',  => 'estatísticas de problemas desagrupadas',
   
    'con-'     'problem statistics, Excel'
 => 'construção',  => 'estatísticas de problemas, Excel',
   
    'struct'     'remaining'
 => 'de recursos',  => 'restante',
   
    'subject'     'resource'
 => 'assunto',  => 'recurso(s)',
   
    'switch'     'resources'
 => 'trocar',  => 'recursos',
   
    'title'     'roles'
 => 'Título',  => 'usuários',
   
    'unless locked'     'search'
 => 'a menos que esteja bloqueado',  => 'pesquisar',
   
    'updated periodically'     'second'
 => 'atualizado periódicamente',  => 'segundo',
   
    'user'     'seconds'
 => 'usuário',  => 'segundos',
   
    'users in'     'seconds for'
 => 'usuários em',  => 'segundos para',
   
    'view sub-'     'sequence'
 => 'visualizar sub-',  => 'sequência',
   
    'visible to author and co-authors only'     'set[_1]'
 => 'visível para autor e co-autores apenas',  => 'inserir',
   
    'waiting on'     'space'
 => 'aguardando',  => 'publicado(s)',
   
    'warning(s)'     'stats'
 => 'advertência(s)',  => 'estatísticas',
   
    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'     'con-'
 => 'Bem vindo à Rede de Aprendizado<i>Online</i> Rede de trabalho com CAPA. Esta é a primeira versão do LON-CAPA traduzida para o português. Aguarde enquanto sua sessão é configurada',  => 'construção',
   
    'Welcome'     'struct'
 => 'Bem Vindo',  => 'de recursos',
   
    'Calculate answers'     'subject'
 => 'Calcular respostas',  => 'assunto',
   
    '&nbsp;Show&nbsp;All&nbsp;Foils'     'switch'
 => '&nbsp;Mostrar&nbsp;Todas&nbsp;Alternativas',  => 'trocar',
   
    '1 out of N multiple choice (radio button)'     'title'
 => 'tirar 1 de N alternativas de múltipla-escolha (botão de rádio)',  => 'Título',
   
    '<b>[_1]</b>:  Unable to enroll: [_2]'     'unless locked'
 => '<b>[_1]</b>:  Não é possível matricular: [_2]',  => 'a menos que esteja bloqueado',
   
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     'updated periodically'
 => '<b>[_1]</b>: Não é possível matricular. Não foi especificada uma senha.',  => 'atualizado periódicamente',
   
    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'     'user'
 => '<b>[_1]</b>: Username ináceitavel para o usuário [_2] [_3] [_4] [_5]',  => 'usuário',
   
    'Administrator'     'users in'
 => 'Administrador',  => 'usuários em',
   
    'All Documents in Course'     'view sub-'
 => 'Todos os documentos do curso',  => 'visualizar sub-',
   
    'All Resources (possibly large output)'     'visible to author and co-authors only'
 => 'Todos os recursos (possivelmente saída extensa)',  => 'visível para autor e co-autores apenas',
   
    'Analyze Over '     'waiting on'
 => 'Analisar Sobre ',  => 'aguardando',
   
    'Analyze Problem'     'warning(s)'
 => 'Analisar Problema',  => 'advertência(s)',
   
    'Analyze Problem Again'     'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
 => 'Analisar Problema Novamente',  => 'Bem vindo à Rede de Aprendizado<i>Online</i> Rede de trabalho com CAPA. Esta é a primeira versão do LON-CAPA traduzida para o português. Aguarde enquanto sua sessão é configurada',
   
    'Analyze as '     'Welcome'
 => 'Analisar como ',  => 'Bem Vindo',
   
    'Anonymous'     'Calculate answers'
 => 'Anônimo',  => 'Calcular respostas',
   
    'Anonymous contribution to course discussion of resource'     '&nbsp;Show&nbsp;All&nbsp;Foils'
 => 'Contribuição Anônima para discussão sobre o recurso',  => '&nbsp;Mostrar&nbsp;Todas&nbsp;Alternativas',
   
    'Answer:'     '1 out of N multiple choice (radio button)'
 => 'Resposta:',  => 'tirar 1 de N alternativas de múltipla-escolha (botão de rádio)',
   
    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'     '<b>[_1]</b>:  Unable to enroll: [_2]'
 => 'Como regra geral, somente autores ou co-autores podem ser autenticados via sistema de arquivos (o que permite acesso aos arquivos do servidor).',  => '<b>[_1]</b>:  Não é possível matricular: [_2]',
   
    'Associate columns with student attributes.'     '<b>[_1]</b>: Unable to enroll.  No password specified.'
 => 'Associar colunas com atributos do estudante.',  => '<b>[_1]</b>: Não é possível matricular. Não foi especificada uma senha.',
   
    'Attachment'     '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
 => 'Atachado',  => '<b>[_1]</b>: Username ináceitavel para o usuário [_2] [_3] [_4] [_5]',
   
    'Attribute'     'Administrator'
 => 'Attributo',  => 'Administrador',
   
    'Browsing resource, all submissions are temporary.'     'All Documents in Course'
 => 'Recursos de navegação, todas as submissões são temporárias.',  => 'Todos os documentos do curso',
   
    'By'     'All Resources (possibly large output)'
 => 'Por',  => 'Todos os recursos (possivelmente saída extensa)',
   
    'CSV (comma separated values, spreadsheet)'     'Analyze Over '
 => 'CSV (planilha, valores separados por vírgula)',  => 'Analisar Sobre ',
   
    'Calculate answers'     'Analyze Problem'
 => 'Calcular respostas',  => 'Analisar Problema',
   
    'Change'     'Analyze Problem Again'
 => 'Alterar',  => 'Analisar Problema Novamente',
   
    'Change Random Seed To:'     'Analyze as '
 => 'Nova Semente do Gerador de Números:',  => 'Analisar como ',
   
    'Change Your Language Preferences'     'Anonymous'
 => 'Alterar Linguagem',  => 'Anônimo',
   
    'Changed discussion view mode'     'Anonymous contribution to course discussion of resource'
 => 'Modo de visualização da discussão alterado',  => 'Contribuição Anônima para discussão sobre o recurso',
   
    'Check All'     'Answer:'
 => 'Selecionar Tudo',  => 'Resposta:',
   
    'Check Course Document Versions'     'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
 => 'Checar Versões dos Documentos do Curso',  => 'Como regra geral, somente autores ou co-autores podem ser autenticados via sistema de arquivos (o que permite acesso aos arquivos do servidor).',
   
    'Check for All'     'Associate columns with student attributes.'
 => 'Selecionar para Todos',  => 'Associar colunas com atributos do estudante.',
   
    'Check for None'     'Attachment'
 => 'Selecionar para Nenhum',  => 'Atachado',
   
    'Check for Section/Group'     'Attribute'
 => 'Selecionar por Seção/Grupo',  => 'Attributo',
   
    'Check/Set Resource Versions'     'Browsing resource, all submissions are temporary.'
 => 'Checar/Setar Versões do Recurso',  => 'Recursos de navegação, todas as submissões são temporárias.',
   
    'Choose a different resource'     'By'
 => 'Selecione um recurso diferente',  => 'Por',
   
    'Chronological View'     'CSV (comma separated values, spreadsheet)'
 => 'Visualização Cronológica',  => 'CSV (planilha, valores separados por vírgula)',
   
    'Click-On Texts (comma sep):'     'Calculate answers'
 => 'Click-On Texts (comma sep):',  => 'Calcular respostas',
   
    'Column'     'Change'
 => 'Coluna',  => 'Alterar',
   
    'Column&nbsp;[_1]'     'Change Random Seed To:'
 => 'Coluna&nbsp;[_1]',  => 'Nova Semente do Gerador de Números:',
   
    'Concept:'     'Change Your Language Preferences'
 => 'Conceito:',  => 'Alterar Linguagem',
   
    'Concepts'     'Changed discussion view mode'
 => 'Conceitos',  => 'Modo de visualização da discussão alterado',
   
    'Continue enrollment?'     'Check All'
 => 'Continuar matrícula?',  => 'Selecionar Tudo',
   
    'Contribution to course discussion of resource'     'Check Course Document Versions'
 => 'Contribuição à discussão do recurso',  => 'Checar Versões dos Documentos do Curso',
   
    'Correct Option:'     'Check for All'
 => 'Opção Correta:',  => 'Selecionar para Todos',
   
    'Create a New Course'     'Check for None'
 => 'Criando um Novo Curso <p> <font size="-1" style="color: rgb(255, 0, 0);"> <center> <b>NOTA AO ADMINISTRADOR</b> </center> <p>  A tradução p/ o português está em desenvolvimento. <br>  P/ aprimorar a tradução, edite <b> /home/httpd/lib/perl/Apache/localize/pt.pm </b> no servidor (precisa reiniciar apache p/ ativar mudanças). <br>  Veja mais detalhes sobre a tradução <a href=http://www.lon-capa.org/international.html> aqui. </a> <br> <b> SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS <a href=http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev> AQUI. </a></b> </font>',  => 'Selecionar para Nenhum',
 #=> 'Criando um Novo Curso',  
      'Check for Section/Group'
    'Critical Messages'  => 'Selecionar por Seção/Grupo',
 => 'Críticas',  
      'Check/Set Resource Versions'
    'Current'  => 'Checar/Setar Versões do Recurso',
 => 'Corrente',  
      'Choose a different resource'
    'Default:'  => 'Selecione um recurso diferente',
 => 'Padrao:',  
      'Chronological View'
    'Delete'  => 'Visualização Cronológica',
 => 'Excluir',  
      'Click-On Texts (comma sep):'
    'Delete Checked'  => 'Click-On Texts (comma sep):',
 => 'Excluir Checados',  
      'Column'
    'Delete an option'  => 'Coluna',
 => 'Excluir uma opção',  
      'Column&nbsp;[_1]'
    'Delete:'  => 'Coluna&nbsp;[_1]',
 => 'Excluir:',  
      'Concept:'
    'Description:'  => 'Conceito:',
 => 'Description:',  
      'Concepts'
    'Diffs'  => 'Conceitos',
 => 'Diferença',  
      'Continue enrollment?'
    'Diffs with Current Version'  => 'Continuar matrícula?',
 => 'Diferenças com versão corrente',  
      'Contribution to course discussion of resource'
    'Diffs with Version'  => 'Contribuição à discussão do recurso',
 => 'Diferenças p/ Versão',  
      'Correct Option:'
    'Diffs with current Version'  => 'Opção Correta:',
 => 'Diferenças p/ Versão Corrente',  
      'Create a New Course'
    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'  => 'Criando um Novo Curso <p> <font size="-1" style="color: rgb(255, 0, 0);"> <center> <b>NOTA AO ADMINISTRADOR</b> </center> <p>  A tradução p/ o português está em desenvolvimento. <br>  P/ aprimorar a tradução, edite <b> /home/httpd/lib/perl/Apache/localize/pt.pm </b> no servidor (precisa reiniciar apache p/ ativar mudanças). <br>  Veja mais detalhes sobre a tradução <a href=http://www.lon-capa.org/international.html> aqui. </a> <br> <b> SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS <a href=http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev> AQUI. </a></b> </font>',
 => 'Desabilitar verificação de conflitos de ID/número de identificação dos estudantes, e forçar alteração de IDs conflitantes (somente se você sabe o que está fazendo). ',  #=> 'Criando um Novo Curso',
   
    'Discussion Contributions'     'Critical Messages'
 => 'Contribuições para Discussão',  => 'Críticas',
   
    'Display All Messages'     'Current'
 => 'Mostrar Todas as Mensagens',  => 'Corrente',
   
    'Display all Messages'     'Default:'
 => 'Mostrar todas as Mensagens',  => 'Padrao:',
   
    'Display and analysis of submission times on assessments.'     'Delete'
 => 'Análise dos tempos de submissão das respostas aos exercícios.',  => 'Excluir',
   
    'Display foils in order given'     'Delete Checked'
 => 'Mostrar alternativas na ordem dada',  => 'Excluir Checados',
   
    'Display foils in random order'     'Delete an option'
 => 'Mostrar alternativas em ordem aleatória',  => 'Excluir uma opção',
   
    'Domain Guest'     'Delete:'
 => 'Convidado do Domínio',  => 'Excluir:',
   
    'Drop Students'     'Description:'
 => 'Excluir Estudante(s)',  => 'Description:',
   
    'Dropped [_1]'     'Diffs'
 => 'Excluído [_1]',  => 'Diferença',
   
    'Dropped [_1] student(s).'     'Diffs with Current Version'
 => 'Excluído(s) [_1] estudante(s).',  => 'Diferenças com versão corrente',
   
    'Dropping Students'     'Diffs with Version'
 => 'Excluindo Estudantes',  => 'Diferenças p/ Versão',
   
    'Dump Course DOCS'     'Diffs with current Version'
 => 'Excluir DOCS do curso',  => 'Diferenças p/ Versão Corrente',
   
    'EMail Address'     'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
 => 'Endereço de E-Mail',  => 'Desabilitar verificação de conflitos de ID/número de identificação dos estudantes, e forçar alteração de IDs conflitantes (somente se você sabe o que está fazendo). ',
   
    '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.'     'Discussion Contributions'
 => 'Erros do Editor - estes erros podem não ter efeitos no processamento do problema, mas provavelmente irão causar problemasmais adiante na Edição usando a ferramenta Edit. Por favor, use o modo de Edição XML (EditXML) para corrigir os erros.',  => 'Contribuições para Discussão',
   
    'Enroll a single student'     'Display All Messages'
 => 'Matricular um único estudante',  => 'Mostrar Todas as Mensagens',
   
    'Enrolling Students'     'Display all Messages'
 => 'Matriculando estudantes',  => 'Mostrar todas as Mensagens',
   
    'Error'     'Display and analysis of submission times on assessments.'
 => 'Erro',  => 'Análise dos tempos de submissão das respostas aos exercícios.',
   
    'Error dropping [_1]:[_2]'     'Display foils in order given'
 => 'Erro ao exclir [_1]:[_2]',  => 'Mostrar alternativas na ordem dada',
   
    'False'     'Display foils in random order'
 => 'Falso',  => 'Mostrar alternativas em ordem aleatória',
   
    'Field'     'Domain Guest'
 => 'Campo',  => 'Convidado do Domínio',
   
    'Filenames in Construction Space'     'Drop Students'
 => 'Nomes de arquivos na Área de Construção',  => 'Excluir Estudante(s)',
   
    'First Name'     'Dropped [_1]'
 => 'Primeiro Nome',  => 'Excluído [_1]',
   
    'Foil'     'Dropped [_1] student(s).'
 => 'Alternativa',  => 'Excluído(s) [_1] estudante(s).',
   
    'Foils'     'Dropping Students'
 => 'Alternativas',  => 'Excluindo Estudantes',
   
    'Folder in Construction Space'     'Dump Course DOCS'
 => 'Pastas na Área de Construção',  => 'Excluir DOCS do curso',
   
    'Format:'     'EMail Address'
 => 'Formato:',  => 'Endereço de E-Mail',
   
    'Forward'     '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.'
 => 'Passar Adiante',  => 'Erros do Editor - estes erros podem não ter efeitos no processamento do problema, mas provavelmente irão causar problemasmais adiante na Edição usando a ferramenta Edit. Por favor, use o modo de Edição XML (EditXML) para corrigir os erros.',
   
    'Forwarded message from'     'Enroll a single student'
 => 'Mensagem Repassada de',  => 'Matricular um único estudante',
   
    'Forwarding'     'Enrolling Students'
 => 'Repassando',  => 'Matriculando estudantes',
   
    'From'     'Error'
 => 'De',  => 'Erro',
   
    'Full Update'     'Error dropping [_1]:[_2]'
 => 'Atualização Completa',  => 'Erro ao exclir [_1]:[_2]',
   
    'Full update (also print list of users not enrolled anymore)'     'False'
 => 'Atualização completa (também imprime lista de usuários já não mais matriculados)',  => 'Falso',
   
    'Functions'     'Field'
 => 'Funções',  => 'Campo',
   
    'Generation'     'Filenames in Construction Space'
 => 'Geração',  => 'Nomes de arquivos na Área de Construção',
   
    'Group/Section'     'First Name'
 => 'Grupo/Seção',  => 'Primeiro Nome',
   
    'HTML/XML'     'Foil'
 => 'HTML/XML',  => 'Alternativa',
   
    'Height(pixel):'     'Foils'
 => 'Altura(pontos):',  => 'Alternativas',
   
    'Hide'     'Folder in Construction Space'
 => 'Ocultar',  => 'Pastas na Área de Construção',
   
    'Hint Text'     'Format:'
 => 'Texto da Dica',  => 'Formato:',
   
    'ID/Student Number'     'Forward'
 => 'ID/Número de Identificação do Estudante',  => 'Passar Adiante',
   
    'Identify fields'     'Forwarded message from'
 => 'Campos de Identificação',  => 'Mensagem Repassada de',
   
    'If active, the new role will be available when the students next log in to LON-CAPA.'     'Forwarding'
 => 'Se estivar ativa, a nova função estára diponível na próxima vez em que o estudante entrar no LON-CAPA.',  => 'Repassando',
   
    'If this resource is in active use, student performance data from the previous version may become inaccessible.'     'From'
 => 'Se este recurso está em uso ativo, os dados do desempenho dos estudates para versão anterior poderá se tornar inacessível.',  => 'De',
   
    'Ignore First Line'     'Full Update'
 => 'Ignorar Primeira Linha',  => 'Atualização Completa',
   
    'Image:'     'Full update (also print list of users not enrolled anymore)'
 => 'Imagem:',  => 'Atualização completa (também imprime lista de usuários já não mais matriculados)',
   
    'Incorrect Answers:'     'Functions'
 => 'Respostas Incorretas:',  => 'Funções',
   
    'Initial Password'     'Generation'
 => 'Senha Inicial',  => 'Geração',
   
    'Interlingua (International Auxiliary Language Association) - ISO'     'Group/Section'
 => 'Interlingua (IALA - Associação Internacional para uma Língua Auxiliar ) - ISO',  => 'Grupo/Seção',
   
    'Internal Filename'     'HTML/XML'
 => 'Nome de arquivo interno',  => 'HTML/XML',
   
    'Invalid home server specified'     'Height(pixel):'
 => 'O servidor HOME especificado é inválido',  => 'Altura(pontos):',
   
    'Keep all Resources up-to-date with most recent Versions (default)'     'Hide'
 => 'Manter todos os Recursos atualizados com as Versões mais recentes (padrão)',  => 'Ocultar',
   
    'LON-CAPA Domain for Students'     'Hint Text'
 => 'Domínio LON-CAPA para os estudantes',  => 'Texto da Dica',
   
    'LON-CAPA Enrollment Manager'     'ID/Student Number'
 => 'Gerenciador de Matrículas do LON-CAPA',  => 'ID/Número de Identificação do Estudante',
   
    'LON-CAPA domain: [_1]'     'Identify fields'
 => 'Domínio LON-CAPA: [_1]',  => 'Campos de Identificação',
   
    'LaTeX batchmode'     'If active, the new role will be available when the students next log in to LON-CAPA.'
 => 'LaTeX batchmode',  => 'Se estivar ativa, a nova função estára diponível na próxima vez em que o estudante entrar no LON-CAPA.',
   
    'LaTeX mode:'     'If this resource is in active use, student performance data from the previous version may become inaccessible.'
 => 'modo LaTeX:',  => 'Se este recurso está em uso ativo, os dados do desempenho dos estudates para versão anterior poderá se tornar inacessível.',
   
    'Last Name'     'Ignore First Line'
 => 'Último Nome',  => 'Ignorar Primeira Linha',
   
    'Last Name, First Names'     'Image:'
 => 'Último Nome, Primeiros Nomes',  => 'Imagem:',
   
    'Last accessed'     'Incorrect Answers:'
 => 'Último acesso',  => 'Respostas Incorretas:',
   
    'Librarian'     'Initial Password'
 => 'Bibliotecário',  => 'Senha Inicial',
   
    'Login Type'     'Internal Filename'
 => 'Tipo de Login',  => 'Nome de arquivo interno',
   
    'Making Backup to'     'Invalid home server specified'
 => 'Criando cópia de segurança em',  => 'O servidor HOME especificado é inválido',
   
    'Mark Unread'     'Keep all Resources up-to-date with most recent Versions (default)'
 => 'Marcado com Não Lido',  => 'Manter todos os Recursos atualizados com as Versões mais recentes (padrão)',
   
    'Max Number Of Shown Foils:'     'LON-CAPA Domain for Students'
 => 'Número Máximo de Alternativas Mostradas:',  => 'Domínio LON-CAPA para os estudantes',
   
    'Max number of foils displayed'     'LON-CAPA Enrollment Manager'
 => 'Número Máximo de Alternativas Exibidas',  => 'Gerenciador de Matrículas do LON-CAPA',
   
    'Metadata'     'LON-CAPA domain: [_1]'
 => 'Meta-dados',  => 'Domínio LON-CAPA: [_1]',
   
    'Metadata Version'     'LaTeX batchmode'
 => 'Versão dos Meta-dados',  => 'LaTeX batchmode',
   
    'Metadata current version'     'LaTeX mode:'
 => 'Versão Corrente dos Meta-dados',  => 'modo LaTeX:',
   
    'Middle Names/Initials'     'Last Name'
 => 'Nomes Intermediários/Iniciais',  => 'Último Nome',
   
    'Modify Parameters'     'Last Name, First Names'
 => 'Modificar Parâmetros',  => 'Último Nome, Primeiros Nomes',
   
    'Modify student data'     'Last accessed'
 => 'Modificar dados de um estudante',  => 'Último acesso',
   
    'Most recently published Version'     'Librarian'
 => 'Mais recente versão publicada',  => 'Bibliotecário',
   
    'Name:'     'Login Type'
 => 'Nome:',  => 'Tipo de Login',
   
    'New Problem Variation'     'Making Backup to'
 => 'Nova Variação do Problema',  => 'Criando cópia de segurança em',
   
    'New Randomization'     'Mark Unread'
 => 'Nova Randomização',  => 'Marcado com Não Lido',
   
    'New parameters or saved values'     'Max Number Of Shown Foils:'
 => 'Novos Parâmetros ou Valores Armazenados',  => 'Número Máximo de Alternativas Mostradas:',
   
    'Next'     'Max number of foils displayed'
 => 'Próximo',  => 'Número Máximo de Alternativas Exibidas',
   
    'No'     'Metadata'
 => 'Não',  => 'Meta-dados',
   
    'No Kerberos domain was specified.'     'Metadata Version'
 => 'Não foi especificado o domínio Kerberos.',  => 'Versão dos Meta-dados',
   
    'No language preference'     'Metadata current version'
 => 'Sem preferência de linguagem',  => 'Versão Corrente dos Meta-dados',
   
    'None Found'     'Middle Names/Initials'
 => 'nenhum encontrado',  => 'Nomes Intermediários/Iniciais',
   
    'Not applicable - '     'Modify Parameters'
 => 'Não aplicável - ',  => 'Modificar Parâmetros',
   
    'Not set - '     'Modify student data'
 => 'Não configurado - ',  => 'Modificar dados de um estudante',
   
    'Not shown, not used'     'Most recently published Version'
 => 'Não mostrado, não usado',  => 'Mais recente versão publicada',
   
    'Note: for large courses, this operation may be time consuming'     'Name:'
 => 'Nota: para cursos extensos, esta operação poderá demorar um pouco',  => 'Nome:',
   
    'Note: this will not take effect if the user already exists'     'New Problem Variation'
 => 'Nota: Isso não terá efeito se o usuário já existe',  => 'Nova Variação do Problema',
   
    'Number of Plots:'     'New Randomization'
 => 'Número de Gráficos:',  => 'Nova Randomização',
   
    'Obsolete parameters or saved values'     'New parameters or saved values'
 => 'Parâmetros obsoletos ou valores armazenados',  => 'Novos Parâmetros ou Valores Armazenados',
   
    'One particular problem (overrides folder and course defaults)'     'Next'
 => 'Um problema particular (sobrepões padrões da pasta e do curso)',  => 'Próximo',
   
    'Only Answers'     'No'
 => 'Somente Respostas',  => 'Não',
   
    'Option Response Problem Analysis'     'No Kerberos domain was specified.'
 => 'Análise do problema Selecione as Alternativas',  => 'Não foi especificado o domínio Kerberos.',
   
    'Option response'     'No language preference'
 => 'Opção Resposta',  => 'Sem preferência de linguagem',
   
    'Please do not reply to this address.'     'None Found'
 => 'Por favor, não responda para este endereço.',  => 'nenhum encontrado',
   
    'Please select a report to generate'     'Not applicable - '
 => 'Por favor, selecione o relatório a ser gerado',  => 'Não aplicável - ',
   
    'Position'     'Not set - '
 => 'Posição',  => 'Não configurado - ',
   
    'Preferred language'     'Not shown, not used'
 => 'Linguagem Preferida',  => 'Não mostrado, não usado',
   
    'Preparing Printout'     'Note: for large courses, this operation may be time consuming'
 => 'Preparando Impressão',  => 'Nota: para cursos extensos, esta operação poderá demorar um pouco',
   
    'Previous'     'Note: this will not take effect if the user already exists'
 => 'Anterior',  => 'Nota: Isso não terá efeito se o usuário já existe',
   
    'Print Index:'     'Number of Plots:'
 => 'Imprimir Índice:',  => 'Número de Gráficos:',
   
    'Print Table of Contents:'     'Obsolete parameters or saved values'
 => 'Imprimir Tabela de Conteúdos:',  => 'Parâmetros obsoletos ou valores armazenados',
   
    'Print:'     'One particular problem (overrides folder and course defaults)'
 => 'Imprimir:',  => 'Um problema particular (sobrepões padrões da pasta e do curso)',
   
    'Problems'     'Only Answers'
 => 'Problemas',  => 'Somente Respostas',
   
    'Problems from entire course'     'Option Response Problem Analysis'
 => 'Problemas do curso inteiro',  => 'Análise do problema Selecione as Alternativas',
   
    'Processed [_1] student(s).'     'Option response'
 => 'Processado(s) [_1] estudante(s).',  => 'Opção Resposta',
   
    'Produce Excel Output'     'Please do not reply to this address.'
 => 'Produzir saída para o Excel',  => 'Por favor, não responda para este endereço.',
   
    'Question Text'     'Please select a report to generate'
 => 'Texto da Questão',  => 'Por favor, selecione o relatório a ser gerado',
   
    'Question Type'     'Position'
 => 'Tipo da Questão',  => 'Posição',
   
    'Random position'     'Preferred language'
 => 'Posição Aleatória',  => 'Linguagem Preferida',
   
    'Re'     'Preparing Printout'
 => 'Re',  => 'Preparando Impressão',
   
    'Re-enrollment will re-activate data.'     'Previous'
 => 'Re-matrícula irá reativar os dados.',  => 'Anterior',
   
    'Record'     'Print Index:'
 => 'Registro',  => 'Imprimir Índice:',
   
    'Registering'     'Print Table of Contents:'
 => 'Registrando',  => 'Imprimir Tabela de Conteúdos:',
   
    'Reply'     'Print:'
 => 'Resposta',  => 'Imprimir:',
   
    'Reset Submissions'     'Problems'
 => 'Reiniciar Submissões',  => 'Problemas',
   
    'Resources from selected sequence in course'     'Problems from entire course'
 => 'Resources from selected sequence in course',  => 'Problemas do curso inteiro',
   
    'Retrieve Published Resources'     'Processed [_1] student(s).'
 => 'Restaurar Recursos Publicados',  => 'Processado(s) [_1] estudante(s).',
   
    'Retrieving current (most recent) version'     'Produce Excel Output'
 => 'Retrieving current (most recent) version',  => 'Produzir saída para o Excel',
   
    'Sample Points:'     'Question Text'
 => 'Sample Points:',  => 'Texto da Questão',
   
    'Samples'     'Question Type'
 => 'Exemplos',  => 'Tipo da Questão',
   
    'Save as ...'     'Random position'
 => 'Salvar como ...',  => 'Posição Aleatória',
   
    'Select Printing Options:'     'Re'
 => 'Select Printing Options:',  => 'Re',
   
    'Select a course'     'Re-enrollment will re-activate data.'
 => 'Selecione um curso',  => 'Re-matrícula irá reativar os dados.',
   
    'Selecting a User'     'Record'
 => 'Selecione um Usuário',  => 'Registro',
   
    'Send New'     'Registering'
 => 'Enviar ',  => 'Registrando',
   
    'Send Reply'     'Reply'
 => 'Enviar Resposta',  => 'Resposta',
   
    'Send as critical message'     'Reset Submissions'
 => 'Enviar como mensagem crítica',  => 'Reiniciar Submissões',
   
    'Set Version to be used in Course'     'Resources from selected sequence in course'
 => 'Setar Versão a ser usada no Curso',  => 'Resources from selected sequence in course',
   
    'Set Versions to be used in Course according to Selections below'     'Retrieve Published Resources'
 => 'Setar Versões a serem usadas no Curso de acordo com as Seleções abaixo ',  => 'Restaurar Recursos Publicados',
   
    'Set all Resource Versions to current Version (Fix Versions)'     'Retrieving current (most recent) version'
 => 'Setar todas as Versões de Recursos para Versão Corrente (Corrigir Versões)',  => 'Retrieving current (most recent) version',
   
    'Short string response'     'Sample Points:'
 => 'Resposta em curta cadeia de caracteres (string)',  => 'Sample Points:',
   
    'Show Preview'     'Samples'
 => 'Pré-visualizar',  => 'Exemplos',
   
    'Show always at bottom position'     'Save as ...'
 => 'Mostrar sempre na posição inferior',  => 'Salvar como ...',
   
    'Show always at top position'     'Select Printing Options:'
 => 'Mostrar sempre na posição superior',  => 'Select Printing Options:',
   
    'Simple Problem Editor'     'Select a course'
 => 'Editor de Problema Simplificado',  => 'Selecione um curso',
   
    'Size:'     'Selecting a User'
 => 'Tamanho:',  => 'Selecione um Usuário',
   
    'Space separated'     'Send New'
 => 'separado por espaço',  => 'Enviar ',
   
    'Starting'     'Send Reply'
 => 'Iniciando',  => 'Enviar Resposta',
   
    'Starting and Ending Dates'     'Send as critical message'
 => 'Datas de Início e de Finalização',  => 'Enviar como mensagem crítica',
   
    'Save Changes'     'Set Version to be used in Course'
 => 'Salvar Alterações',  => 'Setar Versão a ser usada no Curso',
   
    'Student Data Compilation Progress'     'Set Versions to be used in Course according to Selections below'
 => 'Progresso da Compilação dos Dados do Estudante',  => 'Setar Versões a serem usadas no Curso de acordo com as Seleções abaixo ',
   
    'Student Data Compilation Status'     'Set all Resource Versions to current Version (Fix Versions)'
 => 'Estado da Compilação dos Dados do Estudante',  => 'Setar todas as Versões de Recursos para Versão Corrente (Corrigir Versões)',
   
    'Student Number'     'Short string response'
 => 'Número do Estudante',  => 'Resposta em curta cadeia de caracteres (string)',
   
    'Student Sheet Links'     'Show Preview'
 => 'Links para planilha dos estudantes',  => 'Pré-visualizar',
   
    'Submission Time Analysis'     'Show always at bottom position'
 => 'Análise dos tempos de submissão das respostas',  => 'Mostrar sempre na posição inferior',
   
    'Submit Changes and Edit'     'Show always at top position'
 => 'Submeter Alterações e Editar',  => 'Mostrar sempre na posição superior',
   
    'Tabulator separated'     'Simple Problem Editor'
 => 'Tabulator separado',  => 'Editor de Problema Simplificado',
   
    'TeXWidth(mm):'     'Size:'
 => 'TeXWidth(mm):',  => 'Tamanho:',
   
    'Text'     'Space separated'
 => 'Texto',  => 'separado por espaço',
   
    'Text Block'     'Starting'
 => 'Bloco de Texto',  => 'Iniciando',
   
    'The optional email address field was not specified.'     'Starting and Ending Dates'
 => 'O campo E-mail (opcional) não foi especificado.',  => 'Datas de Início e de Finalização',
   
    'The optional name field was not specified.'     'Save Changes'
 => 'O campo Nome (opcional) não foi especificado.',  => 'Salvar Alterações',
   
    'The optional section or group field was not specified.'     'Student Data Compilation Progress'
 => 'O campo Seção/Grupo (opcional) não foi especificado.',  => 'Progresso da Compilação dos Dados do Estudante',
   
    'The optional student number field was not specified.'     'Student Data Compilation Status'
 => 'O campo Número do Estudante (opcional) não foi especificado.',  => 'Estado da Compilação dos Dados do Estudante',
   
    'There are no students currently enrolled.'     'Student Number'
 => 'Não existem estudantes matriculados no momento.',  => 'Número do Estudante',
   
    'There is no student data for this problem.'     'Student Sheet Links'
 => 'Não existem dados de estudantes para este problema.',  => 'Links para planilha dos estudantes',
   
    'This is an automatic message generated by the LON-CAPA system.'     'Submission Time Analysis'
 => 'Esta é uma mensagem gerada automaticamente pelo sistema LON-CAPA.',  => 'Análise dos tempos de submissão das respostas',
   
    'Threaded View'     'Submit Changes and Edit'
 => 'Visualização em Linha (Threaded)',  => 'Submeter Alterações e Editar',
   
    'Time'     'Tabulator separated'
 => 'Tempo',  => 'Tabulator separado',
   
    'To'     'TeXWidth(mm):'
 => 'Para',  => 'TeXWidth(mm):',
   
    'Total number of records found in file: [_1].'     'Text'
 => 'Número total de registros encontrados no arquivo: [_1].',  => 'Texto',
   
    'True'     'Text Block'
 => 'Verdadeiro',  => 'Bloco de Texto',
   
    'Type in value'     'The optional email address field was not specified.'
 => 'Digite um valor',  => 'O campo E-mail (opcional) não foi especificado.',
   
    'Type:'     'The optional name field was not specified.'
 => 'Tipo:',  => 'O campo Nome (opcional) não foi especificado.',
   
    'Unable to enroll students'     'The optional section or group field was not specified.'
 => 'Não foi possível matricular os estudantes',  => 'O campo Seção/Grupo (opcional) não foi especificado.',
   
    'Uncheck All'     'The optional student number field was not specified.'
 => 'Deselecionar Tudo',  => 'O campo Número do Estudante (opcional) não foi especificado.',
   
    'Undetermined - ISO'     'There are no students currently enrolled.'
 => 'Indeterminado - ISO',  => 'Não existem estudantes matriculados no momento.',
   
    'Unit:'     'There is no student data for this problem.'
 => 'Unidade:',  => 'Não existem dados de estudantes para este problema.',
   
    'Unsuccessful Login'     'This is an automatic message generated by the LON-CAPA system.'
 => 'Login mal sucedido',  => 'Esta é uma mensagem gerada automaticamente pelo sistema LON-CAPA.',
   
    'Update Student Data'     'Threaded View'
 => 'Atualizar dados do estudante',  => 'Visualização em Linha (Threaded)',
   
    'Updating discussion time'     'Time'
 => 'Atualizando tempo de discussão',  => 'Tempo',
   
    'Upload a class list'     'To'
 => 'Carregar uma lista de estudantes',  => 'Para',
   
    'Upload file to Construction Space'     'Total number of records found in file: [_1].'
 => 'Carregar arquivo para Área de Construção',  => 'Número total de registros encontrados no arquivo: [_1].',
   
    'Uploading Class List'     'True'
 => 'Carregando lista de estudantes',  => 'Verdadeiro',
   
    'Value'     'Type in value'
 => 'Valor',  => 'Digite um valor',
   
    'Verify Content'     'Type:'
 => 'Verificar Conteúdo',  => 'Tipo:',
   
    'Version changes since Yesterday'     'Unable to enroll students'
 => 'Alterações na versão desde ontem',  => 'Não foi possível matricular os estudantes',
   
    'Version changes since last Month'     'Uncheck All'
 => 'Alterações na versão desde o mês passado',  => 'Deselecionar Tudo',
   
    'Version changes since last Week'     'Unit:'
 => 'Alterações na versão desde a última semana',  => 'Unidade:',
   
    'Version changes since start of Course'     'Unsuccessful Login'
 => 'Alterações na versão desde o início do Curso',  => 'Login mal sucedido',
   
    'Version used in Course'     'Update Student Data'
 => 'Versão usada no Curso',  => 'Atualizar dados do estudante',
   
    'View Class List'     'Updating discussion time'
 => 'Ver Lista de Estudantes',  => 'Atualizando tempo de discussão',
   
    'Warning!'     'Upload a class list'
 => 'Alerta!',  => 'Carregar uma lista de estudantes',
   
    'Width(pixel):'     'Upload file to Construction Space'
 => 'Largura(pontos):',  => 'Carregar arquivo para Área de Construção',
   
    'With Answers'     'Uploading Class List'
 => 'Com Respostas',  => 'Carregando lista de estudantes',
   
    'Without Answers'     'Value'
 => 'Sem Respostas',  => 'Valor',
   
    'You have no critical messages.'     'Verify Content'
 => 'Você não tem mensagens críticas.',  => 'Verificar Conteúdo',
   
    'You must choose an authentication type.'     'Version changes since Yesterday'
 => 'Você precisa selecionar algum tipo de autenticação.',  => 'Alterações na versão desde ontem',
   
    'You need to specify the Kerberos domain.'     'Version changes since last Month'
 => 'Você precisa especificar o domínio Kerberos.',  => 'Alterações na versão desde o mês passado',
   
    'You need to specify the initial password.'     'Version changes since last Week'
 => 'Você precisa especificar uma senha inicial.',  => 'Alterações na versão desde a última semana',
   
    'You need to specify the username field.'     'Version changes since start of Course'
 => 'Você precisa especificar o campo Username.',  => 'Alterações na versão desde o início do Curso',
   
    'Your Version Settings have been Saved'     'Version used in Course'
 => 'Suas configurações de Versão foram armazenadas',  => 'Versão usada no Curso',
   
    '[_1] Do not change login data'     'View Class List'
 => '[_1] Não alterar dados de login',  => 'Ver Lista de Estudantes',
   
    '[_1] Filesystem Authenticated (with initial password [_2])'     'Warning!'
 => '[_1] Autenticação via Sistema de Arquivos (com a seguinte senha inicial [_2])',  => 'Alerta!',
   
    '[_1] Internally authenticated (with initial password [_2])'     'Width(pixel):'
 => '[_1] Autenticado Internamente (com a seguinte senha inicial [_2])',  => 'Largura(pontos):',
   
    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'     'With Answers'
 => '[_1] Autenticação via Kerberos, domínio [_2] [_3] Versão 4 [_4] Versão 5',  => 'Com Respostas',
   
    '[_1] Local Authentication with arguement [_2]'     'Without Answers'
 => '[_1] Autenticação Local com argumento [_2]',  => 'Sem Respostas',
   
    'and return receipt'     'You have no critical messages.'
 => 'e recibo de devolução',  => 'Você não tem mensagens críticas.',
   
    'anonymous'     'You must choose an authentication type.'
 => 'anônimo',  => 'Você precisa selecionar algum tipo de autenticação.',
   
    'bytes'     'You need to specify the Kerberos domain.'
 => 'bytes',  => 'Você precisa especificar o domínio Kerberos.',
   
    'can not be accessed from your location.'     'You need to specify the initial password.'
 => 'não pode ser acessado a partir da sua localização.',  => 'Você precisa especificar uma senha inicial.',
   
    'file<br />extension'     'You need to specify the username field.'
 => 'estensão <br /> do arquivo',  => 'Você precisa especificar o campo Username.',
   
    'most recent'     'Your Version Settings have been Saved'
 => 'mais recente',  => 'Suas configurações de Versão foram armazenadas',
   
    'name only visible to course faculty'     '[_1] Do not change login data'
 => 'nome visível apenas para Faculdade do curso',  => '[_1] Não alterar dados de login',
   
    'publisher<br />owner'     '[_1] Filesystem Authenticated (with initial password [_2])'
 => 'publicador<br />dono',  => '[_1] Autenticação via Sistema de Arquivos (com a seguinte senha inicial [_2])',
   
    'standard LaTeX mode'     '[_1] Internally authenticated (with initial password [_2])'
 => 'modo LaTeX padrão ',  => '[_1] Autenticado Internamente (com a seguinte senha inicial [_2])',
   
    'versions of this problem'     '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
 => 'versões deste problema',  => '[_1] Autenticação via Kerberos, domínio [_2] [_3] Versão 4 [_4] Versão 5',
   
    'loginproblems.html'     '[_1] Local Authentication with arguement [_2]'
 => 'loginproblems_pt.html',  => '[_1] Autenticação Local com argumento [_2]',
   
 # ----     'and return receipt'
   => 'e recibo de devolução',
    'Course announcements and my calendar'  
 => 'Calendário e notícias do curso',     'anonymous'
   => 'anônimo',
    'calendar[_1]'  
 => 'Notícias e',     'bytes'
   => 'bytes',
    'announce[_1]'  
 => 'calendário',     'can not be accessed from your location.'
   => 'não pode ser acessado a partir da sua localização.',
   
 # ----     'file<br />extension'
   => 'estensão <br /> do arquivo',
    'Send and receive messages'  
 => 'Enviar e Receber Mensagens',     'most recent'
   => 'mais recente',
    'commu-[_1]'  
 => 'Gerenciar',     'name only visible to course faculty'
   => 'nome visível apenas para Faculdade do curso',
    'nication[_1]'  
 => 'mensagens',     'publisher<br />owner'
   => 'publicador<br />dono',
   
 # ----     'standard LaTeX mode'
   => 'modo LaTeX padrão ',
    'Enter the chatroom for the course'  
 => 'Entrar na sala de bate-papo do curso',     'versions of this problem'
   => 'versões deste problema',
    'course[_10]'  
 => 'Sala de',     'loginproblems.html'
   => 'loginproblems_pt.html',
    'chat[_1]'  
 => 'Bate-Papo',  # ----
   
      'Course announcements and my calendar'
 # ----  => 'Calendário e notícias do curso',
   
    'Search the contents of this course'     'calendar[_1]'
 => 'Pesquisa nos conteúdos do curso',  => 'Notícias e',
   
    'search[_1]'     'announce[_1]'
 => 'Pesquisar',  => 'calendário',
   
    'course[_11]'  
 => 'conteudos',  # ----
   
      'Send and receive messages'
 # ----  => 'Enviar e Receber Mensagens',
   
    'Search the database of published resources'     'commu-[_1]'
 => 'Pesquisar a base de recursos publicados',  => 'Gerenciar',
   
    'search[_2]'     'nication[_1]'
 => 'Pesquisar',  => 'mensagens',
   
    'library[_1]'  
 => 'recursos',  # ----
   
      'Enter the chatroom for the course'
 # ----  => 'Entrar na sala de bate-papo do curso',
   
    'Set my user preferences'     'course[_10]'
 => 'Configurar minhas preferências pessoais',  => 'Sala de',
   
    'prefer-[_1]'     'chat[_1]'
 => 'Preferencias',  => 'Bate-Papo',
   
    'ences[_1]'  
 => 'Pessoais',  # ----
   
      'Search the contents of this course'
 # ----  => 'Pesquisa nos conteúdos do curso',
   
    'Exit LON-CAPA'     'search[_1]'
 => 'Sair do LON-CAPA',  => 'Pesquisar',
   
    'exit[_1]'     'course[_11]'
 => 'Sair do',  => 'conteudos',
   
    ' [_1]'  
 => 'LON-CAPA',  # ----
   
      'Search the database of published resources'
 # ----  => 'Pesquisar a base de recursos publicados',
   
    'Switch to another user role'     'search[_2]'
 => 'Trocar de Função',  => 'Pesquisar',
   
    'switch[_2]'     'library[_1]'
 => 'Trocar',  => 'recursos',
   
    'role[_1]'  
 => 'função',  # ----
   
      'Set my user preferences'
 # ----  => 'Configurar minhas preferências pessoais',
   
    'Choose the user role'     'prefer-[_1]'
 => 'Selecionar a Função',  => 'Preferencias',
   
    'choose[_2]'     'ences[_1]'
 => 'Trocar',  => 'Pessoais',
   
    'role[_2]'  
 => 'função',  # ----
   
      'Exit LON-CAPA'
 # ----  => 'Sair do LON-CAPA',
   
    'Choose the course to work on'     'exit[_1]'
 => 'Selecione o curso a ser trabalhado',  => 'Sair do',
   
    'choose[_1]'     ' [_1]'
 => 'Selecionar',  => 'LON-CAPA',
   
    'course[_1]'  
 => 'curso',  # ----
   
      'Switch to another user role'
 # ----  => 'Trocar de Função',
   
    'Switch to another course'     'switch[_2]'
 => 'Trocar de curso',  => 'Trocar',
   
    'switch[_1]'     'role[_1]'
 => 'Selecionar',  => 'função',
   
    'course[_2]'  
 => 'curso',  # ----
   
      'Choose the user role'
 # ----  => 'Selecionar a Função',
   
    'View documents included in this course'     'choose[_2]'
 => 'Ver documentos do curso',  => 'Trocar',
   
    'course[_3]'     'role[_2]'
 => 'Ver docs.',  => 'função',
   
    'docs[_1]'  
 => 'do curso',  # ----
   
      'Choose the course to work on'
 # ----  => 'Selecione o curso a ser trabalhado',
   
    'Edit and view documents included in this course'     'choose[_1]'
 => 'Editar e verificar documentos deste curso',  => 'Selecionar',
   
    'edit crs[_1]'     'course[_1]'
 => 'Editar documentos',  => 'curso',
   
    'docs[_2]'  
 => 'do curso',  # ----
   
      'Switch to another course'
 # ----  => 'Trocar de curso',
   
    'Navigate the table of contents for this course'     'switch[_1]'
 => 'Navegar conteúdos deste curso',  => 'Selecionar',
   
    'navigate[_1]'     'course[_2]'
 => 'Navegar',  => 'curso',
   
    'contents[_1]'  
 => 'conteudos',  # ----
   
      'View documents included in this course'
 # ----  => 'Ver documentos do curso',
   
    'Show Problem Completeness'     'course[_3]'
 => 'Ver desempenho na solução dos problemas',  => 'Ver docs.',
   
    'my[_1]'     'docs[_1]'
 => 'Minha',  => 'do curso',
   
    'grades[_1]'  
 => 'nota',  # ----
   
      'Edit and view documents included in this course'
 # ----  => 'Editar e verificar documentos deste curso',
   
    'Calculate course grades (Spreadsheet)'     'edit crs[_1]'
 => 'Planilha para cálculo das notas do curso',  => 'Editar documentos',
   
    'course[_4]'     'docs[_2]'
 => 'Planilha de',  => 'do curso',
   
    'grades[_2]'  
 => 'notas do curso',  # ----
   
      'Navigate the table of contents for this course'
 # ----  => 'Navegar conteúdos deste curso',
   
    'View the course assessment progress chart'     'navigate[_1]'
 => 'Ver quadro de avaliação dos estudantes do curso',  => 'Navegar',
   
    'course[_5]'     'contents[_1]'
 => 'Avaliação',  => 'conteudos',
   
    'chart[_1]'  
 => 'dos estudantes',  # ----
   
      'Show Problem Completeness'
 # ----  => 'Ver desempenho na solução dos problemas',
   
    'View course assessment statistics'     'my[_1]'
 => 'Ver estatísticas dos problemas resolvidos pelos estudantes',  => 'Minha',
   
    'course[_6]'     'grades[_1]'
 => 'Estatística',  => 'nota',
   
    'stats[_1]'  
 => 'do curso',  # ----
   
      'Calculate course grades (Spreadsheet)'
 # ----  => 'Planilha para cálculo das notas do curso',
   
    'Drop/Add students in this course'     'course[_4]'
 => 'Adicionar/Remover estudantes do curso',  => 'Planilha de',
   
    'course[_7]'     'grades[_2]'
 => 'Matrícular',  => 'notas do curso',
   
    'enroll[_1]'  
 => 'estudantes',  # ----
   
      'View the course assessment progress chart'
 # ----  => 'Ver quadro de avaliação dos estudantes do curso',
   
    'Manage Access Keys'     'course[_5]'
 => 'Gerenciar senhas de acesso ao curso',  => 'Avaliação',
   
    'manage[_1]'     'chart[_1]'
 => 'Gerenciar',  => 'dos estudantes',
   
    'acc keys[_1]'  
 => 'chav. de acesso',  # ----
   
      'View course assessment statistics'
 # ----  => 'Ver estatísticas dos problemas resolvidos pelos estudantes',
   
    'Create a user or modify the roles and privileges of a user'     'course[_6]'
 => 'Adicionar usuário ou modificar funções e privilégios de um usuário',  => 'Estatística',
   
    'user[_1]'     'stats[_1]'
 => 'Gerenciar',  => 'do curso',
   
    'roles[_1]'  
 => 'usuarios',  # ----
   
      'Drop/Add students in this course'
 # ----  => 'Adicionar/Remover estudantes do curso',
   
    'Create a user or modify the roles and privileges of a user'     'course[_7]'
 => 'Adicionar usuário ou modificar funções e privilégios de um usuário',  => 'Matrícular',
   
    'user[_1]'     'enroll[_1]'
 => 'Gerenciar',  => 'estudantes',
   
    'roles[_1]'  
 => 'usuarios',  # ----
   
      'Manage Access Keys'
 # ----  => 'Gerenciar senhas de acesso ao curso',
   
    'Create a user or modify the roles and privileges of a user'     'manage[_1]'
 => 'Adicionar usuário ou modificar funções e privilégios de um usuário',  => 'Gerenciar',
   
    'user[_1]'     'acc keys[_1]'
 => 'Gerenciar',  => 'chav. de acesso',
   
    'roles[_1]'  
 => 'usuarios',  # ----
   
      'Create a user or modify the roles and privileges of a user'
 # ----  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
   
    'Create a new course'     'user[_1]'
 => 'Criar um novo curso',  => 'Gerenciar',
   
    'create[_1]'     'roles[_1]'
 => 'Criar',  => 'usuarios',
   
    'course[_8]'  
 => 'curso',  # ----
   
      'Create a user or modify the roles and privileges of a user'
 # ----  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
   
    'Set deadlines and other assessment parameters, as well as modify course environment'     'user[_1]'
 => 'Alterar o ambiente do curso, setar prazos finais e outros parâmetros de avaliação',  => 'Gerenciar',
   
    'course[_9]'     'roles[_1]'
 => 'Parametros',  => 'usuarios',
   
    'parms[_1]'  
 => 'do curso',  # ----
   
      'Create a user or modify the roles and privileges of a user'
 # ----  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
   
    'Enter my resource construction space'     'user[_1]'
 => 'Entrar na Área de Construção',  => 'Gerenciar',
   
    'con-[_1]'     'roles[_1]'
 => 'Área de',  => 'usuarios',
   
    'struct[_1]'  
 => 'construção',  # ----
   
      'Create a new course'
 # ----  => 'Criar um novo curso',
   
    'Enter construction space as a co-author'     'create[_1]'
 => 'Entrar na Área de Construção como Co-Autor',  => 'Criar',
   
    'co con-[_1]'     'course[_8]'
 => 'Á. cstrção.',  => 'curso',
   
    'struct[_2]'  
 => 'como co-autor',  # ----
   
      'Set deadlines and other assessment parameters, as well as modify course environment'
 # ----  => 'Alterar o ambiente do curso, setar prazos finais e outros parâmetros de avaliação',
   
    'Browse published resources'     'course[_9]'
 => 'Navegar pelos Recursos Publicados',  => 'Parametros',
   
    'resource[_1]'     'parms[_1]'
 => 'Navegar',  => 'do curso',
   
    'space[_1]'  
 => 'recursos',  # ----
   
      'Enter my resource construction space'
 # ----  => 'Entrar na Área de Construção',
   
    'Browse published resources'     'con-[_1]'
 => 'Navegar pelos Recursos Publicados',  => 'Área de',
   
    'co res[_1]'     'struct[_1]'
 => 'Navegar',  => 'construção',
   
    'space[_2]'  
 => 'recursos',  # ----
   
      'Enter construction space as a co-author'
 # ----  => 'Entrar na Área de Construção como Co-Autor',
   
    'Browse published resources'     'co con-[_1]'
 => 'Navegar pelos Recursos Publicados',  => 'Á. cstrção.',
   
    'resource[_1]'     'struct[_2]'
 => 'Navegar',  => 'como co-autor',
   
    'space[_1]'  
 => 'recursos',  # ----
   
      'Browse published resources'
 # ----  => 'Navegar pelos Recursos Publicados',
   
    'Enter grades from check-out assessment resources'     'resource[_1]'
 => 'Entrar com as notas obidas de recursos de avaliação',  => 'Navegar',
   
    'enter[_1]'     'space[_1]'
 => 'Entrar',  => 'recursos',
   
    'grades[_2]'  
 => 'notas',  # ----
   
      'Browse published resources'
 # ----  => 'Navegar pelos Recursos Publicados',
   
    'Send Scantron data to a course'     'co res[_1]'
 => 'Enviar dados de Scantron para um curso',  => 'Navegar',
   
    'send[_1]'     'space[_2]'
 => 'Entrar',  => 'recursos',
   
    'scantron[_1]'  
 => 'notas',  # ----
   
      'Browse published resources'
 # ----  => 'Navegar pelos Recursos Publicados',
   
    'Use or edit my bookmark collection'     'resource[_1]'
 => 'Usar ou editar minha coleção de marcadores',  => 'Navegar',
   
    'view[_1]'     'space[_1]'
 => 'Visualizar',  => 'recursos',
   
    'bookmark[_1]'  
 => 'marcadores',  # ----
   
      'Enter grades from check-out assessment resources'
 #SYNC Tue Aug 15 14:23:38 2006  => 'Entrar com as notas obidas de recursos de avaliação',
    '"[_1]" for default hiding'  
 => '"[_1]" for default hiding',     'enter[_1]'
 # "[_1]" fou padrão hiding  => 'Entrar',
    '"[_1]" for visible separation'  
 => '"[_1]" for visible separation',     'grades[_2]'
 # "[_1]" fou visible sepaRemion  => 'notas',
    '"[_1]" if allowed, anything else if not'  
 => '"[_1]" if allowed, anything else if not',  
 # "[_1]" if tudooQua, anything else if Nãot  # ----
    '"[_1]" to disable, anything else if not'  
 => '"[_1]" to disable, anything else if not',     'Send Scantron data to a course'
 # "[_1]" Para disable, anything else if Nãot  => 'Enviar dados de Scantron para um curso',
    '# Do not translate this line.  [_1] is a check box'  
 => '# Do not translate this line.  [_1] is a check box',     'send[_1]'
 # # Do Nãot transleme this line.  [_1] is a check box  => 'Entrar',
    '# 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',     'scantron[_1]'
 # # Do Nãot transleme this line.  [_1] is a check box, [_2] is a Texto entry Campo  => 'notas',
    '# Do not translate this line.  [_1] is a column index.'  
 => '# Do not translate this line.  [_1] is a column index.',  
 # # Do Nãot transleme this line.  [_1] is a Coluna 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.',     'Use or edit my bookmark collection'
 # # Do Nãot transleme this line.  [_1] is a drop-down box listing Domínios.  => 'Usar ou editar minha coleção de marcadores',
    '# Do not translate this line.  [_1] is a username'  
 => '# Do not translate this line.  [_1] is a username',     'view[_1]'
 # # Do Nãot transleme this line.  [_1] is a geRenciarNome  => 'Visualizar',
    '# Do not translate this line.  [_1] is the number of students processed'  
 => '# Do not translate this line.  [_1] is the number of students processed',     'bookmark[_1]'
 # # Do Nãot transleme this line.  [_1] is the number de Estudantes processed  => 'marcadores',
    '# 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 Nãot transleme this line.  [_1] is geRenciarNome, [_2] - [_5] aRe first, middle, and last Nomes, and geneRemion.  #SYNC Tue Aug 15 14:23:38 2006
    '# Do not translate this line.  [_1] is username, [_2] is error message'     '"[_1]" for default hiding'
 => '# Do not translate this line.  [_1] is username, [_2] is error message',  => '"[_1]" for default hiding',
 # # Do Nãot transleme this line.  [_1] is geRenciarNome, [_2] is errou message  # "[_1]" fou padrão hiding
    '# Do not translate this line.  [_1] is username@domain'     '"[_1]" for visible separation'
 => '# Do not translate this line.  [_1] is username@domain',  => '"[_1]" for visible separation',
 # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio  # "[_1]" fou visible sepaRemion
    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'     '"[_1]" if allowed, anything else if not'
 => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',  => '"[_1]" if allowed, anything else if not',
 # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio [_2] is the errou message.  # "[_1]" if tudooQua, anything else if Nãot
    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'     '"[_1]" to disable, anything else if not'
 => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',  => '"[_1]" to disable, anything else if not',
 # # Do Nãot transleme this line.  [_1], [_3], and [_4] aRe check boxes  # "[_1]" Para disable, anything else if Nãot
    '# Do not translate this line.  [_2] is a text entry element'     '# Do not translate this line.  [_1] is a check box'
 => '# Do not translate this line.  [_2] is a text entry element',  => '# Do not translate this line.  [_1] is a check box',
 # # Do Nãot transleme this line.  [_2] is a Texto entry element  # # Do Nãot transleme this line.  [_1] is a check box
    '# [_1] is a drop-down selection box'     '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
 => '# [_1] is a drop-down selection box',  => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
 # # [_1] is a drop-down Selecionarion box  # # Do Nãot transleme this line.  [_1] is a check box, [_2] is a Texto entry Campo
    '# [_1] is a number [_2] is the current domain'     '# Do not translate this line.  [_1] is a column index.'
 => '# [_1] is a number [_2] is the current domain',  => '# Do not translate this line.  [_1] is a column index.',
 # # [_1] is a number [_2] is the Corrente Domínio  # # Do Nãot transleme this line.  [_1] is a Coluna index.
    '# [_1] is an html link to the current file '     '# Do not translate this line.  [_1] is a drop-down box listing domains.'
 => '# [_1] is an html link to the current file ',  => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
 # # [_1] is an HTML link Para the Corrente Arquivo  # # Do Nãot transleme this line.  [_1] is a drop-down box listing Domínios.
    '# _1 is a selection dialog'     '# Do not translate this line.  [_1] is a username'
 => '# _1 is a selection dialog',  => '# Do not translate this line.  [_1] is a username',
 # #LON-CAPA1 is a Selecionarion dialog  # # Do Nãot transleme this line.  [_1] is a geRenciarNome
    '# _1 is a server name'     '# Do not translate this line.  [_1] is the number of students processed'
 => '# _1 is a server name',  => '# Do not translate this line.  [_1] is the number of students processed',
 # #LON-CAPA1 is a Servidor Nome  # # Do Nãot transleme this line.  [_1] is the number de Estudantes processed
    '# _1 is search string'     '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
 => '# _1 is search string',  => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
 # #LON-CAPA1 is pesquisar string  # # Do Nãot transleme this line.  [_1] is geRenciarNome, [_2] - [_5] aRe first, middle, and last Nomes, and geneRemion.
    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"     '# Do not translate this line.  [_1] is username, [_2] is error message'
 => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",  => '# Do not translate this line.  [_1] is username, [_2] is error message',
 # #LON-CAPA1,LON-CAPA3, andLON-CAPA5 aRe link anchous,LON-CAPA2,_4, andLON-CAPA6 aRe '</a>'  # # Do Nãot transleme this line.  [_1] is geRenciarNome, [_2] is errou message
    '#[_1] is the foil name'     '# Do not translate this line.  [_1] is username@domain'
 => '#[_1] is the foil name',  => '# Do not translate this line.  [_1] is username@domain',
 # #[_1] is the Alternativa Nome  # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio
    '#_1 is the foil name, _2 is the current value of the foil'     '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
 => '#_1 is the foil name, _2 is the current value of the foil',  => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
 # #_1 is the Alternativa Nome,LON-CAPA2 is the Corrente Valor de the Alternativa  # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio [_2] is the errou message.
    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'     '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
 => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',  => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
 # &quot; [_1] &quot; is Nãot an acceptable number de Tentativas. Tentativas must be a positive number with Não decimal point.  # # Do Nãot transleme this line.  [_1], [_3], and [_4] aRe check boxes
    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'     '# Do not translate this line.  [_2] is a text entry element'
 => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',  => '# Do not translate this line.  [_2] is a text entry element',
 # &quot; [_1] &quot; is Nãot an acceptable weight. Weight must be a positive number.  # # Do Nãot transleme this line.  [_2] is a Texto entry element
    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'     '# [_1] is a drop-down selection box'
 => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',  => '# [_1] is a drop-down selection box',
 # (fornecer maximum [_1] collabouemous using geRenciarNome ou geRenciarNome@Domínio, e.g. smithje ou smithje@[_2].)  # # [_1] is a drop-down Selecionarion box
    '(Hand in a file you have prepared on your computer)'     '# [_1] is a number [_2] is the current domain'
 => '(Hand in a file you have prepared on your computer)',  => '# [_1] is a number [_2] is the current domain',
 # (Hand in a Arquivo you have PReparard on your computer)  # # [_1] is a number [_2] is the Corrente Domínio
    ', select a template from the pull-down menu below.'     '# [_1] is an html link to the current file '
 => ', select a template from the pull-down menu below.',  => '# [_1] is an html link to the current file ',
 # , Selecione um templeme De the pull-down menu below.  # # [_1] is an HTML link Para the Corrente Arquivo 
    '1 minute'     '# _1 is a selection dialog'
 => '1 minute',  => '# _1 is a selection dialog',
   # #LON-CAPA1 is a Selecionarion dialog
    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'     '# _1 is a server name'
 => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',  => '# _1 is a server name',
 # <*Response>s aRe both inside de <Parte> and outside de <Parte>, this is Nãot a valid problema, errous in Grading Maio occur.  # #LON-CAPA1 is a Servidor Nome
    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'     '# _1 is search string'
 => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',  => '# _1 is search string',
 # <b>HTML tudooQua</b>: Discussion Parteicipants can use limited HTML in their postings.  # #LON-CAPA1 is pesquisar string
    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'     "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
 => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',  => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
 # <b>HTML banned</b>: HTML will Nãot be tudooQua in discussion postings.  # #LON-CAPA1,LON-CAPA3, andLON-CAPA5 aRe link anchous,LON-CAPA2,_4, andLON-CAPA6 aRe '</a>'
    '<b>Instructor</b> - instructors will not be able to participate in discussions'     '#[_1] is the foil name'
 => '<b>Instructor</b> - instructors will not be able to participate in discussions',  => '#[_1] is the foil name',
 # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para Parteicipeme in Discussões  # #[_1] is the Alternativa Nome
    '<b>Instructor</b> - instructors will not be able to use or view the chat room'     '#_1 is the foil name, _2 is the current value of the foil'
 => '<b>Instructor</b> - instructors will not be able to use or view the chat room',  => '#_1 is the foil name, _2 is the current value of the foil',
 # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para use ou acessar the chem room  # #_1 is the Alternativa Nome,LON-CAPA2 is the Corrente Valor de the Alternativa
    '<b>Students</b> - students will not be able to participate in discussions'     '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
 => '<b>Students</b> - students will not be able to participate in discussions',  => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
 # <b>Estudantes</b> - Estudantes will Nãot be able Para Parteicipeme in Discussões  # &quot; [_1] &quot; is Nãot an acceptable number de Tentativas. Tentativas must be a positive number with Não decimal point.
    '<b>Students</b> - students will not be able to use or view the chat room.'     '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
 => '<b>Students</b> - students will not be able to use or view the chat room.',  => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
 # <b>Estudantes</b> - Estudantes will Nãot be able Para use ou acessar the chem room.  # &quot; [_1] &quot; is Nãot an acceptable weight. Weight must be a positive number.
    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'     '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
 => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',  => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
 # <b>Assistente do professors</b> - Assistente do professors will Nãot be able Para Parteicipeme in Discussões  # (fornecer maximum [_1] collabouemous using geRenciarNome ou geRenciarNome@Domínio, e.g. smithje ou smithje@[_2].)
    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'     '(Hand in a file you have prepared on your computer)'
 => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',  => '(Hand in a file you have prepared on your computer)',
 # <b>Assistente do professors</b> - Assistente do professors will Nãot be able use ou acessar the chem room  # (Hand in a Arquivo you have PReparard on your computer)
    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'     ', select a template from the pull-down menu below.'
 => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',  => ', select a template from the pull-down menu below.',
 # <p>Your Corrente LON-CAPA Domínio is &quot;<b>[_1]</b>&quot;.</p>  # , Selecione um templeme De the pull-down menu below.
    'ABSTRACT'     '1 minute'
 => 'ABSTRACT',  => '1 minute',
 # Resumo  
    'Access Control'     '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
 => 'Access Control',  => '<*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 de <Parte> and outside de <Parte>, this is Nãot a valid problema, errous in Grading Maio occur.
    'Activate'     '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
 => 'Activate',  => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
 # Activeme  # <b>HTML tudooQua</b>: Discussion Parteicipants can use limited HTML in their postings.
    'Add Roles'     '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
 => 'Add Roles',  => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
 # Add usuários  # <b>HTML banned</b>: HTML will Nãot be tudooQua in discussion postings.
    'Add new option'     '<b>Instructor</b> - instructors will not be able to participate in discussions'
 => 'Add new option',  => '<b>Instructor</b> - instructors will not be able to participate in discussions',
   # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para Parteicipeme in Discussões
    "Add one empty page/column after each student's assignment"     '<b>Instructor</b> - instructors will not be able to use or view the chat room'
 => "Add one empty page/column after each student's assignment",  => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
 # Add one Vazio Mapa/Sequënciaa/Exercícios/Coluna after each Estudante's assignment  # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para use ou acessar the chem room
    "Add three empty pages/column after each student's assignment"     '<b>Students</b> - students will not be able to participate in discussions'
 => "Add three empty pages/column after each student's assignment",  => '<b>Students</b> - students will not be able to participate in discussions',
 # Add thRee Vazio páginas/Coluna after each Estudante's assignment  # <b>Estudantes</b> - Estudantes will Nãot be able Para Parteicipeme in Discussões
    "Add two empty pages/column after each student's assignment"     '<b>Students</b> - students will not be able to use or view the chat room.'
 => "Add two empty pages/column after each student's assignment",  => '<b>Students</b> - students will not be able to use or view the chat room.',
 # Add two Vazio páginas/Coluna after each Estudante's assignment  # <b>Estudantes</b> - Estudantes will Nãot be able Para use ou acessar the chem room.
    'Additional Recipients'     '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
 => 'Additional Recipients',  => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
   # <b>Assistente do professors</b> - Assistente do professors will Nãot be able Para Parteicipeme in Discussões
    'Additional settings, if specified below, will override cloned settings'     '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
 => 'Additional settings, if specified below, will override cloned settings',  => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
   # <b>Assistente do professors</b> - Assistente do professors will Nãot be able use ou acessar the chem room
    'Advanced Edit'     '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
 => 'Advanced Edit',  => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
 # Advanced Editarar  # <p>Your Corrente LON-CAPA Domínio is &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.'     'ABSTRACT'
 => '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.',  => 'ABSTRACT',
 # Advanced: You can sFim the feedback De diffeRent Seções Para diffeRent people, Por doing the following: SepaReme each entry with a comma. Para sFim feedback Para a certain addRess fou diffeRent Seções, appFim the Seção Nome ou Nomes (sepaRemed Por semi-colons) in a paRentheTamanhod list after the geRenciar:Domínio. Fou example, john102:msu(001;002;003),bob293:msu(004;005;006),madeCimaNome:heRe(007;008;009) will route  feedback Para &quot;john102&quot; fou SeçõesLON-CAPA, 2, and 3, Para &quot;bob293&quot; fou 4, 5, and 6, and Para &quot;madeCimaNome:heRe&quot; fou 7, 8, and 9. Nãote theRe is Não RequiRement them the addResses be in any Parteicular Domínio.  # Resumo
    'All Resources'     'Access Control'
 => 'All Resources',  => 'Access Control',
 # tudo Recursos  
    'All Students'     'Activate'
 => 'All Students',  => 'Activate',
 # tudo Estudantes  # Activeme
    '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;.'     'Add Roles'
 => '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;.',  => 'Add Roles',
 # tudo settings which you can Alterar with this Ajudaer can also be Alterard Por going Para the Pa.m.scReen and clicking on the &quot;Set  environment&quot; butParan. If you do Nãot have experience cooudineming LON-CAPA s ou if you pRefer the Ajudaer interface, please click Próximo -&gt;.  # Add usuários
    'Allow limited HTML in discussion posts'     'Add new option'
 => 'Allow limited HTML in discussion posts',  => 'Add new option',
 # tudoow limited HTML in discussion posts  
    'Allow problems to be split over pages'     "Add one empty page/column after each student's assignment"
 => 'Allow problems to be split over pages',  => "Add one empty page/column after each student's assignment",
 # tudoow problemas Para be split over páginas  # Add one Vazio Mapa/Sequënciaa/Exercícios/Coluna after each Estudante's assignment
    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'     "Add three empty pages/column after each student's assignment"
 => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',  => "Add three empty pages/column after each student's assignment",
 # tudooQua Arquivo Extensions fou CarRegado Arquivos (CarRegadoArquivoTipos)  # Add thRee Vazio páginas/Coluna after each Estudante's assignment
    'Allowed filetypes: <b>[_1]</b>'     "Add two empty pages/column after each student's assignment"
 => 'Allowed filetypes: <b>[_1]</b>',  => "Add two empty pages/column after each student's assignment",
 # tudooQua ArquivoTipos: <b>[_1]</b>  # Add two Vazio páginas/Coluna after each Estudante's assignment
    'An error occured during the attempt to change the section for this student.'     'Additional Recipients'
 => 'An error occured during the attempt to change the section for this student.',  => 'Additional Recipients',
 # An errou occuRed during the emtempt Para Alterar the Seção fou this Estudante.  
    'An error occurred during the attempt to change the role information for this student.'     'Additional settings, if specified below, will override cloned settings'
 => 'An error occurred during the attempt to change the role information for this student.',  => 'Additional settings, if specified below, will override cloned settings',
 # An errou occurRed during the emtempt Para Alterar the sua função umemion fou this Estudante.  
    'Analyzing Results'     'Advanced Edit'
 => 'Analyzing Results',  => 'Advanced Edit',
   # Advanced Editarar
    'Answer Date (answerdate)'     '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.'
 => 'Answer Date (answerdate)',  => '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.',
 # Resposta Deme (Respostademe)  # Advanced: You can sFim the feedback De diffeRent Seções Para diffeRent people, Por doing the following: SepaReme each entry with a comma. Para sFim feedback Para a certain addRess fou diffeRent Seções, appFim the Seção Nome ou Nomes (sepaRemed Por semi-colons) in a paRentheTamanhod list after the geRenciar:Domínio. Fou example, john102:msu(001;002;003),bob293:msu(004;005;006),madeCimaNome:heRe(007;008;009) will route  feedback Para &quot;john102&quot; fou SeçõesLON-CAPA, 2, and 3, Para &quot;bob293&quot; fou 4, 5, and 6, and Para &quot;madeCimaNome:heRe&quot; fou 7, 8, and 9. Nãote theRe is Não RequiRement them the addResses be in any Parteicular Domínio.
    'Answer Submitted: Your final submission will be graded after the due date.'     'All Resources'
 => 'Answer Submitted: Your final submission will be graded after the due date.',  => 'All Resources',
 # Resposta Submeterted: Your final submission will be graded after the Limite deme.  # tudo Recursos
    'Answerable'     'All Students'
 => 'Answerable',  => 'All Students',
 # Respostaable  # tudo Estudantes
    'Assessment Parameters'     '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;.'
 => 'Assessment Parameters',  => '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;.',
 # Avaliação Parameters  # tudo settings which you can Alterar with this Ajudaer can also be Alterard Por going Para the Pa.m.scReen and clicking on the &quot;Set  environment&quot; butParan. If you do Nãot have experience cooudineming LON-CAPA s ou if you pRefer the Ajudaer interface, please click Próximo -&gt;.
    'Automated Enrollment Manager'     'Allow limited HTML in discussion posts'
 => 'Automated Enrollment Manager',  => 'Allow limited HTML in discussion posts',
 # AuParamemed memrícula.m.nt geRenciarr  # tudoow limited HTML in discussion posts
    'Automated adds'     'Allow problems to be split over pages'
 => 'Automated adds',  => 'Allow problems to be split over pages',
 # AuParamemed adds  # tudoow problemas Para be split over páginas
    'Automated drops'     'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
 => 'Automated drops',  => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
 # AuParamemed drops  # tudooQua Arquivo Extensions fou CarRegado Arquivos (CarRegadoArquivoTipos)
    'Automated enrollment settings'     'Allowed filetypes: <b>[_1]</b>'
 => 'Automated enrollment settings',  => 'Allowed filetypes: <b>[_1]</b>',
 # AuParamemed memrícula.m.nt settings  # tudooQua ArquivoTipos: <b>[_1]</b>
    'Bad Filename'     'An error occurred during the attempt to change the section for this student.'
 => 'Bad Filename',  => 'An error occurred during the attempt to change the section for this student.',
 # Bad ArquivoNome  # An errou occuRed during the emtempt Para Alterar the Seção fou this Estudante.
    'Begin Enrollment'     'An error occurred during the attempt to change the role information for this student.'
 => 'Begin Enrollment',  => 'An error occurred during the attempt to change the role information for this student.',
 # Begin memrícula.m.nt  # An errou occurRed during the emtempt Para Alterar the sua função umemion fou this Estudante.
    'Binary File'     'Analyzing Results'
 => 'Binary File',  => 'Analyzing Results',
 # Binary Arquivo  
    'Blank'     'Answer Date (answerdate)'
 => 'Blank',  => 'Answer Date (answerdate)',
   # Resposta Deme (Respostademe)
    'Browse'     'Answer Submitted: Your final submission will be graded after the due date.'
 => 'Browse',  => 'Answer Submitted: Your final submission will be graded after the due date.',
 # BLinhase  # Resposta Submeterted: Your final submission will be graded after the Limite deme.
    'CSV format'     'Answerable'
 => 'CSV format',  => 'Answerable',
 # CSV foumem  # Respostaable
    'Cannot publish directory'     'Assessment Parameters'
 => 'Cannot publish directory',  => 'Assessment Parameters',
 # CanNãot Publica diRecParauy  # Avaliação Parameters
    'Cannot retrieve directory'     'Automated Enrollment Manager'
 => 'Cannot retrieve directory',  => 'Automated Enrollment Manager',
 # CanNãot Restaurar diRecParauy  # AuParamemed memrícula.m.nt geRenciarr
    'Catalog Search'     'Automated adds'
 => 'Catalog Search',  => 'Automated adds',
 # Cemalog pesquisar  # AuParamemed adds
    'Change User Privileges'     'Automated drops'
 => 'Change User Privileges',  => 'Automated drops',
 # Alterar geRenciar Privileges  # AuParamemed drops
    'Chat Participation'     'Automated enrollment settings'
 => 'Chat Participation',  => 'Automated enrollment settings',
 # chem Parteicipemion  # AuParamemed memrícula.m.nt settings
    'Click here for FAQ'     'Bad Filename'
 => 'Click here for FAQ',  => 'Bad Filename',
 # Click heRe fou FAQ  # Bad ArquivoNome
    'Click here for help'     'Begin Enrollment'
 => 'Click here for help',  => 'Begin Enrollment',
 # Click heRe fou Ajuda  # Begin memrícula.m.nt
    'Click here to report bugs'     'Binary File'
 => 'Click here to report bugs',  => 'Binary File',
 # Click heRe Para Repout bugs  # Binary Arquivo
    'Click here to return to the chart.'     'Blank'
 => 'Click here to return to the chart.',  => 'Blank',
 # Click heRe Para Return Para the quadro.  
    'Client IP/Name Access Control (acc)'     'Browse'
 => 'Client IP/Name Access Control (acc)',  => 'Browse',
 # Client IP/Nome Access Control (acc)  # BLinhase
    'Clone an existing course'     'CSV format'
 => 'Clone an existing course',  => 'CSV format',
 # Clone an existing  # CSV foumem
    'Close This Window'     'Cannot publish directory'
 => 'Close This Window',  => 'Cannot publish directory',
 # feche esta janela  # CanNãot Publica diRecParauy
    'Closed'     'Cannot retrieve directory'
 => 'Closed',  => 'Cannot retrieve directory',
 # Fechard  # CanNãot Restaurar diRecParauy
    'Communication'     'Catalog Search'
 => 'Communication',  => 'Catalog Search',
 # Commu  # Cemalog pesquisar
    'Compare versions of'     'Change User Privileges'
 => 'Compare versions of',  => 'Change User Privileges',
 # CompaRe Versãos de  # Alterar geRenciar Privileges
    'Completed'     'Chat Participation'
 => 'Completed',  => 'Chat Participation',
   # chem Parteicipemion
    'Completely new course'     'Click here for FAQ'
 => 'Completely new course',  => 'Click here for FAQ',
 # Completely new  # Click heRe fou FAQ
    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'     'Click here for help'
 => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',  => 'Click here for help',
 # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.  # Click heRe fou Ajuda
    'Construction Space Version'     'Click here to report bugs'
 => 'Construction Space Version',  => 'Click here to report bugs',
 # Conde Recursosion publicado(s) Versão  # Click heRe Para Repout bugs
    'Continue'     'Click here to return to the chart.'
 => 'Continue',  => 'Click here to return to the chart.',
   # Click heRe Para Return Para the quadro.
    'Copy current file to'     'Client IP/Name Access Control (acc)'
 => 'Copy current file to',  => 'Client IP/Name Access Control (acc)',
 # Copy Corrente Arquivo Para  # Client IP/Nome Access Control (acc)
    'Copy selected'     'Clone an existing course'
 => 'Copy selected',  => 'Clone an existing course',
 # Copy SelecionaRed  # Clone an existing 
    'Course Code'     'Close This Window'
 => 'Course Code',  => 'Close This Window',
 #  Code  # feche esta janela
    'Course Content'     'Closed'
 => 'Course Content',  => 'Closed',
 #  Content  # Fechard
    'Course Data'     'Communication'
 => 'Course Data',  => 'Communication',
 #  Dema  # Commu
    'Course Home Server'     'Compare versions of'
 => 'Course Home Server',  => 'Compare versions of',
 #  Home Servidor  # CompaRe Versãos de
    'Course ID or number'     'Completed'
 => 'Course ID or number',  => 'Completed',
 #  ID ou number  
    'Course ID/Number'     'Completely new course'
 => 'Course ID/Number',  => 'Completely new course',
 #  ID/Number  # Completely new 
    'Course Information'     'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
 => 'Course Information',  => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
 #  umemion  # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.
    'Course Initialization Helper'     'Construction Space Version'
 => 'Course Initialization Helper',  => 'Construction Space Version',
 #  Initializemion Ajudaer  # Conde Recursosion publicado(s) Versão
    'Course Level'     'Continue'
 => 'Course Level',  => 'Continue',
 #  Level  
    'Course Search'     'Copy current file to'
 => 'Course Search',  => 'Copy current file to',
 #  pesquisar  # Copy Corrente Arquivo Para
    'Course Title'     'Copy selected'
 => 'Course Title',  => 'Copy selected',
 #  Título  # Copy SelecionaRed
    'Course default for all problems'     'Course Code'
 => 'Course default for all problems',  => 'Course Code',
 #  padrão fou tudo problemas  #  Code
    '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 Content'
 => '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 Content',
 #  members can provide feedback about the . You can escolha who will Receive the feedback, such as a diffeRent inde Recursosou ou a TA. Please fornecer their LON-CAPA addRess below, in the foum geRenciar:Domínio, wheRe &quot;geRenciar&quot; and &quot;Domínio&quot; aRe both the LON-CAPA geRenciarNome and LON-CAPA Domínio, Nãot an Endereço de E-Mail.  #  Content
    'Courses'     'Course Data'
 => 'Courses',  => 'Course Data',
 # s  #  Dema
    'Create New User'     'Course Home Server'
 => 'Create New User',  => 'Course Home Server',
 # criar New geRenciar  #  Home Servidor
    'Create User'     'Course ID or number'
 => 'Create User',  => 'Course ID or number',
 # criar geRenciar  #  ID ou number
    'Creating a new'     'Course ID/Number'
 => 'Creating a new',  => 'Course ID/Number',
 # CReeming a new  #  ID/Number
    'Crosslisted courses'     'Course Information'
 => 'Crosslisted courses',  => 'Course Information',
 # Crosslisted s  #  umemion
    'Current Class List'     'Course Initialization Helper'
 => 'Current Class List',  => 'Course Initialization Helper',
 # Corrente Class List  #  Initializemion Ajudaer
    'Current Ending Date: [_1]'     'Course Level'
 => 'Current Ending Date: [_1]',  => 'Course Level',
 # Corrente Fiming Deme: [_1]  #  Level
    'Current Ending Date: not set'     'Course Search'
 => 'Current Ending Date: not set',  => 'Course Search',
 # Corrente Fiming Deme: Nãot set  #  pesquisar
    'Current Resource'     'Course Title'
 => 'Current Resource',  => 'Course Title',
 # Corrente Recurso(s)  #  Título
    'Current Starting Date: [_1]'     'Course default for all problems'
 => 'Current Starting Date: [_1]',  => 'Course default for all problems',
 # Corrente Iniciando Deme: [_1]  #  padrão fou tudo problemas
    'Current Starting Date: not set'     '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.'
 => 'Current Starting Date: not set',  => '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.',
 # Corrente Iniciando Deme: Nãot set  #  members can provide feedback about the . You can escolha who will Receive the feedback, such as a diffeRent inde Recursosou ou a TA. Please fornecer their LON-CAPA addRess below, in the foum geRenciar:Domínio, wheRe &quot;geRenciar&quot; and &quot;Domínio&quot; aRe both the LON-CAPA geRenciarNome and LON-CAPA Domínio, Nãot an Endereço de E-Mail.
    'Current Version'     'Courses'
 => 'Current Version',  => 'Courses',
 # Corrente Versão  # s
    'Currently no active roles or courses'     'Create New User'
 => 'Currently no active roles or courses',  => 'Create New User',
 # Correntely Não active usuários ou s  # criar New geRenciar
    'Currently no additional roles or courses'     'Create User'
 => 'Currently no additional roles or courses',  => 'Create User',
 # Correntely Não additional usuários ou s  # criar geRenciar
    'Currently submitted: <tt>[_1]</tt>'     'Creating a new'
 => 'Currently submitted: <tt>[_1]</tt>',  => 'Creating a new',
 # Correntely Submeterted: <tt>[_1]</tt>  # CReeming a new
    'Custom Role Editor'     'Crosslisted courses'
 => 'Custom Role Editor',  => 'Crosslisted courses',
 # CusParam sua função Editararou  # Crosslisted s
    'Cut selected'     'Current Class List'
 => 'Cut selected',  => 'Current Class List',
 # Cut SelecionaRed  # Corrente Class List
    'Decompress'     'Current Ending Date: [_1]'
 => 'Decompress',  => 'Current Ending Date: [_1]',
   # Corrente Fiming Deme: [_1]
    'Default Assessment Spreadsheet'     'Current Ending Date: not set'
 => 'Default Assessment Spreadsheet',  => 'Current Ending Date: not set',
 # padrão Avaliação SpReadsheet  # Corrente Fiming Deme: Nãot set
    'Default Course Spreadsheet'     'Current Resource'
 => 'Default Course Spreadsheet',  => 'Current Resource',
 # padrão  SpReadsheet  # Corrente Recurso(s)
    'Default Student Spreadsheet'     'Current Starting Date: [_1]'
 => 'Default Student Spreadsheet',  => 'Current Starting Date: [_1]',
 # padrão Estudante SpReadsheet  # Corrente Iniciando Deme: [_1]
    'Default XML Style File'     'Current Starting Date: not set'
 => 'Default XML Style File',  => 'Current Starting Date: not set',
 # padrão XML Style Arquivo  # Corrente Iniciando Deme: Nãot set
    'Default beginning date when enrolling students'     'Current Version'
 => 'Default beginning date when enrolling students',  => 'Current Version',
 # padrão beginning deme when memrículasing Estudantes  # Corrente Versão
    'Default ending date when enrolling students'     'Currently no active roles or courses'
 => 'Default ending date when enrolling students',  => 'Currently no active roles or courses',
 # padrão Fiming deme when memrículasing Estudantes  # Correntely Não active usuários ou s
    'Default for new courses is'     'Currently no additional roles or courses'
 => 'Default for new courses is',  => 'Currently no additional roles or courses',
 # padrão fou new s is  # Correntely Não additional usuários ou s
    'Default set of options to pass to tth/m when converting tex'     'Currently submitted: <tt>[_1]</tt>'
 => 'Default set of options to pass to tth/m when converting tex',  => 'Currently submitted: <tt>[_1]</tt>',
 # padrão set de options Para pass Para tth/m when converting tex  # Correntely Submeterted: <tt>[_1]</tt>
    'Define Role'     'Custom Role Editor'
 => 'Define Role',  => 'Custom Role Editor',
 # Define sua função  # CusParam sua função Editararou
    'Dependencies'     'Cut selected'
 => 'Dependencies',  => 'Cut selected',
 # DepFimencies  # Cut SelecionaRed
    'Disable display of problem receipts'     'Decompress'
 => 'Disable display of problem receipts',  => 'Decompress',
 # Disable Display de problema Receipts  
    'Disable student resource discussion'     'Default Assessment Spreadsheet'
 => 'Disable student resource discussion',  => 'Default Assessment Spreadsheet',
 # Disable Estudante Recurso(s) discussion  # padrão Avaliação SpReadsheet
    'Disable student use of chatrooms'     'Default Course Spreadsheet'
 => 'Disable student use of chatrooms',  => 'Default Course Spreadsheet',
 # Disable Estudante use de chemrooms  # padrão  SpReadsheet
    'Disallow Resource Discussion for Roles'     'Default Student Spreadsheet'
 => 'Disallow Resource Discussion for Roles',  => 'Default Student Spreadsheet',
 # Distudoow Recurso(s) Discussion fou usuários  # padrão Estudante SpReadsheet
    'Disallow Resource Discussion for Users'     'Default XML Style File'
 => 'Disallow Resource Discussion for Users',  => 'Default XML Style File',
 # Distudoow Recurso(s) Discussion fou geRenciars  # padrão XML Style Arquivo
    'Disallow live chatroom use for Roles'     'Default beginning date when enrolling students'
 => 'Disallow live chatroom use for Roles',  => 'Default beginning date when enrolling students',
 # Distudoow live chemroom use fou usuários  # padrão beginning deme when memrículasing Estudantes
    'Disallow live chatroom use for Users'     'Default ending date when enrolling students'
 => 'Disallow live chatroom use for Users',  => 'Default ending date when enrolling students',
 # Distudoow live chemroom use fou geRenciars  # padrão Fiming deme when memrículasing Estudantes
    'Discussion Participation'     'Default for new courses is'
 => 'Discussion Participation',  => 'Default for new courses is',
 # Discussion Parteicipemion  # padrão fou new s is
    'Display file attributes'     'Default set of options to pass to tth/m when converting tex'
 => 'Display file attributes',  => 'Default set of options to pass to tth/m when converting tex',
 # Display Arquivo emtributes  # padrão set de options Para pass Para tth/m when converting tex
    'Do NOT generate as standard course'     'Define Role'
 => 'Do NOT generate as standard course',  => 'Define Role',
 # Do NãoT geneReme as standard  # Define sua função
    'Do not show plain URL (encrypturl)'     'Dependencies'
 => 'Do not show plain URL (encrypturl)',  => 'Dependencies',
 # Do Nãot show plain URL (encryptURL)  # DepFimencies
    'Domain Level'     'Disable display of problem receipts'
 => 'Domain Level',  => 'Disable display of problem receipts',
 # Domínio Level  # Disable Display de problema Receipts
    "Don't Show Feedback"     'Disable student resource discussion'
 => "Don't Show Feedback",  => 'Disable student resource discussion',
   # Disable Estudante Recurso(s) discussion
    'Due Date (contentclose)'     'Disable student use of chatrooms'
 => 'Due Date (contentclose)',  => 'Disable student use of chatrooms',
 # Limite Deme (contentFechar)  # Disable Estudante use de chemrooms
    'Due Date (duedate)'     'Disallow Resource Discussion for Roles'
 => 'Due Date (duedate)',  => 'Disallow Resource Discussion for Roles',
 # Limite Deme (Limitedeme)  # Distudoow Recurso(s) Discussion fou usuários
    'Duration of automated classlist updates'     'Disallow Resource Discussion for Users'
 => 'Duration of automated classlist updates',  => 'Disallow Resource Discussion for Users',
 # DuRemion de auParamemed classlist Cimademes  # Distudoow Recurso(s) Discussion fou geRenciars
    'Dynamic Metadata (updated periodically)'     'Disallow live chatroom use for Roles'
 => 'Dynamic Metadata (updated periodically)',  => 'Disallow live chatroom use for Roles',
 # Dynamic Metadema (emualizado periódicamente)  # Distudoow live chemroom use fou usuários
    'ERROR'     'Disallow live chatroom use for Users'
 => 'ERROR',  => 'Disallow live chatroom use for Users',
 # ERRou  # Distudoow live chemroom use fou geRenciars
    'Edit Custom Role Privileges'     'Discussion Participation'
 => 'Edit Custom Role Privileges',  => 'Discussion Participation',
 # Editarar CusParam sua função Privileges  # Discussion Parteicipemion
    'End Time'     'Display file attributes'
 => 'End Time',  => 'Display file attributes',
 # Fim Tempo  # Display Arquivo emtributes
    'Ending Date'     'Do NOT generate as standard course'
 => 'Ending Date',  => 'Do NOT generate as standard course',
 # Fiming Deme  # Do NãoT geneReme as standard 
    'English - ISO'     'Do not show plain URL (encrypturl)'
 => 'English - ISO',  => 'Do not show plain URL (encrypturl)',
   # Do Nãot show plain URL (encryptURL)
    'Enroll One Student'     'Domain Level'
 => 'Enroll One Student',  => 'Domain Level',
 # memrículas One Estudante  # Domínio Level
    'Enroll as student'     "Don't Show Feedback"
 => 'Enroll as student',  => "Don't Show Feedback",
 # memrículas as Estudante  
    'Enrolling'     'Due Date (contentclose)'
 => 'Enrolling',  => 'Due Date (contentclose)',
 # memrículasing  # Limite Deme (contentFechar)
    'Enrolling Student'     'Due Date (duedate)'
 => 'Enrolling Student',  => 'Due Date (duedate)',
 # memrículasing Estudante  # Limite Deme (Limitedeme)
    '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.'     'Duration of automated classlist updates'
 => '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.',  => 'Duration of automated classlist updates',
 # fornecer as many Campos as you can. The Sistema will um you and bring you back Para this Mapa/Sequënciaa/Exercícios if the dema SelecionaRed is insufficient Para memrículas Estudantes in your class.  # DuRemion de auParamemed classlist Cimademes
    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'     'Dynamic Metadata (updated periodically)'
 => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',  => 'Dynamic Metadata (updated periodically)',
 # fornecer terms ou phrases sepaRemed Por AND, ou, ou NãoT Então pRess pesquisar below  # Dynamic Metadema (emualizado periódicamente)
    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'     'ERROR'
 => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',  => 'ERROR',
 # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT  # ERRou
    'Entering Construction Space'     'Edit Custom Role Privileges'
 => 'Entering Construction Space',  => 'Edit Custom Role Privileges',
 # fornecering Conde Recursosion publicado(s)  # Editarar CusParam sua função Privileges
    'Error: Directory Non Empty'     'End Time'
 => 'Error: Directory Non Empty',  => 'End Time',
 # Errou: DiRecParauy Nãon Vazio  # Fim Tempo
    'Error: destination for operation is an existing directory.'     'Ending Date'
 => 'Error: destination for operation is an existing directory.',  => 'Ending Date',
 # Errou: destinemion fou opeRemion is an existing diRecParauy.  # Fiming Deme
    'Essay, open end'     'Enroll One Student'
 => 'Essay, open end',  => 'Enroll One Student',
 # Essay, Abrir Fim  # memrículas One Estudante
    'Evaluation Error '     'Enroll as student'
 => 'Evaluation Error ',  => 'Enroll as student',
 # EValormion Errou  # memrículas as Estudante
    'Every problem in a particular folder (overrides course default)'     'Enrolling'
 => 'Every problem in a particular folder (overrides course default)',  => 'Enrolling',
 # Every problema in a Parteicular Pasta (overrides  padrão)  # memrículasing
    'Exam Problem'     'Enrolling Student'
 => 'Exam Problem',  => 'Enrolling Student',
 # Exam problema  # memrículasing Estudante
    'Excel format'     '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.'
 => 'Excel format',  => '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.',
 # Excel foumem  # fornecer as many Campos as you can. The Sistema will um you and bring you back Para this Mapa/Sequënciaa/Exercícios if the dema SelecionaRed is insufficient Para memrículas Estudantes in your class.
    'Exit'     'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
 => 'Exit',  => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
 # sair  # fornecer terms ou phrases sepaRemed Por AND, ou, ou NãoT Então pRess pesquisar below
    'Feedback Addresses for Course Content'     'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
 => 'Feedback Addresses for Course Content',  => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
 # Feedback AddResses fou  Content  # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT
    'Feedback Addresses for Course Content Comments'     'Entering Construction Space'
 => 'Feedback Addresses for Course Content Comments',  => 'Entering Construction Space',
 # Feedback AddResses fou  Content Comments  # fornecering Conde Recursosion publicado(s)
    'Feedback Addresses for Course Policy'     'Error: Directory Non Empty'
 => 'Feedback Addresses for Course Policy',  => 'Error: Directory Non Empty',
 # Feedback AddResses fou  Policy  # Errou: DiRecParauy Nãon Vazio
    'Feedback Addresses for Resource Content Question'     'Error: destination for operation is an existing directory.'
 => 'Feedback Addresses for Resource Content Question',  => 'Error: destination for operation is an existing directory.',
 # Feedback AddResses fou Recurso(s) Content Question  # Errou: destinemion fou opeRemion is an existing diRecParauy.
    'Finish Helper'     'Essay, open end'
 => 'Finish Helper',  => 'Essay, open end',
 # Finish Ajudaer  # Essay, Abrir Fim
    'First'     'Evaluation Error '
 => 'First',  => 'Evaluation Error ',
   # EValormion Errou 
    'First Resource'     'Every problem in a particular folder (overrides course default)'
 => 'First Resource',  => 'Every problem in a particular folder (overrides course default)',
 # First Recurso(s)  # Every problema in a Parteicular Pasta (overrides  padrão)
    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'     'Exam Problem'
 => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',  => 'Exam Problem',
 # Alternativa Nome <b><tt>[_1]</tt></b> appears moue than once. Alternativa Nomes need Para be unique.  # Exam problema
    'Folder/Map'     'Excel format'
 => 'Folder/Map',  => 'Excel format',
 # Pasta/Mapa/Sequëncia  # Excel foumem
    'For one or more students'     'Exit'
 => 'For one or more students',  => 'Exit',
 # Fou one ou moue Estudantes  # sair
    'Found a <*response> outside of a <part> in a <part>ed problem'     'Feedback Addresses for Course Content'
 => 'Found a <*response> outside of a <part> in a <part>ed problem',  => 'Feedback Addresses for Course Content',
 # Found a <*Response> outside de a <Parte> in a <Parte>ed problema  # Feedback AddResses fou  Content
    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'     'Feedback Addresses for Course Content Comments'
 => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',  => 'Feedback Addresses for Course Content Comments',
 # Found Não analyzable Respones in this problema, Correntely only Numerical, Foumula and String Response styles aRe sCiMapa/Sequënciaouted.  # Feedback AddResses fou  Content Comments
    'Generate messages from a file'     'Feedback Addresses for Course Policy'
 => 'Generate messages from a file',  => 'Feedback Addresses for Course Policy',
 # GeneReme messages De a Arquivo  # Feedback AddResses fou  Policy
    'German - ISO'     'Feedback Addresses for Resource Content Question'
 => 'German - ISO',  => 'Feedback Addresses for Resource Content Question',
   # Feedback AddResses fou Recurso(s) Content Question
    'Go'     'Finish Helper'
 => 'Go',  => 'Finish Helper',
   # Finish Ajudaer
    'Go to ...'     'First'
 => 'Go to ...',  => 'First',
 # Go Para ...  
    'HTML can be allowed or banned inside of course discussion.'     'First Resource'
 => 'HTML can be allowed or banned inside of course discussion.',  => 'First Resource',
 # HTML can be tudooQua ou banned inside de  discussion.  # First Recurso(s)
    'HTML in Discussions'     'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
 => 'HTML in Discussions',  => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
 # HTML in Discussões  # Alternativa Nome <b><tt>[_1]</tt></b> appears moue than once. Alternativa Nomes need Para be unique.
    'Hand Graded (handgrade)'     'Folder/Map'
 => 'Hand Graded (handgrade)',  => 'Folder/Map',
   # Pasta/Mapa/Sequëncia
    'Help on Creating Courses'     'For one or more students'
 => 'Help on Creating Courses',  => 'For one or more students',
 # Ajuda on CReeming s  # Fou one ou moue Estudantes
    'Hide Empty Rows in Spreadsheets'     'Found a <*response> outside of a <part> in a <part>ed problem'
 => 'Hide Empty Rows in Spreadsheets',  => 'Found a <*response> outside of a <part> in a <part>ed problem',
 # Ocultar Vazio Linhas in SpReadsheets  # Found a <*Response> outside de a <Parte> in a <Parte>ed problema
    'Home Server'     'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
 => 'Home Server',  => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
 # Home Servidor  # Found Não analyzable Respones in this problema, Correntely only Numerical, Foumula and String Response styles aRe sCiMapa/Sequënciaouted.
    'Homework problem'     'Generate messages from a file'
 => 'Homework problem',  => 'Generate messages from a file',
 # Homewouk problema  # GeneReme messages De a Arquivo
    'How do I create a CSV file from a spreadsheet'     'Go'
 => 'How do I create a CSV file from a spreadsheet',  => 'Go',
 # How do I criar a CSV Arquivo De a spReadsheet  
    'How do I create a class list from a spreadsheet'     'Go to ...'
 => 'How do I create a class list from a spreadsheet',  => 'Go to ...',
 # How do I criar a class list De a spReadsheet  # Go Para ...
    'How many tries should be set for all problems in the course?'     'HTML can be allowed or banned inside of course discussion.'
 => 'How many tries should be set for all problems in the course?',  => 'HTML can be allowed or banned inside of course discussion.',
 # How many Tentativas should be set fou tudo problemas in the ?  # HTML can be tudooQua ou banned inside de  discussion.
    'How many tries should be set for the selected folder?'     'HTML in Discussions'
 => 'How many tries should be set for the selected folder?',  => 'HTML in Discussions',
 # How many Tentativas should be set fou the SelecionaRed Pasta?  # HTML in Discussões
    'How many tries should be set for the selected problem?'     'Hand Graded (handgrade)'
 => 'How many tries should be set for the selected problem?',  => 'Hand Graded (handgrade)',
 # How many Tentativas should be set fou the SelecionaRed problema?  
    'How should the results be printed?'     'Help on Creating Courses'
 => 'How should the results be printed?',  => 'Help on Creating Courses',
   # Ajuda on CReeming s
    'Immediately expire own role as Course Coordinator'     'Hide Empty Rows in Spreadsheets'
 => 'Immediately expire own role as Course Coordinator',  => 'Hide Empty Rows in Spreadsheets',
 # Immediemely expiRe own sua função as  Cooudinemou  # Ocultar Vazio Linhas in SpReadsheets
    'Import and Paste Area'     'Home Server'
 => 'Import and Paste Area',  => 'Home Server',
 # Impout and Paste ARea  # Home Servidor
    'Include retrieval of student photographs?'     'Homework problem'
 => 'Include retrieval of student photographs?',  => 'Homework problem',
 # Include Retrieval de Estudante phoParagraphs?  # Homewouk problema
    'Institutional Information'     'How do I create a CSV file from a spreadsheet'
 => 'Institutional Information',  => 'How do I create a CSV file from a spreadsheet',
 # Institutional umemion  # How do I criar a CSV Arquivo De a spReadsheet
    'Invalid Significant figures detected'     'How do I create a class list from a spreadsheet'
 => 'Invalid Significant figures detected',  => 'How do I create a class list from a spreadsheet',
   # How do I criar a class list De a spReadsheet
    'Invalid characters in requested name have been removed.'     'How many tries should be set for all problems in the course?'
 => 'Invalid characters in requested name have been removed.',  => 'How many tries should be set for all problems in the course?',
 # Invalid characters in Requested Nome have been Removed.  # How many Tentativas should be set fou tudo problemas in the ?
    'Invalid login mode or password.'     'How many tries should be set for the selected folder?'
 => 'Invalid login mode or password.',  => 'How many tries should be set for the selected folder?',
 # Invalid login mode ou passwoud.  # How many Tentativas should be set fou the SelecionaRed Pasta?
    'Invalid username or domain'     'How many tries should be set for the selected problem?'
 => 'Invalid username or domain',  => 'How many tries should be set for the selected problem?',
 # Invalid geRenciarNome ou Domínio  # How many Tentativas should be set fou the SelecionaRed problema?
    'Japanese - UTF'     'How should the results be printed?'
 => 'Japanese - UTF',  => 'How should the results be printed?',
   
    'KEYWORDS'     'Immediately expire own role as Course Coordinator'
 => 'KEYWORDS',  => 'Immediately expire own role as Course Coordinator',
 # KEYWouDS  # Immediemely expiRe own sua função as  Cooudinemou
    '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.'     'Import and Paste Area'
 => '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.',  => 'Import and Paste Area',
 # LON-CAPA has live chem functionality. This  will Receive its own chem room. You Maio deny Estudantes, TAs, ou inde Recursosous the right Para access the chem room.  # Impout and Paste ARea
    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'     'Include retrieval of student photographs?'
 => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',  => 'Include retrieval of student photographs?',
 # LON-CAPA Hosts Discussões on tudo Recursos in a . Por padrão, tudo geRenciars aRe tudooQua Para Parteicipeme in these Discussões. If you do Nãot wish certain Tipos de geRenciars Para be able Para use the discussion feemuRes, Selecionar those Tipos below. Nãote your class Maio Nãot have tudo de these usuários; you Maio safely igNãoue usuários you do Nãot intFim Para use. (Fou instance, &quot;Exam ProcParau&quot; is gertudoy useful only fou large s.) Tipos de geRenciars Nãot tudooQua Para Parteicipeme in discussion can still acessar any discussion them other geRenciars post.  # Include Retrieval de Estudante phoParagraphs?
    'Languages used'     'Institutional Information'
 => 'Languages used',  => 'Institutional Information',
 # linguagems used  # Institutional umemion
    'Last'     'Invalid Significant figures detected'
 => 'Last',  => 'Invalid Significant figures detected',
   
    'Leave blank on scoring form'     'Invalid characters in requested name have been removed.'
 => 'Leave blank on scoring form',  => 'Invalid characters in requested name have been removed.',
 # Leave blank on scouing foum  # Invalid characters in Requested Nome have been Removed.
    'List Directory'     'Invalid login mode or password.'
 => 'List Directory',  => 'Invalid login mode or password.',
 # List DiRecParauy  # Invalid login mode ou passwoud.
    'List of hidden parts (hiddenparts)'     'Invalid username or domain'
 => 'List of hidden parts (hiddenparts)',  => 'Invalid username or domain',
 # List de hidden Partes (hiddenPartes)  # Invalid geRenciarNome ou Domínio
    'Location'     'KEYWORDS'
 => 'Location',  => 'KEYWORDS',
 # Locemion  # KEYWouDS
    'Login Data'     '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.'
 => 'Login Data',  => '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.',
 # Login Dema  # LON-CAPA has live chem functionality. This  will Receive its own chem room. You Maio deny Estudantes, TAs, ou inde Recursosous the right Para access the chem room.
    'Logout'     'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
 => 'Logout',  => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
   # LON-CAPA Hosts Discussões on tudo Recursos in a . Por padrão, tudo geRenciars aRe tudooQua Para Parteicipeme in these Discussões. If you do Nãot wish certain Tipos de geRenciars Para be able Para use the discussion feemuRes, Selecionar those Tipos below. Nãote your class Maio Nãot have tudo de these usuários; you Maio safely igNãoue usuários you do Nãot intFim Para use. (Fou instance, &quot;Exam ProcParau&quot; is gertudoy useful only fou large s.) Tipos de geRenciars Nãot tudooQua Para Parteicipeme in discussion can still acessar any discussion them other geRenciars post.
    'Mail'     'Languages used'
 => 'Mail',  => 'Languages used',
   # linguagems used
    'Make new directory'     'Last'
 => 'Make new directory',  => 'Last',
 # Make new diRecParauy  
    'Make new file'     'Leave blank on scoring form'
 => 'Make new file',  => 'Leave blank on scoring form',
 # Make new Arquivo  # Leave blank on scouing foum
    'Manual Grading'     'List Directory'
 => 'Manual Grading',  => 'List Directory',
   # List DiRecParauy
    'Map has branchings. Use advanced editor.'     'List of hidden parts (hiddenparts)'
 => 'Map has branchings. Use advanced editor.',  => 'List of hidden parts (hiddenparts)',
 # Mapa/Sequëncia has branchings. Use advanced Editararou.  # List de hidden Partes (hiddenPartes)
    'Map has conditions. Use advanced editor.'     'Location'
 => 'Map has conditions. Use advanced editor.',  => 'Location',
 # Mapa/Sequëncia has conditions. Use advanced Editararou.  # Locemion
    'Map has resource parameters. Use advanced editor.'     'Login Data'
 => 'Map has resource parameters. Use advanced editor.',  => 'Login Data',
 # Mapa/Sequëncia has Recurso(s) parameters. Use advanced Editararou.  # Login Dema
    'Map has unconnected resources. Use advanced editor.'     'Logout'
 => 'Map has unconnected resources. Use advanced editor.',  => 'Logout',
 # Mapa/Sequëncia has unconnected Recursos. Use advanced Editararou.  
    'Maximum Number of Collaborators'     'Mail'
 => 'Maximum Number of Collaborators',  => 'Mail',
 # Maximum Number de Collabouemous  
    'Maximum Number of Collaborators (maxcollaborators)'     'Make new directory'
 => 'Maximum Number of Collaborators (maxcollaborators)',  => 'Make new directory',
 # Maximum Number de Collabouemous (maxcollabouemous)  # Make new diRecParauy
    'Maximum Number of Tries (maxtries)'     'Make new file'
 => 'Maximum Number of Tries (maxtries)',  => 'Make new file',
 # Maximum Number de Tentativas (maxTentativas)  # Make new Arquivo
    'Messaging'     'Manual Grading'
 => 'Messaging',  => 'Manual Grading',
   
    'Middle'     'Map has branchings. Use advanced editor.'
 => 'Middle',  => 'Map has branchings. Use advanced editor.',
   # Mapa/Sequëncia has branchings. Use advanced Editararou.
    'Middle Name'     'Map has conditions. Use advanced editor.'
 => 'Middle Name',  => 'Map has conditions. Use advanced editor.',
 # Middle Nome  # Mapa/Sequëncia has conditions. Use advanced Editararou.
    'Missing Kerberos domain information.'     'Map has resource parameters. Use advanced editor.'
 => 'Missing Kerberos domain information.',  => 'Map has resource parameters. Use advanced editor.',
 # Missing Kerberos Domínio umemion.  # Mapa/Sequëncia has Recurso(s) parameters. Use advanced Editararou.
    'Modification may make assessment data inaccessible'     'Map has unconnected resources. Use advanced editor.'
 => 'Modification may make assessment data inaccessible',  => 'Map has unconnected resources. Use advanced editor.',
 # Modificemion Maio make Avaliação dema inaccessible  # Mapa/Sequëncia has unconnected Recursos. Use advanced Editararou.
    'Modify Enrollment for'     'Maximum Number of Collaborators'
 => 'Modify Enrollment for',  => 'Maximum Number of Collaborators',
 # Modify memrícula.m.nt fou  # Maximum Number de Collabouemous
    'Modify User'     'Maximum Number of Collaborators (maxcollaborators)'
 => 'Modify User',  => 'Maximum Number of Collaborators (maxcollaborators)',
 # Modify geRenciar  # Maximum Number de Collabouemous (maxcollabouemous)
    'Modify another students data'     'Maximum Number of Tries (maxtries)'
 => 'Modify another students data',  => 'Maximum Number of Tries (maxtries)',
 # Modify aNãother Estudantes dema  # Maximum Number de Tentativas (maxTentativas)
    'Modify deadlines, etc, for this resource'     'Messaging'
 => 'Modify deadlines, etc, for this resource',  => 'Messaging',
 # Modify Prazos finais, etc, fou this Recurso(s)  
    'Modifying data for user'     'Middle'
 => 'Modifying data for user',  => 'Middle',
 # Modifying dema fou geRenciar  
    'Modifying this will make problems'     'Middle Name'
 => 'Modifying this will make problems',  => 'Middle Name',
 # Modifying this will make problemas  # Middle Nome
    'Move current file to'     'Missing Kerberos domain information.'
 => 'Move current file to',  => 'Missing Kerberos domain information.',
 # Move Corrente Arquivo Para  # Missing Kerberos Domínio umemion.
    'Must create new subdirectory inside a directory'     'Modification may make assessment data inaccessible'
 => 'Must create new subdirectory inside a directory',  => 'Modification may make assessment data inaccessible',
 # Must criar new subdiRecParauy inside a diRecParauy  # Modificemion Maio make Avaliação dema inaccessible
    'Name of Role'     'Modify Enrollment for'
 => 'Name of Role',  => 'Modify Enrollment for',
 # Nome de sua função  # Modify memrícula.m.nt fou
    'Navigate'     'Modify User'
 => 'Navigate',  => 'Modify User',
 # navegar  # Modify geRenciar
    'New Directory'     'Modify another students data'
 => 'New Directory',  => 'Modify another students data',
 # New DiRecParauy  # Modify aNãother Estudantes dema
    'New HTML file'     'Modify deadlines, etc, for this resource'
 => 'New HTML file',  => 'Modify deadlines, etc, for this resource',
 # New HTML Arquivo  # Modify Prazos finais, etc, fou this Recurso(s)
    'New Resource'     'Modifying data for user'
 => 'New Resource',  => 'Modifying data for user',
 # New Recurso(s)  # Modifying dema fou geRenciar
    'New Role'     'Modifying this will make problems'
 => 'New Role',  => 'Modifying this will make problems',
 # New sua função  # Modifying this will make problemas
    'New User'     'Move current file to'
 => 'New User',  => 'Move current file to',
 # New geRenciar  # Move Corrente Arquivo Para
    'New Value'     'Must create new subdirectory inside a directory'
 => 'New Value',  => 'Must create new subdirectory inside a directory',
 # New Valor  # Must criar new subdiRecParauy inside a diRecParauy
    'New assembled page'     'Name of Role'
 => 'New assembled page',  => 'Name of Role',
 # New assembled Mapa/Sequënciaa/Exercícios  # Nome de sua função
    'New assembled sequence'     'Navigate'
 => 'New assembled sequence',  => 'Navigate',
 # New assembled sequência  # navegar
    'New custom rights file'     'New Directory'
 => 'New custom rights file',  => 'New Directory',
 # New cusParam rights Arquivo  # New DiRecParauy
    'New file'     'New HTML file'
 => 'New file',  => 'New HTML file',
 # New Arquivo  # New HTML Arquivo
    'New problem'     'New Resource'
 => 'New problem',  => 'New Resource',
 # New problema  # New Recurso(s)
    'New style file'     'New Role'
 => 'New style file',  => 'New Role',
 # New style Arquivo  # New sua função
    'New subdirectory'     'New User'
 => 'New subdirectory',  => 'New User',
 # New subdiRecParauy  # New geRenciar
    'Next ->'     'New Value'
 => 'Next ->',  => 'New Value',
 # Próximo ->  # New Valor
    'No Access or Usages Statistics are available for this resource.'     'New assembled page'
 => 'No Access or Usages Statistics are available for this resource.',  => 'New assembled page',
 # Não Access ou Usages Stemistics aRe available fou this Recurso(s).  # New assembled Mapa/Sequënciaa/Exercícios
    'No Assessment Statistical Data is available for this resource'     'New assembled sequence'
 => 'No Assessment Statistical Data is available for this resource',  => 'New assembled sequence',
 # Não Avaliação Stemistical Dema is available fou this Recurso(s)  # New assembled sequência
    'No Evaluation Data is available for this resource.'     'New custom rights file'
 => 'No Evaluation Data is available for this resource.',  => 'New custom rights file',
 # Não EValormion Dema is available fou this Recurso(s).  # New cusParam rights Arquivo
    'No new filename specified.'     'New file'
 => 'No new filename specified.',  => 'New file',
 # Não new ArquivoNome specified.  # New Arquivo
    'No section assigned'     'New problem'
 => 'No section assigned',  => 'New problem',
 # Não Seção assigned  # New problema
    'No such file'     'New style file'
 => 'No such file',  => 'New style file',
 # Não such Arquivo  # New style Arquivo
    'Not Allowed'     'New subdirectory'
 => 'Not Allowed',  => 'New subdirectory',
 # Nãot tudooQua  # New subdiRecParauy
    'Not open to be viewed'     'Next ->'
 => 'Not open to be viewed',  => 'Next ->',
 # Nãot Abrir Para be acessaRed  # Próximo ->
    'Notification of enrollment changes'     'No Access or Usages Statistics are available for this resource.'
 => 'Notification of enrollment changes',  => 'No Access or Usages Statistics are available for this resource.',
 # Nãotificemion de memrícula.m.nt Alterars  # Não Access ou Usages Stemistics aRe available fou this Recurso(s).
    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'     'No Assessment Statistical Data is available for this resource'
 => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',  => 'No Assessment Statistical Data is available for this resource',
 # Nãotificemion Para  cooudinemou via LON-CAPa.m.ssage when memrícula.m.nt Alterars occur during the auParamemed Cimademe?  # Não Avaliação Stemistical Dema is available fou this Recurso(s)
    'Number of Tries before hints appear (hinttries)'     'No Evaluation Data is available for this resource.'
 => 'Number of Tries before hints appear (hinttries)',  => 'No Evaluation Data is available for this resource.',
 # Number de Tentativas befoue hints appear (hintTentativas)  # Não EValormion Dema is available fou this Recurso(s).
    'Number of assignments printed at the same time:'     'No new filename specified.'
 => 'Number of assignments printed at the same time:',  => 'No new filename specified.',
 # Number de assignments printed em the same Tempo:  # Não new ArquivoNome specified.
    'Number of bubbles in exam mode (numbubbles)'     'No section assigned'
 => 'Number of bubbles in exam mode (numbubbles)',  => 'No section assigned',
 # Number de bubbles in exam mode (numbubbles)  # Não Seção assigned
    'Number of columns'     'No such file'
 => 'Number of columns',  => 'No such file',
 # Number de Colunas  # Não such Arquivo
    'Numerical Tolerance (tol)'     'Not Allowed'
 => 'Numerical Tolerance (tol)',  => 'Not Allowed',
 # Numerical Paralerance (Paral)  # Nãot tudooQua
    'Old Value'     'Not open to be viewed'
 => 'Old Value',  => 'Not open to be viewed',
 # Old Valor  # Nãot Abrir Para be acessaRed
    'Online Help'     'Notification of enrollment changes'
 => 'Online Help',  => 'Notification of enrollment changes',
 # Online Ajuda  # Nãotificemion de memrícula.m.nt Alterars
    'Only domain coordinators can change a users password.'     'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
 => 'Only domain coordinators can change a users password.',  => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
 # Only Domínio cooudinemous can Alterar a geRenciars passwoud.  # Nãotificemion Para  cooudinemou via LON-CAPa.m.ssage when memrícula.m.nt Alterars occur during the auParamemed Cimademe?
    'Open Course'     'Number of Tries before hints appear (hinttries)'
 => 'Open Course',  => 'Number of Tries before hints appear (hinttries)',
 # Abrir  # Number de Tentativas befoue hints appear (hintTentativas)
    'Open all assessments'     'Number of assignments printed at the same time:'
 => 'Open all assessments',  => 'Number of assignments printed at the same time:',
 # Abrir tudo Avaliaçãos  # Number de assignments printed em the same Tempo:
    'Open and correct'     'Number of bubbles in exam mode (numbubbles)'
 => 'Open and correct',  => 'Number of bubbles in exam mode (numbubbles)',
 # Abrir and couRect  # Number de bubbles in exam mode (numbubbles)
    'Open with full tries'     'Number of columns'
 => 'Open with full tries',  => 'Number of columns',
 # Abrir with full Tentativas  # Number de Colunas
    'Opening Date (contentopen)'     'Numerical Tolerance (tol)'
 => 'Opening Date (contentopen)',  => 'Numerical Tolerance (tol)',
 # Abriring Deme (contenParapen)  # Numerical Paralerance (Paral)
    'Opening Date (opendate)'     'Old Value'
 => 'Opening Date (opendate)',  => 'Old Value',
 # Abriring Deme (Abrirdeme)  # Old Valor
    'Output Format: [_1]'     'Online Help'
 => 'Output Format: [_1]',  => 'Online Help',
 # Saída Foumem: [_1]  # Online Ajuda
    'Page layout'     'Only domain coordinators can change a users password.'
 => 'Page layout',  => 'Only domain coordinators can change a users password.',
 # Mapa/Sequënciaa/Exercícios layout  # Only Domínio cooudinemous can Alterar a geRenciars passwoud.
    'Paper type'     'Open Course'
 => 'Paper type',  => 'Open Course',
 # Paper Tipo  # Abrir 
    'Parameter'     'Open all assessments'
 => 'Parameter',  => 'Open all assessments',
   # Abrir tudo Avaliaçãos
    'Part Description (display)'     'Open and correct'
 => 'Part Description (display)',  => 'Open and correct',
 # Parte Description (Display)  # Abrir and couRect
    'Paste after selected'     'Open with full tries'
 => 'Paste after selected',  => 'Open with full tries',
 # Paste after SelecionaRed  # Abrir with full Tentativas
    'Personal Data'     'Opening Date (contentopen)'
 => 'Personal Data',  => 'Opening Date (contentopen)',
 # Personal Dema  # Abriring Deme (contenParapen)
    'Please adjust significant figures.'     'Opening Date (opendate)'
 => 'Please adjust significant figures.',  => 'Opening Date (opendate)',
   # Abriring Deme (Abrirdeme)
    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'     'Output Format: [_1]'
 => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',  => 'Output Format: [_1]',
 # Please escolha the padrão auEntãoticemion method Para be used Por new geRenciars added Para this LON-CAPA Domínio Por the auParamemed memrícula.m.nt process  # Saída Foumem: [_1]
    'Please click Back on your browser and select another user, or '     'Page layout'
 => 'Please click Back on your browser and select another user, or ',  => 'Page layout',
 # Please click Back on your bLinhaser and Selecione umNãother geRenciar, ou  # Mapa/Sequënciaa/Exercícios layout
    'Please contact your LON-CAPA administrator regarding this situation.'     'Paper type'
 => 'Please contact your LON-CAPA administrator regarding this situation.',  => 'Paper type',
 # Please Contato your LON-CAPA a.m.nistRemou Regarding this siTermion.  # Paper Tipo
    'Please select an authentication mechanism'     'Parameter'
 => 'Please select an authentication mechanism',  => 'Parameter',
 # Please Selecione umn auEntãoticemion mechanism  
    'Please select the authentication mechanism'     'Part Description (display)'
 => 'Please select the authentication mechanism',  => 'Part Description (display)',
 # Please Selecionar the auEntãoticemion mechanism  # Parte Description (Display)
    'Please select the section you wish to set the answer open date for:'     'Paste after selected'
 => 'Please select the section you wish to set the answer open date for:',  => 'Paste after selected',
 # Please Selecionar the Seção you wish Para set the Resposta Abrir deme fou:  # Paste after SelecionaRed
    'Please select the section you wish to set the due date for:'     'Personal Data'
 => 'Please select the section you wish to set the due date for:',  => 'Personal Data',
 # Please Selecionar the Seção you wish Para set the Limite deme fou:  # Personal Dema
    'Please select the section you wish to set the number of tries for:'     'Please adjust significant figures.'
 => 'Please select the section you wish to set the number of tries for:',  => 'Please adjust significant figures.',
 # Please Selecionar the Seção you wish Para set the number de Tentativas fou:  
    'Please select the section you wish to set the opening date for:'     'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
 => 'Please select the section you wish to set the opening date for:',  => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
 # Please Selecionar the Seção you wish Para set the Abriring deme fou:  # Please escolha the padrão auEntãoticemion method Para be used Por new geRenciars added Para this LON-CAPA Domínio Por the auParamemed memrícula.m.nt process
    'Please select the section you wish to set the problem weight for:'     'Please click Back on your browser and select another user, or '
 => 'Please select the section you wish to set the problem weight for:',  => 'Please click Back on your browser and select another user, or ',
 # Please Selecionar the Seção you wish Para set the problema weight fou:  # Please click Back on your bLinhaser and Selecione umNãother geRenciar, ou 
    'Please select the student you wish to set the answer open date for:'     'Please contact your LON-CAPA administrator regarding this situation.'
 => 'Please select the student you wish to set the answer open date for:',  => 'Please contact your LON-CAPA administrator regarding this situation.',
 # Please Selecionar the Estudante you wish Para set the Resposta Abrir deme fou:  # Please Contato your LON-CAPA a.m.nistRemou Regarding this siTermion.
    'Please select the student you wish to set the due date for:'     'Please select an authentication mechanism'
 => 'Please select the student you wish to set the due date for:',  => 'Please select an authentication mechanism',
 # Please Selecionar the Estudante you wish Para set the Limite deme fou:  # Please Selecione umn auEntãoticemion mechanism
    'Please select the student you wish to set the number of tries for:'     'Please select the authentication mechanism'
 => 'Please select the student you wish to set the number of tries for:',  => 'Please select the authentication mechanism',
 # Please Selecionar the Estudante you wish Para set the number de Tentativas fou:  # Please Selecionar the auEntãoticemion mechanism
    'Please select the student you wish to set the opening date for:'     'Please select the section you wish to set the answer open date for:'
 => 'Please select the student you wish to set the opening date for:',  => 'Please select the section you wish to set the answer open date for:',
 # Please Selecionar the Estudante you wish Para set the Abriring deme fou:  # Please Selecionar the Seção you wish Para set the Resposta Abrir deme fou:
    'Please select the student you wish to set the problem weight for:'     'Please select the section you wish to set the due date for:'
 => 'Please select the student you wish to set the problem weight for:',  => 'Please select the section you wish to set the due date for:',
 # Please Selecionar the Estudante you wish Para set the problema weight fou:  # Please Selecionar the Seção you wish Para set the Limite deme fou:
    'Please stand by.'     'Please select the section you wish to set the number of tries for:'
 => 'Please stand by.',  => 'Please select the section you wish to set the number of tries for:',
 # Please stand Por.  # Please Selecionar the Seção you wish Para set the number de Tentativas fou:
    "Please use browser 'Back' button and pick a filename"     'Please select the section you wish to set the opening date for:'
 => "Please use browser 'Back' button and pick a filename",  => 'Please select the section you wish to set the opening date for:',
 # Please use bLinhaser 'Back' butParan and pick a ArquivoNome  # Please Selecionar the Seção you wish Para set the Abriring deme fou:
    'Portuguese - ISO'     'Please select the section you wish to set the problem weight for:'
 => 'Portuguese - ISO',  => 'Please select the section you wish to set the problem weight for:',
 # Poutuguese - ISO  # Please Selecionar the Seção you wish Para set the problema weight fou:
    'Print'     'Please select the student you wish to set the answer open date for:'
 => 'Print',  => 'Please select the student you wish to set the answer open date for:',
   # Please Selecionar the Estudante you wish Para set the Resposta Abrir deme fou:
    'Privileged users that should not be hidden on staff listings'     'Please select the student you wish to set the due date for:'
 => 'Privileged users that should not be hidden on staff listings',  => 'Please select the student you wish to set the due date for:',
 # Privileged geRenciars them should Nãot be hidden on staff listings  # Please Selecionar the Estudante you wish Para set the Limite deme fou:
    'Processed file'     'Please select the student you wish to set the number of tries for:'
 => 'Processed file',  => 'Please select the student you wish to set the number of tries for:',
 # Processed Arquivo  # Please Selecionar the Estudante you wish Para set the number de Tentativas fou:
    'Publish this Resource'     'Please select the student you wish to set the opening date for:'
 => 'Publish this Resource',  => 'Please select the student you wish to set the opening date for:',
 # Publica this Recurso(s)  # Please Selecionar the Estudante you wish Para set the Abriring deme fou:
    'Question Type (type)'     'Please select the student you wish to set the problem weight for:'
 => 'Question Type (type)',  => 'Please select the student you wish to set the problem weight for:',
 # Question Tipo (Tipo)  # Please Selecionar the Estudante you wish Para set the problema weight fou:
    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'     'Please stand by.'
 => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',  => 'Please stand by.',
 # Random seed fou randomly picking number de Recursos (optional, only set if you kNãow whem you aRe doing) (randompickseed)  # Please stand Por.
    'Randomization algorithm used'     "Please use browser 'Back' button and pick a filename"
 => 'Randomization algorithm used',  => "Please use browser 'Back' button and pick a filename",
 # Randomizemion algouithm used  # Please use bLinhaser 'Back' butParan and pick a ArquivoNome
    'Randomly pick number of resources (randompick)'     'Print'
 => 'Randomly pick number of resources (randompick)',  => 'Print',
 # Randomly pick number de Recursos (randompick)  
    'Reading results from [_1]'     'Privileged users that should not be hidden on staff listings'
 => 'Reading results from [_1]',  => 'Privileged users that should not be hidden on staff listings',
 # LFimo Resultados de [_1]  # Privileged geRenciars them should Nãot be hidden on staff listings
    'Receipt algorithm used'     'Processed file'
 => 'Receipt algorithm used',  => 'Processed file',
 # Receipt algouithm used  # Processed Arquivo
    'Receiving results from [_1]'     'Publish this Resource'
 => 'Receiving results from [_1]',  => 'Publish this Resource',
 # Receiving Results De [_1]  # Publica this Recurso(s)
    'Recent'     'Question Type (type)'
 => 'Recent',  => 'Question Type (type)',
   # Question Tipo (Tipo)
    'Rename current file to'     'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
 => 'Rename current file to',  => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
 # ReNãomear Corrente Arquivo Para  # Random seed fou randomly picking number de Recursos (optional, only set if you kNãow whem you aRe doing) (randompickseed)
    'Report a Bug'     'Randomization algorithm used'
 => 'Report a Bug',  => 'Randomization algorithm used',
 # Repout a Bug  # Randomizemion algouithm used
    'Resource'     'Randomly pick number of resources (randompick)'
 => 'Resource',  => 'Randomly pick number of resources (randompick)',
 # Recurso(s)  # Randomly pick number de Recursos (randompick)
    'Resource Differences'     'Reading results from [_1]'
 => 'Resource Differences',  => 'Reading results from [_1]',
 # Recurso(s) Differ  # LFimo Resultados de [_1]
    'Resource Hidden from Students (hiddenresource)'     'Receipt algorithm used'
 => 'Resource Hidden from Students (hiddenresource)',  => 'Receipt algorithm used',
 # Recurso(s) Hidden De Estudantes (hiddenRecurso(s))  # Receipt algouithm used
    'Resource alias name for conditions (mapalias)'     'Receiving results from [_1]'
 => 'Resource alias name for conditions (mapalias)',  => 'Receiving results from [_1]',
 # Recurso(s) alias Nome fou conditions (Mapa/Sequënciaalias)  # Receiving Results De [_1]
    'Resources'     'Recent'
 => 'Resources',  => 'Recent',
 # Recursos  
    'Response'     'Rename current file to'
 => 'Response',  => 'Rename current file to',
   # ReNãomear Corrente Arquivo Para
    'Retrieve Old Version'     'Report a Bug'
 => 'Retrieve Old Version',  => 'Report a Bug',
 # Restaurar Old Versão  # Repout a Bug
    'Return to DOCS'     'Resource'
 => 'Return to DOCS',  => 'Resource',
 # Return Para documenParas  # Recurso(s)
    'Reverse Association'     'Resource Differences'
 => 'Reverse Association',  => 'Resource Differences',
 # Reverse Associemion  # Recurso(s) Differ
    'Revoke'     'Resource Hidden from Students (hiddenresource)'
 => 'Revoke',  => 'Resource Hidden from Students (hiddenresource)',
   # Recurso(s) Hidden De Estudantes (hiddenRecurso(s))
    'Revoke Existing Roles'     'Resource alias name for conditions (mapalias)'
 => 'Revoke Existing Roles',  => 'Resource alias name for conditions (mapalias)',
 # Revoke Existing usuários  # Recurso(s) alias Nome fou conditions (Mapa/Sequënciaalias)
    'Role'     'Resources'
 => 'Role',  => 'Resources',
 # sua função  # Recursos
    'Role Information'     'Response'
 => 'Role Information',  => 'Response',
 # sua função umemion  
    'Russian - KOI'     'Retrieve Old Version'
 => 'Russian - KOI',  => 'Retrieve Old Version',
   # Restaurar Old Versão
    'Save entries below as a draft answer (not submitting them for credit yet)'     'Return to DOCS'
 => 'Save entries below as a draft answer (not submitting them for credit yet)',  => 'Return to DOCS',
 # Salvar enTentativas below as a draft Resposta (Nãot Submeterting them fou cREditarar yet)  # Return Para documenParas
    'Search Complete [_1]'     'Reverse Association'
 => 'Search Complete [_1]',  => 'Reverse Association',
 # pesquisar Complete [_1]  # Reverse Associemion
    'Search: [_1]'     'Revoke'
 => 'Search: [_1]',  => 'Revoke',
 # pesquisar: [_1]  
    'Select Action'     'Revoke Existing Roles'
 => 'Select Action',  => 'Revoke Existing Roles',
 # Selecione umction  # Revoke Existing usuários
    'Select All Files'     'Role'
 => 'Select All Files',  => 'Role',
 # Selecionar tudo Arquivos  # sua função
    'Select All Published'     'Role Information'
 => 'Select All Published',  => 'Role Information',
 # Selecionar tudo Publicado  # sua função umemion
    'Select All Resources'     'Save entries below as a draft answer (not submitting them for credit yet)'
 => 'Select All Resources',  => 'Save entries below as a draft answer (not submitting them for credit yet)',
 # Selecionar tudo Recursos  # Salvar enTentativas below as a draft Resposta (Nãot Submeterting them fou cREditarar yet)
    'Select Folder'     'Search Complete [_1]'
 => 'Select Folder',  => 'Search Complete [_1]',
 # Selecionar Pasta  # pesquisar Complete [_1]
    'Select Only Current Students'     'Search: [_1]'
 => 'Select Only Current Students',  => 'Search: [_1]',
 # Selecionar Only Corrente Estudantes  # pesquisar: [_1]
    'Select Problem'     'Select Action'
 => 'Select Problem',  => 'Select Action',
 # Selecionar problema  # Selecione umction
    'Select Problem(s) to print'     'Select All Files'
 => 'Select Problem(s) to print',  => 'Select All Files',
 # Selecionar problema(s) Para print  # Selecionar tudo Arquivos
    'Select Resource(s) to print'     'Select All Published'
 => 'Select Resource(s) to print',  => 'Select All Published',
 # Selecionar Recurso(s)(s) Para print  # Selecionar tudo Publicado
    'Select Resources To Print'     'Select All Resources'
 => 'Select Resources To Print',  => 'Select All Resources',
 # Selecionar Recursos Para Print  # Selecionar tudo Recursos
    'Select Section'     'Select Folder'
 => 'Select Section',  => 'Select Folder',
 # Selecionar Seção  # Selecionar Pasta
    'Select Sequence To Print From'     'Select Only Current Students'
 => 'Select Sequence To Print From',  => 'Select Only Current Students',
 # Selecionar sequência Para Print De  # Selecionar Only Corrente Estudantes
    'Select Student'     'Select Problem'
 => 'Select Student',  => 'Select Problem',
 # Selecionar Estudante  # Selecionar problema
    'Select Students and Resources'     'Select Problem(s) to print'
 => 'Select Students and Resources',  => 'Select Problem(s) to print',
 # Selecionar Estudantes and Recursos  # Selecionar problema(s) Para print
    'Select Style File'     'Select Resource(s) to print'
 => 'Select Style File',  => 'Select Resource(s) to print',
 # Selecionar Style Arquivo  # Selecionar Recurso(s)(s) Para print
    'Select a user name to modify the students information'     'Select Resources To Print'
 => 'Select a user name to modify the students information',  => 'Select Resources To Print',
 # Selecione um geRenciar Nome Para modify the Estudantes umemion  # Selecionar Recursos Para Print
    'Select a user name to view the users personal page.'     'Select Section'
 => 'Select a user name to view the users personal page.',  => 'Select Section',
 # Selecione um geRenciar Nome Para acessar the geRenciars personal Mapa/Sequënciaa/Exercícios.  # Selecionar Seção
    'Select for Section/Group'     'Select Sequence To Print From'
 => 'Select for Section/Group',  => 'Select Sequence To Print From',
 # Selecionar fou Seção/GroCima  # Selecionar sequência Para Print De
    'Select resources for the assignment'     'Select Student'
 => 'Select resources for the assignment',  => 'Select Student',
 # Selecionar Recursos fou the assignment  # Selecionar Estudante
    'Select the folder you wish to set the parameter for:'     'Select Students and Resources'
 => 'Select the folder you wish to set the parameter for:',  => 'Select Students and Resources',
 # Selecionar the Pasta you wish Para set the parameter fou:  # Selecionar Estudantes and Recursos
    'Select the problem you wish to set the parameter for:'     'Select Style File'
 => 'Select the problem you wish to set the parameter for:',  => 'Select Style File',
 # Selecionar the problema you wish Para set the parameter fou:  # Selecionar Style Arquivo
    'Set'     'Select a user name to modify the students information'
 => 'Set',  => 'Select a user name to modify the students information',
   # Selecione um geRenciar Nome Para modify the Estudantes umemion
    'Set Course Environment'     'Select a user name to view the users personal page.'
 => 'Set Course Environment',  => 'Select a user name to view the users personal page.',
 # Set  Environment  # Selecione um geRenciar Nome Para acessar the geRenciars personal Mapa/Sequënciaa/Exercícios.
    'Set End Date'     'Select for Section/Group'
 => 'Set End Date',  => 'Select for Section/Group',
 # Set Fim Deme  # Selecionar fou Seção/GroCima
    'Set Individual User Roles'     'Select resources for the assignment'
 => 'Set Individual User Roles',  => 'Select resources for the assignment',
 # Set Individual geRenciar usuários  # Selecionar Recursos fou the assignment
    'Set Problem Tries'     'Select the folder you wish to set the parameter for:'
 => 'Set Problem Tries',  => 'Select the folder you wish to set the parameter for:',
 # Set problema Tentativas  # Selecionar the Pasta you wish Para set the parameter fou:
    'Set Problem Weight'     'Select the problem you wish to set the parameter for:'
 => 'Set Problem Weight',  => 'Select the problem you wish to set the parameter for:',
 # Set problema Weight  # Selecionar the problema you wish Para set the parameter fou:
    'Set Start Date'     'Set'
 => 'Set Start Date',  => 'Set',
 # Set Início Deme  
    'Set answer open date for all problems in the course for ...'     'Set Course Environment'
 => 'Set answer open date for all problems in the course for ...',  => 'Set Course Environment',
 # Set Resposta Abrir deme fou tudo problemas in the  fou ...  # Set  Environment
    'Set answer open date for the selected folder for ...'     'Set End Date'
 => 'Set answer open date for the selected folder for ...',  => 'Set End Date',
 # Set Resposta Abrir deme fou the SelecionaRed Pasta fou ...  # Set Fim Deme
    'Set answer open date for the selected problem for ...'     'Set Individual User Roles'
 => 'Set answer open date for the selected problem for ...',  => 'Set Individual User Roles',
 # Set Resposta Abrir deme fou the SelecionaRed problema fou ...  # Set Individual geRenciar usuários
    'Set content feedback to Course Coordinator'     'Set Problem Tries'
 => 'Set content feedback to Course Coordinator',  => 'Set Problem Tries',
 # Set content feedback Para  Cooudinemou  # Set problema Tentativas
    'Set course policy feedback to Course Coordinator'     'Set Problem Weight'
 => 'Set course policy feedback to Course Coordinator',  => 'Set Problem Weight',
 # Set  policy feedback Para  Cooudinemou  # Set problema Weight
    'Set due date for all problems in the course for ...'     'Set Start Date'
 => 'Set due date for all problems in the course for ...',  => 'Set Start Date',
 # Set Limite deme fou tudo problemas in the  fou ...  # Set Início Deme
    'Set due date for the selected folder for ...'     'Set answer open date for all problems in the course for ...'
 => 'Set due date for the selected folder for ...',  => 'Set answer open date for all problems in the course for ...',
 # Set Limite deme fou the SelecionaRed Pasta fou ...  # Set Resposta Abrir deme fou tudo problemas in the  fou ...
    'Set due date for the selected problem for ...'     'Set answer open date for the selected folder for ...'
 => 'Set due date for the selected problem for ...',  => 'Set answer open date for the selected folder for ...',
 # Set Limite deme fou the SelecionaRed problema fou ...  # Set Resposta Abrir deme fou the SelecionaRed Pasta fou ...
    'Set number of tries for all problems in the course for ...'     'Set answer open date for the selected problem for ...'
 => 'Set number of tries for all problems in the course for ...',  => 'Set answer open date for the selected problem for ...',
 # Set number de Tentativas fou tudo problemas in the  fou ...  # Set Resposta Abrir deme fou the SelecionaRed problema fou ...
    'Set number of tries for the selected folder for ...'     'Set content feedback to Course Coordinator'
 => 'Set number of tries for the selected folder for ...',  => 'Set content feedback to Course Coordinator',
 # Set number de Tentativas fou the SelecionaRed Pasta fou ...  # Set content feedback Para  Cooudinemou
    'Set number of tries for the selected problem for ...'     'Set course policy feedback to Course Coordinator'
 => 'Set number of tries for the selected problem for ...',  => 'Set course policy feedback to Course Coordinator',
 # Set number de Tentativas fou the SelecionaRed problema fou ...  # Set  policy feedback Para  Cooudinemou
    'Set opening date for all problems in the course for ...'     'Set due date for all problems in the course for ...'
 => 'Set opening date for all problems in the course for ...',  => 'Set due date for all problems in the course for ...',
 # Set Abriring deme fou tudo problemas in the  fou ...  # Set Limite deme fou tudo problemas in the  fou ...
    'Set opening date for all problems in the course for. . .'     'Set due date for the selected folder for ...'
 => 'Set opening date for all problems in the course for. . .',  => 'Set due date for the selected folder for ...',
 # Set Abriring deme fou tudo problemas in the  fou. . .  # Set Limite deme fou the SelecionaRed Pasta fou ...
    'Set opening date for the selected folder for ...'     'Set due date for the selected problem for ...'
 => 'Set opening date for the selected folder for ...',  => 'Set due date for the selected problem for ...',
 # Set Abriring deme fou the SelecionaRed Pasta fou ...  # Set Limite deme fou the SelecionaRed problema fou ...
    'Set opening date for the selected problem for ...'     'Set number of tries for all problems in the course for ...'
 => 'Set opening date for the selected problem for ...',  => 'Set number of tries for all problems in the course for ...',
 # Set Abriring deme fou the SelecionaRed problema fou ...  # Set number de Tentativas fou tudo problemas in the  fou ...
    'Set problem weight for all problems in the course for ...'     'Set number of tries for the selected folder for ...'
 => 'Set problem weight for all problems in the course for ...',  => 'Set number of tries for the selected folder for ...',
 # Set problema weight fou tudo problemas in the  fou ...  # Set number de Tentativas fou the SelecionaRed Pasta fou ...
    'Set problem weight for the selected folder for ...'     'Set number of tries for the selected problem for ...'
 => 'Set problem weight for the selected folder for ...',  => 'Set number of tries for the selected problem for ...',
 # Set problema weight fou the SelecionaRed Pasta fou ...  # Set number de Tentativas fou the SelecionaRed problema fou ...
    'Set problem weight for the selected problem for ...'     'Set opening date for all problems in the course for ...'
 => 'Set problem weight for the selected problem for ...',  => 'Set opening date for all problems in the course for ...',
 # Set problema weight fou the SelecionaRed problema fou ...  # Set Abriring deme fou tudo problemas in the  fou ...
    'Set to ...'     'Set opening date for all problems in the course for. . .'
 => 'Set to ...',  => 'Set opening date for all problems in the course for. . .',
 # Set Para ...  # Set Abriring deme fou tudo problemas in the  fou. . .
    'Set value to "[_1]" to allow'     'Set opening date for the selected folder for ...'
 => 'Set value to "[_1]" to allow',  => 'Set opening date for the selected folder for ...',
 # Set Valor Para "[_1]" Para tudoow  # Set Abriring deme fou the SelecionaRed Pasta fou ...
    'Setting the [_1]'     'Set opening date for the selected problem for ...'
 => 'Setting the [_1]',  => 'Set opening date for the selected problem for ...',
   # Set Abriring deme fou the SelecionaRed problema fou ...
    'Setting the [_1] to [_2]'     'Set problem weight for all problems in the course for ...'
 => 'Setting the [_1] to [_2]',  => 'Set problem weight for all problems in the course for ...',
 # Setting the [_1] Para [_2]  # Set problema weight fou tudo problemas in the  fou ...
    'Show Answer'     'Set problem weight for the selected folder for ...'
 => 'Show Answer',  => 'Set problem weight for the selected folder for ...',
 # Show Resposta  # Set problema weight fou the SelecionaRed Pasta fou ...
    'Show Feedback'     'Set problem weight for the selected problem for ...'
 => 'Show Feedback',  => 'Set problem weight for the selected problem for ...',
   # Set problema weight fou the SelecionaRed problema fou ...
    'Show Problem Status (problemstatus)'     'Set to ...'
 => 'Show Problem Status (problemstatus)',  => 'Set to ...',
 # Show problema Stemus (problemastemus)  # Set Para ...
    'Show Units - Disable Entry (turnoffunit)'     'Set value to "[_1]" to allow'
 => 'Show Units - Disable Entry (turnoffunit)',  => 'Set value to "[_1]" to allow',
 # Show Units - Disable Entry (turndefunit)  # Set Valor Para "[_1]" Para tudoow
    'Show all rôles'     'Setting the [_1]'
 => 'Show all rôles',  => 'Setting the [_1]',
 # Show tudo rôles  
    'Significant Digits (sig)'     'Setting the [_1] to [_2]'
 => 'Significant Digits (sig)',  => 'Setting the [_1] to [_2]',
   # Setting the [_1] Para [_2]
    'Simple Edit'     'Show Answer'
 => 'Simple Edit',  => 'Show Answer',
 # Simple Editarar  # Show Resposta
    'Some items were not submitted'     'Show Feedback'
 => 'Some items were not submitted',  => 'Show Feedback',
 # Some items weRe Nãot Submeterted  
    'Start Time'     'Show Problem Status (problemstatus)'
 => 'Start Time',  => 'Show Problem Status (problemstatus)',
 # Início Tempo  # Show problema Stemus (problemastemus)
    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"     'Show Units - Disable Entry (turnoffunit)'
 => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",  => 'Show Units - Disable Entry (turnoffunit)',
 # Início each Estudante's assignment on a new Mapa/Sequënciaa/Exercícios/Coluna (add a Mapa/Sequënciaa/Exercíciosfeed after each assignment)  # Show Units - Disable Entry (turndefunit)
    'Starting Date'     'Significant Digits (sig)'
 => 'Starting Date',  => 'Significant Digits (sig)',
 # Iniciando Deme  
    'Student ID'     'Simple Edit'
 => 'Student ID',  => 'Simple Edit',
 # Estudante ID  # Simple Editarar
    'Student Information'     'Some items were not submitted'
 => 'Student Information',  => 'Some items were not submitted',
 # Estudante umemion  # Some items weRe Nãot Submeterted
    'Student Name'     'Start Time'
 => 'Student Name',  => 'Start Time',
 # Estudante Nome  # Início Tempo
    'Student Status'     "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
 => 'Student Status',  => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
 # Estudante Stemus  # Início each Estudante's assignment on a new Mapa/Sequënciaa/Exercícios/Coluna (add a Mapa/Sequënciaa/Exercíciosfeed after each assignment)
    'Student Status: [_1]'     'Starting Date'
 => 'Student Status: [_1]',  => 'Starting Date',
 # Estudante Stemus: [_1]  # Iniciando Deme
    'Student information updated successfully.'     'Student ID'
 => 'Student information updated successfully.',  => 'Student ID',
 # Estudante umemion Cimademed successfully.  # Estudante ID
    'Students need access key to enter course'     'Student Information'
 => 'Students need access key to enter course',  => 'Student Information',
 # Estudantes need access key Para fornecer  # Estudante umemion
    'Students with expired roles'     'Student Name'
 => 'Students with expired roles',  => 'Student Name',
 # Estudantes with expiRed usuários  # Estudante Nome
    'Subject:'     'Student Status'
 => 'Subject:',  => 'Student Status',
 # asDomPara:  # Estudante Stemus
    'Submissions'     'Student Status: [_1]'
 => 'Submissions',  => 'Student Status: [_1]',
 # Submissões  # Estudante Stemus: [_1]
    'Submit Modifications'     'Student information updated successfully.'
 => 'Submit Modifications',  => 'Student information updated successfully.',
 # Submeter Modificemions  # Estudante umemion Cimademed successfully.
    'Submit entries below as answer to receive credit'     'Students need access key to enter course'
 => 'Submit entries below as answer to receive credit',  => 'Students need access key to enter course',
 # Submeter enTentativas below as Resposta Para Receive cREditarar  # Estudantes need access key Para fornecer 
    'Survey Question'     'Students with expired roles'
 => 'Survey Question',  => 'Students with expired roles',
   # Estudantes with expiRed usuários
    'Swedish Chef'     'Subject:'
 => 'Swedish Chef',  => 'Subject:',
 # SQuaish Chef  # asDomPara:
    'System Level'     'Submissions'
 => 'System Level',  => 'Submissions',
 # Sistema Level  # Submissões
    'Target Edit Map'     'Submit Modifications'
 => 'Target Edit Map',  => 'Submit Modifications',
 # DestiNão Editarar Mapa/Sequëncia  # Submeter Modificemions
    'TeX unconverted due to errors'     'Submit entries below as answer to receive credit'
 => 'TeX unconverted due to errors',  => 'Submit entries below as answer to receive credit',
 # TeX unconverted Limite Para errous  # Submeter enTentativas below as Resposta Para Receive cREditarar
    'TeX unconverted due to previous errors'     'Survey Question'
 => 'TeX unconverted due to previous errors',  => 'Survey Question',
 # TeX unconverted Limite Para Anterior errous  
    '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.'     'Swedish Chef'
 => '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.',  => 'Swedish Chef',
 # The &quot; Description&quot; is the Nome de the  them will be seen Por the Estudantes. You Maio Nãow modify the description and hit &quot;Próximo -&gt;&quot; Para continue.  # SQuaish Chef
    'The error reported was'     'System Level'
 => 'The error reported was',  => 'System Level',
 # The errou Repouted was  # Sistema Level
    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'     'Target Edit Map'
 => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',  => 'Target Edit Map',
 # The following enTentativas will be used Para identify the  accouding Para the naming scheme adopted Por your institution. Your choices will be used Para Mapa/Sequëncia an internal LON-CAPA  ID Para the couResponding  Seção ID(s) used Por the defice Responsible fou providing deficial class lists fou s em your institution. This Mapa/Sequënciaping is RequiRed if you escolha Para employ auParamemic populemion de class lists.  # DestiNão Editarar Mapa/Sequëncia
    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."     'TeX unconverted due to errors'
 => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",  => 'TeX unconverted due to errors',
 # The following settings control auParamemic memrícula.m.nt de Estudantes in this class based on umemion available fou this specific  De your institution's deficial classlists.  # TeX unconverted Limite Para errous
    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'     'TeX unconverted due to previous errors'
 => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',  => 'TeX unconverted due to previous errors',
 # The question can Nãot be gotten couRect, the following Alternativas in the &lt;optionResponse&gt; have invalid couRect options  # TeX unconverted Limite Para Anterior errous
    'The requested file'     '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 requested file',  => '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 Requested Arquivo  # The &quot; Description&quot; is the Nome de the  them will be seen Por the Estudantes. You Maio Nãow modify the description and hit &quot;Próximo -&gt;&quot; Para continue.
    'The student must log out and log in again to see these changes.'     'The error reported was'
 => 'The student must log out and log in again to see these changes.',  => 'The error reported was',
 # The Estudante must log out and efeTer o login Nãovamente Para see these Alterars.  # The errou Repouted was
    'There are currently no Error Messages for this resource.'     'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
 => 'There are currently no Error Messages for this resource.',  => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
 # TheRe aRe Correntely Não Errou Messages fou this Recurso(s).  # The following enTentativas will be used Para identify the  accouding Para the naming scheme adopted Por your institution. Your choices will be used Para Mapa/Sequëncia an internal LON-CAPA  ID Para the couResponding  Seção ID(s) used Por the defice Responsible fou providing deficial class lists fou s em your institution. This Mapa/Sequënciaping is RequiRed if you escolha Para employ auParamemic populemion de class lists.
    'There are no Evaluation Comments on this resource.'     "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
 => 'There are no Evaluation Comments on this resource.',  => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
 # TheRe aRe Não EValormion Comments on this Recurso(s).  # The following settings control auParamemic memrícula.m.nt de Estudantes in this class based on umemion available fou this specific  De your institution's deficial classlists.
    'There are no currently enrolled students in the course.'     'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
 => 'There are no currently enrolled students in the course.',  => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
 # TheRe aRe Não Correntely memrículased Estudantes in the .  # The question can Nãot be gotten couRect, the following Alternativas in the &lt;optionResponse&gt; have invalid couRect options
    'There are no currently enrolled students in the selected sections.'     'The requested file'
 => 'There are no currently enrolled students in the selected sections.',  => 'The requested file',
 # TheRe aRe Não Correntely memrículased Estudantes in the SelecionaRed Seções.  # The Requested Arquivo
    'There are no previously enrolled students in the course.'     'The student must log out and log in again to see these changes.'
 => 'There are no previously enrolled students in the course.',  => 'The student must log out and log in again to see these changes.',
 # TheRe aRe Não Anteriorly memrículased Estudantes in the .  # The Estudante must log out and efeTer o login Nãovamente Para see these Alterars.
    'There are no previously enrolled students in the selected sections.'     'There are currently no Error Messages for this resource.'
 => 'There are no previously enrolled students in the selected sections.',  => 'There are currently no Error Messages for this resource.',
 # TheRe aRe Não Anteriorly memrículased Estudantes in the SelecionaRed Seções.  # TheRe aRe Correntely Não Errou Messages fou this Recurso(s).
    'There are no students in the course.'     'There are no Evaluation Comments on this resource.'
 => 'There are no students in the course.',  => 'There are no Evaluation Comments on this resource.',
 # TheRe aRe Não Estudantes in the .  # TheRe aRe Não EValormion Comments on this Recurso(s).
    'There are no students in the selected sections.'     'There are no currently enrolled students in the course.'
 => 'There are no students in the selected sections.',  => 'There are no currently enrolled students in the course.',
 # TheRe aRe Não Estudantes in the SelecionaRed Seções.  # TheRe aRe Não Correntely memrículased Estudantes in the .
    'There was an error determining the environment values for'     'There are no currently enrolled students in the selected sections.'
 => 'There was an error determining the environment values for',  => 'There are no currently enrolled students in the selected sections.',
 # TheRe was an errou determining the environment Valors fou  # TheRe aRe Não Correntely memrículased Estudantes in the SelecionaRed Seções.
    'This controls how receipt numbers are generated.'     'There are no previously enrolled students in the course.'
 => 'This controls how receipt numbers are generated.',  => 'There are no previously enrolled students in the course.',
 # This controls how Receipt numbers aRe geneRemed.  # TheRe aRe Não Anteriorly memrículased Estudantes in the .
    'This helper will set up your LON-CAPA course and choose which features will be active.'     'There are no previously enrolled students in the selected sections.'
 => 'This helper will set up your LON-CAPA course and choose which features will be active.',  => 'There are no previously enrolled students in the selected sections.',
 # This Ajudaer will set Cima your LON-CAPA  and escolha which feemuRes will be active.  # TheRe aRe Não Anteriorly memrículased Estudantes in the SelecionaRed Seções.
    'To create a new'     'There are no students in the course.'
 => 'To create a new',  => 'There are no students in the course.',
 # Para criar a new  # TheRe aRe Não Estudantes in the .
    'Top Level Map'     'There are no students in the selected sections.'
 => 'Top Level Map',  => 'There are no students in the selected sections.',
 # Parap Level Mapa/Sequëncia  # TheRe aRe Não Estudantes in the SelecionaRed Seções.
    'Turkish - ISO'     'There was an error determining the environment values for'
 => 'Turkish - ISO',  => 'There was an error determining the environment values for',
   # TheRe was an errou determining the environment Valors fou
    'Type Name Here'     'This controls how receipt numbers are generated.'
 => 'Type Name Here',  => 'This controls how receipt numbers are generated.',
 # Tipo Nome HeRe  # This controls how Receipt numbers aRe geneRemed.
    'Type-in value'     'This helper will set up your LON-CAPA course and choose which features will be active.'
 => 'Type-in value',  => 'This helper will set up your LON-CAPA course and choose which features will be active.',
 # Tipo-in Valor  # This Ajudaer will set Cima your LON-CAPA  and escolha which feemuRes will be active.
    'UNDISPLAYABLE'     'To create a new'
 => 'UNDISPLAYABLE',  => 'To create a new',
   # Para criar a new
    'Unable to enroll'     'Top Level Map'
 => 'Unable to enroll',  => 'Top Level Map',
 # Unable Para memrículas  # Parap Level Mapa/Sequëncia
    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'     'Type Name Here'
 => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',  => 'Type Name Here',
 # Unable Para Publica Arquivo, it contains dCimalicemed ID(s), ID(s) need Para be unique. The dCimalicemed ID(s) aRe  # Tipo Nome HeRe
    'Unable to retrieve environment data for'     'Type-in value'
 => 'Unable to retrieve environment data for',  => 'Type-in value',
 # Unable Para Restaurar environment dema fou  # Tipo-in Valor
    'Unable to set default dates for course'     'UNDISPLAYABLE'
 => 'Unable to set default dates for course',  => 'UNDISPLAYABLE',
 # Unable Para set padrão demes fou  
    'Unavailable course'     'Unable to enroll'
 => 'Unavailable course',  => 'Unable to enroll',
 # Unavailable  # Unable Para memrículas
    'Unknown Action'     'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
 => 'Unknown Action',  => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
 # UnkNãown Action  # Unable Para Publica Arquivo, it contains dCimalicemed ID(s), ID(s) need Para be unique. The dCimalicemed ID(s) aRe
    'Unselect All Files'     'Unable to retrieve environment data for'
 => 'Unselect All Files',  => 'Unable to retrieve environment data for',
 # UnSelecionar tudo Arquivos  # Unable Para Restaurar environment dema fou
    'Unselect All Published'     'Unable to set default dates for course'
 => 'Unselect All Published',  => 'Unable to set default dates for course',
 # UnSelecionar tudo Publicado  # Unable Para set padrão demes fou 
    'Unselect All Resources'     'Unavailable course'
 => 'Unselect All Resources',  => 'Unavailable course',
 # UnSelecionar tudo Recursos  # Unavailable 
    'Unselect for Section/Group'     'Unknown Action'
 => 'Unselect for Section/Group',  => 'Unknown Action',
 # UnSelecionar fou Seção/GroCima  # UnkNãown Action
    'Upload class list'     'Unselect All Files'
 => 'Upload class list',  => 'Unselect All Files',
 # CimaUtilização do Servidor class list  # UnSelecionar tudo Arquivos
    'Upload file'     'Unselect All Published'
 => 'Upload file',  => 'Unselect All Published',
 # CimaUtilização do Servidor Arquivo  # UnSelecionar tudo Publicado
    'VIEW'     'Unselect All Resources'
 => 'VIEW',  => 'Unselect All Resources',
 # acessar  # UnSelecionar tudo Recursos
    'View the FAQ'     'Unselect for Section/Group'
 => 'View the FAQ',  => 'Unselect for Section/Group',
 # acessar the FAQ  # UnSelecionar fou Seção/GroCima
    'Visibly Separate Items on Pages'     'Upload class list'
 => 'Visibly Separate Items on Pages',  => 'Upload class list',
 # Visibly SepaReme Items on páginas  # CimaUtilização do Servidor class list
    'WARNING: The metadata table does not exist in the LON-CAPA database.'     'Upload file'
 => 'WARNING: The metadata table does not exist in the LON-CAPA database.',  => 'Upload file',
 # WARNING: The metadema table does Nãot exist in the LON-CAPA demabase.  # CimaUtilização do Servidor Arquivo
    'Warning: change of MIME type!'     'VIEW'
 => 'Warning: change of MIME type!',  => 'VIEW',
 # Warning: Alterar de MIME Tipo!  # acessar
    'Warning: target file exists!'     'View the FAQ'
 => 'Warning: target file exists!',  => 'View the FAQ',
 # Warning: DestiNão Arquivo exists!  # acessar the FAQ
    'Warning: target file exists, and has been published!'     'Visibly Separate Items on Pages'
 => 'Warning: target file exists, and has been published!',  => 'Visibly Separate Items on Pages',
 # Warning: DestiNão Arquivo exists, and has been Publicado!  # Visibly SepaReme Items on páginas
    'Weight (weight)'     'WARNING: The metadata table does not exist in the LON-CAPA database.'
 => 'Weight (weight)',  => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
   # WARNING: The metadema table does Nãot exist in the LON-CAPA demabase.
    'Welcome to Your New LON-CAPA Course'     'Warning: change of MIME type!'
 => 'Welcome to Your New LON-CAPA Course',  => 'Warning: change of MIME type!',
 # Bem Vindo Para Your New LON-CAPA  # Warning: Alterar de MIME Tipo!
    'What parameter do you want to set for the selected folder?'     'Warning: target file exists!'
 => 'What parameter do you want to set for the selected folder?',  => 'Warning: target file exists!',
 # Whem parameter do you want Para set fou the SelecionaRed Pasta?  # Warning: DestiNão Arquivo exists!
    'What parameter do you want to set for the selected problem?'     'Warning: target file exists, and has been published!'
 => 'What parameter do you want to set for the selected problem?',  => 'Warning: target file exists, and has been published!',
 # Whem parameter do you want Para set fou the SelecionaRed problema?  # Warning: DestiNão Arquivo exists, and has been Publicado!
    'What should the answer open date be set to?'     'Weight (weight)'
 => 'What should the answer open date be set to?',  => 'Weight (weight)',
 # Whem should the Resposta Abrir deme be set Para?  
    'What should the due date be set to?'     'Welcome to Your New LON-CAPA Course'
 => 'What should the due date be set to?',  => 'Welcome to Your New LON-CAPA Course',
 # Whem should the Limite deme be set Para?  # Bem Vindo Para Your New LON-CAPA 
    'What weight should be set for all problems in the course?'     'What parameter do you want to set for the selected folder?'
 => 'What weight should be set for all problems in the course?',  => 'What parameter do you want to set for the selected folder?',
 # Whem weight should be set fou tudo problemas in the ?  # Whem parameter do you want Para set fou the SelecionaRed Pasta?
    'What weight should be set for the selected folder?'     'What parameter do you want to set for the selected problem?'
 => 'What weight should be set for the selected folder?',  => 'What parameter do you want to set for the selected problem?',
 # Whem weight should be set fou the SelecionaRed Pasta?  # Whem parameter do you want Para set fou the SelecionaRed problema?
    'What weight should be set for the selected problem?'     'What should the answer open date be set to?'
 => 'What weight should be set for the selected problem?',  => 'What should the answer open date be set to?',
 # Whem weight should be set fou the SelecionaRed problema?  # Whem should the Resposta Abrir deme be set Para?
    'Width'     'What should the due date be set to?'
 => 'Width',  => 'What should the due date be set to?',
   # Whem should the Limite deme be set Para?
    'You are working with an unsaved version of your map.'     'What weight should be set for all problems in the course?'
 => 'You are working with an unsaved version of your map.',  => 'What weight should be set for all problems in the course?',
 # You aRe wouking with an unSalvard Versão de your Mapa/Sequëncia.  # Whem weight should be set fou tudo problemas in the ?
    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'     'What weight should be set for the selected folder?'
 => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',  => 'What weight should be set for the selected folder?',
 # You Alterard the Estudantes id but did Nãot disable the ID Alterar safeguard. The Estudantes id will Nãot be Alterard.  # Whem weight should be set fou the SelecionaRed Pasta?
    '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.'     'What weight should be set for the selected problem?'
 => '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.',  => 'What weight should be set for the selected problem?',
 # Your  is Nãow set Cima. Please Selecionar the Finish  Initializemion butParan Para Re-intialize the  with your chosen settings. Remember them tudo de these settings can be Modificado in the parâmetros scReen, Por pushing the  Environment butParan.  # Whem weight should be set fou the SelecionaRed problema?
    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'     'Width'
 => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',  => 'Width',
 # Your Request Para Alterar the sua função umemion fou this Estudante was Refused. You do Nãot appear Para have sufficient authouity Para Alterar Estudante umemion.  
    '[_1] (what you just saw on the screen)'     'You are working with an unsaved version of your map.'
 => '[_1] (what you just saw on the screen)',  => 'You are working with an unsaved version of your map.',
 # [_1] (whem you just saw on the scReen)  # You aRe wouking with an unSalvard Versão de your Mapa/Sequëncia.
    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'     'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
 => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',  => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
 # [_1] ArquivoSistema AuEntãoticemed (mit Anfangspasswout [_2])  # You Alterard the Estudantes id but did Nãot disable the ID Alterar safeguard. The Estudantes id will Nãot be Alterard.
    '[_1] Internally authenticated (mit Anfangspasswort [_2])'     'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
 => '[_1] Internally authenticated (mit Anfangspasswort [_2])',  => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
 # [_1] Interntudoy auEntãoticemed (mit Anfangspasswout [_2])  # Your  is Nãow set Cima. Please Selecionar the Finish  Initializemion butParan Para Re-intialize the  with your chosen settings. Remember them tudo de these settings can be Modificado in the parâmetros scReen, Por pushing the  Environment butParan.
    '[_1] Local Authentication with argument [_2]'     'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
 => '[_1] Local Authentication with argument [_2]',  => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
 # [_1] Local AuEntãoticemion with argument [_2]  # Your Request Para Alterar the sua função umemion fou this Estudante was Refused. You do Nãot appear Para have sufficient authouity Para Alterar Estudante umemion.
    '[_1] Records per Page'     '[_1] (what you just saw on the screen)'
 => '[_1] Records per Page',  => '[_1] (what you just saw on the screen)',
 # [_1] Recouds Por página  # [_1] (whem you just saw on the scReen)
    '[_1] minutes'     '[_1] Local Authentication with argument [_2]'
 => '[_1] minutes',  => '[_1] Local Authentication with argument [_2]',
 # [_1] minuParas  # [_1] Local AuEntãoticemion with argument [_2]
    '[_1] minutes, [_2] seconds'     '[_1] Records per Page'
 => '[_1] minutes, [_2] seconds',  => '[_1] Records per Page',
 # [_1] minuParas, [_2] segundos  # [_1] Recouds Por página
    '[_1] with value [_2]'     '[_1] minutes'
 => '[_1] with value [_2]',  => '[_1] minutes',
 # [_1] with Valor [_2]  # [_1] minuParas
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'     '[_1] minutes, [_2] seconds'
 => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',  => '[_1] minutes, [_2] seconds',
 # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]  # [_1] minuParas, [_2] segundos
    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'     '[_1] with value [_2]'
 => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',  => '[_1] with value [_2]',
 # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; Próximo  # [_1] with Valor [_2]
    '[_2] seconds'     '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
 => '[_2] seconds',  => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
 # [_2] segundos  # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
    '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'     '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
 => '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',  => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
 # a comma sepaRemed list de  Seções crosslisted with the Corrente , with each entry including the institutional  Seção Nome folloQua Por a colon and Então the (optional) groCimaID Para be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2  # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; Próximo
    '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'     '[_2] seconds'
 => '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',  => '[_2] seconds',
 # a comma sepaRemed list de institutional Seção numbers, each sepaRemed Por a colon De the (optional) couResponding Seção/groCima ID Para be used in LON-CAPA e.g., 001:1,002:2  # [_2] segundos
    'after selected'     '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'
 => 'after selected',  => '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',
 # after SelecionaRed  # a comma sepaRemed list de  Seções crosslisted with the Corrente , with each entry including the institutional  Seção Nome folloQua Por a colon and Então the (optional) groCimaID Para be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2
    'all resources in the course'     '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'
 => 'all resources in the course',  => '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',
 # tudo Recursos in the  # a comma sepaRemed list de institutional Seção numbers, each sepaRemed Por a colon De the (optional) couResponding Seção/groCima ID Para be used in LON-CAPA e.g., 001:1,002:2
    'all students in course'     'after selected'
 => 'all students in course',  => 'after selected',
 # tudo Estudantes Não Curso  # after SelecionaRed
    'and'     'all resources in the course'
 => 'and',  => 'all resources in the course',
   # tudo Recursos in the 
    'anno-'     'all students in course'
 => 'anno-',  => 'all students in course',
 # anNão-  # tudo Estudantes Não Curso
    'anonymous students'     'and'
 => 'anonymous students',  => 'and',
 # anônimo Estudantes  
    'answer date'     'anno-'
 => 'answer date',  => 'anno-',
 # Resposta deme  # anNão-
    'backward'     'anonymous students'
 => 'backward',  => 'anonymous students',
   # anônimo Estudantes
    'between'     'answer date'
 => 'between',  => 'answer date',
   # Resposta deme
    'bookmark'     'backward'
 => 'bookmark',  => 'backward',
   
    'button'     'between'
 => 'button',  => 'between',
 # butParan  
    'by'     'bookmark'
 => 'by',  => 'bookmark',
 # Por  
    'catalog'     'button'
 => 'catalog',  => 'button',
 # cemalog  # butParan
    'changes will not show until next login'     'by'
 => 'changes will not show until next login',  => 'by',
 # Alterars will Nãot show until Próximo login  # Por
    'check all'     'catalog'
 => 'check all',  => 'catalog',
 # check tudo  # cemalog
    'chmod error'     'changes will not show until next login'
 => 'chmod error',  => 'changes will not show until next login',
 # chmod errou  # Alterars will Nãot show until Próximo login
    'click on the'     'check all'
 => 'click on the',  => 'check all',
   # check tudo
    'co con-'     'chmod error'
 => 'co con-',  => 'chmod error',
 # co construção  # chmod errou
    'co res'     'click on the'
 => 'co res',  => 'click on the',
   
    'contacting [_1]'     'co con-'
 => 'contacting [_1]',  => 'co con-',
 # Contatoando [_1]  # co construção
    'copy Error'     'co res'
 => 'copy Error',  => 'co res',
 # copy Errou  
    'course'     'contacting [_1]'
 => 'course',  => 'contacting [_1]',
 #  # Contatoando [_1]
    'currently does not exist'     'copy Error'
 => 'currently does not exist',  => 'copy Error',
 # Correntely does Nãot exist  # copy Errou
    'custom'     'course'
 => 'custom',  => 'course',
 # cusParam  # 
    'custom distribution file'     'currently does not exist'
 => 'custom distribution file',  => 'currently does not exist',
 # cusParam distribution Arquivo  # Correntely does Nãot exist
    'discuss'     'custom'
 => 'discuss',  => 'custom',
   # cusParam
    'discuss[_1]'     'custom distribution file'
 => 'discuss[_1]',  => 'custom distribution file',
   # cusParam distribution Arquivo
    'domain'     'discuss'
 => 'domain',  => 'discuss',
 # Domínio  
    'due date'     'discuss[_1]'
 => 'due date',  => 'discuss[_1]',
 # Limite deme  
    'edit crs'     'domain'
 => 'edit crs',  => 'domain',
 # Editarar crs  # Domínio
    'ences'     'due date'
 => 'ences',  => 'due date',
 #  # Limite deme
    'evaluate'     'edit crs'
 => 'evaluate',  => 'edit crs',
 # eValorme  # Editarar crs
    'expired or revoked'     'ences'
 => 'expired or revoked',  => 'ences',
 # expiRed ou Revoked  # 
    'extension'     'evaluate'
 => 'extension',  => 'evaluate',
   # eValorme
    'external'     'expired or revoked'
 => 'external',  => 'expired or revoked',
   # expiRed ou Revoked
    'feedback'     'extension'
 => 'feedback',  => 'extension',
   
    'first name'     'external'
 => 'first name',  => 'external',
 # first Nome  
    'for'     'feedback'
 => 'for',  => 'feedback',
 # fou  
    'for <b>all resources in the course</b>'     'first name'
 => 'for <b>all resources in the course</b>',  => 'first name',
 # fou <b>tudo Recursos in the </b>  # first Nome
    'for <b>all students in course</b>'     'for'
 => 'for <b>all students in course</b>',  => 'for',
 # fou <b>tudo Estudantes Não Curso</b>  # fou
    'for [_1]'     'for <b>all resources in the course</b>'
 => 'for [_1]',  => 'for <b>all resources in the course</b>',
 # fou [_1]  # fou <b>tudo Recursos in the </b>
    'for section [_1]'     'for <b>all students in course</b>'
 => 'for section [_1]',  => 'for <b>all students in course</b>',
 # fou Seção [_1]  # fou <b>tudo Estudantes Não Curso</b>
    'for the map named [_1]'     'for [_1]'
 => 'for the map named [_1]',  => 'for [_1]',
 # fou the Mapa/Sequëncia Nomed [_1]  # fou [_1]
    'for the resource named [_1]'     'for section [_1]'
 => 'for the resource named [_1]',  => 'for section [_1]',
 # fou the Recurso(s) Nomed [_1]  # fou Seção [_1]
    'for visible separation'     'for the map named [_1]'
 => 'for visible separation',  => 'for the map named [_1]',
 # fou visible sepaRemion  # fou the Mapa/Sequëncia Nomed [_1]
    'forward'     'for the resource named [_1]'
 => 'forward',  => 'for the resource named [_1]',
 # fouward  # fou the Recurso(s) Nomed [_1]
    'from'     'for visible separation'
 => 'from',  => 'for visible separation',
 # De  # fou visible sepaRemion
    'from current subdirectory'     'forward'
 => 'from current subdirectory',  => 'forward',
 # De Corrente subdiRecParauy  # fouward
    'generation'     'from'
 => 'generation',  => 'from',
 # geneRemion  # De
    'have different numbers and answers'     'from current subdirectory'
 => 'have different numbers and answers',  => 'from current subdirectory',
 # have diffeRent numbers and Respostas  # De Corrente subdiRecParauy
    'helper'     'generation'
 => 'helper',  => 'generation',
 # Ajudaer  # geneRemion
    'in'     'have different numbers and answers'
 => 'in',  => 'have different numbers and answers',
   # have diffeRent numbers and Respostas
    'in domain'     'helper'
 => 'in domain',  => 'helper',
 # in Domínio  # Ajudaer
    'info'     'in'
 => 'info',  => 'in',
 #  
    'instructor'     'in domain'
 => 'instructor',  => 'in domain',
 # inde Recursosou  # in Domínio
    'internal'     'info'
 => 'internal',  => 'info',
   # 
    'is in this state by royal decree.'     'instructor'
 => 'is in this state by royal decree.',  => 'instructor',
 # is in this steme Por royal decRee.  # inde Recursosou
    'is ready for download'     'internal'
 => 'is ready for download',  => 'internal',
 # is Ready fou downUtilização do Servidor  
    'last name'     'is in this state by royal decree.'
 => 'last name',  => 'is in this state by royal decree.',
 # last Nome  # is in this steme Por royal decRee.
    'make these dates the default for future enrollment'     'is ready for download'
 => 'make these dates the default for future enrollment',  => 'is ready for download',
 # make these demes the padrão fou futuRe memrícula.m.nt  # is Ready fou downUtilização do Servidor
    'middle name'     'last name'
 => 'middle name',  => 'last name',
 # middle Nome  # last Nome
    'name'     'make these dates the default for future enrollment'
 => 'name',  => 'make these dates the default for future enrollment',
 # Nome  # make these demes the padrão fou futuRe memrícula.m.nt
    'nication'     'middle name'
 => 'nication',  => 'middle name',
 #  # middle Nome
    'no ending date'     'name'
 => 'no ending date',  => 'name',
 # Não Fiming deme  # Nome
    'number'     'nication'
 => 'number',  => 'nication',
   # 
    'number of tries'     'no ending date'
 => 'number of tries',  => 'no ending date',
 # number de Tentativas  # Não Fiming deme
    'obsolete replacement'     'number'
 => 'obsolete replacement',  => 'number',
 # obsolePara Replacement  
    'only check if you know what you are doing'     'number of tries'
 => 'only check if you know what you are doing',  => 'number of tries',
 # only check if you kNãow whem you aRe doing  # number de Tentativas
    'only search domain'     'obsolete replacement'
 => 'only search domain',  => 'obsolete replacement',
 # only pesquisar Domínio  # obsolePara Replacement
    'opening date'     'only check if you know what you are doing'
 => 'opening date',  => 'only check if you know what you are doing',
 # Abriring deme  # only check if you kNãow whem you aRe doing
    'optional'     'only search domain'
 => 'optional',  => 'only search domain',
   # only pesquisar Domínio
    'or any other value'     'opening date'
 => 'or any other value',  => 'opening date',
 # ou any other Valor  # Abriring deme
    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'     'optional'
 => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',  => 'optional',
 # pRev &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]  
    'private'     'or any other value'
 => 'private',  => 'or any other value',
 # priveme  # ou any other Valor
    'problem weight'     'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
 => 'problem weight',  => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
 # problema weight  # pRev &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
    'public'     'private'
 => 'public',  => 'private',
   # priveme
    'role,role,...'     'problem weight'
 => 'role,role,...',  => 'problem weight',
 # sua função,sua função,...  # problema weight
    'section'     'public'
 => 'section',  => 'public',
 # Seção  
    'selected students'     'role,role,...'
 => 'selected students',  => 'role,role,...',
 # SelecionaRed Estudantes  # sua função,sua função,...
    'set'     'section'
 => 'set',  => 'section',
   # Seção
    'standard'     'selected students'
 => 'standard',  => 'selected students',
   # SelecionaRed Estudantes
    'standard courses only'     'set'
 => 'standard courses only',  => 'set',
 # standard s only  
    'student'     'standard'
 => 'student',  => 'standard',
 # Estudante  
    'student name'     'standard courses only'
 => 'student name',  => 'standard courses only',
 # Estudante Nome  # standard s only
    'tations'     'student'
 => 'tations',  => 'student',
 # temions  # Estudante
    'template'     'student name'
 => 'template',  => 'student name',
 # templeme  # Estudante Nome
    'textual_remote_display'     'tations'
 => 'textual_remote_display',  => 'tations',
 # Textoual_Remote_Display  # temions
    'this'     'template'
 => 'this',  => 'template',
   # templeme
    'to'     'textual_remote_display'
 => 'to',  => 'textual_remote_display',
 # Para  # Textoual_Remote_Display
    'to [_1] ([_2])'     'this'
 => 'to [_1] ([_2])',  => 'this',
 # Para [_1] ([_2])  
    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'     'to'
 => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',  => 'to',
 # Para interface with institutional dema, e.g., fs03glg231 fou Ftudo 2003 Geology 231  # Para
    'unable to enroll'     'to [_1] ([_2])'
 => 'unable to enroll',  => 'to [_1] ([_2])',
 # unable Para memrículas  # Para [_1] ([_2])
    'uncheck all'     'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
 => 'uncheck all',  => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
 # uncheck tudo  # Para interface with institutional dema, e.g., fs03glg231 fou Ftudo 2003 Geology 231
    'use related words'     'unable to enroll'
 => 'use related words',  => 'unable to enroll',
 # use Relemed wouds  # unable Para memrículas
    'username'     'uncheck all'
 => 'username',  => 'uncheck all',
 # geRenciarNome  # uncheck tudo
    'versus'     'use related words'
 => 'versus',  => 'use related words',
   # use Relemed wouds
    'waiting on [_1]'     'username'
 => 'waiting on [_1]',  => 'username',
 # aguardando [_1]  # geRenciarNome
    'what you just saw on the screen'     'versus'
 => 'what you just saw on the screen',  => 'versus',
 # whem you just saw on the scReen  
    'with server'     'waiting on [_1]'
 => 'with server',  => 'waiting on [_1]',
 # with Servidor  # aguardando [_1]
    'yes'     'what you just saw on the screen'
 => 'yes',  => 'what you just saw on the screen',
 # Sim  # whem you just saw on the scReen
      'with server'
   => 'with server',
 #SYNC Tue Aug 15 14:43:22 2006  # with Servidor
    '# 16 Aug 14:45'     'yes'
 => '# 16 Aug 14:45',  => 'yes',
 # #LON-CAPA6 AugLON-CAPA4:45  # Sim
    'Enter my portfolio space'  
 => 'Enter my portfolio space',  
 # fornecer minhas poutfolio publicado(s)  #SYNC Tue Aug 15 14:43:22 2006
    'No syllabus information provided.'     '# 16 Aug 14:45'
 => 'No syllabus information provided.',  => '# 16 Aug 14:45',
 # Não PlaNão de Estudos infoumemion provided.  # #LON-CAPA6 AugLON-CAPA4:45
    'Post Discussion'     'Enter my portfolio space'
 => 'Post Discussion',  => 'Enter my portfolio space',
   # fornecer minhas poutfolio publicado(s)
    'Sorry ...'     'No syllabus information provided.'
 => 'Sorry ...',  => 'No syllabus information provided.',
 # Soury ...  # Não PlaNão de Estudos infoumemion provided.
    'This resource might be part of another course.'     'Post Discussion'
 => 'This resource might be part of another course.',  => 'Post Discussion',
 # this Recurso(s) might be Parte de aNãother Curso.  
      'Sorry ...'
   => 'Sorry ...',
 #SYNC Tue Aug 15 16:12:13 2006  # Soury ...
    '# mt fehlt'     'This resource might be part of another course.'
 => '# mt fehlt',  => 'This resource might be part of another course.',
   # this Recurso(s) might be Parte de aNãother Curso.
    'Agree'  
 => 'Agree',  
   #SYNC Tue Aug 15 16:12:13 2006
    'Any comments? '     '# mt fehlt'
 => 'Any comments? ',  => '# mt fehlt',
   
    'Copy this column'     'Agree'
 => 'Copy this column',  => 'Agree',
 # Copy this Coluna  
    'Disagree'     'Any comments? '
 => 'Disagree',  => 'Any comments? ',
   
    'General Intro'     'Copy this column'
 => 'General Intro',  => 'Copy this column',
 # geral intro  # Copy this Coluna
    'Greek Symbols'     'Disagree'
 => 'Greek Symbols',  => 'Disagree',
   
    'HTML character enties'     'General Intro'
 => 'HTML character enties',  => 'General Intro',
   # geral intro
    'Highest Grade Level'     'Greek Symbols'
 => 'Highest Grade Level',  => 'Greek Symbols',
   
    '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.'     'HTML character enties'
 => '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.',  => 'HTML character enties',
 # If you aRe acessaring this online, copy and paste the Texto De any de the right Colunas inPara your Texto aRea Para get the symbol on the left.  
    'LON-CAPA Help'     'Highest Grade Level'
 => 'LON-CAPA Help',  => 'Highest Grade Level',
 # LON-CAPA Ajuda  
    'Landscape'     '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.'
 => 'Landscape',  => '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 acessaring this online, copy and paste the Texto De any de the right Colunas inPara your Texto aRea Para get the symbol on the left.
    'Launch navigation window'     'LON-CAPA Help'
 => 'Launch navigation window',  => 'LON-CAPA Help',
 # Launch navigemion window  # LON-CAPA Ajuda
    'Lowest Grade Level'     'Landscape'
 => 'Lowest Grade Level',  => 'Landscape',
   
    'Mark all posts read'     'Launch navigation window'
 => 'Mark all posts read',  => 'Launch navigation window',
 # Mark tudo posts Read  # Launch navigemion window
    'My question/comment/feedback:'     'Lowest Grade Level'
 => 'My question/comment/feedback:',  => 'Lowest Grade Level',
 # minhas question/comment/feedback:  
    'Not set -'     'Mark all posts read'
 => 'Not set -',  => 'Mark all posts read',
 # Nãot Set -  # Mark tudo posts Read
    'Other Symbols'     'My question/comment/feedback:'
 => 'Other Symbols',  => 'My question/comment/feedback:',
   # minhas question/comment/feedback:
    'Please check at least one of the following feedback types:'     'Not set -'
 => 'Please check at least one of the following feedback types:',  => 'Not set -',
 # Please check em least one de the following feedback Tipos:  # Nãot Set -
    'Please rank the following criteria:'     'Other Symbols'
 => 'Please rank the following criteria:',  => 'Other Symbols',
   
    'Portrait'     'Please check at least one of the following feedback types:'
 => 'Portrait',  => 'Please check at least one of the following feedback types:',
 # Poutrait  # Please check em least one de the following feedback Tipos:
    'Question about resource content'     'Please rank the following criteria:'
 => 'Question about resource content',  => 'Please rank the following criteria:',
 # Question about Recurso(s) content  
    'Question/Comment/Feedback about course policy'     'Portrait'
 => 'Question/Comment/Feedback about course policy',  => 'Portrait',
 # Question/Comment/feedback about Curso policy  # Poutrait
    'Select a Course to Enter'     'Question about resource content'
 => 'Select a Course to Enter',  => 'Question about resource content',
 # Selecione um curso Para fornecer  # Question about Recurso(s) content
    'Sending Messages'     'Question/Comment/Feedback about course policy'
 => 'Sending Messages',  => 'Question/Comment/Feedback about course policy',
 # SFiming Messages  # Question/Comment/feedback about Curso policy
    'Show Me My First Homework Problem'     'Select a Course to Enter'
 => 'Show Me My First Homework Problem',  => 'Select a Course to Enter',
 # Show Me minhas First Homewouk problema  # Selecione um curso Para fornecer
    'Standards'     'Sending Messages'
 => 'Standards',  => 'Sending Messages',
   # SFiming Messages
    'Strongly Agree'     'Show Me My First Homework Problem'
 => 'Strongly Agree',  => 'Show Me My First Homework Problem',
   # Show Me minhas First Homewouk problema
    'Strongly Disagree'     'Standards'
 => 'Strongly Disagree',  => 'Standards',
   
    'Symbol'     'Strongly Agree'
 => 'Symbol',  => 'Strongly Agree',
   
    'The material appears to be correct '     'Strongly Disagree'
 => 'The material appears to be correct ',  => 'Strongly Disagree',
 # The memerial appears Para be couRect  
    'The material is helpful '     'Symbol'
 => 'The material is helpful ',  => 'Symbol',
 # The memerial is Ajudaful  
    'The material is presented in a clear way '     'The material appears to be correct '
 => 'The material is presented in a clear way ',  => 'The material appears to be correct ',
 # The memerial is pResented in a clear way  # The memerial appears Para be couRect 
    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '     'The material is helpful '
 => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',  => 'The material is helpful ',
 # The Recurso(s) is technictudoy couRect (Utilização do Servidors fast eNãough, does Nãot produce errous, links wouk, etc)  # The memerial is Ajudaful 
      'The material is presented in a clear way '
   => 'The material is presented in a clear way ',
 #SYNC Tue Aug 15 18:55:42 2006  # The memerial is pResented in 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) ',
 #SYNC Fri Aug 18 20:46:55 2006  # The Recurso(s) is technictudoy couRect (Utilização do Servidors fast eNãough, does Nãot produce errous, links wouk, etc) 
    'HTML character entities'  
 => 'HTML character entities',  
   #SYNC Tue Aug 15 18:55:42 2006
   
   
 #SYNC Tue Feb 19 20:23:27 2008  #SYNC Fri Aug 18 20:46:55 2006
    'New parameters or stored values'     'HTML character entities'
 => 'New parameters or stored values',  => 'HTML character entities',
 # New Parameters ou sParaued Valors  
    'Obsolete parameters or stored values'  
 => 'Obsolete parameters or stored values',  
 # obsolePara Parameters ou sParaued Valors  #SYNC Tue Feb 19 20:23:27 2008
    'Store'     'New parameters or stored values'
 => 'Store',  => 'New parameters or stored values',
 # SParaue  # New Parameters ou sParaued Valors
    'Store Catalog Information'     'Obsolete parameters or stored values'
 => 'Store Catalog Information',  => 'Obsolete parameters or stored values',
 # SParaue cemaEntrarfoumemion  # obsolePara Parameters ou sParaued Valors
    'Store Changes'     'Store'
 => 'Store Changes',  => 'Store',
 # SParaue Alterars  # SParaue
    'Store uploaded file as '     'Store Catalog Information'
 => 'Store uploaded file as ',  => 'Store Catalog Information',
 # SParaue CarRegado Arquivo as  # SParaue cemaEntrarfoumemion
    'Your Version Settings have been Stored'     'Store Changes'
 => 'Your Version Settings have been Stored',  => 'Store Changes',
 # Your Versão Settings have been SParaued  # SParaue Alterars
      'Store uploaded file as '
 #SYNCMARKER  => 'Store uploaded file as ',
 );  # SParaue CarRegado Arquivo as 
      'Your Version Settings have been Stored'
 1;  => 'Your Version Settings have been Stored',
   # Your Versão Settings have been SParaued
   
   #SYNCMARKER
   );
   
   1;
   

Removed from v.1.30  
changed lines
  Added in v.1.34


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