Annotation of loncom/localize/localize/pt.pm, revision 1.27

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Portuguese Localization Lexicon
                      3: #
1.27    ! riegler     4: # $Id: pt.pm,v 1.26 2006/08/15 16:59:33 riegler Exp $
1.1       www         5: #
1.22      www         6: # Copyright UNICAMP, Sao Paulo
                      7: # Supported in part by Partnership in Global Learning
                      8: # Ricardo Kulzer
1.1       www         9: #
                     10: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     11: #
                     12: # LON-CAPA is free software; you can redistribute it and/or modify
                     13: # it under the terms of the GNU General Public License as published by
                     14: # the Free Software Foundation; either version 2 of the License, or
                     15: # (at your option) any later version.
                     16: #
                     17: # LON-CAPA is distributed in the hope that it will be useful,
                     18: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     19: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     20: # GNU General Public License for more details.
                     21: #
                     22: # You should have received a copy of the GNU General Public License
                     23: # along with LON-CAPA; if not, write to the Free Software
                     24: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     25: #
                     26: # /home/httpd/html/adm/gpl.txt
                     27: #
                     28: # http://www.lon-capa.org/
                     29: #
                     30: ######################################################################
                     31: ######################################################################
1.16      www        32: #
                     33: #
                     34: # OBSERVAÇÃO: A tradução para o português ainda está em desenvolvimento.
                     35: # Para aprimoramentos, edite /home/httpd/lib/perl/Apache/localize/pt.pm
                     36: # no servidor (precisa reiniciar o apache para ativar mudanças).
                     37: #
                     38: # Veja mais detalhes sobre a tradução em
                     39: #       http://www.lon-capa.org/international.html 
                     40: #
                     41: # SUAS CONTRIBUIÇÕES E MELHORIAS SERÃO BEM VINDAS AQUI: 
                     42: #       http://mail.lon-capa.org/mailman/listinfo/lon-capa-dev 
                     43: 
1.1       www        44: 
                     45: 
