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

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Portuguese Localization Lexicon
                      3: #
1.10    ! www         4: # $Id: pt.pm,v 1.9 2003/10/06 20:58:51 www Exp $
1.1       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
1.2       www        32: package Apache::localize::pt;
1.1       www        33: use base qw(Apache::localize);
1.4       www        34: 
1.1       www        35: %Lexicon=('_AUTO' => 1,
1.4       www        36:           
                     37: 'char_encoding'=> 'ISO-8859-1',
                     38: 'language_code'=> 'pt',
1.8       www        39: 'date_locale'  => 
                     40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds Uhr',
                     41: 'date_months'  => 'Jan,Febr,Mar,April,Mai,Juni,Juli,Aug,Sept,Okt,Nov,Dez',
                     42: 'date_days'    => 'So,Mo,Di,Mi,Do,Fr,Sa',
                     43: 'date_am' => 'vormittags',
                     44: 'date_pm' => 'nachmittags',
                     45: 
1.3       www        46: 
                     47:    'aboutlon.gif'
                     48: => 'aboutlon_pt.gif',
                     49: 
                     50:    'accessbutton.gif'
                     51: => 'accessbutton_pt.gif',
                     52: 
                     53:    'userauthentication.gif'
                     54: => 'userauthentication_pt.gif',
                     55: 
1.4       www        56:    'Domain'
                     57: => 'Domínio',
                     58: 
1.1       www        59:    'Server'
                     60: => 'Servidor',
                     61: 
                     62:    'Load'
1.4       www        63: => 'Carga',
1.1       www        64: 
                     65:    'User Load'
1.4       www        66: => 'Carga do Usuário',
1.1       www        67: 
                     68:    'Help'
1.2       www        69: => 'Ajuda',
1.1       www        70: 
                     71:    'Log in'
1.4       www        72: => 'Executar Logon',
1.1       www        73: 
                     74:    'Username'
1.4       www        75: => 'Nome do Usuário',
1.1       www        76: 
                     77:    'Password'
1.3       www        78: => 'Senha',
                     79: 
                     80:    'choose'
                     81: => 'escolha',
                     82: 
                     83:    'enter'
                     84: => 'entrar',
                     85: 
                     86:    'view'
                     87: => 'ver',
                     88: 
                     89:    'calendar'
1.4       www        90: => 'calendário',
1.3       www        91: 
                     92:    'prefer-'
1.4       www        93: => 'prefe-',
1.3       www        94: 
                     95:    'ences'
1.4       www        96: => 'rências',
1.3       www        97: 
                     98:    'role'
1.4       www        99: => 'função',
1.3       www       100: 
                    101:    'course'
                    102: => 'curso',
                    103: 
                    104:    'Course'
                    105: => 'Curso',
                    106: 
                    107:    'Section/Group'
1.4       www       108: => 'Seção/Grupo',
                    109: 
                    110:    'today'
                    111: => 'hoje',
                    112: 
                    113:    'last week'
                    114: => 'semana passada',
                    115: 
                    116:    'last month'
                    117: => 'mês passado',
                    118: 
                    119:    'last three months'
                    120: => 'ultimos três meses',
                    121: 
                    122:    'last six months'
                    123: => 'ultimos seis meses',
                    124: 
                    125:    'last year'
                    126: => 'ano passado',
                    127: 
                    128:    'Submit'
                    129: => 'Submeter',
                    130: 
                    131:    'Rename'
                    132: => 'Renomear',
                    133: 
                    134:    'Save'
                    135: => 'Salvar',
                    136: 
                    137:    'Done'
                    138: => 'Feito',
                    139: 
                    140:    'Select User'
                    141: => 'Selecione Usuário',
                    142: 
                    143:    'Select Course'
                    144: => 'Selecione Curso',
1.3       www       145: 
1.4       www       146:    'Changes will become active for your current session after'
                    147: => 'Alterações serão ativadas para sua atual seção após',
                    148: 
                    149:    're-initializing course'
                    150: => 'reiniciar o curso',
                    151: 
                    152:    ', or the next time you log in.'
                    153: => ', ou na próxima vez que você executar o logon.',
                    154: 
                    155:    'Uploaded Document'
                    156: => 'Carregar Documento',
                    157: 
                    158:    'No content modifications yet.'
                    159: => 'Sem modificações de conteúdo ainda.',
                    160: 
                    161:    'Part is not open to be viewed. It'
                    162: => 'Objeto não está aberto para ser visualizado. Ele',
                    163: 
                    164:    'Unable to determine if this resource is open due to network problems. Please try again later.'
                    165: => 'Impossível determinar se o recurso está aberto devido a problemas de rede. Por favor tente novamente mais tarde',
                    166: 
                    167:    'Note: it can take up to 10 minutes for changes to take effect for all users.'
                    168: => 'Nota: pode levar cerca de 10 minutos para as alterações terem efeito para todos os usuários.',
                    169: 
                    170:    'Language'
                    171: => 'Linguagem',
                    172: 
                    173:    'Notes'
                    174: => 'Notas',
                    175: 
                    176:    'Abstract'
                    177: => 'Sumário',
                    178:  
1.3       www       179:    'Create a user or modify the roles and privileges of a user'
1.4       www       180: => 'Criar um usuário ou modificar funções e privilégios de um usuário',
1.3       www       181: 
                    182:    'View course assessment statistics'
1.4       www       183: => 'Ver estatísticas de avaliação do curso',
1.3       www       184: 
                    185:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.4       www       186: => 'Setar prazos finais e outros parāmetros de avaliação, bem como modificar o ambiente do curso',
1.3       www       187: 
                    188:    'New Folder'
                    189: => 'Nova Pasta',
                    190: 
                    191:    'Simple Page'
1.4       www       192: => 'Página Simples',
1.3       www       193: 
                    194:    'Simple Problem'
                    195: => 'Problema Simples',
                    196: 
                    197:    'Upload Document'
1.4       www       198: => 'Carregar Documento',
1.3       www       199: 
                    200:    'Search'
1.4       www       201: => 'Pesquisa',
1.3       www       202: 
                    203:    'Import'
                    204: => 'Importar',
                    205: 
                    206:    'Main Course Documents'
                    207: => 'Documentos Principais do Curso',
                    208: 
                    209:    'Supplemental Course Documents'
                    210: => 'Documentos Suplementares do Curso',
                    211: 
                    212:    'Bulletin Board'
1.4       www       213: => 'Bulletin Board',
1.3       www       214: 
                    215:    'Special Documents'
                    216: => 'Documentos Especiais',
                    217: 
                    218:    'create'
                    219: => 'criar',
                    220: 
                    221:    'grades'
                    222: => 'notas',
                    223: 
                    224:    'commu-'
                    225: => 'comu-',
                    226: 
                    227:    'nication'
1.4       www       228: => 'nicação',
1.3       www       229: 
                    230:    'enroll'
1.4       www       231: => 'inscrever',
1.3       www       232: 
                    233:    'navigate'
                    234: => 'navegar',
                    235: 
                    236:    'contents'
1.4       www       237: => 'conteúdos',
1.3       www       238: 
                    239:    'Navigate Contents'
1.4       www       240: => 'Navegar Conteúdos',
1.3       www       241: 
                    242:    'Announcements and Calendar'
1.4       www       243: => 'Anúncios e Calendário',
1.3       www       244: 
                    245:    'Author'
                    246: => 'Autor',
                    247: 
                    248:    'Change Your Preferences'
1.4       www       249: => 'Modificar Suas Preferências',
1.3       www       250: 
                    251:    'Choose the user role'
1.4       www       252: => 'Alterar a função do usuário',
1.3       www       253: 
                    254:    'Co-Author'
                    255: => 'Co-Autor',
                    256: 
                    257:    'Communication and Messages'
1.4       www       258: => 'Comunicação e Mensagens',
1.3       www       259: 
                    260:    'Course Coordinator'
                    261: => 'Coordenador do Curso',
                    262: 
                    263:    'Course Statistics and Charts'
1.4       www       264: => 'Estatísticas do Curso e Gráficos',
1.3       www       265: 
                    266:    'Course announcements and my calendar'
1.4       www       267: => 'Avisos do curso e meu calendário',
1.3       www       268: 
                    269:    'Create Users, Change User Privileges'
1.4       www       270: => 'Criar Usuários, Alterar Privilégios de Usuários',
1.3       www       271: 
                    272:    'Domain Coordinator'
1.4       www       273: => 'Coordenador do Domínio',
1.3       www       274: 
                    275:    'Enrollment Manager'
1.4       www       276: => 'Gerenciador de Inscrições',
                    277: 
                    278:    'Enter grades from check-out assessment resources'
                    279: => 'Enter grades from check-out assessment resources',
                    280: 
                    281:    'Exam Proctor'
                    282: => 'Exam Proktor',
1.3       www       283: 
                    284:    'Exit LON-CAPA'
                    285: => 'Sair do LON-CAPA',
                    286: 
                    287:    'Grades Spreadsheet'
                    288: => 'Planilha de Notas',
                    289: 
                    290:    'Grading'
1.4       www       291: => 'Grading',
1.3       www       292: 
                    293:    'Instructor'
                    294: => 'Instrutor',
                    295: 
                    296:    'Launch Remote Control'
                    297: => 'Executar o Controle Remoto',
                    298: 
                    299:    'Main Menu'
                    300: => 'Menu Principal',
                    301: 
                    302:    'Navigate Course Contents'
1.4       www       303: => 'Navegar pelos Conteúdos do Curso',
1.3       www       304: 
                    305:    'No Role, Cumulative Privileges'
1.4       www       306: => 'Sem função, privilégios cumulativos',
1.3       www       307: 
                    308:    'Return to Last Location'
1.4       www       309: => 'Retorna para última Localização',
1.3       www       310: 
                    311:    'Send and receive messages'
                    312: => 'Enviar e receber mensagens',
                    313: 
                    314:    'Set my user preferences'
1.4       www       315: => 'Setar minhas preferências de usuário',
1.3       www       316: 
                    317:    'Student'
                    318: => 'Estudante',
                    319: 
                    320:    'Switch to another user role'
1.4       www       321: => 'Trocar para outra função de usuário',
1.3       www       322: 
                    323:    'Teaching Assistant'
1.4       www       324: => 'Assistente do professor',
1.3       www       325: 
                    326:    'Use or edit my bookmark collection'
1.4       www       327: => 'Usar ou editar minha coleção de marcadores',
1.3       www       328: 
                    329:    'User Roles'
1.4       www       330: => 'Funções do Usuário',
1.3       www       331: 
                    332:    'Calculate course grades (Spreadsheet)'
                    333: => 'Calcular notas do curso (Planilha)',
                    334: 
                    335:    'Enter the chatroom for the course'
1.4       www       336: => 'Entrar na sala de bate-papo do curso',
1.3       www       337: 
                    338:    'Navigate the table of contents for this course'
1.4       www       339: => 'Navegar na lista de conteúdos deste curso',
1.3       www       340: 
                    341:    'Syllabus'
1.4       www       342: => 'Plano de Estudos',
1.3       www       343: 
                    344:    'View the course assessment progress chart'
1.4       www       345: => 'Ver o gráfico evolutivo da avaliação do curso',
1.3       www       346: 
                    347:    'Class Hours'
1.4       www       348: => 'Class Hours',
1.3       www       349: 
                    350:    'Course Description'
1.4       www       351: => 'Descrição do Curso',
                    352: 
                    353:    'Coursepack'
                    354: => 'Coursepack',
1.3       www       355: 
                    356:    'Current Month'
1.4       www       357: => 'Mês Corrente',
1.3       www       358: 
                    359:    'Deadlines'
1.4       www       360: => 'Prazos finais',
1.3       www       361: 
                    362:    'Fri'
                    363: => 'Sex',
                    364: 
                    365:    'Grading Information'
1.4       www       366: => 'Grading Information',
                    367: 
                    368:    'Helproom Hours'
                    369: => 'Helproom Hours',
1.3       www       370: 
                    371:    'Instructor Information'
1.4       www       372: => 'Informação do Instrutor',
1.3       www       373: 
                    374:    'Mon'
                    375: => 'Seg',
                    376: 
                    377:    'Next Month'
1.4       www       378: => 'Próximo Mês',
                    379: 
                    380:    'Office Hours'
                    381: => 'Office Hours',
1.3       www       382: 
                    383:    'Prerequisites'
1.4       www       384: => 'Pré-Requisitos',
1.3       www       385: 
                    386:    'Previous Month'
1.4       www       387: => 'Mês Passado',
1.3       www       388: 
                    389:    'Readings'
1.4       www       390: => 'Leituras',
1.3       www       391: 
                    392:    'Sat'
                    393: => 'Sab',
                    394: 
                    395:    'January'
                    396: => 'Janeiro',
                    397: 
                    398:    'February'
                    399: => 'Fevereiro',
                    400: 
                    401:    'March'
                    402: => 'Marco',
                    403: 
                    404:    'April'
                    405: => 'Abril',
                    406: 
                    407:    'May'
                    408: => 'Maio',
                    409: 
                    410:    'June'
                    411: => 'Junho',
                    412: 
                    413:    'July'
                    414: => 'Julho',
                    415: 
                    416:    'August'
                    417: => 'Agosto',
                    418: 
                    419:    'September'
                    420: => 'Setembro',
                    421: 
                    422:    'October'
                    423: => 'Outubro',
                    424: 
                    425:    'November'
                    426: => 'Novembro',
                    427: 
                    428:    'December'
                    429: => 'Dezembro',
                    430: 
                    431:    'Sun'
                    432: => 'Dom',
                    433: 
                    434:    'Textbook'
                    435: => 'Livro Texto',
                    436: 
                    437:    'Thu'
                    438: => 'Qui',
                    439: 
                    440:    'Tue'
                    441: => 'Ter',
                    442: 
                    443:    'Web Links'
                    444: => 'Atalhos para Web',
                    445: 
                    446:    'Wed'
                    447: => 'Qua',
                    448: 
                    449:    'Drop/Add students in this course'
                    450: => 'Remover/Adicionar estudantes ao curso',
                    451: 
                    452:    'You have entered that answer before'
1.4       www       453: => 'Você já entrou com esta resposta anteriormente',
1.3       www       454: 
                    455:    'A score has been assigned.'
1.4       www       456: => 'Uma nota foi atribuída.',
1.3       www       457: 
                    458:    'You are correct.'
1.4       www       459: => 'Correto!',
                    460: 
                    461:    'Your receipt is'
                    462: => 'Your receipt is',
1.3       www       463: 
                    464:    'You are excused from the problem.'
1.4       www       465: => 'You are excused from the problem.',
1.3       www       466: 
                    467:    'Incorrect'
1.4       www       468: => 'Incorreto.',
1.3       www       469: 
                    470:    'Some parts were not submitted.'
1.4       www       471: => 'Algumas partes não foram submetidas.',
1.3       www       472: 
                    473:    'An error occured while grading your answer.'
1.4       www       474: => 'Ocorreu um erro durante a avaliação da sua resposta.',
1.3       www       475: 
                    476:    'The submitted answer was too long.'
                    477: => 'A resposta submetida era muito longa.',
                    478: 
                    479:    'This question expects a numeric answer.'
1.4       www       480: => 'Esta questão requer uma resposta numérica',
1.3       www       481: 
                    482:    'You have provided an invalid ranking'
1.4       www       483: => 'Você forneceu uma ordem invalida',
1.3       www       484: 
                    485:    'please refer to'
                    486: => 'por favor verifique',
                    487: 
                    488:    'The filetype extension of the file you uploaded is not allowed.'
1.4       www       489: => 'A extensão do arquivo que você carregou não é permitida.',
1.3       www       490: 
                    491:    'Units incorrect.'
1.4       www       492: => 'Unidades incorretas.',
1.3       www       493: 
                    494:    'Only a number required.'
1.4       www       495: => 'Somente um número requerido.',
1.3       www       496: 
                    497:    'Units required'
1.4       www       498: => 'Unidades requeridas',
1.3       www       499: 
                    500:    'Unable to understand formula'
1.4       www       501: => 'Impossível entender a formula',
1.3       www       502: 
                    503:    'Your submission has been recorded.'
1.4       www       504: => 'Sua submissão foi registrada.',
1.3       www       505: 
                    506:    'Unknown message'
                    507: => 'Mensagem desconhecida',
                    508: 
                    509:    'Answer Submitted'
                    510: => 'Resposta Submetida',
                    511: 
1.4       www       512:    'Tries'
                    513: => 'Tentativas',
                    514: 
1.3       www       515:    'Submit Answer'
                    516: => 'Submeter Resposta',
                    517: 
                    518:    'Prepare a printable document'
1.4       www       519: => 'Preparar um documento para Impressão',
1.3       www       520: 
                    521:    'Go To My First Homework Problem'
1.4       www       522: => 'Ir para o Primeiro Problema da minha Lição de Casa',
1.3       www       523: 
                    524:    'Discussions'
1.4       www       525: => 'Discussões',
1.3       www       526: 
                    527:    'New discussion since'
1.4       www       528: => 'Nova discussão desde',
1.3       www       529: 
                    530:    'Goodbye'
                    531: => 'Tchau',
                    532: 
                    533:    'Select'
                    534: => 'Selecione',
                    535: 
                    536:    'Re-Initialize'
                    537: => 'Reiniciar',
                    538: 
                    539:    'Currently selected. '
                    540: => 'Selecionado atualmente.',
                    541: 
                    542:    'Switch Server'
                    543: => 'Trocar Servidor',
                    544: 
1.4       www       545:    'system wide'
                    546: => 'system wide',
                    547: 
1.3       www       548:    'Currently not available'
1.4       www       549: => 'Indisponível no momento',
1.3       www       550: 
                    551:    'No role specified'
1.4       www       552: => 'Sem função especificada',
1.3       www       553: 
                    554:    'Remark'
1.4       www       555: => 'Observação',
                    556: 
                    557:    'Extent'
                    558: => 'Extensão',
1.3       www       559: 
                    560:    'User Role'
1.4       www       561: => 'Função do Usuário',
1.3       www       562: 
                    563:    'Start'
1.4       www       564: => 'Início',
1.3       www       565: 
                    566:    'End'
                    567: => 'Fim',
                    568: 
                    569:    'System'
                    570: => 'Sistema',
                    571: 
                    572:    'Display'
                    573: => 'Display',
                    574: 
1.4       www       575:    "an unknown date"
                    576: => 'uma data desconhecida',
                    577: 
                    578:    "an indeterminate date"
                    579: => 'uma data indeterminada',
                    580: 
                    581:    "will open on"
                    582: => "irá abrir em",
                    583: 
                    584:    "is due at"
                    585: => "é devido à",
                    586: 
                    587:    "was due on"
                    588: => "foi devido à",
                    589: 
                    590:    'is closed but you are allowed to view it'
                    591: => "está fechado mas você tem permissão para visualizá-lo",
                    592: 
                    593:    "Undid changes, Switched"
                    594: => "Desfeitas alterações, Trocado",
                    595: 
                    596:    "Unable to undo, unable to switch"
                    597: => "Impossível desfazer, impossível trocar",
                    598: 
                    599:    "Unable to make backup"
                    600: => "Impossível fazer cópia de segurança",
                    601: 
                    602:    "Saving Modifications to"
                    603: => "Salvando Modificações para",
                    604: 
                    605:    "Unable to write to"
                    606: => "Impossível escrever em",
                    607: 
                    608:    "Analyzing a problem"
                    609: => "Analisando um problema",
                    610: 
                    611:    "EditXML"
                    612: => "Editar XML",
                    613: 
                    614:    'Discard Edits and View'
                    615: => 'Descartar Alterações e Visualizar',
                    616: 
                    617:    'Submit Changes'
                    618: => 'Submeter alterações',
                    619: 
                    620:    'Submit Changes and View'
                    621: => 'Submeter alterações e Visualizar',
                    622: 
                    623:    'Edit'
                    624: => 'Editar',
                    625: 
                    626:    ', select a template from the pull-down menu below'
                    627: =>', selecione um modelo do menu pull-down abaixo',
                    628: 
                    629:    'undo'
                    630: => 'desfazer',
                    631: 
                    632:    'Answer'
                    633: => 'Resposta',
                    634: 
                    635:    'Frequency'
                    636: => 'Freqüência',
                    637: 
                    638:    'You did not select a template.'
                    639: => 'Você não selecionou um modelo.',
                    640: 
                    641:    'Analyze Progress'
                    642: => 'Analisar Progresso',
                    643: 
                    644:    'Getting Problem Variants'
                    645: => 'Adquirindo Variantes do Problema',
                    646: 
                    647:    'last problem'
                    648: => 'último problema',
                    649: 
                    650:    "may open later."
                    651: => 'pode abrir mais tarde.',
                    652: 
                    653:    ', and answers will be available on'
                    654: =>', e respostas estarão disponíveis em',
                    655: 
                    656:    "Select a"
                    657: => "Selecione um",
                    658: 
                    659:    'Unable to find'
                    660: => 'Impossível localizar',
                    661: 
                    662:    'Part'
                    663: => 'Part',
                    664: 
                    665:    "Then"
                    666: => 'Então',
                    667: 
                    668:    'Create'
                    669: => 'Criar',
                    670: 
                    671:    'is in under construction'
                    672: => 'está em construção',
                    673: 
                    674:    'List of possible answers'
                    675: => 'Lista de possíveis respostas',
                    676: 
                    677:    'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
                    678: => '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.',
                    679: 
                    680:    'is not analyzable at this time'
                    681: => 'não é analisável neste momento',
1.6       www       682: 
                    683: 
                    684: #SYNC Fri Sep 26 14:41:18 2003
                    685:    'Access and Usage Statistics'
                    686: => 'Access and Usage Statistics',
                    687: 
                    688:    'Actions'
                    689: => 'Actions',
                    690: 
                    691:    'All homework is currently completed'
                    692: => 'All homework is currently completed',
                    693: 
                    694:    'Answer available'
                    695: => 'Answer available',
                    696: 
                    697:    'Answer submitted'
                    698: => 'Answer submitted',
                    699: 
                    700:    'Answer submitted, not yet graded'
                    701: => 'Answer submitted, not yet graded',
                    702: 
                    703:    'Back to Directory'
                    704: => 'Back to Directory',
                    705: 
                    706:    'Cancel'
                    707: => 'Cancel',
                    708: 
                    709:    'Construction Space Directory'
                    710: => 'Construction Space Directory',
                    711: 
                    712:    'Contact'
                    713: => 'Contact',
                    714: 
                    715:    'Copying file'
                    716: => 'Copying file',
                    717: 
                    718:    'Date'
                    719: => 'Date',
                    720: 
                    721:    'Empty'
                    722: => 'Empty',
                    723: 
                    724:    'Evaluation Comments'
                    725: => 'Evaluation Comments',
                    726: 
                    727:    'Evaluation Data'
                    728: => 'Evaluation Data',
                    729: 
                    730:    'Excused by instructor'
                    731: => 'Excused by instructor',
                    732: 
                    733:    'File'
                    734: => 'File',
                    735: 
                    736:    'Go Back'
                    737: => 'Go Back',
                    738: 
                    739:    'It is recommended that you use an up-to-date virus scanner before handling this file.'
                    740: => 'It is recommended that you use an up-to-date virus scanner before handling this file.',
                    741: 
                    742:    'Last Modified'
                    743: => 'Last Modified',
                    744: 
                    745:    'Map'
                    746: => 'Map',
                    747: 
                    748:    'Map contents are not shown in order.'
                    749: => 'Map contents are not shown in order.',
                    750: 
                    751:    'Name'
                    752: => 'Name',
                    753: 
                    754:    'New Messages'
                    755: => 'New Messages',
                    756: 
                    757:    'New Search'
                    758: => 'New Search',
                    759: 
                    760:    'No due date'
                    761: => 'No due date',
                    762: 
                    763:    'No upload file specified.'
                    764: => 'No upload file specified.',
                    765: 
                    766:    'No write permission to user directory, FAIL'
                    767: => 'No write permission to user directory, FAIL',
                    768: 
                    769:    'Open, no due date'
                    770: => 'Open, no due date',
                    771: 
                    772:    'Page'
                    773: => 'Page',
                    774: 
                    775:    'Path'
                    776: => 'Path',
                    777: 
                    778:    'Please use browser "Back" button and pick a filename'
                    779: => 'Please use browser "Back" button and pick a filename',
                    780: 
                    781:    'Processing'
                    782: => 'Processing',
                    783: 
                    784:    'Searching'
                    785: => 'Searching',
                    786: 
                    787:    'Select the Construction Space'
                    788: => 'Select the Construction Space',
                    789: 
                    790:    'Sequence'
                    791: => 'Sequence',
                    792: 
                    793:    'Server Administration'
                    794: => 'Server Administration',
                    795: 
                    796:    'Show Only Uncompleted Homework'
                    797: => 'Show Only Uncompleted Homework',
                    798: 
                    799:    'Status'
                    800: => 'Status',
                    801: 
                    802:    'Store uploaded file as '
                    803: => 'Store uploaded file as ',
                    804: 
                    805:    'System Administration'
                    806: => 'System Administration',
                    807: 
                    808:    'The target is an existing directory.'
                    809: => 'The target is an existing directory.',
                    810: 
                    811:    'Title'
                    812: => 'Title',
                    813: 
                    814:    'Uncompleted Homework'
                    815: => 'Uncompleted Homework',
                    816: 
                    817:    'View All Messages'
                    818: => 'View All Messages',
                    819: 
                    820:    'Was due'
                    821: => 'Was due',
                    822: 
                    823:    'Yes'
                    824: => 'Yes',
                    825: 
                    826:    'You do not have authoring privileges for this resource'
                    827: => 'You do not have authoring privileges for this resource',
                    828: 
                    829:    'You have no unread messages'
                    830: => 'You have no unread messages',
                    831: 
                    832:    'could not be copied.'
                    833: => 'could not be copied.',
                    834: 
                    835:    'never'
                    836: => 'never',
                    837: 
                    838:    'not displayed'
                    839: => 'not displayed',
                    840: 
1.7       www       841: 
                    842: 
                    843: #SYNC Fri Sep 26 16:57:11 2003
                    844:    ', is reserved internally by LON-CAPA.'
                    845: => ', is reserved internally by LON-CAPA.',
                    846: 
                    847:    'Back to'
                    848: => 'Back to',
                    849: 
                    850:    'Back to Source'
                    851: => 'Back to Source',
                    852: 
                    853:    'Back to Source Directory'
                    854: => 'Back to Source Directory',
                    855: 
                    856:    'Became this version on ...'
                    857: => 'Became this version on ...',
                    858: 
                    859:    'Browse published resources'
                    860: => 'Browse published resources',
                    861: 
                    862:    'Choose the course to work on'
                    863: => 'Choose the course to work on',
                    864: # escolha the curso to work on
                    865:    'Create a new course'
                    866: => 'Create a new course',
                    867: # criar a new curso
                    868:    'Customized right of use ...	'
                    869: => 'Customized right of use ...	',
                    870: 
                    871:    'Delete messages from bulletin boards'
                    872: => 'Delete messages from bulletin boards',
                    873: 
                    874:    'Domain only - use limited to courses in the domain'
                    875: => 'Domain only - use limited to courses in the domain',
                    876: # Domínio only - use limited to cursos in the Domínio
                    877:    'Dynamic Metadata'
                    878: => 'Dynamic Metadata',
                    879: 
                    880:    'Edit and view documents included in this course'
                    881: => 'Edit and view documents included in this course',
                    882: # Editar and ver documents included in this curso
                    883:    'Edit/Modify DOCS'
                    884: => 'Edit/Modify DOCS',
                    885: # Editar/Modify DOCS
                    886:    'Enter my resource construction space'
                    887: => 'Enter my resource construction space',
                    888: # entrar my resource construction space
                    889:    'FAIL'
                    890: => 'FAIL',
                    891: 
                    892:    'Failed to copy source'
                    893: => 'Failed to copy source',
                    894: 
                    895:    'Failed to write metadata copy'
                    896: => 'Failed to write metadata copy',
                    897: 
                    898:    'File copied.'
                    899: => 'File copied.',
                    900: 
                    901:    'Finalize Publication'
                    902: => 'Finalize Publication',
                    903: 
                    904:    'Grant/revoke role of Co-Author'
                    905: => 'Grant/revoke role of Co-Author',
                    906: # Grant/revoke função of Co-Autor
                    907:    'Grant/revoke role of Domain Coordinator'
                    908: => 'Grant/revoke role of Domain Coordinator',
                    909: # Grant/revoke função of Coordenador do Domínio
                    910:    'Grant/revoke role of Exam Proctor'
                    911: => 'Grant/revoke role of Exam Proctor',
                    912: # Grant/revoke função of Exam Proktor
                    913:    'Grant/revoke role of Instructor'
                    914: => 'Grant/revoke role of Instructor',
                    915: # Grant/revoke função of Instrutor
                    916:    'Grant/revoke role of Student'
                    917: => 'Grant/revoke role of Student',
                    918: # Grant/revoke função of Estudante
                    919:    'Grant/revoke role of Superuser'
                    920: => 'Grant/revoke role of Superuser',
                    921: # Grant/revoke função of Superuser
                    922:    'Illegal filename.'
                    923: => 'Illegal filename.',
                    924: 
                    925:    'Name starting with'
                    926: => 'Name starting with',
                    927: # Name Inícioing with
                    928:    'No previous versions published.'
                    929: => 'No previous versions published.',
                    930: 
                    931:    'No write permission to'
                    932: => 'No write permission to',
                    933: 
                    934:    'Please pick a version to retrieve'
                    935: => 'Please pick a version to retrieve',
                    936: 
                    937:    'Private - visible to author only for testing purposes'
                    938: => 'Private - visible to author only for testing purposes',
                    939: # Private - visible to Autor only for testing purposes
                    940:    'Private Publication - did not synchronize database'
                    941: => 'Private Publication - did not synchronize database',
                    942: 
                    943:    'Public - no authentication or authorization required for use'
                    944: => 'Public - no authentication or authorization required for use',
                    945: # Public - no auEntãotication or Autorization required for use
                    946:    'Retrieval of an old version will overwrite the file currently in construction space'
                    947: => 'Retrieval of an old version will overwrite the file currently in construction space',
                    948: 
                    949:    'Retrieve previous versions of'
                    950: => 'Retrieve previous versions of',
                    951: 
                    952:    'Retrieve version'
                    953: => 'Retrieve version',
                    954: 
                    955:    'Rule'
                    956: => 'Rule',
                    957: 
                    958:    'Search the contents of this course'
                    959: => 'Search the contents of this course',
                    960: # Pesquisa the conteúdos of this curso
                    961:    'Search the database of published resources'
                    962: => 'Search the database of published resources',
                    963: # Pesquisa the database of published resources
                    964:    'Send broadcast and receipt-required email'
                    965: => 'Send broadcast and receipt-required email',
                    966: # SFim broadcast and receipt-required email
                    967:    'Show Problem Completeness'
                    968: => 'Show Problem Completeness',
                    969: 
                    970:    'Switch to another course'
                    971: => 'Switch to another course',
                    972: # Switch to another curso
                    973:    'System wide - can be used for any courses system wide'
                    974: => 'System wide - can be used for any courses system wide',
                    975: # Sistema wide - can be used for any cursos Sistema wide
                    976:    'System wide - open source to all authors'
                    977: => 'System wide - open source to all authors',
                    978: # Sistema wide - open source to all Autors
                    979:    'The extension on this file'
                    980: => 'The extension on this file',
                    981: 
                    982:    'This resource has been marked obsolete by the author(s)'
                    983: => 'This resource has been marked obsolete by the author(s)',
                    984: # This resource has been marked obsolete by the Autor(s)
                    985:    'Unsupported character combination'
                    986: => 'Unsupported character combination',
                    987: 
                    988:    'Uploaded'
                    989: => 'Uploaded',
                    990: # UpCargaed
                    991:    'Users with Roles Assigned by'
                    992: => 'Users with Roles Assigned by',
                    993: # Users with funçãos Assigned by
                    994:    'View documents included in this course'
                    995: => 'View documents included in this course',
                    996: # ver documents included in this curso
                    997:    'View file'
                    998: => 'View file',
                    999: # ver File
                   1000:    'untitled'
                   1001: => 'untitled',
                   1002: 
1.9       www      1003:    "Click to download or use your browser's Save Link function"
                   1004: => "Click to download or use your browser's Save Link function",
1.7       www      1005: 
                   1006: 
                   1007: #SYNC Fri Sep 26 17:00:04 2003
1.10    ! www      1008: 
        !          1009: 
        !          1010: #SYNC Tue Oct 14 14:28:24 2003
        !          1011:    '#Stdnts'
        !          1012: => '#Stdnts',
        !          1013: 
        !          1014:    '#YES'
        !          1015: => '#YES',
        !          1016: 
        !          1017:    '%Wrng'
        !          1018: => '%Wrng',
        !          1019: 
        !          1020:    '. . . for a particular section'
        !          1021: => '. . . for a particular section',
        !          1022: 
        !          1023:    '. . . for all students in the course'
        !          1024: => '. . . for all students in the course',
        !          1025: # . . . for all Estudantes in the curso
        !          1026:    '. . . for an individual student'
        !          1027: => '. . . for an individual student',
        !          1028: # . . . for an individual Estudante
        !          1029:    '1 am'
        !          1030: => '1 am',
        !          1031: 
        !          1032:    '1 pm'
        !          1033: => '1 pm',
        !          1034: 
        !          1035:    '10'
        !          1036: => '10',
        !          1037: 
        !          1038:    '10 am'
        !          1039: => '10 am',
        !          1040: 
        !          1041:    '10 pm'
        !          1042: => '10 pm',
        !          1043: 
        !          1044:    '100'
        !          1045: => '100',
        !          1046: 
        !          1047:    '11 am'
        !          1048: => '11 am',
        !          1049: 
        !          1050:    '11 pm'
        !          1051: => '11 pm',
        !          1052: 
        !          1053:    '12 am'
        !          1054: => '12 am',
        !          1055: 
        !          1056:    '12 noon'
        !          1057: => '12 noon',
        !          1058: 
        !          1059:    '2 am'
        !          1060: => '2 am',
        !          1061: 
        !          1062:    '2 pm'
        !          1063: => '2 pm',
        !          1064: 
        !          1065:    '20'
        !          1066: => '20',
        !          1067: 
        !          1068:    '3 am'
        !          1069: => '3 am',
        !          1070: 
        !          1071:    '3 pm'
        !          1072: => '3 pm',
        !          1073: 
        !          1074:    '4 am'
        !          1075: => '4 am',
        !          1076: 
        !          1077:    '4 pm'
        !          1078: => '4 pm',
        !          1079: 
        !          1080:    '5 am'
        !          1081: => '5 am',
        !          1082: 
        !          1083:    '5 pm'
        !          1084: => '5 pm',
        !          1085: 
        !          1086:    '50'
        !          1087: => '50',
        !          1088: 
        !          1089:    '6 am'
        !          1090: => '6 am',
        !          1091: 
        !          1092:    '6 pm'
        !          1093: => '6 pm',
        !          1094: 
        !          1095:    '7 am'
        !          1096: => '7 am',
        !          1097: 
        !          1098:    '7 pm'
        !          1099: => '7 pm',
        !          1100: 
        !          1101:    '8 am'
        !          1102: => '8 am',
        !          1103: 
        !          1104:    '8 pm'
        !          1105: => '8 pm',
        !          1106: 
        !          1107:    '9 am'
        !          1108: => '9 am',
        !          1109: 
        !          1110:    '9 pm'
        !          1111: => '9 pm',
        !          1112: 
        !          1113:    '<- Previous'
        !          1114: => '<- Previous',
        !          1115: 
        !          1116:    'ALL'
        !          1117: => 'ALL',
        !          1118: 
        !          1119:    'About Me'
        !          1120: => 'About Me',
        !          1121: 
        !          1122:    'Access Key Management'
        !          1123: => 'Access Key Management',
        !          1124: 
        !          1125:    'Additional Keywords'
        !          1126: => 'Additional Keywords',
        !          1127: 
        !          1128:    'Additional Metadata (non-standard, parameters, exports)'
        !          1129: => 'Additional Metadata (non-standard, parameters, exports)',
        !          1130: 
        !          1131:    'Advanced Catalog Search'
        !          1132: => 'Advanced Catalog Search',
        !          1133: # Advanced Catalog Pesquisa
        !          1134:    'Advanced Search'
        !          1135: => 'Advanced Search',
        !          1136: # Advanced Pesquisa
        !          1137:    'All Maps or Folders'
        !          1138: => 'All Maps or Folders',
        !          1139: 
        !          1140:    'All versions'
        !          1141: => 'All versions',
        !          1142: 
        !          1143:    'Any Language'
        !          1144: => 'Any Language',
        !          1145: # Any Linguagem
        !          1146:    'Any User'
        !          1147: => 'Any User',
        !          1148: 
        !          1149:    'Any category'
        !          1150: => 'Any category',
        !          1151: 
        !          1152:    'Any copyright/distribution'
        !          1153: => 'Any copyright/distribution',
        !          1154: 
        !          1155:    'Assessment'
        !          1156: => 'Assessment',
        !          1157: 
        !          1158:    'Assessment URL and Title'
        !          1159: => 'Assessment URL and Title',
        !          1160: 
        !          1161:    'Assigned User Roles'
        !          1162: => 'Assigned User Roles',
        !          1163: # Assigned User fun&ccedil;&atilde;os
        !          1164:    'Author and Co-Author roles may not be available on servers other than your home server.'
        !          1165: => 'Author and Co-Author roles may not be available on servers other than your home server.',
        !          1166: # Autor and Co-Autor fun&ccedil;&atilde;os Maio not be available on Servidors other than your home Servidor.
        !          1167:    'Author(s)'
        !          1168: => 'Author(s)',
        !          1169: # Autor(s)
        !          1170:    'Average number of tries till solved'
        !          1171: => 'Average number of tries till solved',
        !          1172: # Average number of Tentativas till solved
        !          1173:    'Brief view of each students performance in course.'
        !          1174: => 'Brief view of each students performance in course.',
        !          1175: # Brief ver of each Estudantes performance in curso.
        !          1176:    'Broadcast Message to Course'
        !          1177: => 'Broadcast Message to Course',
        !          1178: # Broadcast Message to curso
        !          1179:    'Browse Resources'
        !          1180: => 'Browse Resources',
        !          1181: 
        !          1182:    'Browse resources'
        !          1183: => 'Browse resources',
        !          1184: 
        !          1185:    'Bulletin Board/Discussion'
        !          1186: => 'Bulletin Board/Discussion',
        !          1187: 
        !          1188:    'Calculations'
        !          1189: => 'Calculations',
        !          1190: 
        !          1191:    'Catalog Information'
        !          1192: => 'Catalog Information',
        !          1193: # CataExecutar Logonformation
        !          1194:    'Changes can take up to 10 minutes before being active for all students.'
        !          1195: => 'Changes can take up to 10 minutes before being active for all students.',
        !          1196: # Changes can take up to 10 minutes before being active for all Estudantes.
        !          1197:    'Clear All'
        !          1198: => 'Clear All',
        !          1199: 
        !          1200:    'Clear Caches'
        !          1201: => 'Clear Caches',
        !          1202: 
        !          1203:    'Close'
        !          1204: => 'Close',
        !          1205: 
        !          1206:    'Close All Folders'
        !          1207: => 'Close All Folders',
        !          1208: 
        !          1209:    'Collapse Remote Control'
        !          1210: => 'Collapse Remote Control',
        !          1211: 
        !          1212:    'Comma Separated Values'
        !          1213: => 'Comma Separated Values',
        !          1214: 
        !          1215:    'Compact View'
        !          1216: => 'Compact View',
        !          1217: # Compact ver
        !          1218:    'Construction Space'
        !          1219: => 'Construction Space',
        !          1220: 
        !          1221:    'Construction Space File Operation'
        !          1222: => 'Construction Space File Operation',
        !          1223: 
        !          1224:    'Contact Information'
        !          1225: => 'Contact Information',
        !          1226: 
        !          1227:    'Content changed'
        !          1228: => 'Content changed',
        !          1229: 
        !          1230:    'Copied metadata'
        !          1231: => 'Copied metadata',
        !          1232: 
        !          1233:    'Copied old metadata'
        !          1234: => 'Copied old metadata',
        !          1235: 
        !          1236:    'Copied old target file'
        !          1237: => 'Copied old target file',
        !          1238: 
        !          1239:    'Copied source file'
        !          1240: => 'Copied source file',
        !          1241: 
        !          1242:    'Copyright'
        !          1243: => 'Copyright',
        !          1244: 
        !          1245:    'Copyright/Distribution'
        !          1246: => 'Copyright/Distribution',
        !          1247: 
        !          1248:    'Could Not Process Request'
        !          1249: => 'Could Not Process Request',
        !          1250: 
        !          1251:    'Could not write metadata'
        !          1252: => 'Could not write metadata',
        !          1253: 
        !          1254:    'Course Assessment Parameter - Helper Mode'
        !          1255: => 'Course Assessment Parameter - Helper Mode',
        !          1256: # curso Assessment Parameter - Ajudaer Mode
        !          1257:    'Course Assessment Parameters - Overview Mode'
        !          1258: => 'Course Assessment Parameters - Overview Mode',
        !          1259: # curso Assessment Parameters - Overver Mode
        !          1260:    'Course Assessments Parameters - Table Mode'
        !          1261: => 'Course Assessments Parameters - Table Mode',
        !          1262: # curso Assessments Parameters - Table Mode
        !          1263:    'Course Documents'
        !          1264: => 'Course Documents',
        !          1265: # curso Documents
        !          1266:    'Course Environment Parameters'
        !          1267: => 'Course Environment Parameters',
        !          1268: # curso Environment Parameters
        !          1269:    'Course ID'
        !          1270: => 'Course ID',
        !          1271: # curso ID
        !          1272:    'Course Parameter Helper'
        !          1273: => 'Course Parameter Helper',
        !          1274: # curso Parameter Ajudaer
        !          1275:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
        !          1276: => 'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.',
        !          1277: # curso Statistics and Charts cannot be retrieved until the database is reIn&iacute;cioed.  Your data is intact but cannot be Displayed at this time.
        !          1278:    'Course level sheet'
        !          1279: => 'Course level sheet',
        !          1280: # curso level sheet
        !          1281:    'Create New Environment Variable'
        !          1282: => 'Create New Environment Variable',
        !          1283: # criar New Environment Variable
        !          1284:    'Creation Date'
        !          1285: => 'Creation Date',
        !          1286: 
        !          1287:    'Current Session Value'
        !          1288: => 'Current Session Value',
        !          1289: 
        !          1290:    'Custom Distribution File'
        !          1291: => 'Custom Distribution File',
        !          1292: 
        !          1293:    'Default'
        !          1294: => 'Default',
        !          1295: 
        !          1296:    'Default Cataloging Information for Directory'
        !          1297: => 'Default Cataloging Information for Directory',
        !          1298: 
        !          1299:    'Default Value'
        !          1300: => 'Default Value',
        !          1301: 
        !          1302:    'Degree of difficulty'
        !          1303: => 'Degree of difficulty',
        !          1304: 
        !          1305:    'Delete a role'
        !          1306: => 'Delete a role',
        !          1307: # Delete a fun&ccedil;&atilde;o
        !          1308:    'Detailed Citation View'
        !          1309: => 'Detailed Citation View',
        !          1310: # Detailed Citation ver
        !          1311:    'Detailed Problem Analysis'
        !          1312: => 'Detailed Problem Analysis',
        !          1313: 
        !          1314:    'Detailed statistics and graphs of student performance on problems.'
        !          1315: => 'Detailed statistics and graphs of student performance on problems.',
        !          1316: # Detailed statistics and graphs of Estudante performance on problems.
        !          1317:    'Differences'
        !          1318: => 'Differences',
        !          1319: # Differr&ecirc;ncias
        !          1320:    'Disable all communication among students'
        !          1321: => 'Disable all communication among students',
        !          1322: # Disable all communica&ccedil;&atilde;o aSegg Estudantes
        !          1323:    'Discard Selected'
        !          1324: => 'Discard Selected',
        !          1325: # Discard Selecioneed
        !          1326:    'Distribute Messages from Uploaded File to Course'
        !          1327: => 'Distribute Messages from Uploaded File to Course',
        !          1328: # Distribute Messages from UpCargaed File to curso
        !          1329:    'DoDiff'
        !          1330: => 'DoDiff',
        !          1331: 
        !          1332:    'Due'
        !          1333: => 'Due',
        !          1334: 
        !          1335:    'Dump Course DOCS to Construction Space'
        !          1336: => 'Dump Course DOCS to Construction Space',
        !          1337: # Dump curso DOCS to Construction Space
        !          1338:    'EMail and Messages'
        !          1339: => 'EMail and Messages',
        !          1340: 
        !          1341:    'Edit Catalog Information'
        !          1342: => 'Edit Catalog Information',
        !          1343: # Editar CataExecutar Logonformation
        !          1344:    'Edit Content of a Map'
        !          1345: => 'Edit Content of a Map',
        !          1346: # Editar Content of a Map
        !          1347:    'Edit Directory Catalog Information'
        !          1348: => 'Edit Directory Catalog Information',
        !          1349: # Editar Directory CataExecutar Logonformation
        !          1350:    'Edit this resource'
        !          1351: => 'Edit this resource',
        !          1352: # Editar this resource
        !          1353:    'Enclosing Map or Folder'
        !          1354: => 'Enclosing Map or Folder',
        !          1355: 
        !          1356:    'End Helper'
        !          1357: => 'End Helper',
        !          1358: # Fim Ajudaer
        !          1359:    'Enrollment Status'
        !          1360: => 'Enrollment Status',
        !          1361: # inscreverment Status
        !          1362:    'Enter construction space as a co-author'
        !          1363: => 'Enter construction space as a co-author',
        !          1364: # entrar construction space as a Co-Autor
        !          1365:    'Entering course ...'
        !          1366: => 'Entering course ...',
        !          1367: # entraring curso ...
        !          1368:    'Error Messages'
        !          1369: => 'Error Messages',
        !          1370: 
        !          1371:    'Evaluate Resource'
        !          1372: => 'Evaluate Resource',
        !          1373: 
        !          1374:    'Every problem in a particular folder'
        !          1375: => 'Every problem in a particular folder',
        !          1376: 
        !          1377:    'Every problem in the course'
        !          1378: => 'Every problem in the course',
        !          1379: # Every problem in the curso
        !          1380:    'Exam Information'
        !          1381: => 'Exam Information',
        !          1382: 
        !          1383:    'Excel'
        !          1384: => 'Excel',
        !          1385: 
        !          1386:    'External Resource'
        !          1387: => 'External Resource',
        !          1388: 
        !          1389:    'Failed Access to Construction Space'
        !          1390: => 'Failed Access to Construction Space',
        !          1391: 
        !          1392:    'Fielded Format'
        !          1393: => 'Fielded Format',
        !          1394: 
        !          1395:    'File Category'
        !          1396: => 'File Category',
        !          1397: 
        !          1398:    'Finish Course Initialization'
        !          1399: => 'Finish Course Initialization',
        !          1400: # Finish curso Initialization
        !          1401:    'Folder'
        !          1402: => 'Folder',
        !          1403: 
        !          1404:    'For User'
        !          1405: => 'For User',
        !          1406: 
        !          1407:    'Force publication of unmodified files'
        !          1408: => 'Force publication of unmodified files',
        !          1409: 
        !          1410:    'Generate Spreadsheet'
        !          1411: => 'Generate Spreadsheet',
        !          1412: 
        !          1413:    'Generate Statistics'
        !          1414: => 'Generate Statistics',
        !          1415: 
        !          1416:    'Generate new role ...'
        !          1417: => 'Generate new role ...',
        !          1418: # Generate new fun&ccedil;&atilde;o ...
        !          1419:    'GerdSuperRole'
        !          1420: => 'GerdSuperRole',
        !          1421: # GerdSuperfun&ccedil;&atilde;o
        !          1422:    'Go to the next resource in the course sequence'
        !          1423: => 'Go to the next resource in the course sequence',
        !          1424: # Go to the next resource in the curso Sequence
        !          1425:    'Go to the previous resource in the course sequence'
        !          1426: => 'Go to the previous resource in the course sequence',
        !          1427: # Go to the previous resource in the curso Sequence
        !          1428:    'Grant/revoke Course Custom Role'
        !          1429: => 'Grant/revoke Course Custom Role',
        !          1430: # Grant/revoke curso Custom fun&ccedil;&atilde;o
        !          1431:    'Grant/revoke role of Administrator'
        !          1432: => 'Grant/revoke role of Administrator',
        !          1433: # Grant/revoke fun&ccedil;&atilde;o of Administrator
        !          1434:    'Grant/revoke role of Author'
        !          1435: => 'Grant/revoke role of Author',
        !          1436: # Grant/revoke fun&ccedil;&atilde;o of Autor
        !          1437:    'Grant/revoke role of Course Coordinator'
        !          1438: => 'Grant/revoke role of Course Coordinator',
        !          1439: # Grant/revoke fun&ccedil;&atilde;o of curso Coordinator
        !          1440:    'Grant/revoke role of Domain Guest'
        !          1441: => 'Grant/revoke role of Domain Guest',
        !          1442: # Grant/revoke fun&ccedil;&atilde;o of Dom&iacute;nio Guest
        !          1443:    'Grant/revoke role of Librarian'
        !          1444: => 'Grant/revoke role of Librarian',
        !          1445: # Grant/revoke fun&ccedil;&atilde;o of Librarian
        !          1446:    'Grant/revoke role of Scantron Operator'
        !          1447: => 'Grant/revoke role of Scantron Operator',
        !          1448: # Grant/revoke fun&ccedil;&atilde;o of Scantron Operator
        !          1449:    'Grant/revoke role of Teaching Assistant'
        !          1450: => 'Grant/revoke role of Teaching Assistant',
        !          1451: # Grant/revoke fun&ccedil;&atilde;o of Assistente do professor
        !          1452:    'HTML'
        !          1453: => 'HTML',
        !          1454: 
        !          1455:    'Host'
        !          1456: => 'Host',
        !          1457: 
        !          1458:    'Import a published document'
        !          1459: => 'Import a published document',
        !          1460: # Importar a published document
        !          1461:    'Internally authenticated'
        !          1462: => 'Internally authenticated',
        !          1463: # Internally auEnt&atilde;oticated
        !          1464:    'Invalid date entry'
        !          1465: => 'Invalid date entry',
        !          1466: 
        !          1467:    'Kerberos authenticated'
        !          1468: => 'Kerberos authenticated',
        !          1469: # Kerberos auEnt&atilde;oticated
        !          1470:    'Keyword(s)'
        !          1471: => 'Keyword(s)',
        !          1472: 
        !          1473:    'Keywords'
        !          1474: => 'Keywords',
        !          1475: 
        !          1476:    'LON-CAPA Helper:'
        !          1477: => 'LON-CAPA Helper:',
        !          1478: # LON-CAPA Ajudaer:
        !          1479:    'Last Week'
        !          1480: => 'Last Week',
        !          1481: # semana passada
        !          1482:    'Last access'
        !          1483: => 'Last access',
        !          1484: 
        !          1485:    'Last modified'
        !          1486: => 'Last modified',
        !          1487: 
        !          1488:    'Last updated'
        !          1489: => 'Last updated',
        !          1490: 
        !          1491:    'Limit by copyright/distribution'
        !          1492: => 'Limit by copyright/distribution',
        !          1493: 
        !          1494:    'Limit by language'
        !          1495: => 'Limit by language',
        !          1496: # Limit by Linguagem
        !          1497:    'Load Map'
        !          1498: => 'Load Map',
        !          1499: # Carga Map
        !          1500:    'Load:'
        !          1501: => 'Load:',
        !          1502: # Carga:
        !          1503:    'Lock and unlock assessments'
        !          1504: => 'Lock and unlock assessments',
        !          1505: 
        !          1506:    'Logged Out'
        !          1507: => 'Logged Out',
        !          1508: 
        !          1509:    'MIME Type'
        !          1510: => 'MIME Type',
        !          1511: 
        !          1512:    'Make notes and annotations about this resource'
        !          1513: => 'Make notes and annotations about this resource',
        !          1514: # Make Notas and annotations about this resource
        !          1515:    'Manage Access Keys'
        !          1516: => 'Manage Access Keys',
        !          1517: 
        !          1518:    'Manage access keys'
        !          1519: => 'Manage access keys',
        !          1520: 
        !          1521:    'Material appears to be correct'
        !          1522: => 'Material appears to be correct',
        !          1523: 
        !          1524:    'Material covered with sufficient depth'
        !          1525: => 'Material covered with sufficient depth',
        !          1526: 
        !          1527:    'Material is helpful'
        !          1528: => 'Material is helpful',
        !          1529: # Material is Ajudaful
        !          1530:    'Material presented in clear way'
        !          1531: => 'Material presented in clear way',
        !          1532: 
        !          1533:    'Max Possible To Date'
        !          1534: => 'Max Possible To Date',
        !          1535: 
        !          1536:    'Max Tries'
        !          1537: => 'Max Tries',
        !          1538: # Max Tentativas
        !          1539:    'Mean Tries'
        !          1540: => 'Mean Tries',
        !          1541: # Mean Tentativas
        !          1542:    'Metadata Information'
        !          1543: => 'Metadata Information',
        !          1544: 
        !          1545:    'Mime type'
        !          1546: => 'Mime type',
        !          1547: 
        !          1548:    'Modification Date'
        !          1549: => 'Modification Date',
        !          1550: 
        !          1551:    'Modified'
        !          1552: => 'Modified',
        !          1553: 
        !          1554:    'Modify Course Assessment Parameters'
        !          1555: => 'Modify Course Assessment Parameters',
        !          1556: # Modify curso Assessment Parameters
        !          1557:    'Modify authentication mechanism and data for a user'
        !          1558: => 'Modify authentication mechanism and data for a user',
        !          1559: # Modify auEnt&atilde;otication mechanism and data for a user
        !          1560:    'Modify deadlines, etc, for this assessment resource'
        !          1561: => 'Modify deadlines, etc, for this assessment resource',
        !          1562: # Modify Prazos finais, etc, for this assessment resource
        !          1563:    'Modify grades'
        !          1564: => 'Modify grades',
        !          1565: # Modify notas
        !          1566:    'Modify user grades for this assessment resource'
        !          1567: => 'Modify user grades for this assessment resource',
        !          1568: # Modify user notas for this assessment resource
        !          1569:    'Move Down'
        !          1570: => 'Move Down',
        !          1571: 
        !          1572:    'Move Up'
        !          1573: => 'Move Up',
        !          1574: 
        !          1575:    'My Personal Info'
        !          1576: => 'My Personal Info',
        !          1577: 
        !          1578:    'Network-wide number of accesses (hits)'
        !          1579: => 'Network-wide number of accesses (hits)',
        !          1580: 
        !          1581:    'Network-wide number of courses using resource'
        !          1582: => 'Network-wide number of courses using resource',
        !          1583: # Network-wide number of cursos using resource
        !          1584:    'New Title'
        !          1585: => 'New Title',
        !          1586: 
        !          1587:    'Next ->'
        !          1588: => 'Next ->',
        !          1589: 
        !          1590:    'No changes were made to the current settings.'
        !          1591: => 'No changes were made to the current settings.',
        !          1592: 
        !          1593:    'Number of resources that follow this resource in maps'
        !          1594: => 'Number of resources that follow this resource in maps',
        !          1595: 
        !          1596:    'Number of resources that lead up to this resource in maps'
        !          1597: => 'Number of resources that lead up to this resource in maps',
        !          1598: 
        !          1599:    'Number of resources using or importing resource'
        !          1600: => 'Number of resources using or importing resource',
        !          1601: # Number of resources using or Importaring resource
        !          1602:    'Obsolete'
        !          1603: => 'Obsolete',
        !          1604: 
        !          1605:    'One particular problem'
        !          1606: => 'One particular problem',
        !          1607: 
        !          1608:    'Open'
        !          1609: => 'Open',
        !          1610: 
        !          1611:    'Open All Folders'
        !          1612: => 'Open All Folders',
        !          1613: 
        !          1614:    'Output'
        !          1615: => 'Output',
        !          1616: 
        !          1617:    'Output Format'
        !          1618: => 'Output Format',
        !          1619: 
        !          1620:    'Overall Problem Statistics'
        !          1621: => 'Overall Problem Statistics',
        !          1622: 
        !          1623:    'Owner/Publisher'
        !          1624: => 'Owner/Publisher',
        !          1625: 
        !          1626:    'Parameter Name'
        !          1627: => 'Parameter Name',
        !          1628: 
        !          1629:    'Parameter Type'
        !          1630: => 'Parameter Type',
        !          1631: 
        !          1632:    'Parameter in Effect'
        !          1633: => 'Parameter in Effect',
        !          1634: 
        !          1635:    'Parent Directory'
        !          1636: => 'Parent Directory',
        !          1637: 
        !          1638:    'Per Page'
        !          1639: => 'Per Page',
        !          1640: 
        !          1641:    'Personal Information'
        !          1642: => 'Personal Information',
        !          1643: 
        !          1644:    'Please either'
        !          1645: => 'Please either',
        !          1646: 
        !          1647:    'Please notify the server administrator '
        !          1648: => 'Please notify the server administrator ',
        !          1649: # Please notify the Servidor administrator 
        !          1650:    'Please select a problem to analyze'
        !          1651: => 'Please select a problem to analyze',
        !          1652: # Please Selecione um problem to analyze
        !          1653:    'Please select a report to generate.'
        !          1654: => 'Please select a report to generate.',
        !          1655: # Please Selecione um report to generate.
        !          1656:    'Post anonymously'
        !          1657: => 'Post anonymously',
        !          1658: 
        !          1659:    'Post discussion on course resources'
        !          1660: => 'Post discussion on course resources',
        !          1661: # Post discussion on curso resources
        !          1662:    'Post system frontpage announcements'
        !          1663: => 'Post system frontpage announcements',
        !          1664: # Post Sistema frontPage announcements
        !          1665:    'Post to live chatrooms'
        !          1666: => 'Post to live chatrooms',
        !          1667: 
        !          1668:    'Preparing Excel Spreadsheet'
        !          1669: => 'Preparing Excel Spreadsheet',
        !          1670: 
        !          1671:    'Printing Helper'
        !          1672: => 'Printing Helper',
        !          1673: # Printing Ajudaer
        !          1674:    'Privacy Note'
        !          1675: => 'Privacy Note',
        !          1676: 
        !          1677:    'Problem Status Chart'
        !          1678: => 'Problem Status Chart',
        !          1679: 
        !          1680:    'Problems Not Contained In A Folder'
        !          1681: => 'Problems Not Contained In A Folder',
        !          1682: 
        !          1683:    'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.'
        !          1684: => 'Problems creating new Excel file.  This error has been logged.  Please alert your LON-CAPA administrator.',
        !          1685: 
        !          1686:    'Processing course structure'
        !          1687: => 'Processing course structure',
        !          1688: # Processing curso structure
        !          1689:    'Processing first student'
        !          1690: => 'Processing first student',
        !          1691: # Processing first Estudante
        !          1692:    'Project Information'
        !          1693: => 'Project Information',
        !          1694: 
        !          1695:    'Provide feedback messages or contribute to the course discussion about this resource'
        !          1696: => 'Provide feedback messages or contribute to the course discussion about this resource',
        !          1697: # Provide feedback messages or contribute to the curso discussion about this resource
        !          1698:    'Provide my evaluation of this resource'
        !          1699: => 'Provide my evaluation of this resource',
        !          1700: 
        !          1701:    'Publish'
        !          1702: => 'Publish',
        !          1703: 
        !          1704:    'Publish Directory'
        !          1705: => 'Publish Directory',
        !          1706: 
        !          1707:    'Publish Directory and Sub Directories'
        !          1708: => 'Publish Directory and Sub Directories',
        !          1709: 
        !          1710:    'Published'
        !          1711: => 'Published',
        !          1712: 
        !          1713:    'Publisher/Owner'
        !          1714: => 'Publisher/Owner',
        !          1715: 
        !          1716:    'Publishing'
        !          1717: => 'Publishing',
        !          1718: 
        !          1719:    'Quick Completed Problems Display'
        !          1720: => 'Quick Completed Problems Display',
        !          1721: 
        !          1722:    'Reading results from'
        !          1723: => 'Reading results from',
        !          1724: 
        !          1725:    'Related'
        !          1726: => 'Related',
        !          1727: 
        !          1728:    'Resource Feedback and Discussion'
        !          1729: => 'Resource Feedback and Discussion',
        !          1730: 
        !          1731:    'Resource Level'
        !          1732: => 'Resource Level',
        !          1733: 
        !          1734:    'Resource Publication'
        !          1735: => 'Resource Publication',
        !          1736: 
        !          1737:    'Resource is technically correct'
        !          1738: => 'Resource is technically correct',
        !          1739: 
        !          1740:    'Retrieve'
        !          1741: => 'Retrieve',
        !          1742: 
        !          1743:    'Revert to Last Saved'
        !          1744: => 'Revert to Last Saved',
        !          1745: # Revert to Last Salvard
        !          1746:    'Revision Date'
        !          1747: => 'Revision Date',
        !          1748: 
        !          1749:    'Row'
        !          1750: => 'Row',
        !          1751: 
        !          1752:    'S.D. tries'
        !          1753: => 'S.D. tries',
        !          1754: # S.D. Tentativas
        !          1755:    'Save as'
        !          1756: => 'Save as',
        !          1757: # Salvar as
        !          1758:    'Save as & Make This Sheet the Default'
        !          1759: => 'Save as & Make This Sheet the Default',
        !          1760: # Salvar as & Make This Sheet the Default
        !          1761:    'Scantron Operator'
        !          1762: => 'Scantron Operator',
        !          1763: 
        !          1764:    'Score Upload Form'
        !          1765: => 'Score Upload Form',
        !          1766: # Score UpCarga Form
        !          1767:    'Search Complete'
        !          1768: => 'Search Complete',
        !          1769: # Pesquisa Complete
        !          1770:    'Section'
        !          1771: => 'Section',
        !          1772: 
        !          1773:    'Sections'
        !          1774: => 'Sections',
        !          1775: 
        !          1776:    'Select All'
        !          1777: => 'Select All',
        !          1778: # Selecione umll
        !          1779:    'Select All Students'
        !          1780: => 'Select All Students',
        !          1781: # Selecione umll Estudantes
        !          1782:    'Select Date'
        !          1783: => 'Select Date',
        !          1784: # Selecione Date
        !          1785:    'Select Enclosing Map or Folder'
        !          1786: => 'Select Enclosing Map or Folder',
        !          1787: # Selecione Enclosing Map or Folder
        !          1788:    'Select Map'
        !          1789: => 'Select Map',
        !          1790: # Selecione Map
        !          1791:    'Select Parameter Level'
        !          1792: => 'Select Parameter Level',
        !          1793: # Selecione Parameter Level
        !          1794:    'Select Spreadsheet File'
        !          1795: => 'Select Spreadsheet File',
        !          1796: # Selecione Spreadsheet File
        !          1797:    'Send Message to User(s)'
        !          1798: => 'Send Message to User(s)',
        !          1799: # SFim Message to User(s)
        !          1800:    'Send Scantron data to a course'
        !          1801: => 'Send Scantron data to a course',
        !          1802: # SFim Scantron data to a curso
        !          1803:    'Send internal email'
        !          1804: => 'Send internal email',
        !          1805: # SFim internal email
        !          1806:    'Sequence or Folder'
        !          1807: => 'Sequence or Folder',
        !          1808: 
        !          1809:    'Sequences and Folders'
        !          1810: => 'Sequences and Folders',
        !          1811: # Sequr&ecirc;ncias and Folders
        !          1812:    'Set Course Environment Parameters'
        !          1813: => 'Set Course Environment Parameters',
        !          1814: # Set curso Environment Parameters
        !          1815:    'Set Date'
        !          1816: => 'Set Date',
        !          1817: 
        !          1818:    'Set Defaults for All Resources in Course'
        !          1819: => 'Set Defaults for All Resources in Course',
        !          1820: # Set Defaults for All Resources in curso
        !          1821:    'Set a bookmark for this resource'
        !          1822: => 'Set a bookmark for this resource',
        !          1823: 
        !          1824:    'Set a due date'
        !          1825: => 'Set a due date',
        !          1826: 
        !          1827:    'Set an answer open date'
        !          1828: => 'Set an answer open date',
        !          1829: # Set an Resposta open Date
        !          1830:    'Set an open date'
        !          1831: => 'Set an open date',
        !          1832: 
        !          1833:    'Set opening datefor all problems in the course for. . .'
        !          1834: => 'Set opening datefor all problems in the course for. . .',
        !          1835: # Set opening Datefor all problems in the curso for. . .
        !          1836:    'Set the number of tries'
        !          1837: => 'Set the number of tries',
        !          1838: # Set the number of Tentativas
        !          1839:    'Set the problem weight'
        !          1840: => 'Set the problem weight',
        !          1841: 
        !          1842:    'Set/Modify Course Assessment Parameter'
        !          1843: => 'Set/Modify Course Assessment Parameter',
        !          1844: # Set/Modify curso Assessment Parameter
        !          1845:    'Set/Modify Course Assessment Parameters'
        !          1846: => 'Set/Modify Course Assessment Parameters',
        !          1847: # Set/Modify curso Assessment Parameters
        !          1848:    'Set/Modify Course Parameters'
        !          1849: => 'Set/Modify Course Parameters',
        !          1850: # Set/Modify curso Parameters
        !          1851:    'Shared by course faculty and staff'
        !          1852: => 'Shared by course faculty and staff',
        !          1853: # Shared by curso faculty and staff
        !          1854:    'Show More Options'
        !          1855: => 'Show More Options',
        !          1856: 
        !          1857:    'Show all roles'
        !          1858: => 'Show all roles',
        !          1859: # Show all fun&ccedil;&atilde;os
        !          1860:    'Show catalog information'
        !          1861: => 'Show catalog information',
        !          1862: # Show cataExecutar Logonformation
        !          1863:    'Show resource'
        !          1864: => 'Show resource',
        !          1865: 
        !          1866:    'Significant figures are incorrect, submission was not graded.'
        !          1867: => 'Significant figures are incorrect, submission was not graded.',
        !          1868: # Significant figures are Incorreto., submission was not graded.
        !          1869:    'Since Start of Course'
        !          1870: => 'Since Start of Course',
        !          1871: # Since In&iacute;cio of curso
        !          1872:    'Since Yesterday'
        !          1873: => 'Since Yesterday',
        !          1874: 
        !          1875:    'Size'
        !          1876: => 'Size',
        !          1877: 
        !          1878:    'Skew Tries'
        !          1879: => 'Skew Tries',
        !          1880: # Skew Tentativas
        !          1881:    'Special documents'
        !          1882: => 'Special documents',
        !          1883: # Documentos Especiais
        !          1884:    'Spreadsheet Computation'
        !          1885: => 'Spreadsheet Computation',
        !          1886: 
        !          1887:    'Spreadsheet Computation Status'
        !          1888: => 'Spreadsheet Computation Status',
        !          1889: 
        !          1890:    'Statistics'
        !          1891: => 'Statistics',
        !          1892: 
        !          1893:    'Statistics and Problem Analysis'
        !          1894: => 'Statistics and Problem Analysis',
        !          1895: 
        !          1896:    'Store'
        !          1897: => 'Store',
        !          1898: 
        !          1899:    'Store Catalog Information'
        !          1900: => 'Store Catalog Information',
        !          1901: # Store CataExecutar Logonformation
        !          1902:    'Student level sheet'
        !          1903: => 'Student level sheet',
        !          1904: # Estudante level sheet
        !          1905:    'Student performance statistics on all problems.'
        !          1906: => 'Student performance statistics on all problems.',
        !          1907: # Estudante performance statistics on all problems.
        !          1908:    'Students Affected'
        !          1909: => 'Students Affected',
        !          1910: # Estudantes Affected
        !          1911:    'Subject'
        !          1912: => 'Subject',
        !          1913: 
        !          1914:    'Successful Login'
        !          1915: => 'Successful Login',
        !          1916: 
        !          1917:    'Suggested Replacement for Obsolete File'
        !          1918: => 'Suggested Replacement for Obsolete File',
        !          1919: 
        !          1920:    'Summary'
        !          1921: => 'Summary',
        !          1922: 
        !          1923:    'Summary View'
        !          1924: => 'Summary View',
        !          1925: # Summary ver
        !          1926:    'Switching Role'
        !          1927: => 'Switching Role',
        !          1928: # Switching fun&ccedil;&atilde;o
        !          1929:    'Synchronized SQL metadata database'
        !          1930: => 'Synchronized SQL metadata database',
        !          1931: 
        !          1932:    'Target'
        !          1933: => 'Target',
        !          1934: 
        !          1935:    'Task'
        !          1936: => 'Task',
        !          1937: 
        !          1938:    'Template'
        !          1939: => 'Template',
        !          1940: 
        !          1941:    'Temporary Assembly Workspace'
        !          1942: => 'Temporary Assembly Workspace',
        !          1943: 
        !          1944:    '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.'
        !          1945: => '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.',
        !          1946: # The information you Submeter can be vered by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.
        !          1947:    'There are currently no results'
        !          1948: => 'There are currently no results',
        !          1949: 
        !          1950:    '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.'
        !          1951: => '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.',
        !          1952: # This Ajudaer will assist you in setting the open, due, and Resposta Dates for problems, or in setting the number of Tentativas for problems. You will be asked to Selecione which problems you wish to set the parameters for, Ent&atilde;o what parameter you wish to set, Ent&atilde;o you will Selecione whom the setting affects. After the Ajudaer is Feito, 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 Selecione &lt;- Previous to Go Back to the previous screen.
        !          1953:    'This syllabus can be publicly viewed at'
        !          1954: => 'This syllabus can be publicly viewed at',
        !          1955: # This Plano de Estudos can be publicly vered at
        !          1956:    'Topic'
        !          1957: => 'Topic',
        !          1958: 
        !          1959:    'Total'
        !          1960: => 'Total',
        !          1961: 
        !          1962:    'Total Parts In Course'
        !          1963: => 'Total Parts In Course',
        !          1964: # Total Parts In curso
        !          1965:    'Total number of students who have worked on this problem'
        !          1966: => 'Total number of students who have worked on this problem',
        !          1967: # Total number of Estudantes who have worked on this problem
        !          1968:    'Type'
        !          1969: => 'Type',
        !          1970: 
        !          1971:    'UNIX authenticated'
        !          1972: => 'UNIX authenticated',
        !          1973: # UNIX auEnt&atilde;oticated
        !          1974:    'URL'
        !          1975: => 'URL',
        !          1976: 
        !          1977:    'URLs To Include in Syllabus'
        !          1978: => 'URLs To Include in Syllabus',
        !          1979: # URLs To Include in Plano de Estudos
        !          1980:    'USERS'
        !          1981: => 'USERS',
        !          1982: 
        !          1983:    'Unable to connect to database!'
        !          1984: => 'Unable to connect to database!',
        !          1985: 
        !          1986:    'Unknown ID'
        !          1987: => 'Unknown ID',
        !          1988: 
        !          1989:    'Unknown user'
        !          1990: => 'Unknown user',
        !          1991: 
        !          1992:    'Unpublished'
        !          1993: => 'Unpublished',
        !          1994: 
        !          1995:    'Unselect All'
        !          1996: => 'Unselect All',
        !          1997: # UnSelecione umll
        !          1998:    'Unselect All Students'
        !          1999: => 'Unselect All Students',
        !          2000: # UnSelecione umll Estudantes
        !          2001:    'Up'
        !          2002: => 'Up',
        !          2003: 
        !          2004:    'Update Course Assessment Parameter Display'
        !          2005: => 'Update Course Assessment Parameter Display',
        !          2006: # UpDate curso Assessment Parameter Display
        !          2007:    'Update Display'
        !          2008: => 'Update Display',
        !          2009: 
        !          2010:    'Update Section or Specific User'
        !          2011: => 'Update Section or Specific User',
        !          2012: 
        !          2013:    'Upload Scantron data'
        !          2014: => 'Upload Scantron data',
        !          2015: # UpCarga Scantron data
        !          2016:    'Upload a Photo'
        !          2017: => 'Upload a Photo',
        !          2018: # UpCarga a Photo
        !          2019:    'Upload a new main course document'
        !          2020: => 'Upload a new main course document',
        !          2021: # UpCarga a new main curso document
        !          2022:    'Upload a new supplemental course document'
        !          2023: => 'Upload a new supplemental course document',
        !          2024: # UpCarga a new supplemental curso document
        !          2025:    'User'
        !          2026: => 'User',
        !          2027: 
        !          2028:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
        !          2029: => 'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course',
        !          2030: # User Notas, Records of Face-To-Face Discuss&otilde;es, and Critical Messages in curso
        !          2031:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
        !          2032: => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages',
        !          2033: # User Notas, Records of Face-to-Face Discuss&otilde;es, and Critical Messages
        !          2034:    'Verify Course Documents'
        !          2035: => 'Verify Course Documents',
        !          2036: # Verify curso Documents
        !          2037:    'Verify Selection'
        !          2038: => 'Verify Selection',
        !          2039: # Verify Selecioneion
        !          2040:    'Version'
        !          2041: => 'Version',
        !          2042: 
        !          2043:    'Version Number'
        !          2044: => 'Version Number',
        !          2045: 
        !          2046:    'View'
        !          2047: => 'View',
        !          2048: # ver
        !          2049:    'View Critical Messages'
        !          2050: => 'View Critical Messages',
        !          2051: # ver Critical Messages
        !          2052:    'View Published Version'
        !          2053: => 'View Published Version',
        !          2054: # ver Published Version
        !          2055:    'View user submissions for this assessment resource'
        !          2056: => 'View user submissions for this assessment resource',
        !          2057: # ver user submissions for this assessment resource
        !          2058:    'Web References'
        !          2059: => 'Web References',
        !          2060: # Web Referr&ecirc;ncias
        !          2061:    'Welcome to the Assignment Parameter Helper'
        !          2062: => 'Welcome to the Assignment Parameter Helper',
        !          2063: # Welcome to the Assignment Parameter Ajudaer
        !          2064:    'What parameter do you want to set for all problems in the course?'
        !          2065: => 'What parameter do you want to set for all problems in the course?',
        !          2066: # What parameter do you want to set for all problems in the curso?
        !          2067:    'What should the opening date be set to?'
        !          2068: => 'What should the opening date be set to?',
        !          2069: 
        !          2070:    'Which Problem or Problems?'
        !          2071: => 'Which Problem or Problems?',
        !          2072: 
        !          2073:    'Which problems do you wish to set a parameter for?'
        !          2074: => 'Which problems do you wish to set a parameter for?',
        !          2075: 
        !          2076:    'Words'
        !          2077: => 'Words',
        !          2078: 
        !          2079:    'Wrote Metadata'
        !          2080: => 'Wrote Metadata',
        !          2081: 
        !          2082:    'XML/SGML'
        !          2083: => 'XML/SGML',
        !          2084: 
        !          2085:    'You must choose at least one student to continue.'
        !          2086: => 'You must choose at least one student to continue.',
        !          2087: # You must escolha at least one Estudante to continue.
        !          2088:    'You must choose one or more choices to continue.'
        !          2089: => 'You must choose one or more choices to continue.',
        !          2090: # You must escolha one or more choices to continue.
        !          2091:    'You need to choose another user role or enter a specific course for this function'
        !          2092: => 'You need to choose another user role or enter a specific course for this function',
        !          2093: # You need to escolha another user fun&ccedil;&atilde;o or entrar a specific curso for this function
        !          2094:    'Your Excel Spreadsheet'
        !          2095: => 'Your Excel Spreadsheet',
        !          2096: 
        !          2097:    'Your home server is '
        !          2098: => 'Your home server is ',
        !          2099: # Your home Servidor is 
        !          2100:    'a.m.'
        !          2101: => 'a.m.',
        !          2102: 
        !          2103:    'abstract'
        !          2104: => 'abstract',
        !          2105: # Sum&aacute;rio
        !          2106:    'acc keys'
        !          2107: => 'acc keys',
        !          2108: 
        !          2109:    'access denied'
        !          2110: => 'access denied',
        !          2111: 
        !          2112:    'according to course preferences'
        !          2113: => 'according to course preferences',
        !          2114: # according to curso preferr&ecirc;ncias
        !          2115:    'according to resource settings'
        !          2116: => 'according to resource settings',
        !          2117: 
        !          2118:    'according to user session state'
        !          2119: => 'according to user session state',
        !          2120: 
        !          2121:    'all'
        !          2122: => 'all',
        !          2123: 
        !          2124:    'anno-'
        !          2125: => 'anno-',
        !          2126: 
        !          2127:    'announce'
        !          2128: => 'announce',
        !          2129: 
        !          2130:    'at'
        !          2131: => 'at',
        !          2132: 
        !          2133:    'at Domain'
        !          2134: => 'at Domain',
        !          2135: # at Dom&iacute;nio
        !          2136:    'at domain'
        !          2137: => 'at domain',
        !          2138: # at Dom&iacute;nio
        !          2139:    'audio'
        !          2140: => 'audio',
        !          2141: 
        !          2142:    'author'
        !          2143: => 'author',
        !          2144: # Autor
        !          2145:    'backward'
        !          2146: => 'backward',
        !          2147: 
        !          2148:    'bookmark'
        !          2149: => 'bookmark',
        !          2150: 
        !          2151:    'catalog'
        !          2152: => 'catalog',
        !          2153: 
        !          2154:    'chart'
        !          2155: => 'chart',
        !          2156: 
        !          2157:    'chat'
        !          2158: => 'chat',
        !          2159: 
        !          2160:    'close this window'
        !          2161: => 'close this window',
        !          2162: 
        !          2163:    'co con-'
        !          2164: => 'co con-',
        !          2165: 
        !          2166:    'co res'
        !          2167: => 'co res',
        !          2168: 
        !          2169:    'con-'
        !          2170: => 'con-',
        !          2171: 
        !          2172:    'connection down'
        !          2173: => 'connection down',
        !          2174: 
        !          2175:    'contacting'
        !          2176: => 'contacting',
        !          2177: 
        !          2178:    'copyright'
        !          2179: => 'copyright',
        !          2180: 
        !          2181:    'customdistributionfile'
        !          2182: => 'customdistributionfile',
        !          2183: 
        !          2184:    'default'
        !          2185: => 'default',
        !          2186: 
        !          2187:    'directory'
        !          2188: => 'directory',
        !          2189: 
        !          2190:    'discuss'
        !          2191: => 'discuss',
        !          2192: 
        !          2193:    'docs'
        !          2194: => 'docs',
        !          2195: 
        !          2196:    'during the last'
        !          2197: => 'during the last',
        !          2198: 
        !          2199:    'edit'
        !          2200: => 'edit',
        !          2201: # Editar
        !          2202:    'edit crs'
        !          2203: => 'edit crs',
        !          2204: # Editar crs
        !          2205:    'evaluate'
        !          2206: => 'evaluate',
        !          2207: 
        !          2208:    'exit'
        !          2209: => 'exit',
        !          2210: 
        !          2211:    'fas'
        !          2212: => 'fas',
        !          2213: 
        !          2214:    'feedback'
        !          2215: => 'feedback',
        !          2216: 
        !          2217:    'for Enclosing Map or Folder'
        !          2218: => 'for Enclosing Map or Folder',
        !          2219: 
        !          2220:    'for Resource'
        !          2221: => 'for Resource',
        !          2222: 
        !          2223:    'forward'
        !          2224: => 'forward',
        !          2225: 
        !          2226:    'from Enclosing Map or Folder'
        !          2227: => 'from Enclosing Map or Folder',
        !          2228: 
        !          2229:    'general'
        !          2230: => 'general',
        !          2231: 
        !          2232:    'in Course'
        !          2233: => 'in Course',
        !          2234: # in curso
        !          2235:    'in Section/Group'
        !          2236: => 'in Section/Group',
        !          2237: # in Se&ccedil;&atilde;o/Grupo
        !          2238:    'info'
        !          2239: => 'info',
        !          2240: 
        !          2241:    'interface available'
        !          2242: => 'interface available',
        !          2243: 
        !          2244:    'keywords'
        !          2245: => 'keywords',
        !          2246: 
        !          2247:    'language'
        !          2248: => 'language',
        !          2249: # Linguagem
        !          2250:    'last student'
        !          2251: => 'last student',
        !          2252: # last Estudante
        !          2253:    'library'
        !          2254: => 'library',
        !          2255: 
        !          2256:    'log in again'
        !          2257: => 'log in again',
        !          2258: # Executar Logon again
        !          2259:    'manage'
        !          2260: => 'manage',
        !          2261: 
        !          2262:    'may be open from a different computer.'
        !          2263: => 'may be open from a different computer.',
        !          2264: # Maio be open from a different computer.
        !          2265:    'midnight'
        !          2266: => 'midnight',
        !          2267: 
        !          2268:    'minutes'
        !          2269: => 'minutes',
        !          2270: 
        !          2271:    'missions'
        !          2272: => 'missions',
        !          2273: 
        !          2274:    'movies'
        !          2275: => 'movies',
        !          2276: 
        !          2277:    'my'
        !          2278: => 'my',
        !          2279: 
        !          2280:    'noon'
        !          2281: => 'noon',
        !          2282: 
        !          2283:    'not found'
        !          2284: => 'not found',
        !          2285: 
        !          2286:    'notes'
        !          2287: => 'notes',
        !          2288: # Notas
        !          2289:    'num_override'
        !          2290: => 'num_override',
        !          2291: 
        !          2292:    'obsolete'
        !          2293: => 'obsolete',
        !          2294: 
        !          2295:    'obsoletereplacement'
        !          2296: => 'obsoletereplacement',
        !          2297: 
        !          2298:    'of'
        !          2299: => 'of',
        !          2300: 
        !          2301:    'or'
        !          2302: => 'or',
        !          2303: 
        !          2304:    'or ID'
        !          2305: => 'or ID',
        !          2306: 
        !          2307:    'p.m.'
        !          2308: => 'p.m.',
        !          2309: 
        !          2310:    'pages'
        !          2311: => 'pages',
        !          2312: 
        !          2313:    'parms'
        !          2314: => 'parms',
        !          2315: 
        !          2316:    'part'
        !          2317: => 'part',
        !          2318: 
        !          2319:    'percent'
        !          2320: => 'percent',
        !          2321: 
        !          2322:    'pictures'
        !          2323: => 'pictures',
        !          2324: 
        !          2325:    'prepare'
        !          2326: => 'prepare',
        !          2327: 
        !          2328:    'printout'
        !          2329: => 'printout',
        !          2330: 
        !          2331:    'problem'
        !          2332: => 'problem',
        !          2333: 
        !          2334:    'problem statistics grouped by sequence'
        !          2335: => 'problem statistics grouped by sequence',
        !          2336: 
        !          2337:    'problem statistics ungrouped'
        !          2338: => 'problem statistics ungrouped',
        !          2339: 
        !          2340:    'problem statistics, Excel'
        !          2341: => 'problem statistics, Excel',
        !          2342: 
        !          2343:    'remaining'
        !          2344: => 'remaining',
        !          2345: 
        !          2346:    'resource'
        !          2347: => 'resource',
        !          2348: 
        !          2349:    'resources'
        !          2350: => 'resources',
        !          2351: 
        !          2352:    'roles'
        !          2353: => 'roles',
        !          2354: # fun&ccedil;&atilde;os
        !          2355:    'search'
        !          2356: => 'search',
        !          2357: # Pesquisa
        !          2358:    'second'
        !          2359: => 'second',
        !          2360: 
        !          2361:    'seconds'
        !          2362: => 'seconds',
        !          2363: 
        !          2364:    'seconds for'
        !          2365: => 'seconds for',
        !          2366: 
        !          2367:    'sequence'
        !          2368: => 'sequence',
        !          2369: 
        !          2370:    'set'
        !          2371: => 'set',
        !          2372: 
        !          2373:    'space'
        !          2374: => 'space',
        !          2375: 
        !          2376:    'stats'
        !          2377: => 'stats',
        !          2378: 
        !          2379:    'struct'
        !          2380: => 'struct',
        !          2381: 
        !          2382:    'subject'
        !          2383: => 'subject',
        !          2384: 
        !          2385:    'switch'
        !          2386: => 'switch',
        !          2387: 
        !          2388:    'tations'
        !          2389: => 'tations',
        !          2390: 
        !          2391:    'textual_remote_display'
        !          2392: => 'textual_remote_display',
        !          2393: 
        !          2394:    'this'
        !          2395: => 'this',
        !          2396: 
        !          2397:    'title'
        !          2398: => 'title',
        !          2399: 
        !          2400:    'unless locked'
        !          2401: => 'unless locked',
        !          2402: 
        !          2403:    'updated periodically'
        !          2404: => 'updated periodically',
        !          2405: 
        !          2406:    'user'
        !          2407: => 'user',
        !          2408: 
        !          2409:    'users in'
        !          2410: => 'users in',
        !          2411: 
        !          2412:    'view sub-'
        !          2413: => 'view sub-',
        !          2414: # ver sub-
        !          2415:    'visible to author and co-authors only'
        !          2416: => 'visible to author and co-authors only',
        !          2417: # visible to Autor and Co-Autors only
        !          2418:    'waiting on'
        !          2419: => 'waiting on',
        !          2420: 
        !          2421:    'warning(s)'
        !          2422: => 'warning(s)',
        !          2423: 
1.3       www      2424: 
1.5       www      2425: #SYNCMARKER
1.1       www      2426: );
                   2427: 
                   2428: 1;
                   2429: 

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