Diff for /loncom/localize/localize/pt.pm between versions 1.16 and 1.23

version 1.16, 2003/11/30 18:16:11 version 1.23, 2004/06/03 14:28:39
Line 3 Line 3
 #  #
 # $Id$  # $Id$
 #  #
 # Copyright Michigan State University Board of Trustees  # Copyright UNICAMP, Sao Paulo
   # Supported in part by Partnership in Global Learning
   # 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).
 #  #
Line 55  use base qw(Apache::localize); Line 57  use base qw(Apache::localize);
 'date_am' => 'manhã',  'date_am' => 'manhã',
 'date_pm' => 'tarde',  'date_pm' => 'tarde',
 'textual_remote_display' => 'on',  'textual_remote_display' => 'on',
   'htmlarea_lang' => 'pt_br',
   
   'anno.gif' => 'pt/anno_pt.gif',
   'ccrs.gif' => 'pt/ccrs_pt.gif',
   'cprv.gif' => 'pt/cprv_pt.gif',
   'enrl.gif' => 'pt/enrl_pt.gif',
   'keys.gif' => 'pt/keys_pt.gif',
   'pref.gif' => 'pt/pref_pt.gif',
   'sbkm.gif' => 'pt/sbkm_pt.gif',
   'stat.gif' => 'pt/stat_pt.gif',
   'anot.gif' => 'pt/anot_pt.gif',
   'chrt.gif' => 'pt/chrt_pt.gif',
   'cstr.gif' => 'pt/cstr_pt.gif',
   'eval.gif' => 'pt/eval_pt.gif',
   'logout.gif' => 'pt/logout_pt.gif',
   'prt.gif' => 'pt/prt_pt.gif',
   'spacer.gif' => 'pt/spacer_pt.gif',
   'vbkm.gif' => 'pt/vbkm_pt.gif',
   'bchat.gif' => 'pt/bchat_pt.gif',
   'com.gif' => 'pt/com_pt.gif',
   'docs.gif' => 'pt/docs_pt.gif',
   'fdbk.gif' => 'pt/fdbk_pt.gif',
   'nav.gif' => 'pt/nav_pt.gif',
   'res.gif' => 'pt/res_pt.gif',
   'sprs.gif' => 'pt/sprs_pt.gif',
   'catalog.gif' => 'pt/catalog_pt.gif',
   'courses.gif' => 'pt/courses_pt.gif',
   'egrd.gif' => 'pt/egrd_pt.gif',
   'grds.gif' => 'pt/grds_pt.gif',
   'parm.gif' => 'pt/parm_pt.gif',
   'roles.gif' => 'pt/roles_pt.gif',
   'src.gif' => 'pt/src_pt.gif',
   
   
    'aboutlon.gif'     'aboutlon.gif'
 => 'aboutlon_pt.gif',  => 'aboutlon_pt.gif',
Line 210  use base qw(Apache::localize); Line 245  use base qw(Apache::localize);
 => 'Carregar Documento',  => 'Carregar Documento',
   
    'Search'     'Search'
 => 'Pesquisa',  => 'Pesquisar',
   
    'Import'     'Import'
 => 'Importar',  => 'Importar',
Line 339  use base qw(Apache::localize); Line 374  use base qw(Apache::localize);
 => 'Usar ou editar minha coleção de marcadores',  => 'Usar ou editar minha coleção de marcadores',
   
    'User Roles'     'User Roles'
 => 'Funções do Usuário',  => 'Função do Usuário',
   
    'Calculate course grades (Spreadsheet)'     'Calculate course grades (Spreadsheet)'
 => 'Planilha para cálculo das notas do curso',  => 'Planilha para cálculo das notas do curso',
Line 366  use base qw(Apache::localize); Line 401  use base qw(Apache::localize);
 => 'Coursepack',  => 'Coursepack',
   
    'Current Month'     'Current Month'
 => 'Mês Corrente',  => 'Mês Atual',
   
    'Deadlines'     'Deadlines'
 => 'Prazos finais',  => 'Prazos finais',
Line 549  use base qw(Apache::localize); Line 584  use base qw(Apache::localize);
 => 'Reiniciar',  => 'Reiniciar',
   
    'Currently selected. '     'Currently selected. '
 => 'Selecionado atualmente.',  => 'Função atual.',
   
    'Switch Server'     'Switch Server'
 => 'Trocar Servidor',  => 'Trocar Servidor',
Line 570  use base qw(Apache::localize); Line 605  use base qw(Apache::localize);
 => 'Extensão',  => 'Extensão',
   
    'User Role'     'User Role'
 => 'Função do Usuário',  => 'Função',
   
    'Start'     'Start'
 => 'Início',  => 'Início',
Line 612  use base qw(Apache::localize); Line 647  use base qw(Apache::localize);
 => "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 para",  => "Salvando modificações em",
   
    "Unable to write to"     "Unable to write to"
 => "Impossível escrever em",  => "Impossível escrever em",
Line 768  use base qw(Apache::localize); Line 803  use base qw(Apache::localize);
 => 'Nova Pesquisa',  => 'Nova Pesquisa',
   
    'No due date'     'No due date'
 => 'Sem data de vencimento',  => 'Sem data limite',
   
    'No upload file specified.'     'No upload file specified.'
 => 'Não foi especificado o arquivo para carregar.',  => 'Não foi especificado o arquivo para carregar.',
Line 777  use base qw(Apache::localize); Line 812  use base qw(Apache::localize);
 => 'Sem permissão para escrever no diretório do usuário, FALHA',  => 'Sem permissão para escrever no diretório do usuário, FALHA',
   
    'Open, no due date'     'Open, no due date'
 => 'Abrir, sem data de vencimento',  => 'Aberto, sem data limite',
   
    'Page'     'Page'
 => 'Mapa/Exercícios',  => 'Mapa/Exercícios',
