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

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

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