1.2       www        46: package Apache::localize::pt;
1.1       www        47: use base qw(Apache::localize);
1.4       www        48: 
1.1       www        49: %Lexicon=('_AUTO' => 1,
1.4       www        50:           
                     51: 'char_encoding'=> 'ISO-8859-1',
                     52: 'language_code'=> 'pt',
1.8       www        53: 'date_locale'  => 
1.14      www        54:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds hs',
1.11      www        55: 'date_months'  => 'Jan,Fev,Mar,Abr,Mai,Jun,Jul,Ago,Set,Out,Nov,Dez',
                     56: 'date_days'    => 'Dom,Seg,Ter,Qua,Qui,Sex,Sab',
                     57: 'date_am' => 'manhã',
                     58: 'date_pm' => 'tarde',
1.24      ricardo    59: #'textual_remote_display' => 'on',
1.23      www        60: 'htmlarea_lang' => 'pt_br',
1.25      www        61: 'spellcheck_lang' => 'pt',
1.19      www        62: 
                     63: 'anno.gif' => 'pt/anno_pt.gif',
                     64: 'ccrs.gif' => 'pt/ccrs_pt.gif',
                     65: 'cprv.gif' => 'pt/cprv_pt.gif',
                     66: 'enrl.gif' => 'pt/enrl_pt.gif',
                     67: 'keys.gif' => 'pt/keys_pt.gif',
                     68: 'pref.gif' => 'pt/pref_pt.gif',
                     69: 'sbkm.gif' => 'pt/sbkm_pt.gif',
                     70: 'stat.gif' => 'pt/stat_pt.gif',
                     71: 'anot.gif' => 'pt/anot_pt.gif',
                     72: 'chrt.gif' => 'pt/chrt_pt.gif',
                     73: 'cstr.gif' => 'pt/cstr_pt.gif',
                     74: 'eval.gif' => 'pt/eval_pt.gif',
                     75: 'logout.gif' => 'pt/logout_pt.gif',
                     76: 'prt.gif' => 'pt/prt_pt.gif',
                     77: 'spacer.gif' => 'pt/spacer_pt.gif',
                     78: 'vbkm.gif' => 'pt/vbkm_pt.gif',
                     79: 'bchat.gif' => 'pt/bchat_pt.gif',
                     80: 'com.gif' => 'pt/com_pt.gif',
                     81: 'docs.gif' => 'pt/docs_pt.gif',
                     82: 'fdbk.gif' => 'pt/fdbk_pt.gif',
                     83: 'nav.gif' => 'pt/nav_pt.gif',
                     84: 'res.gif' => 'pt/res_pt.gif',
                     85: 'sprs.gif' => 'pt/sprs_pt.gif',
                     86: 'catalog.gif' => 'pt/catalog_pt.gif',
                     87: 'courses.gif' => 'pt/courses_pt.gif',
                     88: 'egrd.gif' => 'pt/egrd_pt.gif',
                     89: 'grds.gif' => 'pt/grds_pt.gif',
                     90: 'parm.gif' => 'pt/parm_pt.gif',
                     91: 'roles.gif' => 'pt/roles_pt.gif',
                     92: 'src.gif' => 'pt/src_pt.gif',
                     93: 
1.3       www        94: 
                     95:    'aboutlon.gif'
                     96: => 'aboutlon_pt.gif',
                     97: 
                     98:    'accessbutton.gif'
                     99: => 'accessbutton_pt.gif',
                    100: 
                    101:    'userauthentication.gif'
                    102: => 'userauthentication_pt.gif',
                    103: 
1.4       www       104:    'Domain'
1.12      www       105: => 'Domínio',
1.4       www       106: 
1.1       www       107:    'Server'
                    108: => 'Servidor',
                    109: 
                    110:    'Load'
1.16      www       111: => 'Utilização do Servidor',
1.1       www       112: 
                    113:    'User Load'
1.16      www       114: => 'De Usuários',
1.1       www       115: 
                    116:    'Help'
1.2       www       117: => 'Ajuda',
1.1       www       118: 
                    119:    'Log in'
1.16      www       120: => 'Entrar',
1.1       www       121: 
                    122:    'Username'
1.16      www       123: => 'Username',
1.1       www       124: 
                    125:    'Password'
1.3       www       126: => 'Senha',
                    127: 
                    128:    'choose'
                    129: => 'escolha',
                    130: 
                    131:    'enter'
1.16      www       132: => 'fornecer',
1.3       www       133: 
                    134:    'view'
1.16      www       135: => 'acessar',
1.3       www       136: 
                    137:    'calendar'
1.16      www       138: => 'calendário e',
1.3       www       139: 
                    140:    'prefer-'
1.16      www       141: => 'preferências',
1.3       www       142: 
                    143:    'ences'
1.16      www       144: => '',
1.3       www       145: 
                    146:    'role'
1.16      www       147: => 'sua função',
1.3       www       148: 
                    149:    'course'
1.16      www       150: => '',
1.3       www       151: 
                    152:    'Course'
                    153: => 'Curso',
                    154: 
                    155:    'Section/Group'
1.12      www       156: => 'Seção/Grupo',
1.4       www       157: 
                    158:    'today'
                    159: => 'hoje',
                    160: 
                    161:    'last week'
                    162: => 'semana passada',
                    163: 
                    164:    'last month'
1.12      www       165: => 'mês passado',
1.4       www       166: 
                    167:    'last three months'
1.12      www       168: => 'ultimos três meses',
1.4       www       169: 
                    170:    'last six months'
                    171: => 'ultimos seis meses',
                    172: 
                    173:    'last year'
                    174: => 'ano passado',
                    175: 
                    176:    'Submit'
                    177: => 'Submeter',
                    178: 
                    179:    'Rename'
                    180: => 'Renomear',
                    181: 
                    182:    'Save'
                    183: => 'Salvar',
                    184: 
                    185:    'Done'
1.16      www       186: => 'Concluído',
1.4       www       187: 
                    188:    'Select User'
1.16      www       189: => 'Selecionar Usuário',
1.4       www       190: 
                    191:    'Select Course'
                    192: => 'Selecione Curso',
1.3       www       193: 
1.4       www       194:    'Changes will become active for your current session after'
1.12      www       195: => 'Alterações serão ativadas para sua atual seção após',
1.4       www       196: 
                    197:    're-initializing course'
                    198: => 'reiniciar o curso',
                    199: 
                    200:    ', or the next time you log in.'
1.12      www       201: => ', ou na próxima vez que você executar o logon.',
1.4       www       202: 
                    203:    'Uploaded Document'
                    204: => 'Carregar Documento',
                    205: 
                    206:    'No content modifications yet.'
1.12      www       207: => 'Sem modificações de conteúdo ainda.',
1.4       www       208: 
                    209:    'Part is not open to be viewed. It'
1.12      www       210: => 'Objeto não está aberto para ser visualizado. Ele',
1.4       www       211: 
                    212:    'Unable to determine if this resource is open due to network problems. Please try again later.'
1.12      www       213: => 'Impossível determinar se o recurso está aberto devido a problemas de rede. Por favor tente novamente mais tarde',
1.4       www       214: 
                    215:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.12      www       216: => 'Nota: pode levar cerca de 10 minutos para as alterações terem efeito para todos os usuários.',
1.4       www       217: 
                    218:    'Language'
                    219: => 'Linguagem',
                    220: 
                    221:    'Notes'
                    222: => 'Notas',
                    223: 
                    224:    'Abstract'
1.12      www       225: => 'Sumário',
1.16      www       226: 
1.3       www       227:    'Create a user or modify the roles and privileges of a user'
1.12      www       228: => 'Criar um usuário ou modificar funções e privilégios de um usuário',
1.3       www       229: 
                    230:    'View course assessment statistics'
1.16      www       231: => 'Estatísticas relativas aos exercícios do curso',
1.3       www       232: 
                    233:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.12      www       234: => 'Setar prazos finais e outros parâmetros de avaliação, bem como modificar o ambiente do curso',
1.3       www       235: 
                    236:    'New Folder'
                    237: => 'Nova Pasta',
                    238: 
                    239:    'Simple Page'
1.12      www       240: => 'Página Simples',
1.3       www       241: 
                    242:    'Simple Problem'
                    243: => 'Problema Simples',
                    244: 
                    245:    'Upload Document'
1.4       www       246: => 'Carregar Documento',
1.3       www       247: 
                    248:    'Search'
1.18      www       249: => 'Pesquisar',
1.3       www       250: 
                    251:    'Import'
                    252: => 'Importar',
                    253: 
                    254:    'Main Course Documents'
                    255: => 'Documentos Principais do Curso',
                    256: 
                    257:    'Supplemental Course Documents'
                    258: => 'Documentos Suplementares do Curso',
                    259: 
                    260:    'Bulletin Board'
1.4       www       261: => 'Bulletin Board',
1.3       www       262: 
                    263:    'Special Documents'
                    264: => 'Documentos Especiais',
                    265: 
                    266:    'create'
                    267: => 'criar',
                    268: 
                    269:    'grades'
                    270: => 'notas',
                    271: 
                    272:    'commu-'
1.16      www       273: => 'comunicação',
1.3       www       274: 
                    275:    'nication'
1.16      www       276: => '',
1.3       www       277: 
                    278:    'enroll'
1.16      www       279: => 'matrículas',
1.3       www       280: 
                    281:    'navigate'
                    282: => 'navegar',
                    283: 
                    284:    'contents'
1.12      www       285: => 'conteúdos',
1.3       www       286: 
                    287:    'Navigate Contents'
1.12      www       288: => 'Navegar Conteúdos',
1.3       www       289: 
                    290:    'Announcements and Calendar'
1.12      www       291: => 'Anúncios e Calendário',
1.3       www       292: 
                    293:    'Author'
                    294: => 'Autor',
                    295: 
                    296:    'Change Your Preferences'
1.12      www       297: => 'Modificar Suas Preferências',
1.3       www       298: 
                    299:    'Choose the user role'
1.12      www       300: => 'Alterar a função do usuário',
1.3       www       301: 
                    302:    'Co-Author'
                    303: => 'Co-Autor',
                    304: 
                    305:    'Communication and Messages'
1.12      www       306: => 'Comunicação e Mensagens',
1.3       www       307: 
                    308:    'Course Coordinator'
                    309: => 'Coordenador do Curso',
                    310: 
                    311:    'Course Statistics and Charts'
1.12      www       312: => 'Estatísticas do Curso e Gráficos',
1.3       www       313: 
                    314:    'Course announcements and my calendar'
1.12      www       315: => 'Avisos do curso e meu calendário',
1.3       www       316: 
                    317:    'Create Users, Change User Privileges'
1.12      www       318: => 'Criar Usuários, Alterar Privilégios de Usuários',
1.3       www       319: 
                    320:    'Domain Coordinator'
1.12      www       321: => 'Coordenador do Domínio',
1.3       www       322: 
                    323:    'Enrollment Manager'
1.12      www       324: => 'Gerenciador de Inscrições',
1.4       www       325: 
                    326:    'Enter grades from check-out assessment resources'
                    327: => 'Enter grades from check-out assessment resources',
                    328: 
                    329:    'Exam Proctor'
                    330: => 'Exam Proktor',
1.3       www       331: 
                    332:    'Exit LON-CAPA'
                    333: => 'Sair do LON-CAPA',
                    334: 
                    335:    'Grades Spreadsheet'
                    336: => 'Planilha de Notas',
                    337: 
                    338:    'Grading'
1.4       www       339: => 'Grading',
1.3       www       340: 
                    341:    'Instructor'
                    342: => 'Instrutor',
                    343: 
                    344:    'Launch Remote Control'
1.16      www       345: => 'Ativar o Controle Remoto',
1.3       www       346: 
                    347:    'Main Menu'
                    348: => 'Menu Principal',
                    349: 
                    350:    'Navigate Course Contents'
1.12      www       351: => 'Navegar pelos Conteúdos do Curso',
1.3       www       352: 
                    353:    'No Role, Cumulative Privileges'
1.12      www       354: => 'Sem função, privilégios cumulativos',
1.3       www       355: 
                    356:    'Return to Last Location'
1.12      www       357: => 'Retorna para última Localização',
1.3       www       358: 
                    359:    'Send and receive messages'
                    360: => 'Enviar e receber mensagens',
                    361: 
                    362:    'Set my user preferences'
1.12      www       363: => 'Setar minhas preferências de usuário',
1.3       www       364: 
                    365:    'Student'
                    366: => 'Estudante',
                    367: 
                    368:    'Switch to another user role'
1.12      www       369: => 'Trocar para outra função de usuário',
1.3       www       370: 
                    371:    'Teaching Assistant'
1.4       www       372: => 'Assistente do professor',
1.3       www       373: 
                    374:    'Use or edit my bookmark collection'
1.12      www       375: => 'Usar ou editar minha coleção de marcadores',
1.3       www       376: 
                    377:    'User Roles'
1.18      www       378: => 'Função do Usuário',
1.3       www       379: 
                    380:    'Calculate course grades (Spreadsheet)'
1.16      www       381: => 'Planilha para cálculo das notas do curso',
1.3       www       382: 
                    383:    'Enter the chatroom for the course'
1.4       www       384: => 'Entrar na sala de bate-papo do curso',
1.3       www       385: 
                    386:    'Navigate the table of contents for this course'
1.12      www       387: => 'Navegar na lista de conteúdos deste curso',
1.3       www       388: 
                    389:    'Syllabus'
1.4       www       390: => 'Plano de Estudos',
1.3       www       391: 
                    392:    'View the course assessment progress chart'
1.16      www       393: => 'Avaliar a evolução dos estudantes do curso',
1.3       www       394: 
                    395:    'Class Hours'
1.4       www       396: => 'Class Hours',
1.3       www       397: 
                    398:    'Course Description'
1.12      www       399: => 'Descrição do Curso',
1.4       www       400: 
                    401:    'Coursepack'
                    402: => 'Coursepack',
1.3       www       403: 
                    404:    'Current Month'
1.18      www       405: => 'Mês Atual',
1.3       www       406: 
                    407:    'Deadlines'
1.4       www       408: => 'Prazos finais',
1.3       www       409: 
                    410:    'Fri'
                    411: => 'Sex',
                    412: 
                    413:    'Grading Information'
1.4       www       414: => 'Grading Information',
                    415: 
                    416:    'Helproom Hours'
                    417: => 'Helproom Hours',
1.3       www       418: 
                    419:    'Instructor Information'
1.16      www       420: => 'Informações do Instrutor',
1.3       www       421: 
                    422:    'Mon'
                    423: => 'Seg',
                    424: 
                    425:    'Next Month'
1.12      www       426: => 'Próximo Mês',
1.4       www       427: 
                    428:    'Office Hours'
                    429: => 'Office Hours',
1.3       www       430: 
                    431:    'Prerequisites'
1.12      www       432: => 'Pré-Requisitos',
1.3       www       433: 
                    434:    'Previous Month'
1.12      www       435: => 'Mês Passado',
1.3       www       436: 
                    437:    'Readings'
1.4       www       438: => 'Leituras',
1.3       www       439: 
                    440:    'Sat'
                    441: => 'Sab',
                    442: 
                    443:    'January'
                    444: => 'Janeiro',
                    445: 
                    446:    'February'
                    447: => 'Fevereiro',
                    448: 
                    449:    'March'
                    450: => 'Marco',
                    451: 
                    452:    'April'
                    453: => 'Abril',
                    454: 
                    455:    'May'
                    456: => 'Maio',
                    457: 
                    458:    'June'
                    459: => 'Junho',
                    460: 
                    461:    'July'
                    462: => 'Julho',
                    463: 
                    464:    'August'
                    465: => 'Agosto',
                    466: 
                    467:    'September'
                    468: => 'Setembro',
                    469: 
                    470:    'October'
                    471: => 'Outubro',
                    472: 
                    473:    'November'
                    474: => 'Novembro',
                    475: 
                    476:    'December'
                    477: => 'Dezembro',
                    478: 
                    479:    'Sun'
                    480: => 'Dom',
                    481: 
                    482:    'Textbook'
                    483: => 'Livro Texto',
                    484: 
                    485:    'Thu'
                    486: => 'Qui',
                    487: 
                    488:    'Tue'
                    489: => 'Ter',
                    490: 
                    491:    'Web Links'
                    492: => 'Atalhos para Web',
                    493: 
                    494:    'Wed'
                    495: => 'Qua',
                    496: 
                    497:    'Drop/Add students in this course'
                    498: => 'Remover/Adicionar estudantes ao curso',
                    499: 
                    500:    'You have entered that answer before'
1.12      www       501: => 'Você já entrou com esta resposta anteriormente',
1.3       www       502: 
                    503:    'A score has been assigned.'
1.12      www       504: => 'Uma nota foi atribuída.',
1.3       www       505: 
                    506:    'You are correct.'
1.4       www       507: => 'Correto!',
                    508: 
                    509:    'Your receipt is'
                    510: => 'Your receipt is',
1.3       www       511: 
                    512:    'You are excused from the problem.'
1.4       www       513: => 'You are excused from the problem.',
1.3       www       514: 
                    515:    'Incorrect'
1.4       www       516: => 'Incorreto.',
1.3       www       517: 
                    518:    'Some parts were not submitted.'
1.12      www       519: => 'Algumas partes não foram submetidas.',
1.3       www       520: 
                    521:    'An error occured while grading your answer.'
1.12      www       522: => 'Ocorreu um erro durante a avaliação da sua resposta.',
1.3       www       523: 
                    524:    'The submitted answer was too long.'
                    525: => 'A resposta submetida era muito longa.',
                    526: 
                    527:    'This question expects a numeric answer.'
1.12      www       528: => 'Esta questão requer uma resposta numérica',
1.3       www       529: 
                    530:    'You have provided an invalid ranking'
1.12      www       531: => 'Você forneceu uma ordem invalida',
1.3       www       532: 
                    533:    'please refer to'
                    534: => 'por favor verifique',
                    535: 
                    536:    'The filetype extension of the file you uploaded is not allowed.'
1.12      www       537: => 'A extensão do arquivo que você carregou não é permitida.',
1.3       www       538: 
                    539:    'Units incorrect.'
1.4       www       540: => 'Unidades incorretas.',
1.3       www       541: 
                    542:    'Only a number required.'
1.12      www       543: => 'Somente um número requerido.',
1.3       www       544: 
                    545:    'Units required'
1.4       www       546: => 'Unidades requeridas',
1.3       www       547: 
                    548:    'Unable to understand formula'
1.12      www       549: => 'Impossível entender a formula',
1.3       www       550: 
                    551:    'Your submission has been recorded.'
1.12      www       552: => 'Sua submissão foi registrada.',
1.3       www       553: 
                    554:    'Unknown message'
                    555: => 'Mensagem desconhecida',
                    556: 
                    557:    'Answer Submitted'
                    558: => 'Resposta Submetida',
                    559: 
1.4       www       560:    'Tries'
                    561: => 'Tentativas',
                    562: 
1.3       www       563:    'Submit Answer'
                    564: => 'Submeter Resposta',
                    565: 
                    566:    'Prepare a printable document'
1.12      www       567: => 'Preparar um documento para Impressão',
1.3       www       568: 
                    569:    'Go To My First Homework Problem'
1.16      www       570: => '<p>Primeiro exercício da Lição de Casa',
1.3       www       571: 
                    572:    'Discussions'
1.12      www       573: => 'Discussões',
1.3       www       574: 
                    575:    'New discussion since'
1.12      www       576: => 'Nova discussão desde',
1.3       www       577: 
                    578:    'Goodbye'
1.16      www       579: => 'Até Logo',
1.3       www       580: 
                    581:    'Select'
1.16      www       582: => 'Selecionar',
1.3       www       583: 
                    584:    'Re-Initialize'
                    585: => 'Reiniciar',
                    586: 
                    587:    'Currently selected. '
1.18      www       588: => 'Função atual.',
1.3       www       589: 
                    590:    'Switch Server'
                    591: => 'Trocar Servidor',
                    592: 
1.4       www       593:    'system wide'
                    594: => 'system wide',
                    595: 
1.3       www       596:    'Currently not available'
1.12      www       597: => 'Indisponível no momento',
1.3       www       598: 
                    599:    'No role specified'
1.12      www       600: => 'Sem função especificada',
1.3       www       601: 
                    602:    'Remark'
1.12      www       603: => 'Observação',
1.4       www       604: 
                    605:    'Extent'
1.12      www       606: => 'Extensão',
1.3       www       607: 
                    608:    'User Role'
1.18      www       609: => 'Função',
1.3       www       610: 
                    611:    'Start'
1.12      www       612: => 'Início',
1.3       www       613: 
                    614:    'End'
                    615: => 'Fim',
                    616: 
                    617:    'System'
                    618: => 'Sistema',
                    619: 
                    620:    'Display'
                    621: => 'Display',
                    622: 
1.4       www       623:    "an unknown date"
                    624: => 'uma data desconhecida',
                    625: 
                    626:    "an indeterminate date"
                    627: => 'uma data indeterminada',
                    628: 
                    629:    "will open on"
1.12      www       630: => "irá abrir em",
1.4       www       631: 
                    632:    "is due at"
1.12      www       633: => "é devido &agrave;",
1.4       www       634: 
                    635:    "was due on"
                    636: => "foi devido &agrave;",
                    637: 
                    638:    'is closed but you are allowed to view it'
1.12      www       639: => "está fechado mas você tem permissão para visualizá-lo",
1.4       www       640: 
                    641:    "Undid changes, Switched"
1.16      www       642: => "Desfeitas alterações, Alterado",
1.4       www       643: 
                    644:    "Unable to undo, unable to switch"
1.12      www       645: => "Impossível desfazer, impossível trocar",
1.4       www       646: 
                    647:    "Unable to make backup"
1.12      www       648: => "Impossível fazer cópia de segurança",
1.4       www       649: 
                    650:    "Saving Modifications to"
1.18      www       651: => "Salvando modificações em",
1.4       www       652: 
                    653:    "Unable to write to"
1.12      www       654: => "Impossível escrever em",
1.4       www       655: 
                    656:    "Analyzing a problem"
                    657: => "Analisando um problema",
                    658: 
                    659:    "EditXML"
                    660: => "Editar XML",
                    661: 
                    662:    'Discard Edits and View'
1.12      www       663: => 'Descartar Alterações e Visualizar',
1.4       www       664: 
                    665:    'Submit Changes'
1.12      www       666: => 'Submeter alterações',
1.4       www       667: 
                    668:    'Submit Changes and View'
1.12      www       669: => 'Submeter alterações e Visualizar',
1.4       www       670: 
                    671:    'Edit'
                    672: => 'Editar',
                    673: 
                    674:    ', select a template from the pull-down menu below'
1.12      www       675: => ', selecione um modelo do menu pull-down abaixo',
1.4       www       676: 
                    677:    'undo'
                    678: => 'desfazer',
                    679: 
                    680:    'Answer'
                    681: => 'Resposta',
                    682: 
                    683:    'Frequency'
1.12      www       684: => 'Freqüência',
1.4       www       685: 
                    686:    'You did not select a template.'
1.12      www       687: => 'Você não selecionou um modelo.',
1.4       www       688: 
                    689:    'Analyze Progress'
                    690: => 'Analisar Progresso',
                    691: 
                    692:    'Getting Problem Variants'
                    693: => 'Adquirindo Variantes do Problema',
                    694: 
                    695:    'last problem'
1.12      www       696: => 'último problema',
1.4       www       697: 
                    698:    "may open later."
                    699: => 'pode abrir mais tarde.',
                    700: 
                    701:    ', and answers will be available on'
1.12      www       702: => ', e respostas estarão disponíveis em',
1.4       www       703: 
                    704:    "Select a"
                    705: => "Selecione um",
                    706: 
                    707:    'Unable to find'
1.12      www       708: => 'Impossível localizar',
1.4       www       709: 
                    710:    'Part'
                    711: => 'Part',
                    712: 
                    713:    "Then"
1.12      www       714: => 'Então',
1.4       www       715: 
                    716:    'Create'
                    717: => 'Criar',
                    718: 
                    719:    'is in under construction'
1.12      www       720: => 'está em construção',
1.4       www       721: 
                    722:    'List of possible answers'
1.12      www       723: => 'Lista de possíveis respostas',
1.4       www       724: 
                    725:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.12      www       726: => '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.',
1.4       www       727: 
                    728:    'is not analyzable at this time'
1.12      www       729: => 'não é analisável neste momento',
1.6       www       730: 
                    731:    'Access and Usage Statistics'
1.16      www       732: => 'Estatísticas de acesso e utilização',
1.6       www       733: 
                    734:    'Actions'
1.11      www       735: => 'Ações',
1.6       www       736: 
                    737:    'All homework is currently completed'
1.11      www       738: => 'Toda lição de casa está completa',
1.6       www       739: 
                    740:    'Answer available'
1.11      www       741: => 'Resposta disponível',
1.6       www       742: 
                    743:    'Answer submitted'
1.16      www       744: => 'Resposta submetida',
1.6       www       745: 
                    746:    'Answer submitted, not yet graded'
1.11      www       747: => 'Resposta submetida, ainda não avaliada',
1.6       www       748: 
                    749:    'Back to Directory'
1.16      www       750: => 'Voltar para o Diretório',
1.6       www       751: 
                    752:    'Cancel'
1.16      www       753: => 'Cancelar',
1.6       www       754: 
                    755:    'Construction Space Directory'
1.11      www       756: => 'Diretório da Área de Construção',
1.6       www       757: 
                    758:    'Contact'
1.11      www       759: => 'Contato',
1.6       www       760: 
                    761:    'Copying file'
1.11      www       762: => 'Copiando arquivo',
1.6       www       763: 
                    764:    'Date'
1.11      www       765: => 'Data',
1.6       www       766: 
                    767:    'Empty'
1.11      www       768: => 'Vazio',
1.6       www       769: 
                    770:    'Evaluation Comments'
1.16      www       771: => 'Avaliando Comentários',
1.6       www       772: 
                    773:    'Evaluation Data'
1.16      www       774: => 'Dados de Avaliação',
1.6       www       775: 
                    776:    'Excused by instructor'
1.11      www       777: => 'Desculpado pelo instrutor',
1.6       www       778: 
                    779:    'File'
1.11      www       780: => 'Arquivo',
1.6       www       781: 
                    782:    'Go Back'
1.16      www       783: => 'Voltar',
1.6       www       784: 
                    785:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.11      www       786: => 'Recomenda-se que você use um anti-virus atualizado antes de abrir este arquivo.',
1.6       www       787: 
                    788:    'Last Modified'
1.16      www       789: => 'Última Modificação',
1.6       www       790: 
                    791:    'Map'
1.16      www       792: => 'Mapa/Sequëncia',
1.6       www       793: 
                    794:    'Map contents are not shown in order.'
1.16      www       795: => 'Os conteúdos do mapa não estão sendo exibidos na ordem da seqüencia.',
1.6       www       796: 
                    797:    'Name'
1.11      www       798: => 'Nome',
1.6       www       799: 
                    800:    'New Messages'
1.11      www       801: => 'Novas Mensagens',
1.6       www       802: 
                    803:    'New Search'
1.11      www       804: => 'Nova Pesquisa',
1.6       www       805: 
                    806:    'No due date'
1.18      www       807: => 'Sem data limite',
1.6       www       808: 
                    809:    'No upload file specified.'
1.11      www       810: => 'Não foi especificado o arquivo para carregar.',
1.6       www       811: 
                    812:    'No write permission to user directory, FAIL'
1.11      www       813: => 'Sem permissão para escrever no diretório do usuário, FALHA',
1.6       www       814: 
                    815:    'Open, no due date'
1.18      www       816: => 'Aberto, sem data limite',
1.6       www       817: 
                    818:    'Page'
1.16      www       819: => 'Mapa/Exercícios',
1.6       www       820: 
                    821:    'Path'
1.11      www       822: => 'Caminho',
1.6       www       823: 
                    824:    'Please use browser "Back" button and pick a filename'
1.11      www       825: => 'Por favor, clique no botão "Voltar" do navegador e entre com um nome de arquivo',
1.6       www       826: 
                    827:    'Processing'
1.11      www       828: => 'Processando',
1.6       www       829: 
                    830:    'Searching'
1.11      www       831: => 'Pesquisando',
1.6       www       832: 
                    833:    'Select the Construction Space'
1.16      www       834: => 'Selecione a  Área de Construção',
1.6       www       835: 
                    836:    'Sequence'
1.16      www       837: => 'Sequëncia',
1.6       www       838: 
                    839:    'Server Administration'
1.11      www       840: => 'Administração do Servidor',
1.6       www       841: 
                    842:    'Show Only Uncompleted Homework'
1.16      www       843: => '<p>Mostrar só a Lição de Casa incompleta',
1.6       www       844: 
                    845:    'Status'
1.11      www       846: => 'Estado',
1.6       www       847: 
                    848:    'Store uploaded file as '
1.11      www       849: => 'Salvar o arquivo carregado como ',
1.6       www       850: 
                    851:    'System Administration'
1.11      www       852: => 'Administração do Sistema',
1.6       www       853: 
                    854:    'The target is an existing directory.'
1.11      www       855: => 'O destino é um diretório já existente.',
1.6       www       856: 
                    857:    'Title'
1.11      www       858: => 'Título',
1.6       www       859: 
                    860:    'Uncompleted Homework'
1.11      www       861: => 'Lição de Casa não completada',
1.6       www       862: 
                    863:    'View All Messages'
1.16      www       864: => 'Ver Todas as Mensagens',
1.6       www       865: 
                    866:    'Was due'
1.11      www       867: => 'Foi devido a',
1.6       www       868: 
                    869:    'Yes'
1.11      www       870: => 'Sim',
1.6       www       871: 
                    872:    'You do not have authoring privileges for this resource'
1.11      www       873: => 'Você não tem privilégios ou autorização para este recurso',
1.6       www       874: 
                    875:    'You have no unread messages'
1.16      www       876: => 'Você não tem mensagens novas',
                    877: 
                    878:    'You have no unread messages'
                    879: => 'Você não tem mensagens novas',
                    880: 
                    881:    'could not be copied.'
                    882: => 'não pode ser copiado(a).',
1.6       www       883: 
                    884:    'could not be copied.'
1.11      www       885: => 'não pode ser copiado.',
1.6       www       886: 
                    887:    'never'
1.11      www       888: => 'nunca',
1.6       www       889: 
                    890:    'not displayed'
1.11      www       891: => 'não mostrado',
1.6       www       892: 
1.7       www       893:    ', is reserved internally by LON-CAPA.'
1.11      www       894: => ', é reservado internamente pelo LON-CAPA.',
1.7       www       895: 
                    896:    'Back to'
1.16      www       897: => 'Voltar para',
1.7       www       898: 
                    899:    'Back to Source'
1.16      www       900: => 'Volta para o fonte',
1.7       www       901: 
                    902:    'Back to Source Directory'
1.16      www       903: => 'Volta para o diretório do arquivo',
1.7       www       904: 
                    905:    'Became this version on ...'
1.11      www       906: => 'Se tornou esta versão em ...',
1.7       www       907: 
                    908:    'Browse published resources'
1.11      www       909: => 'Navegar pelos recursos publicados',
1.7       www       910: 
                    911:    'Choose the course to work on'
1.16      www       912: => 'Escolha o curso a ser assistido',
1.11      www       913: 
1.7       www       914:    'Create a new course'
1.11      www       915: => 'Cria um novo curso',
                    916: 
1.7       www       917:    'Customized right of use ...	'
1.11      www       918: => 'Direito customizado de uso ...	',
1.7       www       919: 
                    920:    'Delete messages from bulletin boards'
1.11      www       921: => 'Remove mensagens do quadro de anúncios', 
1.7       www       922: 
                    923:    'Domain only - use limited to courses in the domain'
1.11      www       924: => 'Domínio Apenas - uso limitou a cursos no domínio',
                    925: 
1.7       www       926:    'Dynamic Metadata'
1.16      www       927: => 'Metadado dinâmico',
1.7       www       928: 
                    929:    'Edit and view documents included in this course'
1.11      www       930: => 'Editar e Visualizar documentos incluídos neste curso',
                    931: 
1.7       www       932:    'Edit/Modify DOCS'
1.11      www       933: => 'Editar/Modificar Documentos',
                    934: 
1.7       www       935:    'Enter my resource construction space'
1.11      www       936: => 'Entrar na minha Área de Construção de Recursos',
                    937: 
1.7       www       938:    'FAIL'
1.11      www       939: => 'FALHA',
1.7       www       940: 
                    941:    'Failed to copy source'
1.11      www       942: => 'Falha ao copiar fonte',
1.7       www       943: 
                    944:    'Failed to write metadata copy'
1.11      www       945: => 'Falha ao escrever na copia dos meta-dados',
1.7       www       946: 
                    947:    'File copied.'
1.16      www       948: => 'Arquivo copiado',
1.7       www       949: 
                    950:    'Finalize Publication'
1.11      www       951: => 'Publicação Finalizada',
1.7       www       952: 
                    953:    'Grant/revoke role of Co-Author'
1.11      www       954: => 'Garante/Revoga função de Co-Autor',
                    955: 
1.7       www       956:    'Grant/revoke role of Domain Coordinator'
1.11      www       957: => 'Garante/Revoga função de Coordenador de Domínio',
                    958: 
1.7       www       959:    'Grant/revoke role of Exam Proctor'
1.11      www       960: => 'Garante/Revoga função de Fiscal de Prova',
                    961: 
1.7       www       962:    'Grant/revoke role of Instructor'
1.11      www       963: => 'Garante/Revoga função de Instrutor',
                    964: 
1.7       www       965:    'Grant/revoke role of Student'
1.11      www       966: => 'Garante/Revoga função de Estudante',
                    967: 
1.7       www       968:    'Grant/revoke role of Superuser'
1.11      www       969: => 'Garante/Revoga função de Super-Usuárior',
                    970: 
1.7       www       971:    'Illegal filename.'
1.11      www       972: => 'Nome de arquivo ilegal.',
1.7       www       973: 
                    974:    'Name starting with'
1.16      www       975: => 'Nome(s) começando com ',
1.11      www       976: 
1.7       www       977:    'No previous versions published.'
1.11      www       978: => 'Sem versão prévia publicada.',
1.7       www       979: 
                    980:    'No write permission to'
1.11      www       981: => 'Sem permissão de escrita para',
1.7       www       982: 
                    983:    'Please pick a version to retrieve'
1.11      www       984: => 'Por favor escolha uma versão para restaurar',
1.7       www       985: 
                    986:    'Private - visible to author only for testing purposes'
1.11      www       987: => 'Privado - Visível apenas ao Autor apenas para fins de testes',
                    988: 
1.7       www       989:    'Private Publication - did not synchronize database'
1.11      www       990: => 'Publicação Privada - não sincronize a base de dados',
1.7       www       991: 
                    992:    'Public - no authentication or authorization required for use'
1.11      www       993: => 'Público - não requer autenticação ou autorização para o uso',
                    994: 
1.7       www       995:    'Retrieval of an old version will overwrite the file currently in construction space'
1.11      www       996: => 'A restauração de uma versão antica irá sobre-escrever o arquivo atual na Área de Construção',
1.7       www       997: 
                    998:    'Retrieve previous versions of'
1.11      www       999: => 'Restaurar versões anteriores de',
1.7       www      1000: 
                   1001:    'Retrieve version'
1.11      www      1002: => 'Restaurar versão',
1.7       www      1003: 
                   1004:    'Rule'
1.11      www      1005: => 'Função',
1.7       www      1006: 
                   1007:    'Search the contents of this course'
1.11      www      1008: => 'Pesquisar o conteúdo deste recurso',
                   1009: 
1.7       www      1010:    'Search the database of published resources'
1.11      www      1011: => 'Pesquisar a base de dados de recursos publicados',
                   1012: 
1.7       www      1013:    'Send broadcast and receipt-required email'
1.11      www      1014: => 'Enviar e-mail "broadcast" e "receipt-required"',
                   1015: 
1.7       www      1016:    'Show Problem Completeness'
1.16      www      1017: => 'Mostrar meu desempenho na solução dos problemas',
1.7       www      1018: 
                   1019:    'Switch to another course'
1.11      www      1020: => 'Trocar para outro curso',
                   1021: 
1.7       www      1022:    'System wide - can be used for any courses system wide'
1.11      www      1023: => 'Alcance do Sistema - can be used for any courses system wide',
                   1024: 
1.7       www      1025:    'System wide - open source to all authors'
1.11      www      1026: => 'Alcance do Sistema - open source to all authors',
                   1027: 
1.7       www      1028:    'The extension on this file'
1.11      www      1029: => 'A estensão deste arquivo',
1.7       www      1030: 
                   1031:    'This resource has been marked obsolete by the author(s)'
1.11      www      1032: => 'Este recurso foi marcado como obsoleto pelo(s) autor(es)',
                   1033: 
1.7       www      1034:    'Unsupported character combination'
1.11      www      1035: => 'Combinação de caracteres não suportada',
1.7       www      1036: 
                   1037:    'Uploaded'
1.11      www      1038: => 'Carregado',
                   1039: 
1.7       www      1040:    'Users with Roles Assigned by'
1.11      www      1041: => 'Usuários com funções atribuidas por',
                   1042: 
1.7       www      1043:    'View documents included in this course'
1.16      www      1044: => 'Visualizar os documentos suplementares para este curso',
1.11      www      1045: 
1.7       www      1046:    'View file'
1.11      www      1047: => 'Ver arquivo',
                   1048: 
1.7       www      1049:    'untitled'
1.11      www      1050: => 'sem título',
1.7       www      1051: 
1.9       www      1052:    "Click to download or use your browser's Save Link function"
1.11      www      1053: => "Clique para baixar ou use a função Salvar Destino do seu navegador",
1.7       www      1054: 
1.10      www      1055:    '#Stdnts'
1.11      www      1056: => '#Estudantes',
1.10      www      1057: 
                   1058:    '#YES'
1.11      www      1059: => '#SIM',
1.10      www      1060: 
                   1061:    '%Wrng'
1.16      www      1062: => '%Errados',
1.11      www      1063: 
1.12      www      1064:    '. . . for a particular section'
                   1065: => '. . . para uma seção particular',
1.11      www      1066: 
1.12      www      1067:    '. . . for all students in the course'
                   1068: => '. . . para todos os estudantes do curso',
1.10      www      1069: 
1.12      www      1070:    '. . . for an individual student'
                   1071: => '. . . para um estudante individual',
1.10      www      1072: 
                   1073:    '1 am'
1.13      www      1074: => '1:00',
1.10      www      1075: 
                   1076:    '1 pm'
1.13      www      1077: => '13:00',
1.10      www      1078: 
                   1079:    '10 am'
1.13      www      1080: => '10:00',
1.10      www      1081: 
                   1082:    '10 pm'
1.13      www      1083: => '22:00',
1.10      www      1084: 
                   1085:    '11 am'
1.13      www      1086: => '11:00',
1.10      www      1087: 
                   1088:    '11 pm'
1.13      www      1089: => '23:00',
1.10      www      1090: 
                   1091:    '12 am'
1.16      www      1092: => '00:00',
1.10      www      1093: 
                   1094:    '12 noon'
1.13      www      1095: => '12:00',
1.10      www      1096: 
                   1097:    '2 am'
1.13      www      1098: => '2:00',
1.10      www      1099: 
                   1100:    '2 pm'
1.13      www      1101: => '14:00',
1.10      www      1102: 
                   1103:    '3 am'
1.13      www      1104: => '3:00',
1.10      www      1105: 
                   1106:    '3 pm'
1.13      www      1107: => '15:00',
1.10      www      1108: 
                   1109:    '4 am'
1.13      www      1110: => '4:00',
1.10      www      1111: 
                   1112:    '4 pm'
1.13      www      1113: => '16:00',
1.10      www      1114: 
                   1115:    '5 am'
1.13      www      1116: => '5:00',
1.10      www      1117: 
                   1118:    '5 pm'
1.13      www      1119: => '17:00',
1.10      www      1120: 
                   1121:    '6 am'
1.13      www      1122: => '6:00',
1.10      www      1123: 
                   1124:    '6 pm'
1.13      www      1125: => '18:00',
1.10      www      1126: 
                   1127:    '7 am'
1.13      www      1128: => '7:00',
1.10      www      1129: 
                   1130:    '7 pm'
1.13      www      1131: => '19:00',
1.10      www      1132: 
                   1133:    '8 am'
1.13      www      1134: => '8:00',
1.10      www      1135: 
                   1136:    '8 pm'
1.13      www      1137: => '20:00',
1.10      www      1138: 
                   1139:    '9 am'
1.13      www      1140: => '9:00',
1.10      www      1141: 
                   1142:    '9 pm'
1.13      www      1143: => '21:00',
1.10      www      1144: 
                   1145:    '<- Previous'
1.11      www      1146: => '<- Anterior',
1.10      www      1147: 
                   1148:    'ALL'
1.11      www      1149: => 'TUDO',
1.10      www      1150: 
                   1151:    'About Me'
1.11      www      1152: => 'Sobre mim',
1.10      www      1153: 
                   1154:    'Access Key Management'
1.11      www      1155: => 'Gerenciamento de chaves de Acesso',
1.10      www      1156: 
                   1157:    'Additional Keywords'
1.16      www      1158: => 'Palavras-chave adicionais',
1.10      www      1159: 
                   1160:    'Additional Metadata (non-standard, parameters, exports)'
1.11      www      1161: => 'Meta-dados Adicionais (non-standard, parameters, exports)',
1.10      www      1162: 
                   1163:    'Advanced Catalog Search'
1.11      www      1164: => 'Pesquisa Avançada no Catálogo',
                   1165: 
1.10      www      1166:    'Advanced Search'
1.11      www      1167: => 'Pesquisa Avançada',
                   1168: 
1.10      www      1169:    'All Maps or Folders'
1.11      www      1170: => 'Todos os Mapas ou Pastas',
1.10      www      1171: 
                   1172:    'All versions'
1.16      www      1173: => 'Todas as versões',
1.10      www      1174: 
                   1175:    'Any Language'
1.11      www      1176: => 'Qualquer Linguagem',
1.16      www      1177: 
1.10      www      1178:    'Any User'
1.11      www      1179: => 'Qualquer Usuário',
1.10      www      1180: 
                   1181:    'Any category'
1.16      www      1182: => 'Qualquer Categoria',
1.10      www      1183: 
                   1184:    'Any copyright/distribution'
1.11      www      1185: => 'Qualquer copyright/distribuição',
1.10      www      1186: 
                   1187:    'Assessment'
1.11      www      1188: => 'Avaliação',
1.10      www      1189: 
                   1190:    'Assessment URL and Title'
                   1191: => 'Assessment URL and Title',
1.16      www      1192: 
1.11      www      1193:    'Assigned User Roles'
                   1194: => 'Funções Atribuidas ao Usuário',
1.10      www      1195: 
                   1196:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.11      www      1197: => 'Funções de Autor e Co-Autor podem não estar disponíveis em outros servidores que não sejam o seu HOME server.',
                   1198: 
1.10      www      1199:    'Author(s)'
1.11      www      1200: => 'Autor(es)',
                   1201: 
1.10      www      1202:    'Average number of tries till solved'
1.16      www      1203: => 'Número médio de tentativas till solved',
                   1204: 
1.10      www      1205:    'Brief view of each students performance in course.'
1.11      www      1206: => 'Breve resumo do desempenho de cada estudante do curso.',
                   1207: 
1.10      www      1208:    'Broadcast Message to Course'
1.16      www      1209: => 'Enviar Mensagem para todos os Usuários do Curso',
1.11      www      1210: 
1.10      www      1211:    'Browse Resources'
1.16      www      1212: => 'Navegar pelos recursos',
1.10      www      1213: 
                   1214:    'Browse resources'
1.11      www      1215: => 'Navegar pelos recursos',
1.10      www      1216: 
                   1217:    'Bulletin Board/Discussion'
1.11      www      1218: => 'Quadro de Avisos/Discussão',
1.10      www      1219: 
                   1220:    'Calculations'
1.11      www      1221: => 'Cálculos',
1.10      www      1222: 
                   1223:    'Catalog Information'
1.11      www      1224: => 'Informação de Catálogo',
                   1225: 
1.10      www      1226:    'Changes can take up to 10 minutes before being active for all students.'
1.11      www      1227: => 'Alterações podem levar 10 minutos antes de estarem ativas para todos os estudantes.',
                   1228: 
1.10      www      1229:    'Clear All'
1.11      www      1230: => 'Limpar Tudo',
1.10      www      1231: 
                   1232:    'Clear Caches'
1.11      www      1233: => 'Limpar Caches',
1.10      www      1234: 
                   1235:    'Close'
1.11      www      1236: => 'Fechar',
1.10      www      1237: 
                   1238:    'Close All Folders'
1.11      www      1239: => 'Fechar todas as Pastas',
1.10      www      1240: 
                   1241:    'Collapse Remote Control'
1.11      www      1242: => 'Colapse do Controle Remoto',
1.16      www      1243: 
1.10      www      1244:    'Comma Separated Values'
1.11      www      1245: => 'Valores separados por Vírgula',
1.10      www      1246: 
                   1247:    'Compact View'
1.11      www      1248: => 'Visualização Compacta',
                   1249: 
1.10      www      1250:    'Construction Space'
1.11      www      1251: => 'Área de Construção',
1.10      www      1252: 
                   1253:    'Construction Space File Operation'
1.11      www      1254: => 'Operação de Arquivo da Área de Construção',
1.10      www      1255: 
                   1256:    'Contact Information'
1.11      www      1257: => 'Informação de contato',
1.10      www      1258: 
                   1259:    'Content changed'
1.16      www      1260: => 'Conteúdo alterado',
1.10      www      1261: 
                   1262:    'Copied metadata'
1.16      www      1263: => 'Metadado copiado',
1.10      www      1264: 
                   1265:    'Copied old metadata'
1.11      www      1266: => 'Meta-dado antigo copiado',
1.10      www      1267: 
                   1268:    'Copied old target file'
1.11      www      1269: => 'Arquivo de destino angigo copiado',
1.10      www      1270: 
                   1271:    'Copied source file'
1.11      www      1272: => 'Arquivo fonte copiado',
1.10      www      1273: 
                   1274:    'Copyright'
                   1275: => 'Copyright',
                   1276: 
                   1277:    'Copyright/Distribution'
1.11      www      1278: => 'Copyright/Distribuição',
1.10      www      1279: 
                   1280:    'Could Not Process Request'
1.11      www      1281: => 'Não pude processar requisição',
1.10      www      1282: 
                   1283:    'Could not write metadata'
1.16      www      1284: => 'Não pude escrever meta-dados',
1.10      www      1285: 
                   1286:    'Course Assessment Parameter - Helper Mode'
1.11      www      1287: => 'Parâmetros de Avaliação do Curso - Modo Assistente',
                   1288: 
1.10      www      1289:    'Course Assessment Parameters - Overview Mode'
1.11      www      1290: => 'Parâmetros de Avaliação do Curso - Modo Overview',
                   1291: 
1.10      www      1292:    'Course Assessments Parameters - Table Mode'
1.11      www      1293: => 'Parâmetros de Avaliação do Curso - Modo Tabela',
                   1294: 
1.10      www      1295:    'Course Documents'
1.11      www      1296: => 'Documentos do Curso',
                   1297: 
1.10      www      1298:    'Course Environment Parameters'
1.11      www      1299: => 'Parâmetros do Ambiente do Curso',
                   1300: 
1.10      www      1301:    'Course ID'
1.11      www      1302: => 'ID (identificação) do curso',
                   1303: 
1.10      www      1304:    'Course Parameter Helper'
1.11      www      1305: => 'Assistente de Parâmetros de Avaliação',
1.16      www      1306: 
1.10      www      1307:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
1.11      www      1308: => '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.',
1.16      www      1309: 
1.10      www      1310:    'Course level sheet'
1.11      www      1311: => 'Planilha - nível do curso',
                   1312: 
1.10      www      1313:    'Create New Environment Variable'
1.11      www      1314: => 'Cria nova variável de Ambiente',
                   1315: 
1.10      www      1316:    'Creation Date'
1.11      www      1317: => 'Data de Criação',
1.10      www      1318: 
                   1319:    'Current Session Value'
1.11      www      1320: => 'Valor da Seção Corrente',
1.10      www      1321: 
                   1322:    'Custom Distribution File'
1.11      www      1323: => 'Arquivo de Distribuição Customizado',
1.10      www      1324: 
                   1325:    'Default'
1.11      www      1326: => 'Padrão',
1.10      www      1327: 
                   1328:    'Default Cataloging Information for Directory'
1.16      www      1329: => 'Informação de Catálogo Padrão para o Diretório',
                   1330: 
1.10      www      1331:    'Default Value'
1.11      www      1332: => 'Valor Padrão',
1.10      www      1333: 
                   1334:    'Degree of difficulty'
1.16      www      1335: => 'Grau de dificuldade',
1.10      www      1336: 
                   1337:    'Delete a role'
1.11      www      1338: => 'Excluir uma função',
                   1339: 
1.10      www      1340:    'Detailed Citation View'
1.11      www      1341: => 'Visualizar Citação Detalhada',
                   1342: 
1.10      www      1343:    'Detailed Problem Analysis'
1.18      www      1344: => 'Análise detalhada dos exercícios',
1.10      www      1345: 
                   1346:    'Detailed statistics and graphs of student performance on problems.'
1.11      www      1347: => 'Estatísticas detalhadas e gráficos do desempenho dos estudantes na solução dos problemas.',
                   1348: 
1.10      www      1349:    'Differences'
1.11      www      1350: => 'Diferenças',
                   1351: 
1.10      www      1352:    'Disable all communication among students'
1.11      www      1353: => 'Desabilitar toda a comunicação entre os estudantes',
                   1354: 
1.10      www      1355:    'Discard Selected'
1.11      www      1356: => 'Descartar Seleção',
                   1357: 
1.10      www      1358:    'Distribute Messages from Uploaded File to Course'
1.16      www      1359: => 'Distribuir Mensagem de Arquivo Carregado para o Curso',
                   1360: 
1.10      www      1361:    'DoDiff'
                   1362: => 'DoDiff',
                   1363: 
                   1364:    'Due'
1.18      www      1365: => 'Limite',
1.10      www      1366: 
                   1367:    'Dump Course DOCS to Construction Space'
1.16      www      1368: => 'Descarregar Documentos do Curso na Área de Construção',
                   1369: 
1.10      www      1370:    'EMail and Messages'
1.11      www      1371: => 'E-Mail e Mensagens',
1.10      www      1372: 
                   1373:    'Edit Catalog Information'
1.11      www      1374: => 'Editar Informação de Catálogo',
                   1375: 
1.10      www      1376:    'Edit Content of a Map'
1.16      www      1377: => 'Editar Conteúdo ou Mapa',
1.11      www      1378: 
1.10      www      1379:    'Edit Directory Catalog Information'
1.12      www      1380: => 'Editar Informação de Catálogo do Diretório',
1.11      www      1381: 
1.10      www      1382:    'Edit this resource'
1.11      www      1383: => 'Editar este recurso',
                   1384: 
1.10      www      1385:    'Enclosing Map or Folder'
                   1386: => 'Enclosing Map or Folder',
1.16      www      1387: 
1.11      www      1388:    'End Helper'
                   1389: => 'Finalizar Assistente',
1.10      www      1390: 
                   1391:    'Enrollment Status'
1.11      www      1392: => 'Estado das Inscrições',
                   1393: 
1.10      www      1394:    'Enter construction space as a co-author'
1.11      www      1395: => 'Entrar na Área de Construção como Co-Autor',
                   1396: 
1.10      www      1397:    'Entering course ...'
1.16      www      1398: => 'Entrando no curso ...',
1.11      www      1399: 
1.10      www      1400:    'Error Messages'
1.16      www      1401: => 'Mensagem de Erro',
1.10      www      1402: 
                   1403:    'Evaluate Resource'
1.11      www      1404: => 'Avaliar Recurso',
1.10      www      1405: 
                   1406:    'Every problem in a particular folder'
1.11      www      1407: => 'Cada problema em uma pasta particular',
1.10      www      1408: 
                   1409:    'Every problem in the course'
1.11      www      1410: => 'Cada problema no curso',
                   1411: 
1.10      www      1412:    'Exam Information'
1.11      www      1413: => 'Informação de Exame',
1.10      www      1414: 
                   1415:    'Excel'
                   1416: => 'Excel',
                   1417: 
                   1418:    'External Resource'
1.11      www      1419: => 'Recurso Externo',
1.10      www      1420: 
                   1421:    'Failed Access to Construction Space'
1.11      www      1422: => 'Falha no Acesso a Área de Construção',
1.10      www      1423: 
                   1424:    'Fielded Format'
1.16      www      1425: => 'Formato em Campos',
                   1426: 
1.10      www      1427:    'File Category'
1.11      www      1428: => 'Categoria do Arquivo',
1.10      www      1429: 
                   1430:    'Finish Course Initialization'
1.24      ricardo  1431: => 'Aplicar Configurações ao Curso',
1.11      www      1432: 
1.10      www      1433:    'Folder'
1.11      www      1434: => 'Pasta',
1.10      www      1435: 
                   1436:    'For User'
1.11      www      1437: => 'Para Usuário',
1.10      www      1438: 
                   1439:    'Force publication of unmodified files'
1.11      www      1440: => 'Forçar publicação de arquivos não modificados',
1.10      www      1441: 
                   1442:    'Generate Spreadsheet'
1.11      www      1443: => 'Gerar Planilha',
1.10      www      1444: 
                   1445:    'Generate Statistics'
1.11      www      1446: => 'Gerar Estatísticas',
1.10      www      1447: 
                   1448:    'Generate new role ...'
1.11      www      1449: => 'Gerar nova função ...',
                   1450: 
1.10      www      1451:    'Go to the next resource in the course sequence'
1.11      www      1452: => 'Ir para o próximo recurso na sequência do curso',
                   1453: 
1.10      www      1454:    'Go to the previous resource in the course sequence'
1.11      www      1455: => 'Ir para o recurso anterior na sequência do curso',
                   1456: 
1.10      www      1457:    'Grant/revoke Course Custom Role'
1.11      www      1458: => 'Garantir/Revogar função Customizada do Curso',
                   1459: 
1.10      www      1460:    'Grant/revoke role of Administrator'
1.11      www      1461: => 'Garantir/Revogar função de Administrador',
                   1462: 
1.10      www      1463:    'Grant/revoke role of Author'
1.11      www      1464: => 'Garantir/Revogar função de Autor',
                   1465: 
1.10      www      1466:    'Grant/revoke role of Course Coordinator'
1.11      www      1467: => 'Garantir/Revogar função de Coordenador de Curso',
                   1468: 
1.10      www      1469:    'Grant/revoke role of Domain Guest'
1.11      www      1470: => 'Garantir/Revogar função de Convidado do Domínio',
                   1471: 
1.10      www      1472:    'Grant/revoke role of Librarian'
1.11      www      1473: => 'Garantir/Revogar função de Bibliotecário',
                   1474: 
1.10      www      1475:    'Grant/revoke role of Scantron Operator'
1.11      www      1476: => 'Garantir/Revogar função de Scantron Operator',
                   1477: 
1.10      www      1478:    'Grant/revoke role of Teaching Assistant'
1.11      www      1479: => 'Garantir/Revogar função de Assistente do Professor',
                   1480: 
1.10      www      1481:    'HTML'
                   1482: => 'HTML',
                   1483: 
                   1484:    'Host'
                   1485: => 'Host',
                   1486: 
                   1487:    'Import a published document'
1.11      www      1488: => 'Importar um documento publicado',
                   1489: 
1.10      www      1490:    'Internally authenticated'
1.11      www      1491: => 'Autenticado Internamente',
                   1492: 
1.10      www      1493:    'Invalid date entry'
1.11      www      1494: => 'Entrada de data inválida',
1.10      www      1495: 
                   1496:    'Kerberos authenticated'
1.11      www      1497: => 'Kerberos autenticado',
                   1498: 
1.10      www      1499:    'Keyword(s)'
1.11      www      1500: => 'Palavra(s) Chave(s)',
1.10      www      1501: 
                   1502:    'Keywords'
1.11      www      1503: => 'Palavras Chaves',
1.10      www      1504: 
                   1505:    'LON-CAPA Helper:'
1.11      www      1506: => 'Assistente do LON-CAPA:',
                   1507: 
1.10      www      1508:    'Last Week'
1.11      www      1509: => 'Semana Passada',
                   1510: 
1.10      www      1511:    'Last access'
1.11      www      1512: => 'Último acesso',
1.10      www      1513: 
                   1514:    'Last modified'
1.11      www      1515: => 'Última modificação',
1.10      www      1516: 
                   1517:    'Last updated'
1.11      www      1518: => 'Última atualização',
1.10      www      1519: 
                   1520:    'Limit by copyright/distribution'
1.11      www      1521: => 'Limitado por copyright/distribuição',
1.10      www      1522: 
                   1523:    'Limit by language'
1.11      www      1524: => 'Limitado por linguagem',
                   1525: 
1.10      www      1526:    'Load Map'
1.16      www      1527: => 'Carregar Mapa/Sequência',
1.11      www      1528: 
1.10      www      1529:    'Load:'
1.11      www      1530: => 'Carga:',
                   1531: 
1.10      www      1532:    'Lock and unlock assessments'
1.11      www      1533: => 'Bloquear e desbloquear avaliações',
1.10      www      1534: 
                   1535:    'Logged Out'
1.16      www      1536: => 'Sessão encerrada',
1.10      www      1537: 
                   1538:    'MIME Type'
1.16      www      1539: => 'MIME Type',
1.10      www      1540: 
                   1541:    'Make notes and annotations about this resource'
1.16      www      1542: => 'Inserir anotações a respeito deste recurso ',
1.11      www      1543: 
1.10      www      1544:    'Manage Access Keys'
1.11      www      1545: => 'Gerenciar Chaves de Acesso',
1.10      www      1546: 
                   1547:    'Manage access keys'
1.11      www      1548: => 'Gerenciar chaves de acesso',
1.10      www      1549: 
                   1550:    'Material appears to be correct'
1.16      www      1551: => 'O material aparenta estar correto',
1.10      www      1552: 
                   1553:    'Material covered with sufficient depth'
1.16      www      1554: => 'O material abrange o assunto com profundidade suficiente',
1.10      www      1555: 
                   1556:    'Material is helpful'
1.16      www      1557: => 'O material é útil',
1.11      www      1558: 
1.10      www      1559:    'Material presented in clear way'
1.16      www      1560: => 'O material é apresentado de uma maneira clara',
1.10      www      1561: 
                   1562:    'Max Possible To Date'
1.16      www      1563: => 'Máx. possível até aqui',
1.10      www      1564: 
                   1565:    'Max Tries'
1.16      www      1566: => 'Máx. de Tentativas',
1.11      www      1567: 
1.10      www      1568:    'Mean Tries'
1.11      www      1569: => 'Média de Tentativas',
                   1570: 
1.10      www      1571:    'Metadata Information'
1.16      www      1572: => 'Informação de meta-dado',
1.10      www      1573: 
                   1574:    'Mime type'
1.11      www      1575: => 'Tipo Mime',
1.10      www      1576: 
                   1577:    'Modification Date'
1.11      www      1578: => 'Data de Modificação',
1.10      www      1579: 
                   1580:    'Modified'
1.11      www      1581: => 'Modificado',
1.10      www      1582: 
                   1583:    'Modify Course Assessment Parameters'
1.11      www      1584: => 'Modificar Parâmetros de Acesso ao Curso',
                   1585: 
1.10      www      1586:    'Modify authentication mechanism and data for a user'
1.11      www      1587: => 'Modificar mecanismo de autenticação e dados de um usuário',
                   1588: 
1.10      www      1589:    'Modify deadlines, etc, for this assessment resource'
1.11      www      1590: => 'Modifica prazos finais, etc. para este recurso de avaliação',
                   1591: 
1.10      www      1592:    'Modify grades'
1.11      www      1593: => 'Modificar notas',
                   1594: 
1.10      www      1595:    'Modify user grades for this assessment resource'
1.11      www      1596: => 'Modificar notas de usuário para este recurso de avaliação',
                   1597: 
1.10      www      1598:    'Move Down'
1.11      www      1599: => 'Mover para Baixo',
1.10      www      1600: 
                   1601:    'Move Up'
1.11      www      1602: => 'Mover para Cima',
1.10      www      1603: 
                   1604:    'My Personal Info'
1.16      www      1605: => 'Minhas informações pessoais',
1.10      www      1606: 
                   1607:    'Network-wide number of accesses (hits)'
1.16      www      1608: => 'Número de acessos através da rede (hits)',
1.10      www      1609: 
                   1610:    'Network-wide number of courses using resource'
1.16      www      1611: => 'Número de curos na rede que utilizam este recurso',
1.11      www      1612: 
1.10      www      1613:    'New Title'
1.11      www      1614: => 'Novo Título',
1.10      www      1615: 
1.16      www      1616:    'Next    '
                   1617: => 'Próximo    ',
1.10      www      1618: 
                   1619:    'No changes were made to the current settings.'
1.11      www      1620: => 'Não foram feitas alterações nas configurações correntes.',
1.10      www      1621: 
                   1622:    'Number of resources that follow this resource in maps'
1.16      www      1623: => 'Número de recursos que seguem este aqui em mapas ',
1.10      www      1624: 
                   1625:    'Number of resources that lead up to this resource in maps'
1.16      www      1626: => 'Número de recursos que levam para este aqui em mapas',
1.10      www      1627: 
                   1628:    'Number of resources using or importing resource'
1.16      www      1629: => 'Número de recursos usando ou importando este aqui',
1.11      www      1630: 
1.10      www      1631:    'Obsolete'
1.11      www      1632: => 'Obsoleto',
1.10      www      1633: 
                   1634:    'One particular problem'
1.11      www      1635: => 'Um problema particular',
1.10      www      1636: 
                   1637:    'Open'
1.11      www      1638: => 'Abrir',
1.10      www      1639: 
                   1640:    'Open All Folders'
1.16      www      1641: => '<p>Expandir todas as Pastas',
1.10      www      1642: 
                   1643:    'Output'
1.11      www      1644: => 'Saída',
1.10      www      1645: 
                   1646:    'Output Format'
1.11      www      1647: => 'Formato da Saída',
1.10      www      1648: 
                   1649:    'Overall Problem Statistics'
1.18      www      1650: => 'Estatísticas globais dos exercícios',
1.10      www      1651: 
                   1652:    'Owner/Publisher'
1.11      www      1653: => 'Dono/Publicador',
1.10      www      1654: 
                   1655:    'Parameter Name'
1.11      www      1656: => 'Nome do Parâmetro',
1.10      www      1657: 
                   1658:    'Parameter Type'
1.11      www      1659: => 'Tipo de Parâmetro',
1.10      www      1660: 
                   1661:    'Parameter in Effect'
1.11      www      1662: => 'Parâmetro em Efeito',
1.10      www      1663: 
                   1664:    'Parent Directory'
1.11      www      1665: => 'Diretório Pai',
1.10      www      1666: 
                   1667:    'Per Page'
1.11      www      1668: => 'Por página',
1.10      www      1669: 
                   1670:    'Personal Information'
1.11      www      1671: => 'Informação Pessoal',
1.10      www      1672: 
                   1673:    'Please either'
1.14      www      1674: => 'Por favor, ',
1.10      www      1675: 
                   1676:    'Please notify the server administrator '
1.11      www      1677: => 'Por favor, notifique o administrador do servidor ',
                   1678: 
1.10      www      1679:    'Please select a problem to analyze'
1.11      www      1680: => 'Por favor, selecione um problema para analizar',
                   1681: 
1.10      www      1682:    'Please select a report to generate.'
1.11      www      1683: => 'Por favor, selecione um relatório a gerar.',
                   1684: 
1.10      www      1685:    'Post anonymously'
1.11      www      1686: => 'Postar anonimamente',
1.10      www      1687: 
                   1688:    'Post discussion on course resources'
1.11      www      1689: => 'Postar discussão nos recursos do curso',
                   1690: 
1.10      www      1691:    'Post system frontpage announcements'
1.16      www      1692: => 'Postar anúncios na frontpage do sistema',
                   1693: 
1.10      www      1694:    'Post to live chatrooms'
1.16      www      1695: => 'Postar livremente em salas de chat',
                   1696: 
1.10      www      1697:    'Preparing Excel Spreadsheet'
1.11      www      1698: => 'Preparar Planilha do Excel',
1.10      www      1699: 
                   1700:    'Printing Helper'
1.16      www      1701: => 'Assistente de Impressão',
1.11      www      1702: 
1.10      www      1703:    'Privacy Note'
1.11      www      1704: => 'Nota Privada',
1.10      www      1705: 
                   1706:    'Problem Status Chart'
1.16      www      1707: => 'Quadro dos Estados dos Problemas',
                   1708: 
1.10      www      1709:    'Problems Not Contained In A Folder'
1.16      www      1710: => 'Problemas não estão contidos em uma pasta',
                   1711: 
1.10      www      1712:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
1.16      www      1713: => 'Problemas criando novo arquivo do Excel.  Este erro foi armazenado em log. Por favor, alerte o administrador do LON-CAPA.',
                   1714: 
1.11      www      1715:    'Processing course structure'
                   1716: => 'Processando estrutura do curso',
1.10      www      1717: 
                   1718:    'Processing first student'
1.11      www      1719: => 'Processando primeiro estudante',
                   1720: 
1.10      www      1721:    'Project Information'
1.16      www      1722: => 'Informação do Projeto',
1.10      www      1723: 
                   1724:    'Provide feedback messages or contribute to the course discussion about this resource'
1.11      www      1725: => 'Fornece mensagens de realimentação ou contribui para discussão do curso sobre este recurso',
                   1726: 
1.10      www      1727:    'Provide my evaluation of this resource'
1.11      www      1728: => 'Fornece minha avaliação deste recurso',
1.10      www      1729: 
                   1730:    'Publish'
1.11      www      1731: => 'Publica',
1.10      www      1732: 
                   1733:    'Publish Directory'
1.11      www      1734: => 'Publica Diretório',
1.10      www      1735: 
                   1736:    'Publish Directory and Sub Directories'
1.11      www      1737: => 'Publica Diretório e Sub-Diretórios',
1.10      www      1738: 
                   1739:    'Published'
1.11      www      1740: => 'Publicado',
1.10      www      1741: 
                   1742:    'Publisher/Owner'
1.11      www      1743: => 'Publicador/Dono',
1.10      www      1744: 
                   1745:    'Publishing'
1.11      www      1746: => 'Publicando',
1.10      www      1747: 
                   1748:    'Quick Completed Problems Display'
1.16      www      1749: => 'Visualizador Rápido de Problemas Resolvidos',
                   1750: 
1.10      www      1751:    'Reading results from'
1.11      www      1752: => 'Lendo resultados de',
1.10      www      1753: 
                   1754:    'Related'
1.16      www      1755: => 'Relacionado',
1.10      www      1756: 
                   1757:    'Resource Feedback and Discussion'
1.11      www      1758: => 'Realimentação do Recurso e discussão',
1.10      www      1759: 
                   1760:    'Resource Level'
1.11      www      1761: => 'Nível do Recurso',
1.10      www      1762: 
                   1763:    'Resource Publication'
1.16      www      1764: => 'Publicação de Recurso',
1.10      www      1765: 
                   1766:    'Resource is technically correct'
1.16      www      1767: => 'Recurso está técnicamente correto',
1.10      www      1768: 
                   1769:    'Retrieve'
1.11      www      1770: => 'Restaurar',
1.10      www      1771: 
                   1772:    'Revert to Last Saved'
1.11      www      1773: => 'Reverter Para Última Versão Salva',
                   1774: 
1.10      www      1775:    'Revision Date'
1.11      www      1776: => 'Data de Revisão',
1.10      www      1777: 
                   1778:    'Row'
1.11      www      1779: => 'Linha',
1.10      www      1780: 
                   1781:    'S.D. tries'
1.16      www      1782: => 'Desv. Pad. Tentativas',
                   1783: 
1.10      www      1784:    'Save as'
1.11      www      1785: => 'Salvar como',
                   1786: 
1.10      www      1787:    'Save as & Make This Sheet the Default'
1.11      www      1788: => 'Salvar como & Fazer esta a Planilha Padrão',
                   1789: 
1.10      www      1790:    'Scantron Operator'
1.16      www      1791: => 'Operador Scantron',
                   1792: 
1.11      www      1793:    'Score Upload Form'
1.16      www      1794: => 'Formulário para Carregar Escores',
1.10      www      1795: 
                   1796:    'Search Complete'
1.11      www      1797: => 'Pesquisa Completada',
                   1798: 
1.10      www      1799:    'Section'
1.11      www      1800: => 'Seção',
1.10      www      1801: 
                   1802:    'Sections'
1.11      www      1803: => 'Seções',
1.10      www      1804: 
                   1805:    'Select All'
1.11      www      1806: => 'Selecione Tudo',
                   1807: 
1.10      www      1808:    'Select All Students'
1.11      www      1809: => 'Selecione Todos os Estudantes',
                   1810: 
1.10      www      1811:    'Select Date'
1.11      www      1812: => 'Selecione a Data',
                   1813: 
1.10      www      1814:    'Select Enclosing Map or Folder'
1.16      www      1815: => 'Selecione o Mapa ou Pasta',
                   1816: 
1.10      www      1817:    'Select Map'
1.16      www      1818: => 'Selecione Mapa/Sequência',
1.11      www      1819: 
1.10      www      1820:    'Select Parameter Level'
1.16      www      1821: => 'Selecione Nível do Parâmetro',
1.11      www      1822: 
1.10      www      1823:    'Select Spreadsheet File'
1.11      www      1824: => 'Selecione o Arquivo de Planilha',
                   1825: 
1.10      www      1826:    'Send Message to User(s)'
1.12      www      1827: => 'Enviar Mensagem para Usuário(s)',
1.11      www      1828: 
1.10      www      1829:    'Send Scantron data to a course'
1.16      www      1830: => 'Enviar dados Scantron para o curso',
                   1831: 
1.10      www      1832:    'Send internal email'
1.11      www      1833: => 'Enviar e-mail interno',
                   1834: 
1.10      www      1835:    'Sequence or Folder'
1.11      www      1836: => 'Sequência ou Pasta',
1.10      www      1837: 
                   1838:    'Sequences and Folders'
1.11      www      1839: => 'Sequências e Pastas',
                   1840: 
1.10      www      1841:    'Set Course Environment Parameters'
1.14      www      1842: => 'Configurar Parâmetros de Ambiente do Curso',
1.11      www      1843: 
1.10      www      1844:    'Set Date'
1.11      www      1845: => 'Setar Data',
1.10      www      1846: 
                   1847:    'Set Defaults for All Resources in Course'
1.11      www      1848: => 'Setar Padrões para Todos os Recursos do Curso',
                   1849: 
1.10      www      1850:    'Set a bookmark for this resource'
1.16      www      1851: => 'Setar um marcador para este recurso',
1.10      www      1852: 
                   1853:    'Set a due date'
1.11      www      1854: => 'Setar uma data de vencimento',
1.10      www      1855: 
                   1856:    'Set an answer open date'
                   1857: => 'Set an answer open date',
1.16      www      1858: 
1.10      www      1859:    'Set an open date'
1.11      www      1860: => 'Setar uma data de abertura',
1.16      www      1861: 
1.10      www      1862:    'Set opening datefor all problems in the course for. . .'
1.16      www      1863: => 'Setar data de abertura de todos os problemas do curso para  . .',
                   1864: 
1.10      www      1865:    'Set the number of tries'
1.11      www      1866: => 'Setar o número de tentativas',
                   1867: 
1.10      www      1868:    'Set the problem weight'
1.11      www      1869: => 'Setar o peso do problema',
1.10      www      1870: 
                   1871:    'Set/Modify Course Assessment Parameter'
1.11      www      1872: => 'Setar/Modificar Parâmetro de Avaliação do Curso',
                   1873: 
1.10      www      1874:    'Set/Modify Course Assessment Parameters'
1.11      www      1875: => 'Setar/Modificar Parâmetros de Avaliação do Curso',
                   1876: 
1.10      www      1877:    'Set/Modify Course Parameters'
1.11      www      1878: => 'Setar/Modificar Parâmetro do Curso',
                   1879: 
1.10      www      1880:    'Shared by course faculty and staff'
1.16      www      1881: => 'Compartilhado por cursos da faculdade',
                   1882: 
1.10      www      1883:    'Show More Options'
1.11      www      1884: => 'Mostrar Mais Opções',
1.10      www      1885: 
                   1886:    'Show all roles'
1.11      www      1887: => 'Mostrar todas as funções',
                   1888: 
1.10      www      1889:    'Show catalog information'
1.11      www      1890: => 'Mostrar informação de catálogo',
                   1891: 
1.10      www      1892:    'Show resource'
1.11      www      1893: => 'Mostrar recurso',
1.10      www      1894: 
                   1895:    'Significant figures are incorrect, submission was not graded.'
1.11      www      1896: => 'Figuras significantes estão incorretas, a submissão não foi avaliada.',
                   1897: 
1.10      www      1898:    'Since Start of Course'
1.16      www      1899: => 'Desde o Início do Curso',
1.11      www      1900: 
1.10      www      1901:    'Since Yesterday'
1.11      www      1902: => 'Desde Ontem',
1.10      www      1903: 
                   1904:    'Size'
1.11      www      1905: => 'Tamanho',
1.10      www      1906: 
                   1907:    'Skew Tries'
1.16      www      1908: => 'Skew Tentativas',
                   1909: 
1.10      www      1910:    'Special documents'
1.11      www      1911: => 'Documentos especiais',
                   1912: 
1.10      www      1913:    'Spreadsheet Computation'
1.11      www      1914: => 'Processamento da Planilha',
1.10      www      1915: 
                   1916:    'Spreadsheet Computation Status'
1.11      www      1917: => 'Estado do Processamento da Planilha',
1.10      www      1918: 
                   1919:    'Statistics'
1.11      www      1920: => 'Estatísticas',
1.10      www      1921: 
                   1922:    'Statistics and Problem Analysis'
1.11      www      1923: => 'Estatísticas e Análise de Problemas',
1.10      www      1924: 
                   1925:    'Store'
1.14      www      1926: => 'Salvar como',
1.10      www      1927: 
                   1928:    'Store Catalog Information'
1.16      www      1929: => 'Armazena Informação de Catálogo',
1.11      www      1930: 
1.10      www      1931:    'Student level sheet'
1.11      www      1932: => 'Planilha - nível do estudante',
                   1933: 
1.10      www      1934:    'Student performance statistics on all problems.'
1.11      www      1935: => 'Estatísticas de desempenho do estudante em todos os problemas.',
                   1936: 
1.10      www      1937:    'Students Affected'
1.11      www      1938: => 'Estudantes Afetados',
                   1939: 
1.10      www      1940:    'Subject'
1.11      www      1941: => 'Assunto',
1.10      www      1942: 
                   1943:    'Successful Login'
1.11      www      1944: => 'Login Bem Sucedido',
1.10      www      1945: 
                   1946:    'Suggested Replacement for Obsolete File'
1.11      www      1947: => 'Sugerida Substituição por Arquivo Obsoleto',
1.10      www      1948: 
                   1949:    'Summary'
1.11      www      1950: => 'Sumário',
1.10      www      1951: 
                   1952:    'Summary View'
1.11      www      1953: => 'Visualizar Sumário',
                   1954: 
1.10      www      1955:    'Switching Role'
1.16      www      1956: => 'Trocando de Função',
1.11      www      1957: 
1.10      www      1958:    'Synchronized SQL metadata database'
1.11      www      1959: => 'Base de meta-dados SQL sincronizada',
1.10      www      1960: 
                   1961:    'Target'
1.11      www      1962: => 'Destino',
1.10      www      1963: 
                   1964:    'Task'
1.11      www      1965: => 'Tarefa',
1.10      www      1966: 
                   1967:    'Template'
1.11      www      1968: => 'Modelo',
1.10      www      1969: 
                   1970:    'Temporary Assembly Workspace'
1.11      www      1971: => 'Área de Trabalho temporária',
1.10      www      1972: 
                   1973:    '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.'
1.11      www      1974: => 'A informação submetida pode ser vista por quualquer pessoa logada no LON-CAPA. Não forneça informação que você não queira compartilhar publicamente.',
                   1975: 
1.10      www      1976:    'There are currently no results'
1.11      www      1977: => 'Atualmente não existem resultados',
1.10      www      1978: 
                   1979:    '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.'
1.11      www      1980: => '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ê teria setado os parâmetros você escolheu. Desta forma, no futouro você poderá fazê-lo diretamente na interface avançada. Clique em  Next -&gt; para iniciar, ou select &lt;- Previous para voltar para tela anterior.',
                   1981: 
1.10      www      1982:    'This syllabus can be publicly viewed at'
1.11      www      1983: => 'Este Plano de Estudos pode ser visualizado publicamente em',
                   1984: 
1.10      www      1985:    'Topic'
1.11      www      1986: => 'Tópico',
1.10      www      1987: 
                   1988:    'Total'
                   1989: => 'Total',
                   1990: 
                   1991:    'Total Parts In Course'
1.11      www      1992: => 'Total de Peças do Curso',
                   1993: 
1.10      www      1994:    'Total number of students who have worked on this problem'
1.11      www      1995: => 'Número total de estudantes que tem trabalhado neste problema',
                   1996: 
1.10      www      1997:    'Type'
1.11      www      1998: => 'Tipo',
1.10      www      1999: 
                   2000:    'UNIX authenticated'
1.16      www      2001: => 'autenticado pelo UNIX',
1.11      www      2002: 
1.10      www      2003:    'URL'
                   2004: => 'URL',
                   2005: 
                   2006:    'URLs To Include in Syllabus'
1.11      www      2007: => 'URLs para Incluir no Plano de Estudos',
                   2008: 
1.10      www      2009:    'USERS'
1.11      www      2010: => 'USUÁRIOS',
1.10      www      2011: 
                   2012:    'Unable to connect to database!'
1.11      www      2013: => 'Não foi possível conectar a base de dados!',
1.10      www      2014: 
                   2015:    'Unknown ID'
1.11      www      2016: => 'ID desconhecida',
1.10      www      2017: 
                   2018:    'Unknown user'
1.11      www      2019: => 'Usuários desconhecido',
1.10      www      2020: 
                   2021:    'Unpublished'
1.11      www      2022: => 'Não Publicado',
1.10      www      2023: 
                   2024:    'Unselect All'
1.11      www      2025: => 'Deselecionar Tudo',
                   2026: 
1.10      www      2027:    'Unselect All Students'
1.11      www      2028: => 'Deselecionar Todos os Estudantes',
                   2029: 
1.10      www      2030:    'Up'
1.11      www      2031: => 'Cima',
1.10      www      2032: 
                   2033:    'Update Course Assessment Parameter Display'
1.11      www      2034: => 'Atualizar Exibição do Parâmetro de Avaliação do Curso',
                   2035: 
1.10      www      2036:    'Update Display'
1.16      www      2037: => 'Atualizar Display',
1.10      www      2038: 
                   2039:    'Update Section or Specific User'
1.11      www      2040: => 'Atualizar Seção de Usuário Específico',
1.10      www      2041: 
                   2042:    'Upload Scantron data'
1.11      www      2043: => 'Carga de Scantron data',
                   2044: 
1.10      www      2045:    'Upload a Photo'
1.11      www      2046: => 'Carga de uma Imagem',
                   2047: 
1.10      www      2048:    'Upload a new main course document'
1.16      www      2049: => 'Carregar um novo Documento Principal para o curso',
1.11      www      2050: 
1.10      www      2051:    'Upload a new supplemental course document'
1.16      www      2052: => 'Carregar um novo Documento Suplementar para o curso',
1.11      www      2053: 
1.10      www      2054:    'User'
1.11      www      2055: => 'Usuário',
1.10      www      2056: 
                   2057:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.11      www      2058: => 'Notas de Usuários, Registros de Discussões Cara-a-Cara, e Mensagens Críticas no Curso',
                   2059: 
1.10      www      2060:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.11      www      2061: => 'Notas de Usuários, Registros de Discussões Cara-a-Cara, e Mensagens Críticas',
                   2062: 
1.10      www      2063:    'Verify Course Documents'
1.11      www      2064: => 'Verificar Documentos do Curso',
                   2065: 
1.10      www      2066:    'Verify Selection'
1.11      www      2067: => 'Verificar Seleção',
                   2068: 
1.10      www      2069:    'Version'
1.11      www      2070: => 'Versão',
1.10      www      2071: 
                   2072:    'Version Number'
1.11      www      2073: => 'Número de Versão',
1.10      www      2074: 
                   2075:    'View'
1.11      www      2076: => 'Visualizar',
                   2077: 
1.10      www      2078:    'View Critical Messages'
1.11      www      2079: => 'Visualizar Mensagens Críticas',
                   2080: 
1.10      www      2081:    'View Published Version'
1.11      www      2082: => 'Visualizar Versão Publicada',
                   2083: 
1.10      www      2084:    'View user submissions for this assessment resource'
1.11      www      2085: => 'Visualizar submissões do usuário para este recurso de avaliação',
                   2086: 
1.10      www      2087:    'Web References'
1.11      www      2088: => 'Referências na Web',
                   2089: 
1.10      www      2090:    'Welcome to the Assignment Parameter Helper'
1.11      www      2091: => 'Bem-vindo ao Assistente de Configuração de Parâmetro',
                   2092: 
1.10      www      2093:    'What parameter do you want to set for all problems in the course?'
1.11      www      2094: => 'Que parâmetro você gostaria de configurar para todos os problemas do curso?',
                   2095: 
1.10      www      2096:    'What should the opening date be set to?'
1.11      www      2097: => 'Para quando você gostaria de configurar a data de abertura?',
1.10      www      2098: 
                   2099:    'Which Problem or Problems?'
1.11      www      2100: => 'Qual Problema ou Problemas?',
1.10      www      2101: 
                   2102:    'Which problems do you wish to set a parameter for?'
1.11      www      2103: => 'Para quais problemas você gostaria de configura um parâmetro?',
1.10      www      2104: 
                   2105:    'Words'
1.11      www      2106: => 'Palavras',
1.10      www      2107: 
                   2108:    'Wrote Metadata'
1.11      www      2109: => 'Escrevi Meta-dados',
1.10      www      2110: 
                   2111:    'XML/SGML'
                   2112: => 'XML/SGML',
                   2113: 
                   2114:    'You must choose at least one student to continue.'
1.11      www      2115: => 'Você precisa escolher ao menos um estudante para continuar.',
                   2116: 
1.10      www      2117:    'You must choose one or more choices to continue.'
1.11      www      2118: => 'Você precisa escolher uma ou mais seleções para continuar.',
                   2119: 
1.10      www      2120:    'You need to choose another user role or enter a specific course for this function'
1.11      www      2121: => 'Você precisa escolher outra função de usuário ou entrar em um curso específico para esta função',
                   2122: 
1.10      www      2123:    'Your Excel Spreadsheet'
1.11      www      2124: => 'Sua Planilha do Excel',
1.10      www      2125: 
                   2126:    'Your home server is '
1.11      www      2127: => 'Seu servidor HOME é ',
                   2128: 
1.10      www      2129:    'a.m.'
                   2130: => 'a.m.',
                   2131: 
                   2132:    'abstract'
1.11      www      2133: => 'resumo',
                   2134: 
1.10      www      2135:    'acc keys'
1.16      www      2136: => 'chav. de acesso',
1.10      www      2137: 
                   2138:    'access denied'
1.11      www      2139: => 'acesso negado',
1.10      www      2140: 
                   2141:    'according to course preferences'
1.11      www      2142: => 'de acordo com as preferências do curso',
                   2143: 
1.10      www      2144:    'according to resource settings'
1.11      www      2145: => 'de acordo com as configurações do recurso',
1.10      www      2146: 
                   2147:    'according to user session state'
1.11      www      2148: => 'de acordo com o estado da sessão do usuário',
1.10      www      2149: 
                   2150:    'all'
1.11      www      2151: => 'tudo',
1.10      www      2152: 
1.20      www      2153:    'anno-[_1]'
1.16      www      2154: => 'anotações',
                   2155: 
1.10      www      2156:    'announce'
1.16      www      2157: => 'notícias',
1.10      www      2158: 
                   2159:    'at'
1.11      www      2160: => 'em',
1.10      www      2161: 
                   2162:    'at Domain'
1.11      www      2163: => 'no Domínio',
                   2164: 
1.10      www      2165:    'at domain'
1.11      www      2166: => 'no domínio',
                   2167: 
1.10      www      2168:    'audio'
1.11      www      2169: => 'áudio',
1.10      www      2170: 
                   2171:    'author'
1.11      www      2172: => 'autor',
                   2173: 
1.20      www      2174:    'backward[_1]'
1.11      www      2175: => 'para trás',
1.10      www      2176: 
1.20      www      2177:    'bookmark[_2]'
1.16      www      2178: => 'marcadores',
1.10      www      2179: 
1.20      www      2180:    'catalog[_1]'
1.21      www      2181: => 'Catálogo',
1.10      www      2182: 
                   2183:    'chart'
1.11      www      2184: => 'quadro',
1.10      www      2185: 
                   2186:    'chat'
1.14      www      2187: => 'chat',
1.10      www      2188: 
                   2189:    'close this window'
1.16      www      2190: => 'feche esta janela',
1.10      www      2191: 
                   2192:    'connection down'
1.16      www      2193: => 'sem conexão',
1.10      www      2194: 
                   2195:    'contacting'
1.16      www      2196: => 'contactando',
1.10      www      2197: 
                   2198:    'copyright'
                   2199: => 'copyright',
                   2200: 
                   2201:    'customdistributionfile'
1.16      www      2202: => 'arquivo de distribuicao customizado',
1.10      www      2203: 
                   2204:    'default'
1.11      www      2205: => 'padrão',
1.10      www      2206: 
                   2207:    'directory'
1.11      www      2208: => 'diretório',
1.10      www      2209: 
1.20      www      2210:    'discuss[_1]'
1.16      www      2211: => '',
1.10      www      2212: 
                   2213:    'docs'
1.11      www      2214: => 'documentos',
1.10      www      2215: 
                   2216:    'during the last'
1.11      www      2217: => 'durante a última',
1.10      www      2218: 
                   2219:    'edit'
1.11      www      2220: => 'editar',
                   2221: 
1.20      www      2222:    'evaluate[_1]'
1.16      www      2223: => 'avaliação',
1.10      www      2224: 
                   2225:    'exit'
1.11      www      2226: => 'sair',
1.10      www      2227: 
                   2228:    'fas'
                   2229: => 'fas',
1.16      www      2230: 
1.20      www      2231:    'feedback[_1]'
1.11      www      2232: => 'realimentação',
1.10      www      2233: 
                   2234:    'for Enclosing Map or Folder'
1.16      www      2235: => 'para o Mapa ou Sequência',
                   2236: 
1.10      www      2237:    'for Resource'
1.16      www      2238: => 'para o Recurso',
1.10      www      2239: 
1.20      www      2240:    'forward[_1]'
1.16      www      2241: => 'para frente',
1.10      www      2242: 
                   2243:    'from Enclosing Map or Folder'
1.16      www      2244: => 'do Mapa ou Sequência',
                   2245: 
1.10      www      2246:    'general'
1.11      www      2247: => 'geral',
1.10      www      2248: 
                   2249:    'in Course'
1.11      www      2250: => 'no Curso',
                   2251: 
1.10      www      2252:    'in Section/Group'
1.11      www      2253: => 'na Seção/Grupo',
                   2254: 
1.10      www      2255:    'info'
1.21      www      2256: => '',
1.10      www      2257: 
                   2258:    'interface available'
1.16      www      2259: => 'Interface disponível',
1.10      www      2260: 
                   2261:    'keywords'
1.16      www      2262: => 'palavras-chave',
1.10      www      2263: 
                   2264:    'language'
1.11      www      2265: => 'linguagem',
                   2266: 
1.10      www      2267:    'last student'
1.11      www      2268: => 'último estudante',
                   2269: 
1.10      www      2270:    'library'
1.16      www      2271: => 'catálogo',
1.10      www      2272: 
                   2273:    'log in again'
1.16      www      2274: => 'efetue o login novamente',
1.11      www      2275: 
1.10      www      2276:    'manage'
1.16      www      2277: => 'gerenciar',
1.10      www      2278: 
                   2279:    'may be open from a different computer.'
1.16      www      2280: => 'pode estar aberto em um outro computador.',
1.11      www      2281: 
1.10      www      2282:    'midnight'
1.11      www      2283: => 'meia noite',
1.10      www      2284: 
                   2285:    'minutes'
1.11      www      2286: => 'minutos',
1.10      www      2287: 
                   2288:    'missions'
1.11      www      2289: => 'missões',
1.10      www      2290: 
                   2291:    'movies'
1.11      www      2292: => 'filmes',
1.10      www      2293: 
                   2294:    'my'
1.14      www      2295: => 'minhas',
1.10      www      2296: 
                   2297:    'noon'
1.16      www      2298: => 'meio dia',
1.10      www      2299: 
                   2300:    'not found'
1.11      www      2301: => 'não encontrado',
1.10      www      2302: 
                   2303:    'notes'
1.11      www      2304: => 'notas',
                   2305: 
1.10      www      2306:    'num_override'
1.16      www      2307: => 'num_sobrescritos',
                   2308: 
1.10      www      2309:    'obsolete'
1.11      www      2310: => 'obsoleto',
1.10      www      2311: 
                   2312:    'obsoletereplacement'
1.16      www      2313: => 'replacement do obsoleto',
1.10      www      2314: 
                   2315:    'of'
1.11      www      2316: => 'de',
1.10      www      2317: 
                   2318:    'or'
1.11      www      2319: => 'ou',
1.10      www      2320: 
                   2321:    'or ID'
1.11      www      2322: => 'ou ID',
1.10      www      2323: 
                   2324:    'p.m.'
1.16      www      2325: => 'p.m..',
1.10      www      2326: 
                   2327:    'pages'
1.11      www      2328: => 'páginas',
1.10      www      2329: 
                   2330:    'parms'
1.16      www      2331: => 'parâmetros',
1.10      www      2332: 
                   2333:    'part'
1.11      www      2334: => 'parte',
1.10      www      2335: 
                   2336:    'percent'
1.16      www      2337: => '%',
1.10      www      2338: 
                   2339:    'pictures'
1.11      www      2340: => 'figuras',
1.10      www      2341: 
                   2342:    'prepare'
1.21      www      2343: => 'Preparar',
1.10      www      2344: 
                   2345:    'printout'
1.16      www      2346: => 'impressão',
                   2347: 
1.10      www      2348:    'problem'
1.11      www      2349: => 'problema',
1.10      www      2350: 
                   2351:    'problem statistics grouped by sequence'
1.16      www      2352: => 'estatísticas de problemas agrupadas por sequências',
1.10      www      2353: 
                   2354:    'problem statistics ungrouped'
1.16      www      2355: => 'estatísticas de problemas desagrupadas',
1.10      www      2356: 
                   2357:    'problem statistics, Excel'
1.16      www      2358: => 'estatísticas de problemas, Excel',
1.10      www      2359: 
                   2360:    'remaining'
1.11      www      2361: => 'restante',
1.10      www      2362: 
                   2363:    'resource'
1.16      www      2364: => 'recurso(s)',
1.10      www      2365: 
                   2366:    'resources'
1.11      www      2367: => 'recursos',
1.10      www      2368: 
                   2369:    'roles'
1.16      www      2370: => 'usuários',
1.11      www      2371: 
1.10      www      2372:    'search'
1.16      www      2373: => 'pesquisar',
1.11      www      2374: 
1.10      www      2375:    'second'
1.11      www      2376: => 'segundo',
1.10      www      2377: 
                   2378:    'seconds'
1.11      www      2379: => 'segundos',
1.10      www      2380: 
                   2381:    'seconds for'
1.16      www      2382: => 'segundo para',
1.10      www      2383: 
                   2384:    'sequence'
1.16      www      2385: => 'sequência',
1.10      www      2386: 
1.20      www      2387:    'set[_1]'
1.16      www      2388: => 'inserir',
1.10      www      2389: 
                   2390:    'space'
1.16      www      2391: => 'publicado(s)',
1.10      www      2392: 
                   2393:    'stats'
1.16      www      2394: => 'estatísticas',
                   2395: 
                   2396:    'con-'
                   2397: => 'construção',
                   2398: 
1.10      www      2399:    'struct'
1.16      www      2400: => 'de recursos',
1.10      www      2401: 
                   2402:    'subject'
1.11      www      2403: => 'assunto',
1.10      www      2404: 
                   2405:    'switch'
1.14      www      2406: => 'trocar',
1.16      www      2407: 
1.10      www      2408:    'title'
1.16      www      2409: => 'Título',
1.10      www      2410: 
                   2411:    'unless locked'
1.16      www      2412: => 'a menos que esteja bloqueado',
1.10      www      2413: 
                   2414:    'updated periodically'
1.11      www      2415: => 'atualizado periódicamente',
1.10      www      2416: 
                   2417:    'user'
1.16      www      2418: => 'gerenciar',
1.10      www      2419: 
                   2420:    'users in'
1.11      www      2421: => 'usuários em',
1.10      www      2422: 
                   2423:    'view sub-'
1.11      www      2424: => 'visualizar sub-',
                   2425: 
1.10      www      2426:    'visible to author and co-authors only'
1.11      www      2427: => 'visível para autor e co-autores apenas',
                   2428: 
1.10      www      2429:    'waiting on'
1.16      www      2430: => 'aguardando',
1.10      www      2431: 
                   2432:    'warning(s)'
1.11      www      2433: => 'advertência(s)',
1.10      www      2434: 
1.13      www      2435:    'Welcome to the Learning<i>Online</i> Network with CAPA. Please wait while your session is being set up'
1.16      www      2436: => 'Bem vindo à Rede de Aprendizado<i>Online</i> com CAPA. Esta é a primeira versão do LON-CAPA traduzida para o português. Aguarde enquanto sua sessão é configurada',
1.13      www      2437: 
                   2438:    'Welcome'
1.16      www      2439: => 'Bem Vindo',
1.15      www      2440: 
                   2441:    'Calculate answers'
1.16      www      2442: => 'Calcular respostas',
1.15      www      2443: 
                   2444:    '&nbsp;Show&nbsp;All&nbsp;Foils'
1.16      www      2445: => '&nbsp;Mostrar&nbsp;Todas&nbsp;Alternativas',
1.15      www      2446: 
                   2447:    '1 out of N multiple choice (radio button)'
1.16      www      2448: => 'tirar 1 de N alternativas de múltipla-escolha (botão de rádio)',
1.15      www      2449: 
                   2450:    '<b>[_1]</b>:  Unable to enroll: [_2]'
1.16      www      2451: => '<b>[_1]</b>:  Não é possível matricular: [_2]',
                   2452: 
1.15      www      2453:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
1.16      www      2454: => '<b>[_1]</b>: Não é possível matricular. Não foi especificada uma senha.',
                   2455: 
1.15      www      2456:    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'
1.16      www      2457: => '<b>[_1]</b>: Username ináceitavel para o usuário [_2] [_3] [_4] [_5]',
1.15      www      2458: 
                   2459:    'Administrator'
1.16      www      2460: => 'Administrador',
1.15      www      2461: 
                   2462:    'All Documents in Course'
1.16      www      2463: => 'Todos os documentos do curso',
                   2464: 
1.15      www      2465:    'All Resources (possibly large output)'
1.16      www      2466: => 'Todos os recursos (saída extensa)',
1.15      www      2467: 
                   2468:    'Analyze Over '
1.16      www      2469: => 'Analisar Sobre ',
1.15      www      2470: 
                   2471:    'Analyze Problem'
1.16      www      2472: => 'Analisar Problema',
                   2473: 
1.15      www      2474:    'Analyze Problem Again'
1.16      www      2475: => 'Analisar Problema Novamente',
                   2476: 
1.15      www      2477:    'Analyze as '
1.16      www      2478: => 'Analisar como ',
1.15      www      2479: 
                   2480:    'Anonymous'
1.16      www      2481: => 'Anônimo',
1.15      www      2482: 
                   2483:    'Anonymous contribution to course discussion of resource'
1.16      www      2484: => 'Contribuição Anônima para discussão sobre o recurso',
                   2485: 
1.15      www      2486:    'Answer:'
1.16      www      2487: => 'Resposta:',
1.15      www      2488: 
                   2489:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
1.16      www      2490: => 'Como regra geral, somente autores ou co-autores podem ser autenticados via sistema de arquivos (o que permite acesso aos arquivos do servidor).',
1.15      www      2491: 
                   2492:    'Associate columns with student attributes.'
1.16      www      2493: => 'Associar colunas com atributos do estudante.',
1.15      www      2494: 
                   2495:    'Attachment'
1.16      www      2496: => 'Atachado',
                   2497: 
1.15      www      2498:    'Attribute'
1.16      www      2499: => 'Attributo',
1.15      www      2500: 
                   2501:    'Browsing resource, all submissions are temporary.'
1.16      www      2502: => 'Navegando os recursos, todas as submissões são temporárias.',
1.15      www      2503: 
                   2504:    'By'
1.16      www      2505: => 'Por',
1.15      www      2506: 
                   2507:    'CSV (comma separated values, spreadsheet)'
1.16      www      2508: => 'CSV (planilha, valores separados por vírgula)',
1.15      www      2509: 
                   2510:    'Calculate answers'
1.16      www      2511: => 'Calcular respostas',
1.15      www      2512: 
                   2513:    'Change'
1.16      www      2514: => 'Alterar',
1.15      www      2515: 
                   2516:    'Change Random Seed To:'
1.18      www      2517: => 'Nova Semente do Gerador de Números:',
1.15      www      2518: 
                   2519:    'Change Your Language Preferences'
1.18      www      2520: => 'Alterar Linguagem',
1.16      www      2521: 
1.15      www      2522:    'Changed discussion view mode'
1.16      www      2523: => 'Modo de visualização da discussão alterado',
1.15      www      2524: 
                   2525:    'Check All'
1.16      www      2526: => 'Selecionar Tudo',
                   2527: 
1.15      www      2528:    'Check Course Document Versions'
1.16      www      2529: => 'Checar Versões dos Documentos do Curso',
                   2530: 
1.15      www      2531:    'Check for All'
1.16      www      2532: => 'Selecionar para Todos',
                   2533: 
1.15      www      2534:    'Check for None'
1.16      www      2535: => 'Selecionar para Nenhum',
                   2536: 
1.15      www      2537:    'Check for Section/Group'
1.16      www      2538: => 'Selecionar por Seção/Grupo',
                   2539: 
1.15      www      2540:    'Check/Set Resource Versions'
1.16      www      2541: => 'Checar/Setar Versões do Recurso',
1.15      www      2542: 
                   2543:    'Choose a different resource'
1.16      www      2544: => 'Selecione um recurso diferente',
                   2545: 
1.15      www      2546:    'Chronological View'
1.16      www      2547: => 'Visualização Cronológica',
1.15      www      2548: 
                   2549:    'Click-On Texts (comma sep):'
                   2550: => 'Click-On Texts (comma sep):',
                   2551: 
                   2552:    'Column'
1.16      www      2553: => 'Coluna',
1.15      www      2554: 
                   2555:    'Column&nbsp;[_1]'
1.16      www      2556: => 'Coluna&nbsp;[_1]',
1.15      www      2557: 
                   2558:    'Concept:'
1.16      www      2559: => 'Conceito:',
1.15      www      2560: 
                   2561:    'Concepts'
1.16      www      2562: => 'Conceitos',
1.15      www      2563: 
                   2564:    'Continue enrollment?'
1.16      www      2565: => 'Continuar matrícula?',
                   2566: 
1.15      www      2567:    'Contribution to course discussion of resource'
1.16      www      2568: => 'Contribuição à discussão do recurso',
1.15      www      2569: 
                   2570:    'Correct Option:'
1.16      www      2571: => 'Opção Correta:',
1.15      www      2572: 
                   2573:    'Create a New Course'
1.16      www      2574: => '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>',
                   2575: #=> 'Criando um Novo Curso',
1.15      www      2576: 
                   2577:    'Critical Messages'
1.16      www      2578: => 'Mensagens Críticas',
1.15      www      2579: 
                   2580:    'Current'
1.16      www      2581: => 'Corrente',
1.15      www      2582: 
                   2583:    'Default:'
                   2584: => 'Default:',
                   2585: 
                   2586:    'Delete'
1.16      www      2587: => 'Excluir',
1.15      www      2588: 
                   2589:    'Delete Checked'
1.16      www      2590: => 'Excluir Checados',
1.15      www      2591: 
                   2592:    'Delete an option'
1.16      www      2593: => 'Excluir uma opção',
1.15      www      2594: 
                   2595:    'Delete:'
1.16      www      2596: => 'Excluir:',
1.15      www      2597: 
                   2598:    'Description:'
                   2599: => 'Description:',
                   2600: 
                   2601:    'Diffs'
1.16      www      2602: => 'Diferença',
1.15      www      2603: 
                   2604:    'Diffs with Current Version'
1.16      www      2605: => 'Diferenças p/ Versão Corrente',
                   2606: 
1.15      www      2607:    'Diffs with Version'
1.16      www      2608: => 'Diferenças p/ Versão',
                   2609: 
1.15      www      2610:    'Diffs with current Version'
1.16      www      2611: => 'Diferenças p/ Versão Corrente',
1.15      www      2612: 
                   2613:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
1.16      www      2614: => '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). ',
                   2615: 
1.15      www      2616:    'Discussion Contributions'
1.16      www      2617: => 'Contribuições para Discussão',
                   2618: 
1.15      www      2619:    'Display All Messages'
1.16      www      2620: => 'Mostrar Todas as Mensagens',
                   2621: 
1.15      www      2622:    'Display all Messages'
1.16      www      2623: => 'Mostrar todas as Mensagens',
                   2624: 
1.15      www      2625:    'Display and analysis of submission times on assessments.'
1.18      www      2626: => 'Análise dos tempos de submissão das respostas aos exercícios.',
1.16      www      2627: 
1.15      www      2628:    'Display foils in order given'
1.16      www      2629: => 'Mostrar alternativas na ordem dada',
                   2630: 
1.15      www      2631:    'Display foils in random order'
1.16      www      2632: => 'Mostrar alternativas em ordem aleatória',
1.15      www      2633: 
                   2634:    'Domain Guest'
1.16      www      2635: => 'Convidado do Domínio',
1.15      www      2636: 
                   2637:    'Drop Students'
1.18      www      2638: => 'Excluir Estudante(s)',
1.16      www      2639: 
1.15      www      2640:    'Dropped [_1]'
1.16      www      2641: => 'Excluído [_1]',
1.15      www      2642: 
                   2643:    'Dropped [_1] student(s).'
1.16      www      2644: => 'Excluído(s) [_1] estudante(s).',
                   2645: 
1.15      www      2646:    'Dropping Students'
1.16      www      2647: => 'Excluindo Estudantes',
1.15      www      2648: 
                   2649:    'Dump Course DOCS'
1.16      www      2650: => 'Excluir DOCS do curso',
1.15      www      2651: 
                   2652:    'EMail Address'
1.16      www      2653: => 'Endereço de E-Mail',
1.15      www      2654: 
                   2655:    '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.'
1.16      www      2656: => '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.',
1.15      www      2657: 
                   2658:    'Enroll a single student'
1.16      www      2659: => 'Matricular um único estudante',
                   2660: 
1.15      www      2661:    'Enrolling Students'
1.16      www      2662: => 'Matriculando estudantes',
                   2663: 
1.15      www      2664:    'Error'
1.16      www      2665: => 'Erro',
                   2666: 
1.15      www      2667:    'Error dropping [_1]:[_2]'
1.16      www      2668: => 'Erro ao exclir [_1]:[_2]',
1.15      www      2669: 
                   2670:    'False'
1.16      www      2671: => 'Falso',
1.15      www      2672: 
                   2673:    'Field'
1.16      www      2674: => 'Campo',
1.15      www      2675: 
                   2676:    'Filenames in Construction Space'
1.16      www      2677: => 'Nomes de arquivos na Área de Construção',
1.15      www      2678: 
                   2679:    'First Name'
1.16      www      2680: => 'Primeiro Nome',
                   2681: 
1.15      www      2682:    'Foil'
1.16      www      2683: => 'Alternativa',
1.15      www      2684: 
                   2685:    'Foils'
1.16      www      2686: => 'Alternativas',
1.15      www      2687: 
                   2688:    'Folder in Construction Space'
1.16      www      2689: => 'Pastas na Área de Construção',
1.15      www      2690: 
                   2691:    'Format:'
1.16      www      2692: => 'Formato:',
                   2693: 
1.15      www      2694:    'Forward'
1.16      www      2695: => 'Passar Adiante',
                   2696: 
1.15      www      2697:    'Forwarded message from'
1.16      www      2698: => 'Mensagem Repassada de',
                   2699: 
1.15      www      2700:    'Forwarding'
1.16      www      2701: => 'Repassando',
1.15      www      2702: 
                   2703:    'From'
1.16      www      2704: => 'De',
1.15      www      2705: 
                   2706:    'Full Update'
1.16      www      2707: => 'Atualização Completa',
                   2708: 
1.15      www      2709:    'Full update (also print list of users not enrolled anymore)'
1.16      www      2710: => 'Atualização completa (também imprime lista de usuários já não mais matriculados)',
                   2711: 
1.15      www      2712:    'Functions'
1.16      www      2713: => 'Funções',
1.15      www      2714: 
                   2715:    'Generation'
1.16      www      2716: => 'Geração',
1.15      www      2717: 
                   2718:    'Group/Section'
1.16      www      2719: => 'Grupo/Seção',
1.15      www      2720: 
                   2721:    'HTML/XML'
                   2722: => 'HTML/XML',
                   2723: 
                   2724:    'Height(pixel):'
1.16      www      2725: => 'Altura(pontos):',
1.15      www      2726: 
                   2727:    'Hide'
1.16      www      2728: => 'Ocultar',
1.15      www      2729: 
                   2730:    'Hint Text'
1.16      www      2731: => 'Texto da Dica',
1.15      www      2732: 
                   2733:    'ID/Student Number'
1.16      www      2734: => 'ID/Número de Identificação do Estudante',
1.15      www      2735: 
                   2736:    'Identify fields'
1.16      www      2737: => 'Campos de Identificação',
1.15      www      2738: 
                   2739:    'If active, the new role will be available when the students next log in to LON-CAPA.'
1.16      www      2740: => 'Se estivar ativa, a nova função estára diponível na próxima vez em que o estudante entrar no LON-CAPA.',
                   2741: 
                   2742:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
                   2743: => 'Se este recurso está em uso ativo, os dados do desempenho dos estudates para versão anterior poderá se tornar inacessível.',
                   2744: 
                   2745:    'Ignore First Line'
                   2746: => 'Ignorar Primeira Linha',
                   2747: 
                   2748:    'Image:'
                   2749: => 'Imagem:',
                   2750: 
                   2751:    'Incorrect Answers:'
                   2752: => 'Respostas Incorretas:',
                   2753: 
                   2754:    'Initial Password'
                   2755: => 'Senha Inicial',
                   2756: 
                   2757:    'Interlingua (International Auxiliary Language Association) - ISO'
                   2758: => 'Interlingua (IALA - Associação Internacional para uma Língua Auxiliar ) - ISO',
                   2759: 
                   2760:    'Internal Filename'
                   2761: => 'Nome de arquivo interno',
                   2762: 
                   2763:    'Invalid home server specified'
                   2764: => 'O servidor HOME especificado é inválido',
                   2765: 
                   2766:    'Keep all Resources up-to-date with most recent Versions (default)'
                   2767: => 'Manter todos os Recursos atualizados com as Versões mais recentes (padrão)',
                   2768: 
                   2769:    'LON-CAPA Domain for Students'
                   2770: => 'Domínio LON-CAPA para os estudantes',
                   2771: 
                   2772:    'LON-CAPA Enrollment Manager'
                   2773: => 'Gerenciador de Matrículas do LON-CAPA',
                   2774: 
                   2775:    'LON-CAPA domain: [_1]'
                   2776: => 'Domínio LON-CAPA: [_1]',
                   2777: 
                   2778:    'LaTeX batchmode'
                   2779: => 'LaTeX batchmode',
                   2780: 
                   2781:    'LaTeX mode:'
                   2782: => 'modo LaTeX:',
                   2783: 
                   2784:    'Last Name'
                   2785: => 'Último Nome',
                   2786: 
                   2787:    'Last Name, First Names'
                   2788: => 'Último Nome, Primeiros Nomes',
                   2789: 
                   2790:    'Last accessed'
                   2791: => 'Último acesso',
                   2792: 
                   2793:    'Librarian'
                   2794: => 'Bibliotecário',
                   2795: 
                   2796:    'Login Type'
                   2797: => 'Tipo de Login',
                   2798: 
                   2799:    'Making Backup to'
1.18      www      2800: => 'Criando cópia de segurança em',
1.16      www      2801: 
                   2802:    'Mark Unread'
                   2803: => 'Marcado com Não Lido',
                   2804: 
                   2805:    'Max Number Of Shown Foils:'
                   2806: => 'Número Máximo de Alternativas Mostradas:',
                   2807: 
                   2808:    'Max number of foils displayed'
                   2809: => 'Número Máximo de Alternativas Exibidas',
                   2810: 
                   2811:    'Metadata'
                   2812: => 'Meta-dados',
                   2813: 
                   2814:    'Metadata Version'
                   2815: => 'Versão dos Meta-dados',
                   2816: 
                   2817:    'Metadata current version'
                   2818: => 'Versão Corrente dos Meta-dados',
                   2819: 
                   2820:    'Middle Names/Initials'
                   2821: => 'Nomes Intermediários/Iniciais',
                   2822: 
                   2823:    'Modify Parameters'
                   2824: => 'Modificar Parâmetros',
                   2825: 
                   2826:    'Modify student data'
1.18      www      2827: => 'Modificar dados de um estudante',
1.16      www      2828: 
                   2829:    'Most recently published Version'
                   2830: => 'Mais recente versão publicada',
                   2831: 
                   2832:    'Name:'
                   2833: => 'Nome:',
                   2834: 
                   2835:    'New Problem Variation'
                   2836: => 'Nova Variação do Problema',
                   2837: 
                   2838:    'New Randomization'
                   2839: => 'Nova Randomização',
                   2840: 
                   2841:    'New parameters or stored values'
                   2842: => 'Novos Parâmetros ou Valores Armazenados',
                   2843: 
                   2844:    'Next'
                   2845: => 'Próximo',
                   2846: 
                   2847:    'No'
                   2848: => 'Não',
                   2849: 
                   2850:    'No Kerberos domain was specified.'
                   2851: => 'Não foi especificado o domínio Kerberos.',
                   2852: 
                   2853:    'No language preference'
                   2854: => 'Sem preferência de linguagem',
                   2855: 
                   2856:    'None Found'
                   2857: => 'nenhum encontrado',
                   2858: 
                   2859:    'Not applicable - '
                   2860: => 'Não aplicável - ',
                   2861: 
                   2862:    'Not set - '
                   2863: => 'Não configurado - ',
                   2864: 
                   2865:    'Not shown, not used'
                   2866: => 'Não mostrado, não usado',
                   2867: 
                   2868:    'Note: for large courses, this operation may be time consuming'
                   2869: => 'Nota: para cursos extensos, esta operação poderá demorar um pouco',
                   2870: 
                   2871:    'Note: this will not take effect if the user already exists'
                   2872: => 'Nota: Isso não terá efeito se o usuário já existe',
                   2873: 
                   2874:    'Number of Plots:'
                   2875: => 'Número de Gráficos:',
                   2876: 
                   2877:    'Obsolete parameters or stored values'
                   2878: => 'Parâmetros obsoletos ou valores armazenados',
                   2879: 
                   2880:    'One particular problem (overrides folder and course defaults)'
                   2881: => 'Um problema particular (sobrepões padrões da pasta e do curso)',
                   2882: 
                   2883:    'Only Answers'
                   2884: => 'Somente Respostas',
                   2885: 
                   2886:    'Option Response Problem Analysis'
                   2887: => 'Análise do problema Selecione as Alternativas',
                   2888: 
                   2889:    'Option response'
                   2890: => 'Opção Resposta',
                   2891: 
                   2892:    'Please do not reply to this address.'
                   2893: => 'Por favor, não responda para este endereço.',
                   2894: 
                   2895:    'Please select a report to generate'
                   2896: => 'Por favor, selecione o relatório a ser gerado',
                   2897: 
                   2898:    'Position'
                   2899: => 'Posição',
                   2900: 
                   2901:    'Preferred language'
                   2902: => 'Linguagem Preferida',
                   2903: 
                   2904:    'Preparing Printout'
                   2905: => 'Preparando Impressão',
                   2906: 
                   2907:    'Previous'
                   2908: => 'Anterior',
                   2909: 
                   2910:    'Print Index:'
                   2911: => 'Imprimir Índice:',
                   2912: 
                   2913:    'Print Table of Contents:'
                   2914: => 'Imprimir Tabela de Conteúdos:',
                   2915: 
                   2916:    'Print:'
                   2917: => 'Imprimir:',
                   2918: 
                   2919:    'Problems'
                   2920: => 'Problemas',
                   2921: 
                   2922:    'Problems from entire course'
                   2923: => 'Problemas do curso inteiro',
                   2924: 
                   2925:    'Processed [_1] student(s).'
                   2926: => 'Processado(s) [_1] estudante(s).',
                   2927: 
                   2928:    'Produce Excel Output'
                   2929: => 'Produzir saída para o Excel',
                   2930: 
                   2931:    'Question Text'
                   2932: => 'Texto da Questão',
                   2933: 
                   2934:    'Question Type'
                   2935: => 'Tipo da Questão',
                   2936: 
                   2937:    'Random position'
                   2938: => 'Posição Aleatória',
                   2939: 
                   2940:    'Re'
                   2941: => 'Re',
                   2942: 
                   2943:    'Re-enrollment will re-activate data.'
                   2944: => 'Re-matrícula irá reativar os dados.',
                   2945: 
                   2946:    'Record'
                   2947: => 'Registro',
                   2948: 
                   2949:    'Registering'
                   2950: => 'Registrando',
                   2951: 
                   2952:    'Reply'
                   2953: => 'Resposta',
                   2954: 
                   2955:    'Reset Submissions'
                   2956: => 'Reiniciar Submissões',
                   2957: 
                   2958:    'Resources from selected sequence in course'
                   2959: => 'Resources from selected sequence in course',
                   2960: 
                   2961:    'Retrieve Published Resources'
                   2962: => 'Restaurar Recursos Publicados',
                   2963: 
                   2964:    'Retrieving current (most recent) version'
                   2965: => 'Retrieving current (most recent) version',
                   2966: 
                   2967:    'Sample Points:'
                   2968: => 'Sample Points:',
                   2969: 
                   2970:    'Samples'
                   2971: => 'Exemplos',
                   2972: 
                   2973:    'Save as ...'
                   2974: => 'Salvar como ...',
                   2975: 
                   2976:    'Select Printing Options:'
                   2977: => 'Select Printing Options:',
                   2978: 
                   2979:    'Select a course'
                   2980: => 'Selecione um curso',
                   2981: 
                   2982:    'Selecting a User'
                   2983: => 'Selecione um Usuário',
                   2984: 
                   2985:    'Send New'
1.18      www      2986: => 'Enviar ',
1.16      www      2987: 
                   2988:    'Send Reply'
                   2989: => 'Enviar Resposta',
                   2990: 
                   2991:    'Send as critical message'
                   2992: => 'Enviar como mensagem crítica',
                   2993: 
                   2994:    'Set Version to be used in Course'
                   2995: => 'Setar Versão a ser usada no Curso',
                   2996: 
                   2997:    'Set Versions to be used in Course according to Selections below'
                   2998: => 'Setar Versões a serem usadas no Curso de acordo com as Seleções abaixo ',
                   2999: 
                   3000:    'Set all Resource Versions to current Version (Fix Versions)'
                   3001: => 'Setar todas as Versões de Recursos para Versão Corrente (Corrigir Versões)',
                   3002: 
                   3003:    'Short string response'
                   3004: => 'Resposta em curta cadeia de caracteres (string)',
                   3005: 
                   3006:    'Show Preview'
1.18      www      3007: => 'Pré-visualizar',
1.16      www      3008: 
                   3009:    'Show always at bottom position'
1.18      www      3010: => 'Mostrar sempre na posição inferior',
1.16      www      3011: 
                   3012:    'Show always at top position'
1.18      www      3013: => 'Mostrar sempre na posição superior',
1.16      www      3014: 
                   3015:    'Simple Problem Editor'
                   3016: => 'Editor de Problema Simplificado',
                   3017: 
                   3018:    'Size:'
                   3019: => 'Tamanho:',
                   3020: 
                   3021:    'Space separated'
1.18      www      3022: => 'separado por espaço',
1.16      www      3023: 
                   3024:    'Starting'
                   3025: => 'Iniciando',
                   3026: 
                   3027:    'Starting and Ending Dates'
                   3028: => 'Datas de Início e de Finalização',
                   3029: 
                   3030:    'Store Changes'
                   3031: => 'Salvar Alterações',
                   3032: 
                   3033:    'Student Data Compilation Progress'
                   3034: => 'Progresso da Compilação dos Dados do Estudante',
                   3035: 
                   3036:    'Student Data Compilation Status'
                   3037: => 'Estado da Compilação dos Dados do Estudante',
                   3038: 
                   3039:    'Student Number'
                   3040: => 'Número do Estudante',
                   3041: 
                   3042:    'Student Sheet Links'
                   3043: => 'Links para planilha dos estudantes',
                   3044: 
                   3045:    'Submission Time Analysis'
1.18      www      3046: => 'Análise dos tempos de submissão das respostas',
1.16      www      3047: 
                   3048:    'Submit Changes and Edit'
                   3049: => 'Submeter Alterações e Editar',
                   3050: 
                   3051:    'Tabulator separated'
                   3052: => 'Tabulator separado',
                   3053: 
                   3054:    'TeXWidth(mm):'
                   3055: => 'TeXWidth(mm):',
                   3056: 
                   3057:    'Text'
                   3058: => 'Texto',
                   3059: 
                   3060:    'Text Block'
                   3061: => 'Bloco de Texto',
                   3062: 
                   3063:    'The optional email address field was not specified.'
                   3064: => 'O campo E-mail (opcional) não foi especificado.',
                   3065: 
                   3066:    'The optional name field was not specified.'
                   3067: => 'O campo Nome (opcional) não foi especificado.',
                   3068: 
                   3069:    'The optional section or group field was not specified.'
                   3070: => 'O campo Seção/Grupo (opcional) não foi especificado.',
                   3071: 
                   3072:    'The optional student number field was not specified.'
                   3073: => 'O campo Número do Estudante (opcional) não foi especificado.',
                   3074: 
                   3075:    'There are no students currently enrolled.'
                   3076: => 'Não existem estudantes matriculados no momento.',
                   3077: 
                   3078:    'There is no student data for this problem.'
                   3079: => 'Não existem dados de estudantes para este problema.',
                   3080: 
                   3081:    'This is an automatic message generated by the LON-CAPA system.'
                   3082: => 'Esta é uma mensagem gerada automaticamente pelo sistema LON-CAPA.',
                   3083: 
                   3084:    'Threaded View'
                   3085: => 'Visualização em Linha (Threaded)',
                   3086: 
                   3087:    'Time'
                   3088: => 'Tempo',
                   3089: 
                   3090:    'To'
                   3091: => 'Para',
                   3092: 
                   3093:    'Total number of records found in file: [_1].'
                   3094: => 'Número total de registros encontrados no arquivo: [_1].',
                   3095: 
                   3096:    'True'
                   3097: => 'Verdadeiro',
                   3098: 
                   3099:    'Type in value'
                   3100: => 'Digite um valor',
                   3101: 
                   3102:    'Type:'
                   3103: => 'Tipo:',
                   3104: 
                   3105:    'Unable to enroll students'
                   3106: => 'Não foi possível matricular os estudantes',
                   3107: 
                   3108:    'Uncheck All'
                   3109: => 'Deselecionar Tudo',
                   3110: 
                   3111:    'Undetermined - ISO'
                   3112: => 'Indeterminado - ISO',
                   3113: 
                   3114:    'Unit:'
                   3115: => 'Unidade:',
                   3116: 
                   3117:    'Unsuccessful Login'
                   3118: => 'Login mal sucedido',
                   3119: 
                   3120:    'Update Student Data'
                   3121: => 'Atualizar dados do estudante',
                   3122: 
                   3123:    'Updating discussion time'
                   3124: => 'Atualizando tempo de discussão',
                   3125: 
                   3126:    'Upload a class list'
                   3127: => 'Carregar uma lista de estudantes',
                   3128: 
                   3129:    'Upload file to Construction Space'
                   3130: => 'Carregar arquivo para Área de Construção',
                   3131: 
                   3132:    'Uploading Class List'
                   3133: => 'Carregando lista de estudantes',
                   3134: 
                   3135:    'Value'
                   3136: => 'Valor',
                   3137: 
                   3138:    'Verify Content'
                   3139: => 'Verificar Conteúdo',
                   3140: 
                   3141:    'Version changes since Yesterday'
                   3142: => 'Alterações na versão desde ontem',
                   3143: 
                   3144:    'Version changes since last Month'
                   3145: => 'Alterações na versão desde o mês passado',
                   3146: 
                   3147:    'Version changes since last Week'
                   3148: => 'Alterações na versão desde a última semana',
                   3149: 
                   3150:    'Version changes since start of Course'
                   3151: => 'Alterações na versão desde o início do Curso',
                   3152: 
                   3153:    'Version used in Course'
                   3154: => 'Versão usada no Curso',
                   3155: 
                   3156:    'View Class List'
                   3157: => 'Ver Lista de Estudantes',
                   3158: 
                   3159:    'Warning!'
                   3160: => 'Alerta!',
                   3161: 
                   3162:    'Width(pixel):'
                   3163: => 'Largura(pontos):',
                   3164: 
                   3165:    'With Answers'
                   3166: => 'Com Respostas',
                   3167: 
                   3168:    'Without Answers'
                   3169: => 'Sem Respostas',
                   3170: 
                   3171:    'You have no critical messages.'
                   3172: => 'Você não tem mensagens críticas.',
                   3173: 
                   3174:    'You must choose an authentication type.'
                   3175: => 'Você precisa selecionar algum tipo de autenticação.',
                   3176: 
                   3177:    'You need to specify the Kerberos domain.'
                   3178: => 'Você precisa especificar o domínio Kerberos.',
                   3179: 
                   3180:    'You need to specify the initial password.'
                   3181: => 'Você precisa especificar uma senha inicial.',
                   3182: 
                   3183:    'You need to specify the username field.'
                   3184: => 'Você precisa especificar o campo Username.',
                   3185: 
                   3186:    'Your Version Settings have been Stored'
                   3187: => 'Suas configurações de Versão foram armazenadas',
                   3188: 
                   3189:    '[_1] Do not change login data'
                   3190: => '[_1] Não alterar dados de login',
                   3191: 
                   3192:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   3193: => '[_1] Autenticação via Sistema de Arquivos (com a seguinte senha inicial [_2])',
                   3194: 
                   3195:    '[_1] Internally authenticated (with initial password [_2])'
                   3196: => '[_1] Autenticado Internamente (com a seguinte senha inicial [_2])',
                   3197: 
                   3198:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
                   3199: => '[_1] Autenticação via Kerberos, domínio [_2] [_3] Versão 4 [_4] Versão 5',
                   3200: 
                   3201:    '[_1] Local Authentication with arguement [_2]'
                   3202: => '[_1] Autenticação Local com argumento [_2]',
                   3203: 
                   3204:    'and return receipt'
                   3205: => 'e recibo de devolução',
                   3206: 
                   3207:    'anonymous'
                   3208: => 'anônimo',
                   3209: 
                   3210:    'bytes'
                   3211: => 'bytes',
                   3212: 
                   3213:    'can not be accessed from your location.'
                   3214: => 'não pode ser acessado a partir da sua localização.',
                   3215: 
                   3216:    'file<br />extension'
                   3217: => 'estensão <br /> do arquivo',
                   3218: 
                   3219:    'most recent'
                   3220: => 'mais recente',
                   3221: 
                   3222:    'name only visible to course faculty'
                   3223: => 'nome visível apenas para Faculdade do curso',
                   3224: 
                   3225:    'publisher<br />owner'
                   3226: => 'publicador<br />dono',
                   3227: 
                   3228:    'standard LaTeX mode'
                   3229: => 'modo LaTeX padrão ',
                   3230: 
                   3231:    'versions of this problem'
                   3232: => 'versões deste problema',
                   3233: 
1.18      www      3234:    'loginproblems.html'
                   3235: => 'loginproblems_pt.html',
1.12      www      3236: 
1.20      www      3237: # ----
                   3238: 
                   3239:    'Course announcements and my calendar'
                   3240: => 'Calendário e notícias do curso',
                   3241: 
                   3242:    'calendar[_1]'
1.21      www      3243: => 'Notícias e',
1.20      www      3244: 
                   3245:    'announce[_1]'
                   3246: => 'calendário',
                   3247: 
                   3248: 
                   3249: # ----
                   3250: 
                   3251:    'Send and receive messages'
                   3252: => 'Enviar e Receber Mensagens',
                   3253: 
                   3254:    'commu-[_1]'
                   3255: => 'Gerenciar',
                   3256: 
                   3257:    'nication[_1]'
                   3258: => 'mensagens',
                   3259: 
                   3260: 
                   3261: # ----
                   3262: 
                   3263:    'Enter the chatroom for the course'
                   3264: => 'Entrar na sala de bate-papo do curso',
                   3265: 
                   3266:    'course[_10]'
                   3267: => 'Sala de',
                   3268: 
                   3269:    'chat[_1]'
                   3270: => 'Bate-Papo',
                   3271: 
                   3272: 
                   3273: # ----
                   3274: 
                   3275:    'Search the contents of this course'
                   3276: => 'Pesquisa nos conteúdos do curso',
                   3277: 
                   3278:    'search[_1]'
                   3279: => 'Pesquisar',
                   3280: 
                   3281:    'course[_11]'
1.21      www      3282: => 'conteudos',
1.20      www      3283: 
                   3284: 
                   3285: # ----
                   3286: 
                   3287:    'Search the database of published resources'
                   3288: => 'Pesquisar a base de recursos publicados',
                   3289: 
                   3290:    'search[_2]'
                   3291: => 'Pesquisar',
                   3292: 
                   3293:    'library[_1]'
                   3294: => 'recursos',
                   3295: 
                   3296: 
                   3297: # ----
                   3298: 
                   3299:    'Set my user preferences'
                   3300: => 'Configurar minhas preferências pessoais',
                   3301: 
                   3302:    'prefer-[_1]'
1.21      www      3303: => 'Preferencias',
1.20      www      3304: 
                   3305:    'ences[_1]'
                   3306: => 'Pessoais',
                   3307: 
                   3308: 
                   3309: # ----
                   3310: 
                   3311:    'Exit LON-CAPA'
                   3312: => 'Sair do LON-CAPA',
                   3313: 
                   3314:    'exit[_1]'
1.21      www      3315: => 'Sair do',
1.20      www      3316: 
                   3317:    ' [_1]'
1.21      www      3318: => 'LON-CAPA',
1.20      www      3319: 
                   3320: 
                   3321: # ----
                   3322: 
                   3323:    'Switch to another user role'
                   3324: => 'Trocar de Função',
                   3325: 
                   3326:    'switch[_2]'
                   3327: => 'Trocar',
                   3328: 
                   3329:    'role[_1]'
                   3330: => 'função',
                   3331: 
                   3332: 
                   3333: # ----
                   3334: 
                   3335:    'Choose the user role'
                   3336: => 'Selecionar a Função',
                   3337: 
                   3338:    'choose[_2]'
                   3339: => 'Trocar',
                   3340: 
                   3341:    'role[_2]'
                   3342: => 'função',
                   3343: 
                   3344: 
                   3345: # ----
                   3346: 
                   3347:    'Choose the course to work on'
                   3348: => 'Selecione o curso a ser trabalhado',
                   3349: 
                   3350:    'choose[_1]'
                   3351: => 'Selecionar',
                   3352: 
                   3353:    'course[_1]'
                   3354: => 'curso',
                   3355: 
                   3356: 
                   3357: # ----
                   3358: 
                   3359:    'Switch to another course'
                   3360: => 'Trocar de curso',
                   3361: 
                   3362:    'switch[_1]'
                   3363: => 'Selecionar',
                   3364: 
                   3365:    'course[_2]'
                   3366: => 'curso',
                   3367: 
                   3368: 
                   3369: # ----
                   3370: 
                   3371:    'View documents included in this course'
                   3372: => 'Ver documentos do curso',
                   3373: 
                   3374:    'course[_3]'
                   3375: => 'Ver docs.',
                   3376: 
                   3377:    'docs[_1]'
                   3378: => 'do curso',
                   3379: 
                   3380: 
                   3381: # ----
                   3382: 
                   3383:    'Edit and view documents included in this course'
                   3384: => 'Editar e verificar documentos deste curso',
                   3385: 
                   3386:    'edit crs[_1]'
1.21      www      3387: => 'Editar documentos',
1.20      www      3388: 
                   3389:    'docs[_2]'
                   3390: => 'do curso',
                   3391: 
                   3392: 
                   3393: # ----
                   3394: 
                   3395:    'Navigate the table of contents for this course'
                   3396: => 'Navegar conteúdos deste curso',
                   3397: 
                   3398:    'navigate[_1]'
                   3399: => 'Navegar',
                   3400: 
                   3401:    'contents[_1]'
1.21      www      3402: => 'conteudos',
1.20      www      3403: 
                   3404: 
                   3405: # ----
                   3406: 
                   3407:    'Show Problem Completeness'
                   3408: => 'Ver desempenho na solução dos problemas',
                   3409: 
                   3410:    'my[_1]'
                   3411: => 'Minha',
                   3412: 
                   3413:    'grades[_1]'
                   3414: => 'nota',
                   3415: 
                   3416: 
                   3417: # ----
                   3418: 
                   3419:    'Calculate course grades (Spreadsheet)'
                   3420: => 'Planilha para cálculo das notas do curso',
                   3421: 
                   3422:    'course[_4]'
                   3423: => 'Planilha de',
                   3424: 
                   3425:    'grades[_2]'
                   3426: => 'notas do curso',
                   3427: 
                   3428: 
                   3429: # ----
                   3430: 
                   3431:    'View the course assessment progress chart'
                   3432: => 'Ver quadro de avaliação dos estudantes do curso',
                   3433: 
                   3434:    'course[_5]'
                   3435: => 'Avaliação',
                   3436: 
                   3437:    'chart[_1]'
                   3438: => 'dos estudantes',
                   3439: 
                   3440: 
                   3441: # ----
                   3442: 
                   3443:    'View course assessment statistics'
                   3444: => 'Ver estatísticas dos problemas resolvidos pelos estudantes',
                   3445: 
                   3446:    'course[_6]'
                   3447: => 'Estatística',
                   3448: 
                   3449:    'stats[_1]'
                   3450: => 'do curso',
                   3451: 
                   3452: 
                   3453: # ----
                   3454: 
                   3455:    'Drop/Add students in this course'
                   3456: => 'Adicionar/Remover estudantes do curso',
                   3457: 
                   3458:    'course[_7]'
                   3459: => 'Matrícular',
                   3460: 
                   3461:    'enroll[_1]'
                   3462: => 'estudantes',
                   3463: 
                   3464: 
                   3465: # ----
                   3466: 
                   3467:    'Manage Access Keys'
                   3468: => 'Gerenciar senhas de acesso ao curso',
                   3469: 
                   3470:    'manage[_1]'
                   3471: => 'Gerenciar',
                   3472: 
                   3473:    'acc keys[_1]'
                   3474: => 'chav. de acesso',
                   3475: 
                   3476: 
                   3477: # ----
                   3478: 
                   3479:    'Create a user or modify the roles and privileges of a user'
                   3480: => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
                   3481: 
                   3482:    'user[_1]'
                   3483: => 'Gerenciar',
                   3484: 
                   3485:    'roles[_1]'
1.21      www      3486: => 'usuarios',
1.20      www      3487: 
                   3488: 
                   3489: # ----
                   3490: 
                   3491:    'Create a user or modify the roles and privileges of a user'
                   3492: => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
                   3493: 
                   3494:    'user[_1]'
                   3495: => 'Gerenciar',
                   3496: 
                   3497:    'roles[_1]'
1.21      www      3498: => 'usuarios',
1.20      www      3499: 
                   3500: 
                   3501: # ----
                   3502: 
                   3503:    'Create a user or modify the roles and privileges of a user'
                   3504: => 'Adicionar usuário ou modificar funções e privilégios de um usuário',
                   3505: 
                   3506:    'user[_1]'
                   3507: => 'Gerenciar',
                   3508: 
                   3509:    'roles[_1]'
1.21      www      3510: => 'usuarios',
1.20      www      3511: 
                   3512: 
                   3513: # ----
                   3514: 
                   3515:    'Create a new course'
                   3516: => 'Criar um novo curso',
                   3517: 
                   3518:    'create[_1]'
                   3519: => 'Criar',
                   3520: 
                   3521:    'course[_8]'
                   3522: => 'curso',
                   3523: 
                   3524: 
                   3525: # ----
                   3526: 
                   3527:    'Set deadlines and other assessment parameters, as well as modify course environment'
                   3528: => 'Alterar o ambiente do curso, setar prazos finais e outros parâmetros de avaliação',
                   3529: 
                   3530:    'course[_9]'
1.21      www      3531: => 'Parametros',
1.20      www      3532: 
                   3533:    'parms[_1]'
                   3534: => 'do curso',
                   3535: 
                   3536: 
                   3537: # ----
                   3538: 
                   3539:    'Enter my resource construction space'
                   3540: => 'Entrar na Área de Construção',
                   3541: 
                   3542:    'con-[_1]'
                   3543: => 'Área de',
                   3544: 
                   3545:    'struct[_1]'
                   3546: => 'construção',
                   3547: 
                   3548: 
                   3549: # ----
                   3550: 
                   3551:    'Enter construction space as a co-author'
                   3552: => 'Entrar na Área de Construção como Co-Autor',
                   3553: 
                   3554:    'co con-[_1]'
                   3555: => 'Á. cstrção.',
                   3556: 
                   3557:    'struct[_2]'
                   3558: => 'como co-autor',
                   3559: 
                   3560: 
                   3561: # ----
                   3562: 
                   3563:    'Browse published resources'
                   3564: => 'Navegar pelos Recursos Publicados',
                   3565: 
                   3566:    'resource[_1]'
                   3567: => 'Navegar',
                   3568: 
                   3569:    'space[_1]'
                   3570: => 'recursos',
                   3571: 
                   3572: 
                   3573: # ----
                   3574: 
                   3575:    'Browse published resources'
                   3576: => 'Navegar pelos Recursos Publicados',
                   3577: 
                   3578:    'co res[_1]'
                   3579: => 'Navegar',
                   3580: 
                   3581:    'space[_2]'
                   3582: => 'recursos',
                   3583: 
                   3584: 
                   3585: # ----
                   3586: 
                   3587:    'Browse published resources'
                   3588: => 'Navegar pelos Recursos Publicados',
                   3589: 
                   3590:    'resource[_1]'
                   3591: => 'Navegar',
                   3592: 
                   3593:    'space[_1]'
                   3594: => 'recursos',
                   3595: 
                   3596: 
                   3597: # ----
                   3598: 
                   3599:    'Enter grades from check-out assessment resources'
                   3600: => 'Entrar com as notas obidas de recursos de avaliação',
                   3601: 
                   3602:    'enter[_1]'
                   3603: => 'Entrar',
                   3604: 
                   3605:    'grades[_2]'
                   3606: => 'notas',
                   3607: 
                   3608: 
                   3609: # ----
                   3610: 
                   3611:    'Send Scantron data to a course'
                   3612: => 'Enviar dados de Scantron para um curso',
                   3613: 
                   3614:    'send[_1]'
                   3615: => 'Entrar',
                   3616: 
                   3617:    'scantron[_1]'
                   3618: => 'notas',
                   3619: 
                   3620: 
                   3621: # ----
                   3622: 
                   3623:    'Use or edit my bookmark collection'
                   3624: => 'Usar ou editar minha coleção de marcadores',
                   3625: 
                   3626:    'view[_1]'
                   3627: => 'Visualizar',
                   3628: 
                   3629:    'bookmark[_1]'
                   3630: => 'marcadores',
                   3631: 
1.26      riegler  3632: 
                   3633: #SYNC Tue Aug 15 14:23:38 2006
                   3634:    '"[_1]" for default hiding'
                   3635: => '"[_1]" for default hiding',
                   3636: # "[_1]" fou padrão hiding
                   3637:    '"[_1]" for visible separation'
                   3638: => '"[_1]" for visible separation',
                   3639: # "[_1]" fou visible sepaRemion
                   3640:    '"[_1]" if allowed, anything else if not'
                   3641: => '"[_1]" if allowed, anything else if not',
                   3642: # "[_1]" if tudooQua, anything else if Nãot
                   3643:    '"[_1]" to disable, anything else if not'
                   3644: => '"[_1]" to disable, anything else if not',
                   3645: # "[_1]" Para disable, anything else if Nãot
                   3646:    '# Do not translate this line.  [_1] is a check box'
                   3647: => '# Do not translate this line.  [_1] is a check box',
                   3648: # # Do Nãot transleme this line.  [_1] is a check box
                   3649:    '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field'
                   3650: => '# Do not translate this line.  [_1] is a check box, [_2] is a text entry field',
                   3651: # # Do Nãot transleme this line.  [_1] is a check box, [_2] is a Texto entry Campo
                   3652:    '# Do not translate this line.  [_1] is a column index.'
                   3653: => '# Do not translate this line.  [_1] is a column index.',
                   3654: # # Do Nãot transleme this line.  [_1] is a Coluna index.
                   3655:    '# Do not translate this line.  [_1] is a drop-down box listing domains.'
                   3656: => '# Do not translate this line.  [_1] is a drop-down box listing domains.',
                   3657: # # Do Nãot transleme this line.  [_1] is a drop-down box listing Domínios.
                   3658:    '# Do not translate this line.  [_1] is a username'
                   3659: => '# Do not translate this line.  [_1] is a username',
                   3660: # # Do Nãot transleme this line.  [_1] is a geRenciarNome
                   3661:    '# Do not translate this line.  [_1] is the number of students processed'
                   3662: => '# Do not translate this line.  [_1] is the number of students processed',
                   3663: # # Do Nãot transleme this line.  [_1] is the number de Estudantes processed
                   3664:    '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.'
                   3665: => '# Do not translate this line.  [_1] is username, [_2] - [_5] are first, middle, and last names, and generation.',
                   3666: # # Do Nãot transleme this line.  [_1] is geRenciarNome, [_2] - [_5] aRe first, middle, and last Nomes, and geneRemion.
                   3667:    '# Do not translate this line.  [_1] is username, [_2] is error message'
                   3668: => '# Do not translate this line.  [_1] is username, [_2] is error message',
                   3669: # # Do Nãot transleme this line.  [_1] is geRenciarNome, [_2] is errou message
                   3670:    '# Do not translate this line.  [_1] is username@domain'
                   3671: => '# Do not translate this line.  [_1] is username@domain',
                   3672: # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio
                   3673:    '# Do not translate this line.  [_1] is username@domain [_2] is the error message.'
                   3674: => '# Do not translate this line.  [_1] is username@domain [_2] is the error message.',
                   3675: # # Do Nãot transleme this line.  [_1] is geRenciarNome@Domínio [_2] is the errou message.
                   3676:    '# Do not translate this line.  [_1], [_3], and [_4] are check boxes'
                   3677: => '# Do not translate this line.  [_1], [_3], and [_4] are check boxes',
                   3678: # # Do Nãot transleme this line.  [_1], [_3], and [_4] aRe check boxes
                   3679:    '# Do not translate this line.  [_2] is a text entry element'
                   3680: => '# Do not translate this line.  [_2] is a text entry element',
                   3681: # # Do Nãot transleme this line.  [_2] is a Texto entry element
                   3682:    '# [_1] is a drop-down selection box'
                   3683: => '# [_1] is a drop-down selection box',
                   3684: # # [_1] is a drop-down Selecionarion box
                   3685:    '# [_1] is a number [_2] is the current domain'
                   3686: => '# [_1] is a number [_2] is the current domain',
                   3687: # # [_1] is a number [_2] is the Corrente Domínio
                   3688:    '# [_1] is an html link to the current file '
                   3689: => '# [_1] is an html link to the current file ',
                   3690: # # [_1] is an HTML link Para the Corrente Arquivo 
                   3691:    '# _1 is a selection dialog'
                   3692: => '# _1 is a selection dialog',
                   3693: # #LON-CAPA1 is a Selecionarion dialog
                   3694:    '# _1 is a server name'
                   3695: => '# _1 is a server name',
                   3696: # #LON-CAPA1 is a Servidor Nome
                   3697:    '# _1 is search string'
                   3698: => '# _1 is search string',
                   3699: # #LON-CAPA1 is pesquisar string
                   3700:    "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'"
                   3701: => "# _1, _3, and _5 are link anchors, _2,_4, and _6 are '</a>'",
                   3702: # #LON-CAPA1,LON-CAPA3, andLON-CAPA5 aRe link anchous,LON-CAPA2,_4, andLON-CAPA6 aRe '</a>'
                   3703:    '#[_1] is the foil name'
                   3704: => '#[_1] is the foil name',
                   3705: # #[_1] is the Alternativa Nome
                   3706:    '#_1 is the foil name, _2 is the current value of the foil'
                   3707: => '#_1 is the foil name, _2 is the current value of the foil',
                   3708: # #_1 is the Alternativa Nome,LON-CAPA2 is the Corrente Valor de the Alternativa
                   3709:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   3710: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
                   3711: # &quot; [_1] &quot; is Nãot an acceptable number de Tentativas. Tentativas must be a positive number with Não decimal point.
                   3712:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
                   3713: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
                   3714: # &quot; [_1] &quot; is Nãot an acceptable weight. Weight must be a positive number.
                   3715:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   3716: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
                   3717: # (fornecer maximum [_1] collabouemous using geRenciarNome ou geRenciarNome@Domínio, e.g. smithje ou smithje@[_2].)
                   3718:    '(Hand in a file you have prepared on your computer)'
                   3719: => '(Hand in a file you have prepared on your computer)',
                   3720: # (Hand in a Arquivo you have PReparard on your computer)
                   3721:    ', select a template from the pull-down menu below.'
                   3722: => ', select a template from the pull-down menu below.',
                   3723: # , Selecione um templeme De the pull-down menu below.
                   3724:    '1 minute'
                   3725: => '1 minute',
                   3726: 
                   3727:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   3728: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
                   3729: # <*Response>s aRe both inside de <Parte> and outside de <Parte>, this is Nãot a valid problema, errous in Grading Maio occur.
                   3730:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
                   3731: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
                   3732: # <b>HTML tudooQua</b>: Discussion Parteicipants can use limited HTML in their postings.
                   3733:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   3734: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
                   3735: # <b>HTML banned</b>: HTML will Nãot be tudooQua in discussion postings.
                   3736:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
                   3737: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
                   3738: # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para Parteicipeme in Discussões
                   3739:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
                   3740: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
                   3741: # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para use ou acessar the chem room
                   3742:    '<b>Students</b> - students will not be able to participate in discussions'
                   3743: => '<b>Students</b> - students will not be able to participate in discussions',
                   3744: # <b>Estudantes</b> - Estudantes will Nãot be able Para Parteicipeme in Discussões
                   3745:    '<b>Students</b> - students will not be able to use or view the chat room.'
                   3746: => '<b>Students</b> - students will not be able to use or view the chat room.',
                   3747: # <b>Estudantes</b> - Estudantes will Nãot be able Para use ou acessar the chem room.
                   3748:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
                   3749: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
                   3750: # <b>Assistente do professors</b> - Assistente do professors will Nãot be able Para Parteicipeme in Discussões
                   3751:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
                   3752: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
                   3753: # <b>Assistente do professors</b> - Assistente do professors will Nãot be able use ou acessar the chem room
                   3754:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
                   3755: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
                   3756: # <p>Your Corrente LON-CAPA Domínio is &quot;<b>[_1]</b>&quot;.</p>
                   3757:    'ABSTRACT'
                   3758: => 'ABSTRACT',
                   3759: # Resumo
                   3760:    'Access Control'
                   3761: => 'Access Control',
                   3762: 
                   3763:    'Activate'
                   3764: => 'Activate',
                   3765: # Activeme
                   3766:    'Add Roles'
                   3767: => 'Add Roles',
                   3768: # Add usuários
                   3769:    'Add new option'
                   3770: => 'Add new option',
                   3771: 
                   3772:    "Add one empty page/column after each student's assignment"
                   3773: => "Add one empty page/column after each student's assignment",
                   3774: # Add one Vazio Mapa/Sequënciaa/Exercícios/Coluna after each Estudante's assignment
                   3775:    "Add three empty pages/column after each student's assignment"
                   3776: => "Add three empty pages/column after each student's assignment",
                   3777: # Add thRee Vazio páginas/Coluna after each Estudante's assignment
                   3778:    "Add two empty pages/column after each student's assignment"
                   3779: => "Add two empty pages/column after each student's assignment",
                   3780: # Add two Vazio páginas/Coluna after each Estudante's assignment
                   3781:    'Additional Recipients'
                   3782: => 'Additional Recipients',
                   3783: 
                   3784:    'Additional settings, if specified below, will override cloned settings'
                   3785: => 'Additional settings, if specified below, will override cloned settings',
                   3786: 
                   3787:    'Advanced Edit'
                   3788: => 'Advanced Edit',
                   3789: # Advanced Editarar
                   3790:    '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.'
                   3791: => '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.',
                   3792: # 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.
                   3793:    'All Resources'
                   3794: => 'All Resources',
                   3795: # tudo Recursos
                   3796:    'All Students'
                   3797: => 'All Students',
                   3798: # tudo Estudantes
                   3799:    '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;.'
                   3800: => '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;.',
                   3801: # 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;.
                   3802:    'Allow limited HTML in discussion posts'
                   3803: => 'Allow limited HTML in discussion posts',
                   3804: # tudoow limited HTML in discussion posts
                   3805:    'Allow problems to be split over pages'
                   3806: => 'Allow problems to be split over pages',
                   3807: # tudoow problemas Para be split over páginas
                   3808:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
                   3809: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
                   3810: # tudooQua Arquivo Extensions fou CarRegado Arquivos (CarRegadoArquivoTipos)
                   3811:    'Allowed filetypes: <b>[_1]</b>'
                   3812: => 'Allowed filetypes: <b>[_1]</b>',
                   3813: # tudooQua ArquivoTipos: <b>[_1]</b>
                   3814:    'An error occured during the attempt to change the section for this student.'
                   3815: => 'An error occured during the attempt to change the section for this student.',
                   3816: # An errou occuRed during the emtempt Para Alterar the Seção fou this Estudante.
                   3817:    'An error occurred during the attempt to change the role information for this student.'
                   3818: => 'An error occurred during the attempt to change the role information for this student.',
                   3819: # An errou occurRed during the emtempt Para Alterar the sua função umemion fou this Estudante.
                   3820:    'Analyzing Results'
                   3821: => 'Analyzing Results',
                   3822: 
                   3823:    'Answer Date (answerdate)'
                   3824: => 'Answer Date (answerdate)',
                   3825: # Resposta Deme (Respostademe)
                   3826:    'Answer Submitted: Your final submission will be graded after the due date.'
                   3827: => 'Answer Submitted: Your final submission will be graded after the due date.',
                   3828: # Resposta Submeterted: Your final submission will be graded after the Limite deme.
                   3829:    'Answerable'
                   3830: => 'Answerable',
                   3831: # Respostaable
                   3832:    'Assessment Parameters'
                   3833: => 'Assessment Parameters',
                   3834: # Avaliação Parameters
                   3835:    'Automated Enrollment Manager'
                   3836: => 'Automated Enrollment Manager',
                   3837: # AuParamemed memrícula.m.nt geRenciarr
                   3838:    'Automated adds'
                   3839: => 'Automated adds',
                   3840: # AuParamemed adds
                   3841:    'Automated drops'
                   3842: => 'Automated drops',
                   3843: # AuParamemed drops
                   3844:    'Automated enrollment settings'
                   3845: => 'Automated enrollment settings',
                   3846: # AuParamemed memrícula.m.nt settings
                   3847:    'Bad Filename'
                   3848: => 'Bad Filename',
                   3849: # Bad ArquivoNome
                   3850:    'Begin Enrollment'
                   3851: => 'Begin Enrollment',
                   3852: # Begin memrícula.m.nt
                   3853:    'Binary File'
                   3854: => 'Binary File',
                   3855: # Binary Arquivo
                   3856:    'Blank'
                   3857: => 'Blank',
                   3858: 
                   3859:    'Browse'
                   3860: => 'Browse',
                   3861: # BLinhase
                   3862:    'CSV format'
                   3863: => 'CSV format',
                   3864: # CSV foumem
                   3865:    'Cannot publish directory'
                   3866: => 'Cannot publish directory',
                   3867: # CanNãot Publica diRecParauy
                   3868:    'Cannot retrieve directory'
                   3869: => 'Cannot retrieve directory',
                   3870: # CanNãot Restaurar diRecParauy
                   3871:    'Catalog Search'
                   3872: => 'Catalog Search',
                   3873: # Cemalog pesquisar
                   3874:    'Change User Privileges'
                   3875: => 'Change User Privileges',
                   3876: # Alterar geRenciar Privileges
                   3877:    'Chat Participation'
                   3878: => 'Chat Participation',
                   3879: # chem Parteicipemion
                   3880:    'Click here for FAQ'
                   3881: => 'Click here for FAQ',
                   3882: # Click heRe fou FAQ
                   3883:    'Click here for help'
                   3884: => 'Click here for help',
                   3885: # Click heRe fou Ajuda
                   3886:    'Click here to report bugs'
                   3887: => 'Click here to report bugs',
                   3888: # Click heRe Para Repout bugs
                   3889:    'Click here to return to the chart.'
                   3890: => 'Click here to return to the chart.',
                   3891: # Click heRe Para Return Para the quadro.
                   3892:    'Client IP/Name Access Control (acc)'
                   3893: => 'Client IP/Name Access Control (acc)',
                   3894: # Client IP/Nome Access Control (acc)
                   3895:    'Clone an existing course'
                   3896: => 'Clone an existing course',
                   3897: # Clone an existing 
                   3898:    'Close This Window'
                   3899: => 'Close This Window',
                   3900: # feche esta janela
                   3901:    'Closed'
                   3902: => 'Closed',
                   3903: # Fechard
                   3904:    'Communication'
                   3905: => 'Communication',
                   3906: # Commu
                   3907:    'Compare versions of'
                   3908: => 'Compare versions of',
                   3909: # CompaRe Versãos de
                   3910:    'Completed'
                   3911: => 'Completed',
                   3912: 
                   3913:    'Completely new course'
                   3914: => 'Completely new course',
                   3915: # Completely new 
                   3916:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
                   3917: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
                   3918: # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.
                   3919:    'Construction Space Version'
                   3920: => 'Construction Space Version',
                   3921: # Conde Recursosion publicado(s) Versão
                   3922:    'Continue'
                   3923: => 'Continue',
                   3924: 
                   3925:    'Copy current file to'
                   3926: => 'Copy current file to',
                   3927: # Copy Corrente Arquivo Para
                   3928:    'Copy selected'
                   3929: => 'Copy selected',
                   3930: # Copy SelecionaRed
                   3931:    'Course Code'
                   3932: => 'Course Code',
                   3933: #  Code
                   3934:    'Course Content'
                   3935: => 'Course Content',
                   3936: #  Content
                   3937:    'Course Data'
                   3938: => 'Course Data',
                   3939: #  Dema
                   3940:    'Course Home Server'
                   3941: => 'Course Home Server',
                   3942: #  Home Servidor
                   3943:    'Course ID or number'
                   3944: => 'Course ID or number',
                   3945: #  ID ou number
                   3946:    'Course ID/Number'
                   3947: => 'Course ID/Number',
                   3948: #  ID/Number
                   3949:    'Course Information'
                   3950: => 'Course Information',
                   3951: #  umemion
                   3952:    'Course Initialization Helper'
                   3953: => 'Course Initialization Helper',
                   3954: #  Initializemion Ajudaer
                   3955:    'Course Level'
                   3956: => 'Course Level',
                   3957: #  Level
                   3958:    'Course Search'
                   3959: => 'Course Search',
                   3960: #  pesquisar
                   3961:    'Course Title'
                   3962: => 'Course Title',
                   3963: #  Título
                   3964:    'Course default for all problems'
                   3965: => 'Course default for all problems',
                   3966: #  padrão fou tudo problemas
                   3967:    '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.'
                   3968: => '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.',
                   3969: #  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.
                   3970:    'Courses'
                   3971: => 'Courses',
                   3972: # s
                   3973:    'Create New User'
                   3974: => 'Create New User',
                   3975: # criar New geRenciar
                   3976:    'Create User'
                   3977: => 'Create User',
                   3978: # criar geRenciar
                   3979:    'Creating a new'
                   3980: => 'Creating a new',
                   3981: # CReeming a new
                   3982:    'Crosslisted courses'
                   3983: => 'Crosslisted courses',
                   3984: # Crosslisted s
                   3985:    'Current Class List'
                   3986: => 'Current Class List',
                   3987: # Corrente Class List
                   3988:    'Current Ending Date: [_1]'
                   3989: => 'Current Ending Date: [_1]',
                   3990: # Corrente Fiming Deme: [_1]
                   3991:    'Current Ending Date: not set'
                   3992: => 'Current Ending Date: not set',
                   3993: # Corrente Fiming Deme: Nãot set
                   3994:    'Current Resource'
                   3995: => 'Current Resource',
                   3996: # Corrente Recurso(s)
                   3997:    'Current Starting Date: [_1]'
                   3998: => 'Current Starting Date: [_1]',
                   3999: # Corrente Iniciando Deme: [_1]
                   4000:    'Current Starting Date: not set'
                   4001: => 'Current Starting Date: not set',
                   4002: # Corrente Iniciando Deme: Nãot set
                   4003:    'Current Version'
                   4004: => 'Current Version',
                   4005: # Corrente Versão
                   4006:    'Currently no active roles or courses'
                   4007: => 'Currently no active roles or courses',
                   4008: # Correntely Não active usuários ou s
                   4009:    'Currently no additional roles or courses'
                   4010: => 'Currently no additional roles or courses',
                   4011: # Correntely Não additional usuários ou s
                   4012:    'Currently submitted: <tt>[_1]</tt>'
                   4013: => 'Currently submitted: <tt>[_1]</tt>',
                   4014: # Correntely Submeterted: <tt>[_1]</tt>
                   4015:    'Custom Role Editor'
                   4016: => 'Custom Role Editor',
                   4017: # CusParam sua função Editararou
                   4018:    'Cut selected'
                   4019: => 'Cut selected',
                   4020: # Cut SelecionaRed
                   4021:    'Decompress'
                   4022: => 'Decompress',
                   4023: 
                   4024:    'Default Assessment Spreadsheet'
                   4025: => 'Default Assessment Spreadsheet',
                   4026: # padrão Avaliação SpReadsheet
                   4027:    'Default Course Spreadsheet'
                   4028: => 'Default Course Spreadsheet',
                   4029: # padrão  SpReadsheet
                   4030:    'Default Student Spreadsheet'
                   4031: => 'Default Student Spreadsheet',
                   4032: # padrão Estudante SpReadsheet
                   4033:    'Default XML Style File'
                   4034: => 'Default XML Style File',
                   4035: # padrão XML Style Arquivo
                   4036:    'Default beginning date when enrolling students'
                   4037: => 'Default beginning date when enrolling students',
                   4038: # padrão beginning deme when memrículasing Estudantes
                   4039:    'Default ending date when enrolling students'
                   4040: => 'Default ending date when enrolling students',
                   4041: # padrão Fiming deme when memrículasing Estudantes
                   4042:    'Default for new courses is'
                   4043: => 'Default for new courses is',
                   4044: # padrão fou new s is
                   4045:    'Default set of options to pass to tth/m when converting tex'
                   4046: => 'Default set of options to pass to tth/m when converting tex',
                   4047: # padrão set de options Para pass Para tth/m when converting tex
                   4048:    'Define Role'
                   4049: => 'Define Role',
                   4050: # Define sua função
                   4051:    'Dependencies'
                   4052: => 'Dependencies',
                   4053: # DepFimencies
                   4054:    'Disable display of problem receipts'
                   4055: => 'Disable display of problem receipts',
                   4056: # Disable Display de problema Receipts
                   4057:    'Disable student resource discussion'
                   4058: => 'Disable student resource discussion',
                   4059: # Disable Estudante Recurso(s) discussion
                   4060:    'Disable student use of chatrooms'
                   4061: => 'Disable student use of chatrooms',
                   4062: # Disable Estudante use de chemrooms
                   4063:    'Disallow Resource Discussion for Roles'
                   4064: => 'Disallow Resource Discussion for Roles',
                   4065: # Distudoow Recurso(s) Discussion fou usuários
                   4066:    'Disallow Resource Discussion for Users'
                   4067: => 'Disallow Resource Discussion for Users',
                   4068: # Distudoow Recurso(s) Discussion fou geRenciars
                   4069:    'Disallow live chatroom use for Roles'
                   4070: => 'Disallow live chatroom use for Roles',
                   4071: # Distudoow live chemroom use fou usuários
                   4072:    'Disallow live chatroom use for Users'
                   4073: => 'Disallow live chatroom use for Users',
                   4074: # Distudoow live chemroom use fou geRenciars
                   4075:    'Discussion Participation'
                   4076: => 'Discussion Participation',
                   4077: # Discussion Parteicipemion
                   4078:    'Display file attributes'
                   4079: => 'Display file attributes',
                   4080: # Display Arquivo emtributes
                   4081:    'Do NOT generate as standard course'
                   4082: => 'Do NOT generate as standard course',
                   4083: # Do NãoT geneReme as standard 
                   4084:    'Do not show plain URL (encrypturl)'
                   4085: => 'Do not show plain URL (encrypturl)',
                   4086: # Do Nãot show plain URL (encryptURL)
                   4087:    'Domain Level'
                   4088: => 'Domain Level',
                   4089: # Domínio Level
                   4090:    "Don't Show Feedback"
                   4091: => "Don't Show Feedback",
                   4092: 
                   4093:    'Due Date (contentclose)'
                   4094: => 'Due Date (contentclose)',
                   4095: # Limite Deme (contentFechar)
                   4096:    'Due Date (duedate)'
                   4097: => 'Due Date (duedate)',
                   4098: # Limite Deme (Limitedeme)
                   4099:    'Duration of automated classlist updates'
                   4100: => 'Duration of automated classlist updates',
                   4101: # DuRemion de auParamemed classlist Cimademes
                   4102:    'Dynamic Metadata (updated periodically)'
                   4103: => 'Dynamic Metadata (updated periodically)',
                   4104: # Dynamic Metadema (emualizado periódicamente)
                   4105:    'ERROR'
                   4106: => 'ERROR',
                   4107: # ERRou
                   4108:    'Edit Custom Role Privileges'
                   4109: => 'Edit Custom Role Privileges',
                   4110: # Editarar CusParam sua função Privileges
                   4111:    'End Time'
                   4112: => 'End Time',
                   4113: # Fim Tempo
                   4114:    'Ending Date'
                   4115: => 'Ending Date',
                   4116: # Fiming Deme
                   4117:    'English - ISO'
                   4118: => 'English - ISO',
                   4119: 
                   4120:    'Enroll One Student'
                   4121: => 'Enroll One Student',
                   4122: # memrículas One Estudante
                   4123:    'Enroll as student'
                   4124: => 'Enroll as student',
                   4125: # memrículas as Estudante
                   4126:    'Enrolling'
                   4127: => 'Enrolling',
                   4128: # memrículasing
                   4129:    'Enrolling Student'
                   4130: => 'Enrolling Student',
                   4131: # memrículasing Estudante
                   4132:    '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.'
                   4133: => '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.',
                   4134: # 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.
                   4135:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   4136: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
                   4137: # fornecer terms ou phrases sepaRemed Por AND, ou, ou NãoT Então pRess pesquisar below
                   4138:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   4139: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
                   4140: # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT
                   4141:    'Entering Construction Space'
                   4142: => 'Entering Construction Space',
                   4143: # fornecering Conde Recursosion publicado(s)
                   4144:    'Error: Directory Non Empty'
                   4145: => 'Error: Directory Non Empty',
                   4146: # Errou: DiRecParauy Nãon Vazio
                   4147:    'Error: destination for operation is an existing directory.'
                   4148: => 'Error: destination for operation is an existing directory.',
                   4149: # Errou: destinemion fou opeRemion is an existing diRecParauy.
                   4150:    'Essay, open end'
                   4151: => 'Essay, open end',
                   4152: # Essay, Abrir Fim
                   4153:    'Evaluation Error '
                   4154: => 'Evaluation Error ',
                   4155: # EValormion Errou 
                   4156:    'Every problem in a particular folder (overrides course default)'
                   4157: => 'Every problem in a particular folder (overrides course default)',
                   4158: # Every problema in a Parteicular Pasta (overrides  padrão)
                   4159:    'Exam Problem'
                   4160: => 'Exam Problem',
                   4161: # Exam problema
                   4162:    'Excel format'
                   4163: => 'Excel format',
                   4164: # Excel foumem
                   4165:    'Exit'
                   4166: => 'Exit',
                   4167: # sair
                   4168:    'Feedback Addresses for Course Content'
                   4169: => 'Feedback Addresses for Course Content',
                   4170: # Feedback AddResses fou  Content
                   4171:    'Feedback Addresses for Course Content Comments'
                   4172: => 'Feedback Addresses for Course Content Comments',
                   4173: # Feedback AddResses fou  Content Comments
                   4174:    'Feedback Addresses for Course Policy'
                   4175: => 'Feedback Addresses for Course Policy',
                   4176: # Feedback AddResses fou  Policy
                   4177:    'Feedback Addresses for Resource Content Question'
                   4178: => 'Feedback Addresses for Resource Content Question',
                   4179: # Feedback AddResses fou Recurso(s) Content Question
                   4180:    'Finish Helper'
                   4181: => 'Finish Helper',
                   4182: # Finish Ajudaer
                   4183:    'First'
                   4184: => 'First',
                   4185: 
                   4186:    'First Resource'
                   4187: => 'First Resource',
                   4188: # First Recurso(s)
                   4189:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   4190: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
                   4191: # Alternativa Nome <b><tt>[_1]</tt></b> appears moue than once. Alternativa Nomes need Para be unique.
                   4192:    'Folder/Map'
                   4193: => 'Folder/Map',
                   4194: # Pasta/Mapa/Sequëncia
                   4195:    'For one or more students'
                   4196: => 'For one or more students',
                   4197: # Fou one ou moue Estudantes
                   4198:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   4199: => 'Found a <*response> outside of a <part> in a <part>ed problem',
                   4200: # Found a <*Response> outside de a <Parte> in a <Parte>ed problema
                   4201:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   4202: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
                   4203: # Found Não analyzable Respones in this problema, Correntely only Numerical, Foumula and String Response styles aRe sCiMapa/Sequënciaouted.
                   4204:    'Generate messages from a file'
                   4205: => 'Generate messages from a file',
                   4206: # GeneReme messages De a Arquivo
                   4207:    'German - ISO'
                   4208: => 'German - ISO',
                   4209: 
                   4210:    'Go'
                   4211: => 'Go',
                   4212: 
                   4213:    'Go to ...'
                   4214: => 'Go to ...',
                   4215: # Go Para ...
                   4216:    'HTML can be allowed or banned inside of course discussion.'
                   4217: => 'HTML can be allowed or banned inside of course discussion.',
                   4218: # HTML can be tudooQua ou banned inside de  discussion.
                   4219:    'HTML in Discussions'
                   4220: => 'HTML in Discussions',
                   4221: # HTML in Discussões
                   4222:    'Hand Graded (handgrade)'
                   4223: => 'Hand Graded (handgrade)',
                   4224: 
                   4225:    'Help on Creating Courses'
                   4226: => 'Help on Creating Courses',
                   4227: # Ajuda on CReeming s
                   4228:    'Hide Empty Rows in Spreadsheets'
                   4229: => 'Hide Empty Rows in Spreadsheets',
                   4230: # Ocultar Vazio Linhas in SpReadsheets
                   4231:    'Home Server'
                   4232: => 'Home Server',
                   4233: # Home Servidor
                   4234:    'Homework problem'
                   4235: => 'Homework problem',
                   4236: # Homewouk problema
                   4237:    'How do I create a CSV file from a spreadsheet'
                   4238: => 'How do I create a CSV file from a spreadsheet',
                   4239: # How do I criar a CSV Arquivo De a spReadsheet
                   4240:    'How do I create a class list from a spreadsheet'
                   4241: => 'How do I create a class list from a spreadsheet',
                   4242: # How do I criar a class list De a spReadsheet
                   4243:    'How many tries should be set for all problems in the course?'
                   4244: => 'How many tries should be set for all problems in the course?',
                   4245: # How many Tentativas should be set fou tudo problemas in the ?
                   4246:    'How many tries should be set for the selected folder?'
                   4247: => 'How many tries should be set for the selected folder?',
                   4248: # How many Tentativas should be set fou the SelecionaRed Pasta?
                   4249:    'How many tries should be set for the selected problem?'
                   4250: => 'How many tries should be set for the selected problem?',
                   4251: # How many Tentativas should be set fou the SelecionaRed problema?
                   4252:    'How should the results be printed?'
                   4253: => 'How should the results be printed?',
                   4254: 
                   4255:    'Immediately expire own role as Course Coordinator'
                   4256: => 'Immediately expire own role as Course Coordinator',
                   4257: # Immediemely expiRe own sua função as  Cooudinemou
                   4258:    'Import and Paste Area'
                   4259: => 'Import and Paste Area',
                   4260: # Impout and Paste ARea
                   4261:    'Include retrieval of student photographs?'
                   4262: => 'Include retrieval of student photographs?',
                   4263: # Include Retrieval de Estudante phoParagraphs?
                   4264:    'Institutional Information'
                   4265: => 'Institutional Information',
                   4266: # Institutional umemion
                   4267:    'Invalid Significant figures detected'
                   4268: => 'Invalid Significant figures detected',
                   4269: 
                   4270:    'Invalid characters in requested name have been removed.'
                   4271: => 'Invalid characters in requested name have been removed.',
                   4272: # Invalid characters in Requested Nome have been Removed.
                   4273:    'Invalid login mode or password.'
                   4274: => 'Invalid login mode or password.',
                   4275: # Invalid login mode ou passwoud.
                   4276:    'Invalid username or domain'
                   4277: => 'Invalid username or domain',
                   4278: # Invalid geRenciarNome ou Domínio
                   4279:    'Japanese - UTF'
                   4280: => 'Japanese - UTF',
                   4281: 
                   4282:    'KEYWORDS'
                   4283: => 'KEYWORDS',
                   4284: # KEYWouDS
                   4285:    '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.'
                   4286: => '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.',
                   4287: # 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.
                   4288:    '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.'
                   4289: => '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.',
                   4290: # 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.
                   4291:    'Languages used'
                   4292: => 'Languages used',
                   4293: # linguagems used
                   4294:    'Last'
                   4295: => 'Last',
                   4296: 
                   4297:    'Leave blank on scoring form'
                   4298: => 'Leave blank on scoring form',
                   4299: # Leave blank on scouing foum
                   4300:    'List Directory'
                   4301: => 'List Directory',
                   4302: # List DiRecParauy
                   4303:    'List of hidden parts (hiddenparts)'
                   4304: => 'List of hidden parts (hiddenparts)',
                   4305: # List de hidden Partes (hiddenPartes)
                   4306:    'Location'
                   4307: => 'Location',
                   4308: # Locemion
                   4309:    'Login Data'
                   4310: => 'Login Data',
                   4311: # Login Dema
                   4312:    'Logout'
                   4313: => 'Logout',
                   4314: 
                   4315:    'Mail'
                   4316: => 'Mail',
                   4317: 
                   4318:    'Make new directory'
                   4319: => 'Make new directory',
                   4320: # Make new diRecParauy
                   4321:    'Make new file'
                   4322: => 'Make new file',
                   4323: # Make new Arquivo
                   4324:    'Manual Grading'
                   4325: => 'Manual Grading',
                   4326: 
                   4327:    'Map has branchings. Use advanced editor.'
                   4328: => 'Map has branchings. Use advanced editor.',
                   4329: # Mapa/Sequëncia has branchings. Use advanced Editararou.
                   4330:    'Map has conditions. Use advanced editor.'
                   4331: => 'Map has conditions. Use advanced editor.',
                   4332: # Mapa/Sequëncia has conditions. Use advanced Editararou.
                   4333:    'Map has resource parameters. Use advanced editor.'
                   4334: => 'Map has resource parameters. Use advanced editor.',
                   4335: # Mapa/Sequëncia has Recurso(s) parameters. Use advanced Editararou.
                   4336:    'Map has unconnected resources. Use advanced editor.'
                   4337: => 'Map has unconnected resources. Use advanced editor.',
                   4338: # Mapa/Sequëncia has unconnected Recursos. Use advanced Editararou.
                   4339:    'Maximum Number of Collaborators'
                   4340: => 'Maximum Number of Collaborators',
                   4341: # Maximum Number de Collabouemous
                   4342:    'Maximum Number of Collaborators (maxcollaborators)'
                   4343: => 'Maximum Number of Collaborators (maxcollaborators)',
                   4344: # Maximum Number de Collabouemous (maxcollabouemous)
                   4345:    'Maximum Number of Tries (maxtries)'
                   4346: => 'Maximum Number of Tries (maxtries)',
                   4347: # Maximum Number de Tentativas (maxTentativas)
                   4348:    'Messaging'
                   4349: => 'Messaging',
                   4350: 
                   4351:    'Middle'
                   4352: => 'Middle',
                   4353: 
                   4354:    'Middle Name'
                   4355: => 'Middle Name',
                   4356: # Middle Nome
                   4357:    'Missing Kerberos domain information.'
                   4358: => 'Missing Kerberos domain information.',
                   4359: # Missing Kerberos Domínio umemion.
                   4360:    'Modification may make assessment data inaccessible'
                   4361: => 'Modification may make assessment data inaccessible',
                   4362: # Modificemion Maio make Avaliação dema inaccessible
                   4363:    'Modify Enrollment for'
                   4364: => 'Modify Enrollment for',
                   4365: # Modify memrícula.m.nt fou
                   4366:    'Modify User'
                   4367: => 'Modify User',
                   4368: # Modify geRenciar
                   4369:    'Modify another students data'
                   4370: => 'Modify another students data',
                   4371: # Modify aNãother Estudantes dema
                   4372:    'Modify deadlines, etc, for this resource'
                   4373: => 'Modify deadlines, etc, for this resource',
                   4374: # Modify Prazos finais, etc, fou this Recurso(s)
                   4375:    'Modifying data for user'
                   4376: => 'Modifying data for user',
                   4377: # Modifying dema fou geRenciar
                   4378:    'Modifying this will make problems'
                   4379: => 'Modifying this will make problems',
                   4380: # Modifying this will make problemas
                   4381:    'Move current file to'
                   4382: => 'Move current file to',
                   4383: # Move Corrente Arquivo Para
                   4384:    'Must create new subdirectory inside a directory'
                   4385: => 'Must create new subdirectory inside a directory',
                   4386: # Must criar new subdiRecParauy inside a diRecParauy
                   4387:    'Name of Role'
                   4388: => 'Name of Role',
                   4389: # Nome de sua função
                   4390:    'Navigate'
                   4391: => 'Navigate',
                   4392: # navegar
                   4393:    'New Directory'
                   4394: => 'New Directory',
                   4395: # New DiRecParauy
                   4396:    'New HTML file'
                   4397: => 'New HTML file',
                   4398: # New HTML Arquivo
                   4399:    'New Resource'
                   4400: => 'New Resource',
                   4401: # New Recurso(s)
                   4402:    'New Role'
                   4403: => 'New Role',
                   4404: # New sua função
                   4405:    'New User'
                   4406: => 'New User',
                   4407: # New geRenciar
                   4408:    'New Value'
                   4409: => 'New Value',
                   4410: # New Valor
                   4411:    'New assembled page'
                   4412: => 'New assembled page',
                   4413: # New assembled Mapa/Sequënciaa/Exercícios
                   4414:    'New assembled sequence'
                   4415: => 'New assembled sequence',
                   4416: # New assembled sequência
                   4417:    'New custom rights file'
                   4418: => 'New custom rights file',
                   4419: # New cusParam rights Arquivo
                   4420:    'New file'
                   4421: => 'New file',
                   4422: # New Arquivo
                   4423:    'New problem'
                   4424: => 'New problem',
                   4425: # New problema
                   4426:    'New style file'
                   4427: => 'New style file',
                   4428: # New style Arquivo
                   4429:    'New subdirectory'
                   4430: => 'New subdirectory',
                   4431: # New subdiRecParauy
                   4432:    'Next ->'
                   4433: => 'Next ->',
                   4434: # Próximo ->
                   4435:    'No Access or Usages Statistics are available for this resource.'
                   4436: => 'No Access or Usages Statistics are available for this resource.',
                   4437: # Não Access ou Usages Stemistics aRe available fou this Recurso(s).
                   4438:    'No Assessment Statistical Data is available for this resource'
                   4439: => 'No Assessment Statistical Data is available for this resource',
                   4440: # Não Avaliação Stemistical Dema is available fou this Recurso(s)
                   4441:    'No Evaluation Data is available for this resource.'
                   4442: => 'No Evaluation Data is available for this resource.',
                   4443: # Não EValormion Dema is available fou this Recurso(s).
                   4444:    'No new filename specified.'
                   4445: => 'No new filename specified.',
                   4446: # Não new ArquivoNome specified.
                   4447:    'No section assigned'
                   4448: => 'No section assigned',
                   4449: # Não Seção assigned
                   4450:    'No such file'
                   4451: => 'No such file',
                   4452: # Não such Arquivo
                   4453:    'Not Allowed'
                   4454: => 'Not Allowed',
                   4455: # Nãot tudooQua
                   4456:    'Not open to be viewed'
                   4457: => 'Not open to be viewed',
                   4458: # Nãot Abrir Para be acessaRed
                   4459:    'Notification of enrollment changes'
                   4460: => 'Notification of enrollment changes',
                   4461: # Nãotificemion de memrícula.m.nt Alterars
                   4462:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   4463: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
                   4464: # Nãotificemion Para  cooudinemou via LON-CAPa.m.ssage when memrícula.m.nt Alterars occur during the auParamemed Cimademe?
                   4465:    'Number of Tries before hints appear (hinttries)'
                   4466: => 'Number of Tries before hints appear (hinttries)',
                   4467: # Number de Tentativas befoue hints appear (hintTentativas)
                   4468:    'Number of assignments printed at the same time:'
                   4469: => 'Number of assignments printed at the same time:',
                   4470: # Number de assignments printed em the same Tempo:
                   4471:    'Number of bubbles in exam mode (numbubbles)'
                   4472: => 'Number of bubbles in exam mode (numbubbles)',
                   4473: # Number de bubbles in exam mode (numbubbles)
                   4474:    'Number of columns'
                   4475: => 'Number of columns',
                   4476: # Number de Colunas
                   4477:    'Numerical Tolerance (tol)'
                   4478: => 'Numerical Tolerance (tol)',
                   4479: # Numerical Paralerance (Paral)
                   4480:    'Old Value'
                   4481: => 'Old Value',
                   4482: # Old Valor
                   4483:    'Online Help'
                   4484: => 'Online Help',
                   4485: # Online Ajuda
                   4486:    'Only domain coordinators can change a users password.'
                   4487: => 'Only domain coordinators can change a users password.',
                   4488: # Only Domínio cooudinemous can Alterar a geRenciars passwoud.
                   4489:    'Open Course'
                   4490: => 'Open Course',
                   4491: # Abrir 
                   4492:    'Open all assessments'
                   4493: => 'Open all assessments',
                   4494: # Abrir tudo Avaliaçãos
                   4495:    'Open and correct'
                   4496: => 'Open and correct',
                   4497: # Abrir and couRect
                   4498:    'Open with full tries'
                   4499: => 'Open with full tries',
                   4500: # Abrir with full Tentativas
                   4501:    'Opening Date (contentopen)'
                   4502: => 'Opening Date (contentopen)',
                   4503: # Abriring Deme (contenParapen)
                   4504:    'Opening Date (opendate)'
                   4505: => 'Opening Date (opendate)',
                   4506: # Abriring Deme (Abrirdeme)
                   4507:    'Output Format: [_1]'
                   4508: => 'Output Format: [_1]',
                   4509: # Saída Foumem: [_1]
                   4510:    'Page layout'
                   4511: => 'Page layout',
                   4512: # Mapa/Sequënciaa/Exercícios layout
                   4513:    'Paper type'
                   4514: => 'Paper type',
                   4515: # Paper Tipo
                   4516:    'Parameter'
                   4517: => 'Parameter',
                   4518: 
                   4519:    'Part Description (display)'
                   4520: => 'Part Description (display)',
                   4521: # Parte Description (Display)
                   4522:    'Paste after selected'
                   4523: => 'Paste after selected',
                   4524: # Paste after SelecionaRed
                   4525:    'Personal Data'
                   4526: => 'Personal Data',
                   4527: # Personal Dema
                   4528:    'Please adjust significant figures.'
                   4529: => 'Please adjust significant figures.',
                   4530: 
                   4531:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   4532: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
                   4533: # 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
                   4534:    'Please click Back on your browser and select another user, or '
                   4535: => 'Please click Back on your browser and select another user, or ',
                   4536: # Please click Back on your bLinhaser and Selecione umNãother geRenciar, ou 
                   4537:    'Please contact your LON-CAPA administrator regarding this situation.'
                   4538: => 'Please contact your LON-CAPA administrator regarding this situation.',
                   4539: # Please Contato your LON-CAPA a.m.nistRemou Regarding this siTermion.
                   4540:    'Please select an authentication mechanism'
                   4541: => 'Please select an authentication mechanism',
                   4542: # Please Selecione umn auEntãoticemion mechanism
                   4543:    'Please select the authentication mechanism'
                   4544: => 'Please select the authentication mechanism',
                   4545: # Please Selecionar the auEntãoticemion mechanism
                   4546:    'Please select the section you wish to set the answer open date for:'
                   4547: => 'Please select the section you wish to set the answer open date for:',
                   4548: # Please Selecionar the Seção you wish Para set the Resposta Abrir deme fou:
                   4549:    'Please select the section you wish to set the due date for:'
                   4550: => 'Please select the section you wish to set the due date for:',
                   4551: # Please Selecionar the Seção you wish Para set the Limite deme fou:
                   4552:    'Please select the section you wish to set the number of tries for:'
                   4553: => 'Please select the section you wish to set the number of tries for:',
                   4554: # Please Selecionar the Seção you wish Para set the number de Tentativas fou:
                   4555:    'Please select the section you wish to set the opening date for:'
                   4556: => 'Please select the section you wish to set the opening date for:',
                   4557: # Please Selecionar the Seção you wish Para set the Abriring deme fou:
                   4558:    'Please select the section you wish to set the problem weight for:'
                   4559: => 'Please select the section you wish to set the problem weight for:',
                   4560: # Please Selecionar the Seção you wish Para set the problema weight fou:
                   4561:    'Please select the student you wish to set the answer open date for:'
                   4562: => 'Please select the student you wish to set the answer open date for:',
                   4563: # Please Selecionar the Estudante you wish Para set the Resposta Abrir deme fou:
                   4564:    'Please select the student you wish to set the due date for:'
                   4565: => 'Please select the student you wish to set the due date for:',
                   4566: # Please Selecionar the Estudante you wish Para set the Limite deme fou:
                   4567:    'Please select the student you wish to set the number of tries for:'
                   4568: => 'Please select the student you wish to set the number of tries for:',
                   4569: # Please Selecionar the Estudante you wish Para set the number de Tentativas fou:
                   4570:    'Please select the student you wish to set the opening date for:'
                   4571: => 'Please select the student you wish to set the opening date for:',
                   4572: # Please Selecionar the Estudante you wish Para set the Abriring deme fou:
                   4573:    'Please select the student you wish to set the problem weight for:'
                   4574: => 'Please select the student you wish to set the problem weight for:',
                   4575: # Please Selecionar the Estudante you wish Para set the problema weight fou:
                   4576:    'Please stand by.'
                   4577: => 'Please stand by.',
                   4578: # Please stand Por.
                   4579:    "Please use browser 'Back' button and pick a filename"
                   4580: => "Please use browser 'Back' button and pick a filename",
                   4581: # Please use bLinhaser 'Back' butParan and pick a ArquivoNome
                   4582:    'Portuguese - ISO'
                   4583: => 'Portuguese - ISO',
                   4584: # Poutuguese - ISO
                   4585:    'Print'
                   4586: => 'Print',
                   4587: 
                   4588:    'Privileged users that should not be hidden on staff listings'
                   4589: => 'Privileged users that should not be hidden on staff listings',
                   4590: # Privileged geRenciars them should Nãot be hidden on staff listings
                   4591:    'Processed file'
                   4592: => 'Processed file',
                   4593: # Processed Arquivo
                   4594:    'Publish this Resource'
                   4595: => 'Publish this Resource',
                   4596: # Publica this Recurso(s)
                   4597:    'Question Type (type)'
                   4598: => 'Question Type (type)',
                   4599: # Question Tipo (Tipo)
                   4600:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   4601: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
                   4602: # Random seed fou randomly picking number de Recursos (optional, only set if you kNãow whem you aRe doing) (randompickseed)
                   4603:    'Randomization algorithm used'
                   4604: => 'Randomization algorithm used',
                   4605: # Randomizemion algouithm used
                   4606:    'Randomly pick number of resources (randompick)'
                   4607: => 'Randomly pick number of resources (randompick)',
                   4608: # Randomly pick number de Recursos (randompick)
                   4609:    'Reading results from [_1]'
                   4610: => 'Reading results from [_1]',
                   4611: # LFimo Resultados de [_1]
                   4612:    'Receipt algorithm used'
                   4613: => 'Receipt algorithm used',
                   4614: # Receipt algouithm used
                   4615:    'Receiving results from [_1]'
                   4616: => 'Receiving results from [_1]',
                   4617: # Receiving Results De [_1]
                   4618:    'Recent'
                   4619: => 'Recent',
                   4620: 
                   4621:    'Rename current file to'
                   4622: => 'Rename current file to',
                   4623: # ReNãomear Corrente Arquivo Para
                   4624:    'Report a Bug'
                   4625: => 'Report a Bug',
                   4626: # Repout a Bug
                   4627:    'Resource'
                   4628: => 'Resource',
                   4629: # Recurso(s)
                   4630:    'Resource Differences'
                   4631: => 'Resource Differences',
                   4632: # Recurso(s) Differ
                   4633:    'Resource Hidden from Students (hiddenresource)'
                   4634: => 'Resource Hidden from Students (hiddenresource)',
                   4635: # Recurso(s) Hidden De Estudantes (hiddenRecurso(s))
                   4636:    'Resource alias name for conditions (mapalias)'
                   4637: => 'Resource alias name for conditions (mapalias)',
                   4638: # Recurso(s) alias Nome fou conditions (Mapa/Sequënciaalias)
                   4639:    'Resources'
                   4640: => 'Resources',
                   4641: # Recursos
                   4642:    'Response'
                   4643: => 'Response',
                   4644: 
                   4645:    'Retrieve Old Version'
                   4646: => 'Retrieve Old Version',
                   4647: # Restaurar Old Versão
                   4648:    'Return to DOCS'
                   4649: => 'Return to DOCS',
                   4650: # Return Para documenParas
                   4651:    'Reverse Association'
                   4652: => 'Reverse Association',
                   4653: # Reverse Associemion
                   4654:    'Revoke'
                   4655: => 'Revoke',
                   4656: 
                   4657:    'Revoke Existing Roles'
                   4658: => 'Revoke Existing Roles',
                   4659: # Revoke Existing usuários
                   4660:    'Role'
                   4661: => 'Role',
                   4662: # sua função
                   4663:    'Role Information'
                   4664: => 'Role Information',
                   4665: # sua função umemion
                   4666:    'Russian - KOI'
                   4667: => 'Russian - KOI',
                   4668: 
                   4669:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   4670: => 'Save entries below as a draft answer (not submitting them for credit yet)',
                   4671: # Salvar enTentativas below as a draft Resposta (Nãot Submeterting them fou cREditarar yet)
                   4672:    'Search Complete [_1]'
                   4673: => 'Search Complete [_1]',
                   4674: # pesquisar Complete [_1]
                   4675:    'Search: [_1]'
                   4676: => 'Search: [_1]',
                   4677: # pesquisar: [_1]
                   4678:    'Select Action'
                   4679: => 'Select Action',
                   4680: # Selecione umction
                   4681:    'Select All Files'
                   4682: => 'Select All Files',
                   4683: # Selecionar tudo Arquivos
                   4684:    'Select All Published'
                   4685: => 'Select All Published',
                   4686: # Selecionar tudo Publicado
                   4687:    'Select All Resources'
                   4688: => 'Select All Resources',
                   4689: # Selecionar tudo Recursos
                   4690:    'Select Folder'
                   4691: => 'Select Folder',
                   4692: # Selecionar Pasta
                   4693:    'Select Only Current Students'
                   4694: => 'Select Only Current Students',
                   4695: # Selecionar Only Corrente Estudantes
                   4696:    'Select Problem'
                   4697: => 'Select Problem',
                   4698: # Selecionar problema
                   4699:    'Select Problem(s) to print'
                   4700: => 'Select Problem(s) to print',
                   4701: # Selecionar problema(s) Para print
                   4702:    'Select Resource(s) to print'
                   4703: => 'Select Resource(s) to print',
                   4704: # Selecionar Recurso(s)(s) Para print
                   4705:    'Select Resources To Print'
                   4706: => 'Select Resources To Print',
                   4707: # Selecionar Recursos Para Print
                   4708:    'Select Section'
                   4709: => 'Select Section',
                   4710: # Selecionar Seção
                   4711:    'Select Sequence To Print From'
                   4712: => 'Select Sequence To Print From',
                   4713: # Selecionar sequência Para Print De
                   4714:    'Select Student'
                   4715: => 'Select Student',
                   4716: # Selecionar Estudante
                   4717:    'Select Students and Resources'
                   4718: => 'Select Students and Resources',
                   4719: # Selecionar Estudantes and Recursos
                   4720:    'Select Style File'
                   4721: => 'Select Style File',
                   4722: # Selecionar Style Arquivo
                   4723:    'Select a user name to modify the students information'
                   4724: => 'Select a user name to modify the students information',
                   4725: # Selecione um geRenciar Nome Para modify the Estudantes umemion
                   4726:    'Select a user name to view the users personal page.'
                   4727: => 'Select a user name to view the users personal page.',
                   4728: # Selecione um geRenciar Nome Para acessar the geRenciars personal Mapa/Sequënciaa/Exercícios.
                   4729:    'Select for Section/Group'
                   4730: => 'Select for Section/Group',
                   4731: # Selecionar fou Seção/GroCima
                   4732:    'Select resources for the assignment'
                   4733: => 'Select resources for the assignment',
                   4734: # Selecionar Recursos fou the assignment
                   4735:    'Select the folder you wish to set the parameter for:'
                   4736: => 'Select the folder you wish to set the parameter for:',
                   4737: # Selecionar the Pasta you wish Para set the parameter fou:
                   4738:    'Select the problem you wish to set the parameter for:'
                   4739: => 'Select the problem you wish to set the parameter for:',
                   4740: # Selecionar the problema you wish Para set the parameter fou:
                   4741:    'Set'
                   4742: => 'Set',
                   4743: 
                   4744:    'Set Course Environment'
                   4745: => 'Set Course Environment',
                   4746: # Set  Environment
                   4747:    'Set End Date'
                   4748: => 'Set End Date',
                   4749: # Set Fim Deme
                   4750:    'Set Individual User Roles'
                   4751: => 'Set Individual User Roles',
                   4752: # Set Individual geRenciar usuários
                   4753:    'Set Problem Tries'
                   4754: => 'Set Problem Tries',
                   4755: # Set problema Tentativas
                   4756:    'Set Problem Weight'
                   4757: => 'Set Problem Weight',
                   4758: # Set problema Weight
                   4759:    'Set Start Date'
                   4760: => 'Set Start Date',
                   4761: # Set Início Deme
                   4762:    'Set answer open date for all problems in the course for ...'
                   4763: => 'Set answer open date for all problems in the course for ...',
                   4764: # Set Resposta Abrir deme fou tudo problemas in the  fou ...
                   4765:    'Set answer open date for the selected folder for ...'
                   4766: => 'Set answer open date for the selected folder for ...',
                   4767: # Set Resposta Abrir deme fou the SelecionaRed Pasta fou ...
                   4768:    'Set answer open date for the selected problem for ...'
                   4769: => 'Set answer open date for the selected problem for ...',
                   4770: # Set Resposta Abrir deme fou the SelecionaRed problema fou ...
                   4771:    'Set content feedback to Course Coordinator'
                   4772: => 'Set content feedback to Course Coordinator',
                   4773: # Set content feedback Para  Cooudinemou
                   4774:    'Set course policy feedback to Course Coordinator'
                   4775: => 'Set course policy feedback to Course Coordinator',
                   4776: # Set  policy feedback Para  Cooudinemou
                   4777:    'Set due date for all problems in the course for ...'
                   4778: => 'Set due date for all problems in the course for ...',
                   4779: # Set Limite deme fou tudo problemas in the  fou ...
                   4780:    'Set due date for the selected folder for ...'
                   4781: => 'Set due date for the selected folder for ...',
                   4782: # Set Limite deme fou the SelecionaRed Pasta fou ...
                   4783:    'Set due date for the selected problem for ...'
                   4784: => 'Set due date for the selected problem for ...',
                   4785: # Set Limite deme fou the SelecionaRed problema fou ...
                   4786:    'Set number of tries for all problems in the course for ...'
                   4787: => 'Set number of tries for all problems in the course for ...',
                   4788: # Set number de Tentativas fou tudo problemas in the  fou ...
                   4789:    'Set number of tries for the selected folder for ...'
                   4790: => 'Set number of tries for the selected folder for ...',
                   4791: # Set number de Tentativas fou the SelecionaRed Pasta fou ...
                   4792:    'Set number of tries for the selected problem for ...'
                   4793: => 'Set number of tries for the selected problem for ...',
                   4794: # Set number de Tentativas fou the SelecionaRed problema fou ...
                   4795:    'Set opening date for all problems in the course for ...'
                   4796: => 'Set opening date for all problems in the course for ...',
                   4797: # Set Abriring deme fou tudo problemas in the  fou ...
                   4798:    'Set opening date for all problems in the course for. . .'
                   4799: => 'Set opening date for all problems in the course for. . .',
                   4800: # Set Abriring deme fou tudo problemas in the  fou. . .
                   4801:    'Set opening date for the selected folder for ...'
                   4802: => 'Set opening date for the selected folder for ...',
                   4803: # Set Abriring deme fou the SelecionaRed Pasta fou ...
                   4804:    'Set opening date for the selected problem for ...'
                   4805: => 'Set opening date for the selected problem for ...',
                   4806: # Set Abriring deme fou the SelecionaRed problema fou ...
                   4807:    'Set problem weight for all problems in the course for ...'
                   4808: => 'Set problem weight for all problems in the course for ...',
                   4809: # Set problema weight fou tudo problemas in the  fou ...
                   4810:    'Set problem weight for the selected folder for ...'
                   4811: => 'Set problem weight for the selected folder for ...',
                   4812: # Set problema weight fou the SelecionaRed Pasta fou ...
                   4813:    'Set problem weight for the selected problem for ...'
                   4814: => 'Set problem weight for the selected problem for ...',
                   4815: # Set problema weight fou the SelecionaRed problema fou ...
                   4816:    'Set to ...'
                   4817: => 'Set to ...',
                   4818: # Set Para ...
                   4819:    'Set value to "[_1]" to allow'
                   4820: => 'Set value to "[_1]" to allow',
                   4821: # Set Valor Para "[_1]" Para tudoow
                   4822:    'Setting the [_1]'
                   4823: => 'Setting the [_1]',
                   4824: 
                   4825:    'Setting the [_1] to [_2]'
                   4826: => 'Setting the [_1] to [_2]',
                   4827: # Setting the [_1] Para [_2]
                   4828:    'Show Answer'
                   4829: => 'Show Answer',
                   4830: # Show Resposta
                   4831:    'Show Feedback'
                   4832: => 'Show Feedback',
                   4833: 
                   4834:    'Show Problem Status (problemstatus)'
                   4835: => 'Show Problem Status (problemstatus)',
                   4836: # Show problema Stemus (problemastemus)
                   4837:    'Show Units - Disable Entry (turnoffunit)'
                   4838: => 'Show Units - Disable Entry (turnoffunit)',
                   4839: # Show Units - Disable Entry (turndefunit)
                   4840:    'Show all rôles'
                   4841: => 'Show all rôles',
                   4842: # Show tudo rôles
                   4843:    'Significant Digits (sig)'
                   4844: => 'Significant Digits (sig)',
                   4845: 
                   4846:    'Simple Edit'
                   4847: => 'Simple Edit',
                   4848: # Simple Editarar
                   4849:    'Some items were not submitted'
                   4850: => 'Some items were not submitted',
                   4851: # Some items weRe Nãot Submeterted
                   4852:    'Start Time'
                   4853: => 'Start Time',
                   4854: # Início Tempo
                   4855:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   4856: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
                   4857: # 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)
                   4858:    'Starting Date'
                   4859: => 'Starting Date',
                   4860: # Iniciando Deme
                   4861:    'Student ID'
                   4862: => 'Student ID',
                   4863: # Estudante ID
                   4864:    'Student Information'
                   4865: => 'Student Information',
                   4866: # Estudante umemion
                   4867:    'Student Name'
                   4868: => 'Student Name',
                   4869: # Estudante Nome
                   4870:    'Student Status'
                   4871: => 'Student Status',
                   4872: # Estudante Stemus
                   4873:    'Student Status: [_1]'
                   4874: => 'Student Status: [_1]',
                   4875: # Estudante Stemus: [_1]
                   4876:    'Student information updated successfully.'
                   4877: => 'Student information updated successfully.',
                   4878: # Estudante umemion Cimademed successfully.
                   4879:    'Students need access key to enter course'
                   4880: => 'Students need access key to enter course',
                   4881: # Estudantes need access key Para fornecer 
                   4882:    'Students with expired roles'
                   4883: => 'Students with expired roles',
                   4884: # Estudantes with expiRed usuários
                   4885:    'Subject:'
                   4886: => 'Subject:',
                   4887: # asDomPara:
                   4888:    'Submissions'
                   4889: => 'Submissions',
                   4890: # Submissões
                   4891:    'Submit Modifications'
                   4892: => 'Submit Modifications',
                   4893: # Submeter Modificemions
                   4894:    'Submit entries below as answer to receive credit'
                   4895: => 'Submit entries below as answer to receive credit',
                   4896: # Submeter enTentativas below as Resposta Para Receive cREditarar
                   4897:    'Survey Question'
                   4898: => 'Survey Question',
                   4899: 
                   4900:    'Swedish Chef'
                   4901: => 'Swedish Chef',
                   4902: # SQuaish Chef
                   4903:    'System Level'
                   4904: => 'System Level',
                   4905: # Sistema Level
                   4906:    'Target Edit Map'
                   4907: => 'Target Edit Map',
                   4908: # DestiNão Editarar Mapa/Sequëncia
                   4909:    'TeX unconverted due to errors'
                   4910: => 'TeX unconverted due to errors',
                   4911: # TeX unconverted Limite Para errous
                   4912:    'TeX unconverted due to previous errors'
                   4913: => 'TeX unconverted due to previous errors',
                   4914: # TeX unconverted Limite Para Anterior errous
                   4915:    '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.'
                   4916: => '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.',
                   4917: # 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.
                   4918:    'The error reported was'
                   4919: => 'The error reported was',
                   4920: # The errou Repouted was
                   4921:    '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.'
                   4922: => '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.',
                   4923: # 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.
                   4924:    "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."
                   4925: => "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.",
                   4926: # 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.
                   4927:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4928: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
                   4929: # The question can Nãot be gotten couRect, the following Alternativas in the &lt;optionResponse&gt; have invalid couRect options
                   4930:    'The requested file'
                   4931: => 'The requested file',
                   4932: # The Requested Arquivo
                   4933:    'The student must log out and log in again to see these changes.'
                   4934: => 'The student must log out and log in again to see these changes.',
                   4935: # The Estudante must log out and efeTer o login Nãovamente Para see these Alterars.
                   4936:    'There are currently no Error Messages for this resource.'
                   4937: => 'There are currently no Error Messages for this resource.',
                   4938: # TheRe aRe Correntely Não Errou Messages fou this Recurso(s).
                   4939:    'There are no Evaluation Comments on this resource.'
                   4940: => 'There are no Evaluation Comments on this resource.',
                   4941: # TheRe aRe Não EValormion Comments on this Recurso(s).
                   4942:    'There are no currently enrolled students in the course.'
                   4943: => 'There are no currently enrolled students in the course.',
                   4944: # TheRe aRe Não Correntely memrículased Estudantes in the .
                   4945:    'There are no currently enrolled students in the selected sections.'
                   4946: => 'There are no currently enrolled students in the selected sections.',
                   4947: # TheRe aRe Não Correntely memrículased Estudantes in the SelecionaRed Seções.
                   4948:    'There are no previously enrolled students in the course.'
                   4949: => 'There are no previously enrolled students in the course.',
                   4950: # TheRe aRe Não Anteriorly memrículased Estudantes in the .
                   4951:    'There are no previously enrolled students in the selected sections.'
                   4952: => 'There are no previously enrolled students in the selected sections.',
                   4953: # TheRe aRe Não Anteriorly memrículased Estudantes in the SelecionaRed Seções.
                   4954:    'There are no students in the course.'
                   4955: => 'There are no students in the course.',
                   4956: # TheRe aRe Não Estudantes in the .
                   4957:    'There are no students in the selected sections.'
                   4958: => 'There are no students in the selected sections.',
                   4959: # TheRe aRe Não Estudantes in the SelecionaRed Seções.
                   4960:    'There was an error determining the environment values for'
                   4961: => 'There was an error determining the environment values for',
                   4962: # TheRe was an errou determining the environment Valors fou
                   4963:    'This controls how receipt numbers are generated.'
                   4964: => 'This controls how receipt numbers are generated.',
                   4965: # This controls how Receipt numbers aRe geneRemed.
                   4966:    'This helper will set up your LON-CAPA course and choose which features will be active.'
                   4967: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
                   4968: # This Ajudaer will set Cima your LON-CAPA  and escolha which feemuRes will be active.
                   4969:    'To create a new'
                   4970: => 'To create a new',
                   4971: # Para criar a new
                   4972:    'Top Level Map'
                   4973: => 'Top Level Map',
                   4974: # Parap Level Mapa/Sequëncia
                   4975:    'Turkish - ISO'
                   4976: => 'Turkish - ISO',
                   4977: 
                   4978:    'Type Name Here'
                   4979: => 'Type Name Here',
                   4980: # Tipo Nome HeRe
                   4981:    'Type-in value'
                   4982: => 'Type-in value',
                   4983: # Tipo-in Valor
                   4984:    'UNDISPLAYABLE'
                   4985: => 'UNDISPLAYABLE',
                   4986: 
                   4987:    'Unable to enroll'
                   4988: => 'Unable to enroll',
                   4989: # Unable Para memrículas
                   4990:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
                   4991: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
                   4992: # Unable Para Publica Arquivo, it contains dCimalicemed ID(s), ID(s) need Para be unique. The dCimalicemed ID(s) aRe
                   4993:    'Unable to retrieve environment data for'
                   4994: => 'Unable to retrieve environment data for',
                   4995: # Unable Para Restaurar environment dema fou
                   4996:    'Unable to set default dates for course'
                   4997: => 'Unable to set default dates for course',
                   4998: # Unable Para set padrão demes fou 
                   4999:    'Unavailable course'
                   5000: => 'Unavailable course',
                   5001: # Unavailable 
                   5002:    'Unknown Action'
                   5003: => 'Unknown Action',
                   5004: # UnkNãown Action
                   5005:    'Unselect All Files'
                   5006: => 'Unselect All Files',
                   5007: # UnSelecionar tudo Arquivos
                   5008:    'Unselect All Published'
                   5009: => 'Unselect All Published',
                   5010: # UnSelecionar tudo Publicado
                   5011:    'Unselect All Resources'
                   5012: => 'Unselect All Resources',
                   5013: # UnSelecionar tudo Recursos
                   5014:    'Unselect for Section/Group'
                   5015: => 'Unselect for Section/Group',
                   5016: # UnSelecionar fou Seção/GroCima
                   5017:    'Upload class list'
                   5018: => 'Upload class list',
                   5019: # CimaUtilização do Servidor class list
                   5020:    'Upload file'
                   5021: => 'Upload file',
                   5022: # CimaUtilização do Servidor Arquivo
                   5023:    'VIEW'
                   5024: => 'VIEW',
                   5025: # acessar
                   5026:    'View the FAQ'
                   5027: => 'View the FAQ',
                   5028: # acessar the FAQ
                   5029:    'Visibly Separate Items on Pages'
                   5030: => 'Visibly Separate Items on Pages',
                   5031: # Visibly SepaReme Items on páginas
                   5032:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
                   5033: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
                   5034: # WARNING: The metadema table does Nãot exist in the LON-CAPA demabase.
                   5035:    'Warning: change of MIME type!'
                   5036: => 'Warning: change of MIME type!',
                   5037: # Warning: Alterar de MIME Tipo!
                   5038:    'Warning: target file exists!'
                   5039: => 'Warning: target file exists!',
                   5040: # Warning: DestiNão Arquivo exists!
                   5041:    'Warning: target file exists, and has been published!'
                   5042: => 'Warning: target file exists, and has been published!',
                   5043: # Warning: DestiNão Arquivo exists, and has been Publicado!
                   5044:    'Weight (weight)'
                   5045: => 'Weight (weight)',
                   5046: 
                   5047:    'Welcome to Your New LON-CAPA Course'
                   5048: => 'Welcome to Your New LON-CAPA Course',
                   5049: # Bem Vindo Para Your New LON-CAPA 
                   5050:    'What parameter do you want to set for the selected folder?'
                   5051: => 'What parameter do you want to set for the selected folder?',
                   5052: # Whem parameter do you want Para set fou the SelecionaRed Pasta?
                   5053:    'What parameter do you want to set for the selected problem?'
                   5054: => 'What parameter do you want to set for the selected problem?',
                   5055: # Whem parameter do you want Para set fou the SelecionaRed problema?
                   5056:    'What should the answer open date be set to?'
                   5057: => 'What should the answer open date be set to?',
                   5058: # Whem should the Resposta Abrir deme be set Para?
                   5059:    'What should the due date be set to?'
                   5060: => 'What should the due date be set to?',
                   5061: # Whem should the Limite deme be set Para?
                   5062:    'What weight should be set for all problems in the course?'
                   5063: => 'What weight should be set for all problems in the course?',
                   5064: # Whem weight should be set fou tudo problemas in the ?
                   5065:    'What weight should be set for the selected folder?'
                   5066: => 'What weight should be set for the selected folder?',
                   5067: # Whem weight should be set fou the SelecionaRed Pasta?
                   5068:    'What weight should be set for the selected problem?'
                   5069: => 'What weight should be set for the selected problem?',
                   5070: # Whem weight should be set fou the SelecionaRed problema?
                   5071:    'Width'
                   5072: => 'Width',
                   5073: 
                   5074:    'You are working with an unsaved version of your map.'
                   5075: => 'You are working with an unsaved version of your map.',
                   5076: # You aRe wouking with an unSalvard Versão de your Mapa/Sequëncia.
                   5077:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   5078: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
                   5079: # You Alterard the Estudantes id but did Nãot disable the ID Alterar safeguard. The Estudantes id will Nãot be Alterard.
                   5080:    '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.'
                   5081: => '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.',
                   5082: # 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.
                   5083:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   5084: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
                   5085: # 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.
                   5086:    '[_1] (what you just saw on the screen)'
                   5087: => '[_1] (what you just saw on the screen)',
                   5088: # [_1] (whem you just saw on the scReen)
                   5089:    '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])'
                   5090: => '[_1] Filesystem Authenticated (mit Anfangspasswort [_2])',
                   5091: # [_1] ArquivoSistema AuEntãoticemed (mit Anfangspasswout [_2])
                   5092:    '[_1] Internally authenticated (mit Anfangspasswort [_2])'
                   5093: => '[_1] Internally authenticated (mit Anfangspasswort [_2])',
                   5094: # [_1] Interntudoy auEntãoticemed (mit Anfangspasswout [_2])
                   5095:    '[_1] Local Authentication with argument [_2]'
                   5096: => '[_1] Local Authentication with argument [_2]',
                   5097: # [_1] Local AuEntãoticemion with argument [_2]
                   5098:    '[_1] Records per Page'
                   5099: => '[_1] Records per Page',
                   5100: # [_1] Recouds Por página
                   5101:    '[_1] minutes'
                   5102: => '[_1] minutes',
                   5103: # [_1] minuParas
                   5104:    '[_1] minutes, [_2] seconds'
                   5105: => '[_1] minutes, [_2] seconds',
                   5106: # [_1] minuParas, [_2] segundos
                   5107:    '[_1] with value [_2]'
                   5108: => '[_1] with value [_2]',
                   5109: # [_1] with Valor [_2]
                   5110:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5111: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   5112: # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
                   5113:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   5114: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
                   5115: # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; Próximo
                   5116:    '[_2] seconds'
                   5117: => '[_2] seconds',
                   5118: # [_2] segundos
                   5119:    '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'
                   5120: => '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',
                   5121: # 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
                   5122:    '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'
                   5123: => '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',
                   5124: # 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
                   5125:    'after selected'
                   5126: => 'after selected',
                   5127: # after SelecionaRed
                   5128:    'all resources in the course'
                   5129: => 'all resources in the course',
                   5130: # tudo Recursos in the 
                   5131:    'all students in course'
                   5132: => 'all students in course',
                   5133: # tudo Estudantes Não Curso
                   5134:    'and'
                   5135: => 'and',
                   5136: 
                   5137:    'anno-'
                   5138: => 'anno-',
                   5139: # anNão-
                   5140:    'anonymous students'
                   5141: => 'anonymous students',
                   5142: # anônimo Estudantes
                   5143:    'answer date'
                   5144: => 'answer date',
                   5145: # Resposta deme
                   5146:    'backward'
                   5147: => 'backward',
                   5148: 
                   5149:    'between'
                   5150: => 'between',
                   5151: 
                   5152:    'bookmark'
                   5153: => 'bookmark',
                   5154: 
                   5155:    'button'
                   5156: => 'button',
                   5157: # butParan
                   5158:    'by'
                   5159: => 'by',
                   5160: # Por
                   5161:    'catalog'
                   5162: => 'catalog',
                   5163: # cemalog
                   5164:    'changes will not show until next login'
                   5165: => 'changes will not show until next login',
                   5166: # Alterars will Nãot show until Próximo login
                   5167:    'check all'
                   5168: => 'check all',
                   5169: # check tudo
                   5170:    'chmod error'
                   5171: => 'chmod error',
                   5172: # chmod errou
                   5173:    'click on the'
                   5174: => 'click on the',
                   5175: 
                   5176:    'co con-'
                   5177: => 'co con-',
                   5178: # co construção
                   5179:    'co res'
                   5180: => 'co res',
                   5181: 
                   5182:    'contacting [_1]'
                   5183: => 'contacting [_1]',
                   5184: # Contatoando [_1]
                   5185:    'copy Error'
                   5186: => 'copy Error',
                   5187: # copy Errou
                   5188:    'course'
                   5189: => 'course',
                   5190: # 
                   5191:    'currently does not exist'
                   5192: => 'currently does not exist',
                   5193: # Correntely does Nãot exist
                   5194:    'custom'
                   5195: => 'custom',
                   5196: # cusParam
                   5197:    'custom distribution file'
                   5198: => 'custom distribution file',
                   5199: # cusParam distribution Arquivo
                   5200:    'discuss'
                   5201: => 'discuss',
                   5202: 
                   5203:    'discuss[_1]'
                   5204: => 'discuss[_1]',
                   5205: 
                   5206:    'domain'
                   5207: => 'domain',
                   5208: # Domínio
                   5209:    'due date'
                   5210: => 'due date',
                   5211: # Limite deme
                   5212:    'edit crs'
                   5213: => 'edit crs',
                   5214: # Editarar crs
                   5215:    'ences'
                   5216: => 'ences',
                   5217: # 
                   5218:    'evaluate'
                   5219: => 'evaluate',
                   5220: # eValorme
                   5221:    'expired or revoked'
                   5222: => 'expired or revoked',
                   5223: # expiRed ou Revoked
                   5224:    'extension'
                   5225: => 'extension',
                   5226: 
                   5227:    'external'
                   5228: => 'external',
                   5229: 
                   5230:    'feedback'
                   5231: => 'feedback',
                   5232: 
                   5233:    'first name'
                   5234: => 'first name',
                   5235: # first Nome
                   5236:    'for'
                   5237: => 'for',
                   5238: # fou
                   5239:    'for <b>all resources in the course</b>'
                   5240: => 'for <b>all resources in the course</b>',
                   5241: # fou <b>tudo Recursos in the </b>
                   5242:    'for <b>all students in course</b>'
                   5243: => 'for <b>all students in course</b>',
                   5244: # fou <b>tudo Estudantes Não Curso</b>
                   5245:    'for [_1]'
                   5246: => 'for [_1]',
                   5247: # fou [_1]
                   5248:    'for section [_1]'
                   5249: => 'for section [_1]',
                   5250: # fou Seção [_1]
                   5251:    'for the map named [_1]'
                   5252: => 'for the map named [_1]',
                   5253: # fou the Mapa/Sequëncia Nomed [_1]
                   5254:    'for the resource named [_1]'
                   5255: => 'for the resource named [_1]',
                   5256: # fou the Recurso(s) Nomed [_1]
                   5257:    'for visible separation'
                   5258: => 'for visible separation',
                   5259: # fou visible sepaRemion
                   5260:    'forward'
                   5261: => 'forward',
                   5262: # fouward
                   5263:    'from'
                   5264: => 'from',
                   5265: # De
                   5266:    'from current subdirectory'
                   5267: => 'from current subdirectory',
                   5268: # De Corrente subdiRecParauy
                   5269:    'generation'
                   5270: => 'generation',
                   5271: # geneRemion
                   5272:    'have different numbers and answers'
                   5273: => 'have different numbers and answers',
                   5274: # have diffeRent numbers and Respostas
                   5275:    'helper'
                   5276: => 'helper',
                   5277: # Ajudaer
                   5278:    'in'
                   5279: => 'in',
                   5280: 
                   5281:    'in domain'
                   5282: => 'in domain',
                   5283: # in Domínio
                   5284:    'info'
                   5285: => 'info',
                   5286: # 
                   5287:    'instructor'
                   5288: => 'instructor',
                   5289: # inde Recursosou
                   5290:    'internal'
                   5291: => 'internal',
                   5292: 
                   5293:    'is in this state by royal decree.'
                   5294: => 'is in this state by royal decree.',
                   5295: # is in this steme Por royal decRee.
                   5296:    'is ready for download'
                   5297: => 'is ready for download',
                   5298: # is Ready fou downUtilização do Servidor
                   5299:    'last name'
                   5300: => 'last name',
                   5301: # last Nome
                   5302:    'make these dates the default for future enrollment'
                   5303: => 'make these dates the default for future enrollment',
                   5304: # make these demes the padrão fou futuRe memrícula.m.nt
                   5305:    'middle name'
                   5306: => 'middle name',
                   5307: # middle Nome
                   5308:    'name'
                   5309: => 'name',
                   5310: # Nome
                   5311:    'nication'
                   5312: => 'nication',
                   5313: # 
                   5314:    'no ending date'
                   5315: => 'no ending date',
                   5316: # Não Fiming deme
                   5317:    'number'
                   5318: => 'number',
                   5319: 
                   5320:    'number of tries'
                   5321: => 'number of tries',
                   5322: # number de Tentativas
                   5323:    'obsolete replacement'
                   5324: => 'obsolete replacement',
                   5325: # obsolePara Replacement
                   5326:    'only check if you know what you are doing'
                   5327: => 'only check if you know what you are doing',
                   5328: # only check if you kNãow whem you aRe doing
                   5329:    'only search domain'
                   5330: => 'only search domain',
                   5331: # only pesquisar Domínio
                   5332:    'opening date'
                   5333: => 'opening date',
                   5334: # Abriring deme
                   5335:    'optional'
                   5336: => 'optional',
                   5337: 
                   5338:    'or any other value'
                   5339: => 'or any other value',
                   5340: # ou any other Valor
                   5341:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5342: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
                   5343: # pRev &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
                   5344:    'private'
                   5345: => 'private',
                   5346: # priveme
                   5347:    'problem weight'
                   5348: => 'problem weight',
                   5349: # problema weight
                   5350:    'public'
                   5351: => 'public',
                   5352: 
                   5353:    'role,role,...'
                   5354: => 'role,role,...',
                   5355: # sua função,sua função,...
                   5356:    'section'
                   5357: => 'section',
                   5358: # Seção
                   5359:    'selected students'
                   5360: => 'selected students',
                   5361: # SelecionaRed Estudantes
                   5362:    'set'
                   5363: => 'set',
                   5364: 
                   5365:    'standard'
                   5366: => 'standard',
                   5367: 
                   5368:    'standard courses only'
                   5369: => 'standard courses only',
                   5370: # standard s only
                   5371:    'student'
                   5372: => 'student',
                   5373: # Estudante
                   5374:    'student name'
                   5375: => 'student name',
                   5376: # Estudante Nome
                   5377:    'tations'
                   5378: => 'tations',
                   5379: # temions
                   5380:    'template'
                   5381: => 'template',
                   5382: # templeme
                   5383:    'textual_remote_display'
                   5384: => 'textual_remote_display',
                   5385: # Textoual_Remote_Display
                   5386:    'this'
                   5387: => 'this',
                   5388: 
                   5389:    'to'
                   5390: => 'to',
                   5391: # Para
                   5392:    'to [_1] ([_2])'
                   5393: => 'to [_1] ([_2])',
                   5394: # Para [_1] ([_2])
                   5395:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   5396: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
                   5397: # Para interface with institutional dema, e.g., fs03glg231 fou Ftudo 2003 Geology 231
                   5398:    'unable to enroll'
                   5399: => 'unable to enroll',
                   5400: # unable Para memrículas
                   5401:    'uncheck all'
                   5402: => 'uncheck all',
                   5403: # uncheck tudo
                   5404:    'use related words'
                   5405: => 'use related words',
                   5406: # use Relemed wouds
                   5407:    'username'
                   5408: => 'username',
                   5409: # geRenciarNome
                   5410:    'versus'
                   5411: => 'versus',
                   5412: 
                   5413:    'waiting on [_1]'
                   5414: => 'waiting on [_1]',
                   5415: # aguardando [_1]
                   5416:    'what you just saw on the screen'
                   5417: => 'what you just saw on the screen',
                   5418: # whem you just saw on the scReen
                   5419:    'with server'
                   5420: => 'with server',
                   5421: # with Servidor
                   5422:    'yes'
                   5423: => 'yes',
                   5424: # Sim
                   5425: 
                   5426: 
                   5427: #SYNC Tue Aug 15 14:43:22 2006
                   5428:    '# 16 Aug 14:45'
                   5429: => '# 16 Aug 14:45',
                   5430: # #LON-CAPA6 AugLON-CAPA4:45
                   5431:    'Enter my portfolio space'
                   5432: => 'Enter my portfolio space',
                   5433: # fornecer minhas poutfolio publicado(s)
                   5434:    'No syllabus information provided.'
                   5435: => 'No syllabus information provided.',
                   5436: # Não PlaNão de Estudos infoumemion provided.
                   5437:    'Post Discussion'
                   5438: => 'Post Discussion',
                   5439: 
                   5440:    'Sorry ...'
                   5441: => 'Sorry ...',
                   5442: # Soury ...
                   5443:    'This resource might be part of another course.'
                   5444: => 'This resource might be part of another course.',
                   5445: # this Recurso(s) might be Parte de aNãother Curso.
                   5446: 
                   5447: 
                   5448: #SYNC Tue Aug 15 16:12:13 2006
                   5449:    '# mt fehlt'
                   5450: => '# mt fehlt',
                   5451: 
                   5452:    'Agree'
                   5453: => 'Agree',
                   5454: 
                   5455:    'Any comments? '
                   5456: => 'Any comments? ',
                   5457: 
                   5458:    'Copy this column'
                   5459: => 'Copy this column',
                   5460: # Copy this Coluna
                   5461:    'Disagree'
                   5462: => 'Disagree',
                   5463: 
                   5464:    'General Intro'
                   5465: => 'General Intro',
                   5466: # geral intro
                   5467:    'Greek Symbols'
                   5468: => 'Greek Symbols',
                   5469: 
                   5470:    'HTML character enties'
                   5471: => 'HTML character enties',
                   5472: 
                   5473:    'Highest Grade Level'
                   5474: => 'Highest Grade Level',
                   5475: 
                   5476:    '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.'
                   5477: => '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.',
                   5478: # 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.
                   5479:    'LON-CAPA Help'
                   5480: => 'LON-CAPA Help',
                   5481: # LON-CAPA Ajuda
                   5482:    'Landscape'
                   5483: => 'Landscape',
                   5484: 
                   5485:    'Launch navigation window'
                   5486: => 'Launch navigation window',
                   5487: # Launch navigemion window
                   5488:    'Lowest Grade Level'
                   5489: => 'Lowest Grade Level',
                   5490: 
                   5491:    'Mark all posts read'
                   5492: => 'Mark all posts read',
                   5493: # Mark tudo posts Read
                   5494:    'My question/comment/feedback:'
                   5495: => 'My question/comment/feedback:',
                   5496: # minhas question/comment/feedback:
                   5497:    'Not set -'
                   5498: => 'Not set -',
                   5499: # Nãot Set -
                   5500:    'Other Symbols'
                   5501: => 'Other Symbols',
                   5502: 
                   5503:    'Please check at least one of the following feedback types:'
                   5504: => 'Please check at least one of the following feedback types:',
                   5505: # Please check em least one de the following feedback Tipos:
                   5506:    'Please rank the following criteria:'
                   5507: => 'Please rank the following criteria:',
                   5508: 
                   5509:    'Portrait'
                   5510: => 'Portrait',
                   5511: # Poutrait
                   5512:    'Question about resource content'
                   5513: => 'Question about resource content',
                   5514: # Question about Recurso(s) content
                   5515:    'Question/Comment/Feedback about course policy'
                   5516: => 'Question/Comment/Feedback about course policy',
                   5517: # Question/Comment/feedback about Curso policy
                   5518:    'Select a Course to Enter'
                   5519: => 'Select a Course to Enter',
                   5520: # Selecione um curso Para fornecer
                   5521:    'Sending Messages'
                   5522: => 'Sending Messages',
                   5523: # SFiming Messages
                   5524:    'Show Me My First Homework Problem'
                   5525: => 'Show Me My First Homework Problem',
                   5526: # Show Me minhas First Homewouk problema
                   5527:    'Standards'
                   5528: => 'Standards',
                   5529: 
                   5530:    'Strongly Agree'
                   5531: => 'Strongly Agree',
                   5532: 
                   5533:    'Strongly Disagree'
                   5534: => 'Strongly Disagree',
                   5535: 
                   5536:    'Symbol'
                   5537: => 'Symbol',
                   5538: 
                   5539:    'The material appears to be correct '
                   5540: => 'The material appears to be correct ',
                   5541: # The memerial appears Para be couRect 
                   5542:    'The material is helpful '
                   5543: => 'The material is helpful ',
                   5544: # The memerial is Ajudaful 
                   5545:    'The material is presented in a clear way '
                   5546: => 'The material is presented in a clear way ',
                   5547: # The memerial is pResented in a clear way 
                   5548:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5549: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
                   5550: # The Recurso(s) is technictudoy couRect (Utilização do Servidors fast eNãough, does Nãot produce errous, links wouk, etc) 
                   5551: 
                   5552: 
                   5553: #SYNC Tue Aug 15 18:55:42 2006
                   5554: 
1.27    ! riegler  5555: 
        !          5556: #SYNC Fri Aug 18 20:46:55 2006
        !          5557:    'HTML character entities'
        !          5558: => 'HTML character entities',
        !          5559: 
        !          5560: 
1.20      www      5561: #SYNCMARKER
1.1       www      5562: );
                   5563: 
                   5564: 1;

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