Line 1305  use base qw(Apache::localize); Line 1340  use base qw(Apache::localize);
 => 'Visualizar Citação Detalhada',  => 'Visualizar Citação Detalhada',
   
    'Detailed Problem Analysis'     'Detailed Problem Analysis'
 => 'Análise detalhada de problema',  => '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.',
Line 1326  use base qw(Apache::localize); Line 1361  use base qw(Apache::localize);
 => 'DoDiff',  => 'DoDiff',
   
    'Due'     'Due'
 => 'Devido',  => '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',
Line 1611  use base qw(Apache::localize); Line 1646  use base qw(Apache::localize);
 => 'Formato da Saída',  => 'Formato da Saída',
   
    'Overall Problem Statistics'     'Overall Problem Statistics'
 => 'Estatísticas Globais de Problema',  => 'Estatísticas globais dos exercícios',
   
    'Owner/Publisher'     'Owner/Publisher'
 => 'Dono/Publicador',  => 'Dono/Publicador',
Line 2114  use base qw(Apache::localize); Line 2149  use base qw(Apache::localize);
    'all'     'all'
 => 'tudo',  => 'tudo',
   
    'anno-'     'anno-[_1]'
 => 'anotações',  => 'anotações',
   
    'announce'     'announce'
Line 2135  use base qw(Apache::localize); Line 2170  use base qw(Apache::localize);
    'author'     'author'
 => 'autor',  => 'autor',
   
    'backward'     'backward[_1]'
 => 'para trás',  => 'para trás',
   
    'bookmark'     'bookmark[_2]'
 => 'marcadores',  => 'marcadores',
   
    'catalog'     'catalog[_1]'
 => 'catálogo',  => 'Catálogo',
   
    'chart'     'chart'
 => 'quadro',  => 'quadro',
Line 2153  use base qw(Apache::localize); Line 2188  use base qw(Apache::localize);
    'close this window'     'close this window'
 => 'feche esta janela',  => 'feche esta janela',
   
    'co con-'  
 => 'co con-',  
   
    'connection down'     'connection down'
 => 'sem conexão',  => 'sem conexão',
   
Line 2174  use base qw(Apache::localize); Line 2206  use base qw(Apache::localize);
    'directory'     'directory'
 => 'diretório',  => 'diretório',
   
    'discuss'     'discuss[_1]'
 => '',  => '',
   
    'docs'     'docs'
Line 2186  use base qw(Apache::localize); Line 2218  use base qw(Apache::localize);
    'edit'     'edit'
 => 'editar',  => 'editar',
   
    'edit crs'     'evaluate[_1]'
 => 'gerenciar',  
   
    'evaluate'  
 => 'avaliação',  => 'avaliação',
   
    'exit'     'exit'
Line 2198  use base qw(Apache::localize); Line 2227  use base qw(Apache::localize);
    'fas'     'fas'
 => 'fas',  => 'fas',
   
    'feedback'     'feedback[_1]'
 => 'realimentação',  => 'realimentação',
   
    'for Enclosing Map or Folder'     'for Enclosing Map or Folder'
Line 2207  use base qw(Apache::localize); Line 2236  use base qw(Apache::localize);
    'for Resource'     'for Resource'
 => 'para o Recurso',  => 'para o Recurso',
   
    'forward'     'forward[_1]'
 => 'para frente',  => 'para frente',
   
    'from Enclosing Map or Folder'     'from Enclosing Map or Folder'
Line 2223  use base qw(Apache::localize); Line 2252  use base qw(Apache::localize);
 => 'na Seção/Grupo',  => 'na Seção/Grupo',
   
    'info'     'info'
 => 'info',  => '',
   
    'interface available'     'interface available'
 => 'Interface disponível',  => 'Interface disponível',
Line 2310  use base qw(Apache::localize); Line 2339  use base qw(Apache::localize);
 => 'figuras',  => 'figuras',
   
    'prepare'     'prepare'
 => 'preparar',  => 'Preparar',
   
    'printout'     'printout'
 => 'impressão',  => 'impressão',
Line 2354  use base qw(Apache::localize); Line 2383  use base qw(Apache::localize);
    'sequence'     'sequence'
 => 'sequência',  => 'sequência',
   
    'set'     'set[_1]'
 => 'inserir',  => 'inserir',
   
    'space'     'space'
Line 2375  use base qw(Apache::localize); Line 2404  use base qw(Apache::localize);
    'switch'     'switch'
 => 'trocar',  => 'trocar',
   
    'tations'  
 => '',  
   
    'this'  
 => '',  
   
    'title'     'title'
 => 'Título',  => 'Título',
   
Line 2490  use base qw(Apache::localize); Line 2513  use base qw(Apache::localize);
 => 'Alterar',  => 'Alterar',
   
    'Change Random Seed To:'     'Change Random Seed To:'
 => 'Mudar Semente do Gerador de Números para:',  => 'Nova Semente do Gerador de Números:',
   
    'Change Your Language Preferences'     'Change Your Language Preferences'
 => 'Alterar Sua Preferência de 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',
Line 2599  use base qw(Apache::localize); Line 2622  use base qw(Apache::localize);
 => 'Mostrar todas as Mensagens',  => 'Mostrar todas as Mensagens',
   
    'Display and analysis of submission times on assessments.'     'Display and analysis of submission times on assessments.'
 => 'Visualização e análise dos tempos de submissão nas avaliações.',  => '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',
Line 2611  use base qw(Apache::localize); Line 2634  use base qw(Apache::localize);
 => 'Convidado do Domínio',  => 'Convidado do Domínio',
   
    'Drop Students'     'Drop Students'
 => 'Excluir Estudantes',  => 'Excluir Estudante(s)',
   
    'Dropped [_1]'     'Dropped [_1]'
 => 'Excluído [_1]',  => 'Excluído [_1]',
