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

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


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