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

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

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


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