Line 2773  use base qw(Apache::localize); Line 2796  use base qw(Apache::localize);
 => 'Tipo de Login',  => 'Tipo de Login',
   
    'Making Backup to'     'Making Backup to'
 => 'Fazer Cópia de Segurança para',  => 'Criando cópia de segurança em',
   
    'Mark Unread'     'Mark Unread'
 => 'Marcado com Não Lido',  => 'Marcado com Não Lido',
Line 2800  use base qw(Apache::localize); Line 2823  use base qw(Apache::localize);
 => 'Modificar Parâmetros',  => 'Modificar Parâmetros',
   
    'Modify student data'     'Modify student data'
 => 'Modificar dados do estudante',  => 'Modificar dados de um estudante',
   
    'Most recently published Version'     'Most recently published Version'
 => 'Mais recente versão publicada',  => 'Mais recente versão publicada',
Line 2959  use base qw(Apache::localize); Line 2982  use base qw(Apache::localize);
 => 'Selecione um Usuário',  => 'Selecione um Usuário',
   
    'Send New'     'Send New'
 => 'Enviar Novo(a)',  => 'Enviar ',
   
    'Send Reply'     'Send Reply'
 => 'Enviar Resposta',  => 'Enviar Resposta',
Line 2980  use base qw(Apache::localize); Line 3003  use base qw(Apache::localize);
 => 'Resposta em curta cadeia de caracteres (string)',  => 'Resposta em curta cadeia de caracteres (string)',
   
    'Show Preview'     'Show Preview'
 => 'Mostrar Pré-visualização',  => 'Pré-visualizar',
   
    'Show always at bottom position'     'Show always at bottom position'
 => 'Mostrar sempre na posição bem abaixo (bottom)',  => 'Mostrar sempre na posição inferior',
   
    'Show always at top position'     'Show always at top position'
 => 'Mostrar sempre na posição bem acima (topo)',  => 'Mostrar sempre na posição superior',
   
    'Simple Problem Editor'     'Simple Problem Editor'
 => 'Editor de Problema Simplificado',  => 'Editor de Problema Simplificado',
Line 2995  use base qw(Apache::localize); Line 3018  use base qw(Apache::localize);
 => 'Tamanho:',  => 'Tamanho:',
   
    'Space separated'     'Space separated'
 => 'Espaço separado',  => 'separado por espaço',
   
    'Starting'     'Starting'
 => 'Iniciando',  => 'Iniciando',
Line 3019  use base qw(Apache::localize); Line 3042  use base qw(Apache::localize);
 => 'Links para planilha dos estudantes',  => 'Links para planilha dos estudantes',
   
    'Submission Time Analysis'     'Submission Time Analysis'
 => 'Submissão - Análise de Tempo',  => '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',
