Annotation of loncom/localize/localize/es.pm, revision 1.11

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

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