Line 3207  use base qw(Apache::localize); Line 3230  use base qw(Apache::localize);
    'versions of this problem'     'versions of this problem'
 => 'versões deste problema',  => 'versões deste problema',
   
 <<<<<<< pt.pm     'loginproblems.html'
 =======  => 'loginproblems_pt.html',
   
 #SYNC Thu Nov 27 17:34:32 2003  # ----
    'Calculate answers'  
 => 'Calculate answers',  
 # Calculeme Respostas  
   
    '&nbsp;Show&nbsp;All&nbsp;Foils'     'Course announcements and my calendar'
 => '&nbsp;Show&nbsp;All&nbsp;Foils',  => 'Calendário e notícias do curso',
   
    '1 out of N multiple choice (radio button)'     'calendar[_1]'
 => '1 out of N multiple choice (radio button)',  => 'Notícias e',
 # 1 out de N multiple choice (radio button)  
   
    '<b>[_1]</b>:  Unable to enroll: [_2]'     'announce[_1]'
 => '<b>[_1]</b>:  Unable to enroll: [_2]',  => 'calendário',
 # <b>[_1]</b>:  Unable to inscrever: [_2]  
    '<b>[_1]</b>: Unable to enroll.  No password specified.'  
 => '<b>[_1]</b>: Unable to enroll.  No password specified.',  
 # <b>[_1]</b>: Unable to inscrever.  No passwoud specified.  
    '<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>: Unacceptable usuarioNome fou usuario [_2] [_3] [_4] [_5]  
   
    'Administrator'  
 => 'Administrator',  
   
    'All Documents in Course'  # ----
 => 'All Documents in Course',  
 # tudo Documents no Curso  
    'All Resources (possibly large output)'  
 => 'All Resources (possibly large output)',  
 # tudo recursos (possibly large Saída)  
   
    'Analyze Over '     'Send and receive messages'
 => 'Analyze Over ',  => 'Enviar e Receber Mensagens',
   
    'Analyze Problem'     'commu-[_1]'
 => 'Analyze Problem',  => 'Gerenciar',
 # Analyze problema  
    'Analyze Problem Again'  
 => 'Analyze Problem Again',  
 # Analyze problema Again  
    'Analyze as '  
 => 'Analyze as ',  
   
    'Anonymous'     'nication[_1]'
 => 'Anonymous',  => 'mensagens',
   
    'Anonymous contribution to course discussion of resource'  
 => 'Anonymous contribution to course discussion of resource',  
 # Anonymous contribution to curso discutirion de recurso  
    'Answer:'  
 => 'Answer:',  
 # 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).',  
 # As a geral Função, only authous ou co-authous should be ArquivoSistema auEntãoticemed (which tudoows access to the Servidor ArquivoSistema).  
   
    'Associate columns with student attributes.'     'Enter the chatroom for the course'
 => 'Associate columns with student attributes.',  => 'Entrar na sala de bate-papo do curso',
 # Associeme columns with Estudante emtributes.  
   
    'Attachment'     'course[_10]'
 => 'Attachment',  => 'Sala de',
 # emtachment  
    'Attribute'  
 => 'Attribute',  
 # emtribute  
   
    'Browsing resource, all submissions are temporary.'     'chat[_1]'
 => 'Browsing resource, all submissions are temporary.',  => 'Bate-Papo',
 # BLinhasing recurso, tudo submissões are tempouary.  
   
    'By'  
 => 'By',  
   
    'CSV (comma separated values, spreadsheet)'  # ----
 => 'CSV (comma separated values, spreadsheet)',  
   
    'Calculate answers'     'Search the contents of this course'
 => 'Calculate answers',  => 'Pesquisa nos conteúdos do curso',
 # Calculeme Respostas  
   
    'Change'     'search[_1]'
 => 'Change',  => 'Pesquisar',
   
    'Change Random Seed To:'     'course[_11]'
 => 'Change Random Seed To:',  => 'conteudos',
   
    'Change Your Language Preferences'  
 => 'Change Your Language Preferences',  
 # Change Your linguagem Preferrencias  
    'Changed discussion view mode'  
 => 'Changed discussion view mode',  
   
    'Check All'  # ----
 => 'Check All',  
 # Check tudo  
    'Check Course Document Versions'  
 => 'Check Course Document Versions',  
 # Check curso Document Versãos  
    'Check for All'  
 => 'Check for All',  
 # Check fou tudo  
    'Check for None'  
 => 'Check for None',  
 # Check fou None  
    'Check for Section/Group'  
 => 'Check for Section/Group',  
 # Check fou Seção/GroCima  
    'Check/Set Resource Versions'  
 => 'Check/Set Resource Versions',  
 # Check/setar recurso Versãos  
   
    'Choose a different resource'     'Search the database of published resources'
 => 'Choose a different resource',  => 'Pesquisar a base de recursos publicados',
 # escolha a different recurso  
    'Chronological View'  
 => 'Chronological View',  
 # Chronological ver  
   
    'Click-On Texts (comma sep):'     'search[_2]'
 => 'Click-On Texts (comma sep):',  => 'Pesquisar',
   
    'Column'     'library[_1]'
 => 'Column',  => 'recursos',
   
    'Column&nbsp;[_1]'  
 => 'Column&nbsp;[_1]',  
   
    'Concept:'  # ----
 => 'Concept:',  
   
    'Concepts'     'Set my user preferences'
 => 'Concepts',  => 'Configurar minhas preferências pessoais',
   
    'Continue enrollment?'     'prefer-[_1]'
 => 'Continue enrollment?',  => 'Preferencias',
 # Continue inscreverment?  
    'Contribution to course discussion of resource'  
 => 'Contribution to course discussion of resource',  
 # Contribution to curso discutirion de recurso  
   
    'Correct Option:'     'ences[_1]'
 => 'Correct Option:',  => 'Pessoais',
 # Courect Option:  
   
    'Create a New Course'  
 => 'Create a New Course',  
 # criar a New curso  
   
    'Critical Messages'  # ----
 => 'Critical Messages',  
   
    'Current'     'Exit LON-CAPA'
 => 'Current',  => 'Sair do LON-CAPA',
   
    'Default:'     'exit[_1]'
 => 'Default:',  => 'Sair do',
 # padrão:  
   
    'Delete'     ' [_1]'
 => 'Delete',  => 'LON-CAPA',
   
    'Delete Checked'  
 => 'Delete Checked',  
   
    'Delete an option'  # ----
 => 'Delete an option',  
   
    'Delete:'     'Switch to another user role'
 => 'Delete:',  => 'Trocar de Função',
   
    'Description:'     'switch[_2]'
 => 'Description:',  => 'Trocar',
   
    'Diffs'     'role[_1]'
 => 'Diffs',  => 'função',
   
    'Diffs with Current Version'  
 => 'Diffs with Current Version',  
 # Diffs with Current Versão  
    'Diffs with Version'  
 => 'Diffs with Version',  
 # Diffs with Versão  
    'Diffs with current Version'  
 => 'Diffs with current Version',  
 # Diffs with current Versão  
   
    '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)',  
 # Disable ID/Estudante Number Safeguard and Fouce Change de Conflicting IDs (only do if you know whem you are doing)  
    'Discussion Contributions'  
 => 'Discussion Contributions',  
 # discutirion Contributions  
    'Display All Messages'  
 => 'Display All Messages',  
 # Display tudo Messages  
    'Display all Messages'  
 => 'Display all Messages',  
 # Display tudo Messages  
    'Display and analysis of submission times on assessments.'  
 => 'Display and analysis of submission times on assessments.',  
 # Display and analysis de submission times on Avaliaçãos.  
    'Display foils in order given'  
 => 'Display foils in order given',  
 # Display foils in ouder given  
    'Display foils in random order'  
 => 'Display foils in random order',  
 # Display foils in random ouder  
   
    'Domain Guest'     'Choose the user role'
 => 'Domain Guest',  => 'Selecionar a Função',
 # Domínio Guest  
   
    'Drop Students'     'choose[_2]'
 => 'Drop Students',  => 'Trocar',
 # Drop Estudantes  
    'Dropped [_1]'  
 => 'Dropped [_1]',  
   
    'Dropped [_1] student(s).'     'role[_2]'
 => 'Dropped [_1] student(s).',  => 'função',
 # Dropped [_1] Estudante(s).  
    'Dropping Students'  
 => 'Dropping Students',  
 # Dropping Estudantes  
   
    'Dump Course DOCS'  
 => 'Dump Course DOCS',  
 # Dump curso documentos  
   
    'EMail Address'  # ----
 => 'EMail Address',  
   
    '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.'     'Choose the course to work on'
 => '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.',  => 'Selecione o curso a ser trabalhado',
 # Editararou Errous - these errous might not effect the running de the problema, but they will likely cause problemas with further use de the Editarar mode. Please use the EditararXML mode to fix these errous.  
   
    'Enroll a single student'     'choose[_1]'
 => 'Enroll a single student',  => 'Selecionar',
 # inscrever a single Estudante  
    'Enrolling Students'  
 => 'Enrolling Students',  
 # inscrevering Estudantes  
    'Error'  
 => 'Error',  
 # Errou  
    'Error dropping [_1]:[_2]'  
 => 'Error dropping [_1]:[_2]',  
 # Errou dropping [_1]:[_2]  
   
    'False'     'course[_1]'
 => 'False',  => 'curso',
   
    'Field'  
 => 'Field',  
   
    'Filenames in Construction Space'  # ----
 => 'Filenames in Construction Space',  
 # ArquivoNomes in Conestruturaion espaço  
   
    'First Name'     'Switch to another course'
 => 'First Name',  => 'Trocar de curso',
 # First Nome  
    'Foil'  
 => 'Foil',  
   
    'Foils'     'switch[_1]'
 => 'Foils',  => 'Selecionar',
   
    'Folder in Construction Space'     'course[_2]'
 => 'Folder in Construction Space',  => 'curso',
 # Pasta in Conestruturaion espaço  
   
    'Format:'  
 => 'Format:',  
 # Foumem:  
    'Forward'  
 => 'Forward',  
 # Fouward  
    'Forwarded message from'  
 => 'Forwarded message from',  
 # Fouwarded message from  
    'Forwarding'  
 => 'Forwarding',  
 # Fouwarding  
   
    'From'  # ----
 => 'From',  
   
    'Full Update'     'View documents included in this course'
 => 'Full Update',  => 'Ver documentos do curso',
 # Full Cimademe  
    'Full update (also print list of users not enrolled anymore)'  
 => 'Full update (also print list of users not enrolled anymore)',  
 # Full Cimademe (also print list de usuarios not inscrevered anymoue)  
    'Functions'  
 => 'Functions',  
   
    'Generation'     'course[_3]'
 => 'Generation',  => 'Ver docs.',
   
    'Group/Section'     'docs[_1]'
 => 'Group/Section',  => 'do curso',
 # GroCima/Seção  
   
    'HTML/XML'  
 => 'HTML/XML',  
   
    'Height(pixel):'  # ----
 => 'Height(pixel):',  
   
    'Hide'     'Edit and view documents included in this course'
 => 'Hide',  => 'Editar e verificar documentos deste curso',
   
    'Hint Text'     'edit crs[_1]'
 => 'Hint Text',  => 'Editar documentos',
   
    'ID/Student Number'     'docs[_2]'
 => 'ID/Student Number',  => 'do curso',
   
    'Identify fields'  
 => 'Identify fields',  
   
    'If active, the new role will be available when the students next log in to LON-CAPA.'  # ----
 => 'If active, the new role will be available when the students next log in to LON-CAPA.',  
 # If active, the new funcao will be available when the Estudantes next Executar Logon to 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.',  
 # If este recurso is in active use, Estudante perfoumance dema from the previous Versão Maio become inaccessible.  
   
    'Ignore First Line'     'Navigate the table of contents for this course'
 => 'Ignore First Line',  => 'Navegar conteúdos deste curso',
   
    'Image:'     'navigate[_1]'
 => 'Image:',  => 'Navegar',
   
    'Incorrect Answers:'     'contents[_1]'
 => 'Incorrect Answers:',  => 'conteudos',
 # Incourect Respostas:  
   
    'Initial Password'  
 => 'Initial Password',  
 # Initial Passwoud  
    'Interlingua (International Auxiliary Language Association) - ISO'  
 => 'Interlingua (International Auxiliary Language Association) - ISO',  
 # Interlingua (Internemional Auxiliary linguagem Associemion) - ISO  
    'Internal Filename'  
 => 'Internal Filename',  
 # Internal ArquivoNome  
   
    'Invalid home server specified'  # ----
 => 'Invalid home server specified',  
 # Invalid home Servidor specified  
   
    'Keep all Resources up-to-date with most recent Versions (default)'     'Show Problem Completeness'
 => 'Keep all Resources up-to-date with most recent Versions (default)',  => 'Ver desempenho na solução dos problemas',
 # Keep tudo recursos Cima-to-deme with most recent Versãos (padrão)  
   
    'LON-CAPA Domain for Students'     'my[_1]'
 => 'LON-CAPA Domain for Students',  => 'Minha',
 # LON-CAPA Domínio fou Estudantes  
    'LON-CAPA Enrollment Manager'  
 => 'LON-CAPA Enrollment Manager',  
 # LON-CAPA inscreverment gerenciar  
    'LON-CAPA domain: [_1]'  
 => 'LON-CAPA domain: [_1]',  
 # LON-CAPA Domínio: [_1]  
    'LaTeX batchmode'  
 => 'LaTeX batchmode',  
 # LemeX bemchmode  
    'LaTeX mode:'  
 => 'LaTeX mode:',  
 # LemeX mode:  
   
    'Last Name'     'grades[_1]'
 => 'Last Name',  => 'nota',
 # Last Nome  
    'Last Name, First Names'  
 => 'Last Name, First Names',  
 # Last Nome, First Nomes  
    'Last accessed'  
 => 'Last accessed',  
 # Último acessoed  
   
    'Librarian'  
 => 'Librarian',  
   
    'Login Type'  # ----
 => 'Login Type',  
 # Login Tipo  
   
    'Making Backup to'     'Calculate course grades (Spreadsheet)'
 => 'Making Backup to',  => 'Planilha para cálculo das notas do curso',
 # Making BackCima to  
   
    'Mark Unread'     'course[_4]'
 => 'Mark Unread',  => 'Planilha de',
   
    'Max Number Of Shown Foils:'     'grades[_2]'
 => 'Max Number Of Shown Foils:',  => 'notas do curso',
 # Max Number de Shown Foils:  
    'Max number of foils displayed'  
 => 'Max number of foils displayed',  
 # Max number de foils Displayed  
   
    'Metadata'  
 => 'Metadata',  
 # Metadema  
    'Metadata Version'  
 => 'Metadata Version',  
 # Metadema Versão  
    'Metadata current version'  
 => 'Metadata current version',  
 # Metadema current Versão  
   
    'Middle Names/Initials'  # ----
 => 'Middle Names/Initials',  
 # Middle Nomes/Initials  
   
    'Modify Parameters'     'View the course assessment progress chart'
 => 'Modify Parameters',  => 'Ver quadro de avaliação dos estudantes do curso',
   
    'Modify student data'     'course[_5]'
 => 'Modify student data',  => 'Avaliação',
 # Modify Estudante dema  
   
    'Most recently published Version'     'chart[_1]'
 => 'Most recently published Version',  => 'dos estudantes',
 # Most recently Publicado Versão  
   
    'Name:'  
 => 'Name:',  
 # Nome:  
   
    'New Problem Variation'  # ----
 => 'New Problem Variation',  
 # New problema Variemion  
    'New Randomization'  
 => 'New Randomization',  
 # New Randomizemion  
    'New parameters or stored values'  
 => 'New parameters or stored values',  
 # New parameters ou stoued values  
   
    'Next'     'View course assessment statistics'
 => 'Next',  => 'Ver estatísticas dos problemas resolvidos pelos estudantes',
   
    'No'     'course[_6]'
 => 'No',  => 'Estatística',
   
    'No Kerberos domain was specified.'     'stats[_1]'
 => 'No Kerberos domain was specified.',  => 'do curso',
 # No Kerberos Domínio was specified.  
    'No language preference'  
 => 'No language preference',  
 # No linguagem preference  
    'None Found'  
 => 'None Found',  
   
    'Not applicable - '  
 => 'Not applicable - ',  
   
    'Not set - '  # ----
 => 'Not set - ',  
 # Not setar -   
    'Not shown, not used'  
 => 'Not shown, not used',  
   
    'Note: for large courses, this operation may be time consuming'     'Drop/Add students in this course'
 => 'Note: for large courses, this operation may be time consuming',  => 'Adicionar/Remover estudantes do curso',
 # Note: fou large cursos, este operemion Maio be time consuming  
    'Note: this will not take effect if the user already exists'  
 => 'Note: this will not take effect if the user already exists',  
 # Note: este will not take effect if the usuario already exists  
   
    'Number of Plots:'     'course[_7]'
 => 'Number of Plots:',  => 'Matrícular',
   
    'Obsolete parameters or stored values'     'enroll[_1]'
 => 'Obsolete parameters or stored values',  => 'estudantes',
 # obsoleto parameters ou stoued values  
   
    'One particular problem (overrides folder and course defaults)'  
 => 'One particular problem (overrides folder and course defaults)',  
 # One Parteicular problema (overrides Pasta and curso padrãos)  
    'Only Answers'  
 => 'Only Answers',  
 # Only Respostas  
    'Option Response Problem Analysis'  
 => 'Option Response Problem Analysis',  
 # Option Response problema Analysis  
    'Option response'  
 => 'Option response',  
   
    'Please do not reply to this address.'  # ----
 => 'Please do not reply to this address.',  
 # Please do not reply to este address.  
    'Please select a report to generate'  
 => 'Please select a report to generate',  
 # Please Selecione um repout to genereme  
   
    'Position'     'Manage Access Keys'
 => 'Position',  => 'Gerenciar senhas de acesso ao curso',
   
    'Preferred language'     'manage[_1]'
 => 'Preferred language',  => 'Gerenciar',
 # Preferred linguagem  
    'Preparing Printout'  
 => 'Preparing Printout',  
   
    'Previous'     'acc keys[_1]'
 => 'Previous',  => 'chav. de acesso',
   
    'Print Index:'  
 => 'Print Index:',  
   
    'Print Table of Contents:'  # ----
 => 'Print Table of Contents:',  
 # Print Table de conteúdos:  
    'Print:'  
 => 'Print:',  
   
    'Problems'     'Create a user or modify the roles and privileges of a user'
 => 'Problems',  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
 # problemas  
   
    'Problems from entire course'     'user[_1]'
 => 'Problems from entire course',  => 'Gerenciar',
 # problemas from entire curso  
   
    'Processed [_1] student(s).'     'roles[_1]'
 => 'Processed [_1] student(s).',  => 'usuarios',
 # Processed [_1] Estudante(s).  
    'Produce Excel Output'  
 => 'Produce Excel Output',  
 # Produce Excel Saída  
   
    'Question Text'  
 => 'Question Text',  
   
    'Question Type'  # ----
 => 'Question Type',  
 # Question Tipo  
   
    'Random position'     'Create a user or modify the roles and privileges of a user'
 => 'Random position',  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
   
    'Re'     'user[_1]'
 => 'Re',  => 'Gerenciar',
   
    'Re-enrollment will re-activate data.'     'roles[_1]'
 => 'Re-enrollment will re-activate data.',  => 'usuarios',
 # Re-inscreverment will re-activeme dema.  
    'Record'  
 => 'Record',  
 # Recoud  
    'Registering'  
 => 'Registering',  
   
    'Reply'  
 => 'Reply',  
   
    'Reset Submissions'  # ----
 => 'Reset Submissions',  
 # Resetar Submissões  
   
    'Resources from selected sequence in course'     'Create a user or modify the roles and privileges of a user'
 => 'Resources from selected sequence in course',  => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
 # recursos from Selecioneed seqüência no Curso  
   
    'Retrieve Published Resources'     'user[_1]'
 => 'Retrieve Published Resources',  => 'Gerenciar',
 # Restaurar Publicado recursos  
    'Retrieving current (most recent) version'  
 => 'Retrieving current (most recent) version',  
 # Retrieving current (most recent) Versão  
   
    'Sample Points:'     'roles[_1]'
 => 'Sample Points:',  => 'usuarios',
   
    'Samples'  
 => 'Samples',  
   
    'Save as ...'  # ----
 => 'Save as ...',  
 # Salvar como ...  
   
    'Select Printing Options:'     'Create a new course'
 => 'Select Printing Options:',  => 'Criar um novo curso',
 # Selecione Printing Options:  
    'Select a course'  
 => 'Select a course',  
 # Selecione um curso  
    'Selecting a User'  
 => 'Selecting a User',  
 # Selecioneing a usuario  
   
    'Send New'     'create[_1]'
 => 'Send New',  => 'Criar',
 # SFim New  
    'Send Reply'  
 => 'Send Reply',  
 # SFim Reply  
    'Send as critical message'  
 => 'Send as critical message',  
   
    'Set Version to be used in Course'     'course[_8]'
 => 'Set Version to be used in Course',  => 'curso',
 # setar Versão to be used 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ãos to be used no Curso accouding to Selecioneions below  
    'Set all Resource Versions to current Version (Fix Versions)'  
 => 'Set all Resource Versions to current Version (Fix Versions)',  
 # setar tudo recurso Versãos to current Versão (Fix Versãos)  
   
    'Short string response'  
 => 'Short string response',  
 # Shout string response  
    'Show Preview'  
 => 'Show Preview',  
 # Show Prever  
    'Show always at bottom position'  
 => 'Show always at bottom position',  
 # Show always em bottom position  
    'Show always at top position'  
 => 'Show always at top position',  
 # Show always em top position  
   
    'Simple Problem Editor'  # ----
 => 'Simple Problem Editor',  
 # Problema Simplesa Editararou  
   
    'Size:'     'Set deadlines and other assessment parameters, as well as modify course environment'
 => 'Size:',  => 'Alterar o ambiente do curso, setar prazos finais e outros parâmetros de avaliação',
 # Tamanho:  
   
    'Space separated'     'course[_9]'
 => 'Space separated',  => 'Parametros',
 # espaço separemed  
   
    'Starting'     'parms[_1]'
 => 'Starting',  => 'do curso',
 # Inícioing  
    'Starting and Ending Dates'  
 => 'Starting and Ending Dates',  
 # Inícioing and Fiming Demes  
    'Store Changes'  
 => 'Store Changes',  
 # Stoue Changes  
    'Student Data Compilation Progress'  
 => 'Student Data Compilation Progress',  
 # Estudante Dema Compilemion Progress  
    'Student Data Compilation Status'  
 => 'Student Data Compilation Status',  
 # Estudante Dema Compilemion Stemus  
    'Student Number'  
 => 'Student Number',  
 # Estudante Number  
    'Student Sheet Links'  
 => 'Student Sheet Links',  
 # Estudante Sheet Links  
    'Submission Time Analysis'  
 => 'Submission Time Analysis',  
   
    'Submit Changes and Edit'  
 => 'Submit Changes and Edit',  
 # Submeter alterações and Editarar  
   
    'Tabulator separated'  # ----
 => 'Tabulator separated',  
 # Tabulemou separemed  
   
    'TeXWidth(mm):'     'Enter my resource construction space'
 => 'TeXWidth(mm):',  => 'Entrar na Área de Construção',
   
    'Text'     'con-[_1]'
 => 'Text',  => 'Área de',
   
    'Text Block'     'struct[_1]'
 => 'Text Block',  => 'construção',
   
    'The optional email address field was not specified.'  
 => 'The optional email address field was not specified.',  
   
    'The optional name field was not specified.'  # ----
 => 'The optional name field was not specified.',  
 # The optional Nome field was not specified.  
    'The optional section or group field was not specified.'  
 => 'The optional section or group field was not specified.',  
 # The optional Seção ou groCima field was not specified.  
    'The optional student number field was not specified.'  
 => 'The optional student number field was not specified.',  
 # The optional Estudante number field was not specified.  
    'There are no students currently enrolled.'  
 => 'There are no students currently enrolled.',  
 # There are no Estudantes currently inscrevered.  
    'There is no student data for this problem.'  
 => 'There is no student data for this problem.',  
 # There is no Estudante dema fou este problema.  
    'This is an automatic message generated by the LON-CAPA system.'  
 => 'This is an automatic message generated by the LON-CAPA system.',  
 # este is an automemic message generemed by the LON-CAPA Sistema.  
    'Threaded View'  
 => 'Threaded View',  
   
    'Time'     'Enter construction space as a co-author'
 => 'Time',  => 'Entrar na Área de Construção como Co-Autor',
   
    'To'     'co con-[_1]'
 => 'To',  => 'Á. cstrção.',
   
    'Total number of records found in file: [_1].'     'struct[_2]'
 => 'Total number of records found in file: [_1].',  => 'como co-autor',
 # Total number de recouds found in Arquivo: [_1].  
    'True'  
 => 'True',  
   
    'Type in value'  
 => 'Type in value',  
 # Tipo in value  
    'Type:'  
 => 'Type:',  
 # Tipo:  
   
    'Unable to enroll students'  # ----
 => 'Unable to enroll students',  
 # Unable to inscrever Estudantes  
    'Uncheck All'  
 => 'Uncheck All',  
 # Uncheck tudo  
    'Undetermined - ISO'  
 => 'Undetermined - ISO',  
   
    'Unit:'     'Browse published resources'
 => 'Unit:',  => 'Navegar pelos Recursos Publicados',
   
    'Unsuccessful Login'     'resource[_1]'
 => 'Unsuccessful Login',  => 'Navegar',
 # UnLogin Bem Sucedido  
    'Update Student Data'  
 => 'Update Student Data',  
 # Cimademe Estudante Dema  
    'Updating discussion time'  
 => 'Updating discussion time',  
 # Cimademing discutirion time  
    'Upload a class list'  
 => 'Upload a class list',  
 # CimaCarga a class list  
    'Upload file to Construction Space'  
 => 'Upload file to Construction Space',  
 # CimaCarga Arquivo to Conestruturaion espaço  
    'Uploading Class List'  
 => 'Uploading Class List',  
 # CimaCargaing Class List  
   
    'Value'     'space[_1]'
 => 'Value',  => 'recursos',
   
    'Verify Content'  
 => 'Verify Content',  
   
    'Version changes since Yesterday'  # ----
 => 'Version changes since Yesterday',  
 # Versão changes since Simterday  
    'Version changes since last Month'  
 => 'Version changes since last Month',  
 # Versão changes since mês passado  
    'Version changes since last Week'  
 => 'Version changes since last Week',  
 # Versão changes since semana passada  
    'Version changes since start of Course'  
 => 'Version changes since start of Course',  
 # Versão changes since Início de curso  
    'Version used in Course'  
 => 'Version used in Course',  
 # Versão used no Curso  
   
    'View Class List'     'Browse published resources'
 => 'View Class List',  => 'Navegar pelos Recursos Publicados',
 # ver Class List  
   
    'Warning!'     'co res[_1]'
 => 'Warning!',  => 'Navegar',
   
    'Width(pixel):'     'space[_2]'
 => 'Width(pixel):',  => 'recursos',
   
    'With Answers'  
 => 'With Answers',  
 # With Respostas  
    'Without Answers'  
 => 'Without Answers',  
 # Without Respostas  
   
    'You have no critical messages.'  # ----
 => 'You have no critical messages.',  
   
    'You must choose an authentication type.'     'Browse published resources'
 => 'You must choose an authentication type.',  => 'Navegar pelos Recursos Publicados',
 # You must escolha an auEntãoticemion Tipo.  
    'You need to specify the Kerberos domain.'  
 => 'You need to specify the Kerberos domain.',  
 # You need to specify the Kerberos Domínio.  
    'You need to specify the initial password.'  
 => 'You need to specify the initial password.',  
 # You need to specify the initial passwoud.  
    'You need to specify the username field.'  
 => 'You need to specify the username field.',  
 # You need to specify the usuarioNome field.  
    'Your Version Settings have been Stored'  
 => 'Your Version Settings have been Stored',  
 # Your Versão setartings have been Stoued  
   
    '[_1] Do not change login data'     'resource[_1]'
 => '[_1] Do not change login data',  => 'Navegar',
 # [_1] Do not change login dema  
    '[_1] Filesystem Authenticated (with initial password [_2])'  
 => '[_1] Filesystem Authenticated (with initial password [_2])',  
 # [_1] ArquivoSistema AuEntãoticemed (with initial passwoud [_2])  
    '[_1] Internally authenticated (with initial password [_2])'  
 => '[_1] Internally authenticated (with initial password [_2])',  
 # [_1] Interntudoy auEntãoticemed (with initial passwoud [_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] Kerberos auEntãoticemed with Domínio [_2] [_3] Versão 4 [_4] Versão 5  
    '[_1] Local Authentication with arguement [_2]'  
 => '[_1] Local Authentication with arguement [_2]',  
 # [_1] Local AuEntãoticemion with arguement [_2]  
    'and return receipt'  
 => 'and return receipt',  
   
    'anonymous'     'space[_1]'
 => 'anonymous',  => 'recursos',
   
    'bytes'  
 => 'bytes',  
   
    'can not be accessed from your location.'  # ----
 => 'can not be accessed from your location.',  
 # can not be accessed from your locemion.  
    'file<br />extension'  
 => 'file<br />extension',  
 # Arquivo<br />extension  
   
    'most recent'     'Enter grades from check-out assessment resources'
 => 'most recent',  => 'Entrar com as notas obidas de recursos de avaliação',
   
    'name only visible to course faculty'     'enter[_1]'
 => 'name only visible to course faculty',  => 'Entrar',
 # Nome only visible to curso faculty  
    'publisher<br />owner'  
 => 'publisher<br />owner',  
 # Publicaer<br />owner  
    'standard LaTeX mode'  
 => 'standard LaTeX mode',  
 # standard LemeX mode  
    'versions of this problem'  
 => 'versions of this problem',  
 # Versãos de este problema  
   
 #SYNCMARKER     'grades[_2]'
 >>>>>>> 1.15  => 'notas',
   
   
   # ----
   
      'Send Scantron data to a course'
   => 'Enviar dados de Scantron para um curso',
   
      'send[_1]'
   => 'Entrar',
   
      'scantron[_1]'
   => 'notas',
   
   
   # ----
   
      'Use or edit my bookmark collection'
   => 'Usar ou editar minha coleção de marcadores',
   
      'view[_1]'
   => 'Visualizar',
   
      'bookmark[_1]'
   => 'marcadores',
   
   #SYNCMARKER
 );  );
   
 1;  1;

Removed from v.1.16  
changed lines
  Added in v.1.23


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