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

1.1       www         1: # The LearningOnline Network with CAPA
1.6       www         2: # Spanish Localization Lexicon
1.1       www         3: #
1.14    ! bisitz      4: # $Id: es.pm,v 1.13 2009/04/17 10:01:00 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:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   3522: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
1.7       bisitz   3523: # &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      3524:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
                   3525: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
1.7       bisitz   3526: # &quot; [_1] &quot; is Nãot an acceptable weight. Weight must be a positive number.
1.2       www      3527:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   3528: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
1.7       bisitz   3529: # (fornecer maximum [_1] collabouemous using geRenciarNome ou geRenciarNome@Domínio, e.g. smithje ou smithje@[_2].)
1.2       www      3530:    '(Hand in a file you have prepared on your computer)'
                   3531: => '(Hand in a file you have prepared on your computer)',
                   3532: # (Hand in a Arquivo you have PReparard on your computer)
                   3533:    ', select a template from the pull-down menu below.'
                   3534: => ', select a template from the pull-down menu below.',
                   3535: # , Selecione um templeme De the pull-down menu below.
                   3536:    '1 minute'
                   3537: => '1 minute',
                   3538: 
                   3539:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   3540: => '<*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   3541: # <*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      3542:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
1.7       bisitz   3543: => '<b>HTML permitido</b>: La discusión de participants puede usar un HTML limitado en sus postings.',
1.2       www      3544: # <b>HTML tudooQua</b>: Discussion Parteicipants can use limited HTML in their postings.
                   3545:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
1.7       bisitz   3546: => '<b>HTML baneado</b>: HTML no se permitirá en postings de discusión.',
                   3547: # <b>HTML banned</b>: HTML will Nãot be tudooQua in discussion postings.
1.2       www      3548:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
1.7       bisitz   3549: => '<b>Instructor</b> - instructores no podrán participar en discusiones',
                   3550: # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para Parteicipeme in Discussões
1.2       www      3551:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
1.7       bisitz   3552: => '<b>Instructor</b> - instructores no podrán usar la vista de la sala de chat',
                   3553: # <b>Inde Recursosou</b> - inde Recursosous will Nãot be able Para use ou acessar the chem room
1.2       www      3554:    '<b>Students</b> - students will not be able to participate in discussions'
1.7       bisitz   3555: => '<b>Estudiantes</b> - los estudiantes no podrán participar en las discusiones',
                   3556: # <b>Estudantes</b> - Estudantes will Nãot be able Para Parteicipeme in Discussões
1.2       www      3557:    '<b>Students</b> - students will not be able to use or view the chat room.'
1.7       bisitz   3558: => '<b>Estudiantes</b> - los estudiantes no podrán usar o ver la sala de chat.',
                   3559: # <b>Estudantes</b> - Estudantes will Nãot be able Para use ou acessar the chem room.
1.2       www      3560:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
1.7       bisitz   3561: => '<b>Asistentes de enseñanza</b> - los asistentes de enseñanza no podrán participar en las discusiones',
                   3562: # <b>Assistente do professors</b> - Assistente do professors will Nãot be able Para Parteicipeme in Discussões
1.2       www      3563:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
1.7       bisitz   3564: => '<b>Asistentes de enseñanza</b> - los asistentes de enseñanza no podrán ver o usar la sala de chat',
                   3565: # <b>Assistente do professors</b> - Assistente do professors will Nãot be able use ou acessar the chem room
1.2       www      3566:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
1.6       www      3567: => '<p>Su dominio LON-CAPA actual es &quot;<b>[_1]</b>&quot;.</p>',
1.7       bisitz   3568: # <p>Your Corrente LON-CAPA Domínio is &quot;<b>[_1]</b>&quot;.</p>
1.2       www      3569:    'ABSTRACT'
1.6       www      3570: => 'ABSTRACTO',
1.2       www      3571: # Resumo
                   3572:    'Access Control'
1.6       www      3573: => 'Control de Acceso',
1.2       www      3574: 
                   3575:    'Activate'
1.6       www      3576: => 'Activar',
1.2       www      3577: # Activeme
                   3578:    'Add Roles'
1.7       bisitz   3579: => 'Añadir funciones',
                   3580: # Add usuários
1.2       www      3581:    'Add new option'
1.7       bisitz   3582: => 'Añadir nueva opción',
1.2       www      3583: 
                   3584:    "Add one empty page/column after each student's assignment"
1.7       bisitz   3585: => "Añadir una pagina/columna vacía despues de cada nota de alumno",
                   3586: # Add one Vazio Mapa/Sequënciaa/Exercícios/Coluna after each Estudante's assignment
1.2       www      3587:    "Add three empty pages/column after each student's assignment"
1.7       bisitz   3588: => "Añadir tres paginas/columnas vacías despues de cada nota de alumno",
                   3589: # Add thRee Vazio páginas/Coluna after each Estudante's assignment
1.2       www      3590:    "Add two empty pages/column after each student's assignment"
1.7       bisitz   3591: => "Añadir dos paginas/columnas vacías despues de cada nota de alumno",
                   3592: # Add two Vazio páginas/Coluna after each Estudante's assignment
1.2       www      3593:    'Additional Recipients'
                   3594: => 'Additional Recipients',
                   3595: 
                   3596:    'Additional settings, if specified below, will override cloned settings'
1.7       bisitz   3597: => 'Ajustes adicionales, si se especifica abajo, eliminará los ajustes',
1.2       www      3598: 
                   3599:    'Advanced Edit'
1.7       bisitz   3600: => 'Edición Avanzada',
1.2       www      3601: # Advanced Editarar
                   3602:    '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   3603: => '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.',
                   3604: # 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      3605:    'All Resources'
1.6       www      3606: => 'Todos los Recursos',
1.2       www      3607: # tudo Recursos
                   3608:    'All Students'
1.6       www      3609: => 'Todos los estudiantes',
1.2       www      3610: # tudo Estudantes
                   3611:    '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   3612: => '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;.',
                   3613: # 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      3614:    'Allow limited HTML in discussion posts'
1.7       bisitz   3615: => 'Permitir HTML limitado en los posts de discusión',
1.2       www      3616: # tudoow limited HTML in discussion posts
                   3617:    'Allow problems to be split over pages'
1.7       bisitz   3618: => 'Permitir que los problemas se puedan dividir en páginas',
                   3619: # tudoow problemas Para be split over páginas
1.2       www      3620:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
1.6       www      3621: => 'Extensiones de Archivo Permitidas para Archivos Cargados (uploadedfiletypes)',
1.2       www      3622: # tudooQua Arquivo Extensions fou CarRegado Arquivos (CarRegadoArquivoTipos)
                   3623:    'Allowed filetypes: <b>[_1]</b>'
1.6       www      3624: => 'Tipos de archivos permitidos: <b>[_1]</b>',
1.2       www      3625: # tudooQua ArquivoTipos: <b>[_1]</b>
1.8       bisitz   3626:    'An error occurred during the attempt to change the section for this student.'
1.7       bisitz   3627: => 'Ha ocurrido un error mientras se intentaba cambiar la sección para este estudiante.',
                   3628: # An errou occuRed during the emtempt Para Alterar the Seção fou this Estudante.
1.2       www      3629:    'An error occurred during the attempt to change the role information for this student.'
1.7       bisitz   3630: => 'Ha ocurrido un error mientras se intentaba cambiar la información de función para este estudiante.',
                   3631: # An errou occurRed during the emtempt Para Alterar the sua função umemion fou this Estudante.
1.2       www      3632:    'Analyzing Results'
1.6       www      3633: => 'Analizando Resultados',
1.2       www      3634: 
                   3635:    'Answer Date (answerdate)'
1.6       www      3636: => 'Fecha de respuesta (answerdate)',
1.2       www      3637: # Resposta Deme (Respostademe)
                   3638:    'Answer Submitted: Your final submission will be graded after the due date.'
1.7       bisitz   3639: => 'Respuesta Enviada: Su respuesta final se calificará despues de la fecha de entrega.',
1.2       www      3640: # Resposta Submeterted: Your final submission will be graded after the Limite deme.
                   3641:    'Answerable'
1.6       www      3642: => 'Para Responder',
1.2       www      3643: # Respostaable
                   3644:    'Assessment Parameters'
1.7       bisitz   3645: => 'Validación de Parametros',
                   3646: # Avaliação Parameters
1.2       www      3647:    'Automated Enrollment Manager'
1.7       bisitz   3648: => 'Gestor de Matrículas Automáticas',
                   3649: # AuParamemed memrícula.m.nt geRenciarr
1.2       www      3650:    'Automated adds'
1.7       bisitz   3651: => 'Inserciones Automáticas',
1.2       www      3652: # AuParamemed adds
                   3653:    'Automated drops'
1.7       bisitz   3654: => 'Eliminaciones Automáticas',
1.2       www      3655: # AuParamemed drops
                   3656:    'Automated enrollment settings'
1.7       bisitz   3657: => 'Ajustes de matriculas automáticas',
                   3658: # AuParamemed memrícula.m.nt settings
1.2       www      3659:    'Bad Filename'
1.6       www      3660: => 'Filename Erroneo',
1.2       www      3661: # Bad ArquivoNome
                   3662:    'Begin Enrollment'
1.7       bisitz   3663: => 'Comenzar Matrícula',
                   3664: # Begin memrícula.m.nt
1.2       www      3665:    'Binary File'
1.6       www      3666: => 'Arcihvo Binario',
1.2       www      3667: # Binary Arquivo
                   3668:    'Blank'
1.7       bisitz   3669: => 'Vacío',
1.2       www      3670: 
                   3671:    'Browse'
1.6       www      3672: => 'Navegar',
1.2       www      3673: # BLinhase
                   3674:    'CSV format'
1.6       www      3675: => 'Formato CSV',
1.2       www      3676: # CSV foumem
                   3677:    'Cannot publish directory'
1.6       www      3678: => 'No se puede publicar el directorio',
1.7       bisitz   3679: # CanNãot Publica diRecParauy
1.2       www      3680:    'Cannot retrieve directory'
1.6       www      3681: => 'No se puede recuperar directorio',
1.7       bisitz   3682: # CanNãot Restaurar diRecParauy
1.2       www      3683:    'Catalog Search'
1.7       bisitz   3684: => 'Búsqueda de Catálogo',
1.2       www      3685: # Cemalog pesquisar
                   3686:    'Change User Privileges'
1.6       www      3687: => 'Cambiar los Privilegios de Usuario',
1.2       www      3688: # Alterar geRenciar Privileges
                   3689:    'Chat Participation'
1.7       bisitz   3690: => 'Participación Chat',
1.2       www      3691: # chem Parteicipemion
                   3692:    'Click here for FAQ'
1.6       www      3693: => 'Click aqui para las FAQ',
1.2       www      3694: # Click heRe fou FAQ
                   3695:    'Click here for help'
1.7       bisitz   3696: => 'Click aquí para ayuda',
1.2       www      3697: # Click heRe fou Ajuda
                   3698:    'Click here to report bugs'
1.6       www      3699: => 'Click aqui para enviar errores',
1.2       www      3700: # Click heRe Para Repout bugs
                   3701:    'Click here to return to the chart.'
1.6       www      3702: => 'Click aqui para volver.',
1.2       www      3703: # Click heRe Para Return Para the quadro.
                   3704:    'Client IP/Name Access Control (acc)'
1.6       www      3705: => 'Control de acceso IP/Name de Cliente (acc)',
1.2       www      3706: # Client IP/Nome Access Control (acc)
                   3707:    'Clone an existing course'
1.6       www      3708: => 'Clonar un curso existente',
1.2       www      3709: # Clone an existing 
                   3710:    'Close This Window'
1.6       www      3711: => 'Cerrar esta ventana',
1.2       www      3712: # feche esta janela
                   3713:    'Closed'
1.6       www      3714: => 'Cerrado',
1.2       www      3715: # Fechard
                   3716:    'Communication'
1.7       bisitz   3717: => 'Comunicación',
1.2       www      3718: # Commu
                   3719:    'Compare versions of'
1.6       www      3720: => 'Comparar versiones de',
1.7       bisitz   3721: # CompaRe Versãos de
1.2       www      3722:    'Completed'
1.6       www      3723: => 'Completado',
1.2       www      3724: 
                   3725:    'Completely new course'
1.6       www      3726: => 'Curso completamente nuevo',
1.2       www      3727: # Completely new 
                   3728:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
1.7       bisitz   3729: => 'Confirmar que esta información es correcta, entonces pulsar &quot;Finish Helper&quot; para completar los ajustes de los parámetros.',
                   3730: # Confirm them this umemion is couRect, Então click &quot;Finish Ajudaer&quot; Para complete setting the parameter.
1.2       www      3731:    'Construction Space Version'
1.7       bisitz   3732: => 'Versiones del espacio de Construcción',
                   3733: # Conde Recursosion publicado(s) Versão
1.2       www      3734:    'Continue'
1.6       www      3735: => 'Continar',
1.2       www      3736: 
                   3737:    'Copy current file to'
1.6       www      3738: => 'Copiar este archivo a',
1.2       www      3739: # Copy Corrente Arquivo Para
                   3740:    'Copy selected'
1.6       www      3741: => 'Copiar seleccionados',
1.2       www      3742: # Copy SelecionaRed
                   3743:    'Course Code'
1.7       bisitz   3744: => 'Código del Curso',
1.2       www      3745: #  Code
                   3746:    'Course Content'
1.6       www      3747: => 'Contenido del Curso',
1.2       www      3748: #  Content
                   3749:    'Course Data'
1.6       www      3750: => 'Fecha del Curso',
1.2       www      3751: #  Dema
                   3752:    'Course Home Server'
1.6       www      3753: => 'Servidor Local del Curso',
1.2       www      3754: #  Home Servidor
                   3755:    'Course ID or number'
1.7       bisitz   3756: => 'Número ID o numero',
1.2       www      3757: #  ID ou number
                   3758:    'Course ID/Number'
1.6       www      3759: => 'Numero/ID del Curso',
1.2       www      3760: #  ID/Number
                   3761:    'Course Information'
1.7       bisitz   3762: => 'Información del curso',
1.2       www      3763: #  umemion
                   3764:    'Course Initialization Helper'
1.6       www      3765: => 'Ayudante de inicio de curso',
1.2       www      3766: #  Initializemion Ajudaer
                   3767:    'Course Level'
1.6       www      3768: => 'Nivel del Curso',
1.2       www      3769: #  Level
                   3770:    'Course Search'
1.6       www      3771: => 'Busqueda de Curso',
1.2       www      3772: #  pesquisar
                   3773:    'Course Title'
1.7       bisitz   3774: => 'Título del Curso',
                   3775: #  Título
1.2       www      3776:    'Course default for all problems'
1.6       www      3777: => 'Ajuste por defecto del curso para todos los problemas',
1.7       bisitz   3778: #  padrão fou tudo problemas
1.2       www      3779:    '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   3780: => '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.',
                   3781: #  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  3782:    'Courses'
                   3783: => 'Courses',
                   3784: # s
1.2       www      3785:    'Create New User'
                   3786: => 'Create New User',
                   3787: # criar New geRenciar
                   3788:    'Create User'
                   3789: => 'Create User',
                   3790: # criar geRenciar
                   3791:    'Creating a new'
                   3792: => 'Creating a new',
                   3793: # CReeming a new
                   3794:    'Crosslisted courses'
                   3795: => 'Crosslisted courses',
                   3796: # Crosslisted s
                   3797:    'Current Class List'
                   3798: => 'Current Class List',
                   3799: # Corrente Class List
                   3800:    'Current Ending Date: [_1]'
                   3801: => 'Current Ending Date: [_1]',
                   3802: # Corrente Fiming Deme: [_1]
                   3803:    'Current Ending Date: not set'
                   3804: => 'Current Ending Date: not set',
1.7       bisitz   3805: # Corrente Fiming Deme: Nãot set
1.2       www      3806:    'Current Resource'
                   3807: => 'Current Resource',
                   3808: # Corrente Recurso(s)
                   3809:    'Current Starting Date: [_1]'
                   3810: => 'Current Starting Date: [_1]',
                   3811: # Corrente Iniciando Deme: [_1]
                   3812:    'Current Starting Date: not set'
                   3813: => 'Current Starting Date: not set',
1.7       bisitz   3814: # Corrente Iniciando Deme: Nãot set
1.2       www      3815:    'Current Version'
                   3816: => 'Current Version',
1.7       bisitz   3817: # Corrente Versão
1.2       www      3818:    'Currently no active roles or courses'
                   3819: => 'Currently no active roles or courses',
1.7       bisitz   3820: # Correntely Não active usuários ou s
1.2       www      3821:    'Currently no additional roles or courses'
                   3822: => 'Currently no additional roles or courses',
1.7       bisitz   3823: # Correntely Não additional usuários ou s
1.2       www      3824:    'Currently submitted: <tt>[_1]</tt>'
                   3825: => 'Currently submitted: <tt>[_1]</tt>',
                   3826: # Correntely Submeterted: <tt>[_1]</tt>
                   3827:    'Custom Role Editor'
                   3828: => 'Custom Role Editor',
1.7       bisitz   3829: # CusParam sua função Editararou
1.2       www      3830:    'Cut selected'
                   3831: => 'Cut selected',
                   3832: # Cut SelecionaRed
                   3833:    'Decompress'
                   3834: => 'Decompress',
                   3835: 
                   3836:    'Default Assessment Spreadsheet'
                   3837: => 'Default Assessment Spreadsheet',
1.7       bisitz   3838: # padrão Avaliação SpReadsheet
1.2       www      3839:    'Default Course Spreadsheet'
                   3840: => 'Default Course Spreadsheet',
1.7       bisitz   3841: # padrão  SpReadsheet
1.2       www      3842:    'Default Student Spreadsheet'
                   3843: => 'Default Student Spreadsheet',
1.7       bisitz   3844: # padrão Estudante SpReadsheet
1.2       www      3845:    'Default XML Style File'
                   3846: => 'Default XML Style File',
1.7       bisitz   3847: # padrão XML Style Arquivo
1.2       www      3848:    'Default beginning date when enrolling students'
                   3849: => 'Default beginning date when enrolling students',
1.7       bisitz   3850: # padrão beginning deme when memrículasing Estudantes
1.2       www      3851:    'Default ending date when enrolling students'
                   3852: => 'Default ending date when enrolling students',
1.7       bisitz   3853: # padrão Fiming deme when memrículasing Estudantes
1.2       www      3854:    'Default for new courses is'
                   3855: => 'Default for new courses is',
1.7       bisitz   3856: # padrão fou new s is
1.2       www      3857:    'Default set of options to pass to tth/m when converting tex'
                   3858: => 'Default set of options to pass to tth/m when converting tex',
1.7       bisitz   3859: # padrão set de options Para pass Para tth/m when converting tex
1.2       www      3860:    'Define Role'
                   3861: => 'Define Role',
1.7       bisitz   3862: # Define sua função
1.2       www      3863:    'Dependencies'
                   3864: => 'Dependencies',
                   3865: # DepFimencies
                   3866:    'Disable display of problem receipts'
                   3867: => 'Disable display of problem receipts',
                   3868: # Disable Display de problema Receipts
                   3869:    'Disable student resource discussion'
                   3870: => 'Disable student resource discussion',
                   3871: # Disable Estudante Recurso(s) discussion
                   3872:    'Disable student use of chatrooms'
                   3873: => 'Disable student use of chatrooms',
                   3874: # Disable Estudante use de chemrooms
                   3875:    'Disallow Resource Discussion for Roles'
                   3876: => 'Disallow Resource Discussion for Roles',
1.7       bisitz   3877: # Distudoow Recurso(s) Discussion fou usuários
1.2       www      3878:    'Disallow Resource Discussion for Users'
                   3879: => 'Disallow Resource Discussion for Users',
                   3880: # Distudoow Recurso(s) Discussion fou geRenciars
                   3881:    'Disallow live chatroom use for Roles'
                   3882: => 'Disallow live chatroom use for Roles',
1.7       bisitz   3883: # Distudoow live chemroom use fou usuários
1.2       www      3884:    'Disallow live chatroom use for Users'
                   3885: => 'Disallow live chatroom use for Users',
                   3886: # Distudoow live chemroom use fou geRenciars
                   3887:    'Discussion Participation'
                   3888: => 'Discussion Participation',
                   3889: # Discussion Parteicipemion
                   3890:    'Display file attributes'
                   3891: => 'Display file attributes',
                   3892: # Display Arquivo emtributes
                   3893:    'Do NOT generate as standard course'
                   3894: => 'Do NOT generate as standard course',
1.7       bisitz   3895: # Do NãoT geneReme as standard 
1.2       www      3896:    'Do not show plain URL (encrypturl)'
                   3897: => 'Do not show plain URL (encrypturl)',
1.7       bisitz   3898: # Do Nãot show plain URL (encryptURL)
1.2       www      3899:    'Domain Level'
                   3900: => 'Domain Level',
1.7       bisitz   3901: # Domínio Level
1.2       www      3902:    "Don't Show Feedback"
                   3903: => "Don't Show Feedback",
                   3904: 
                   3905:    'Due Date (contentclose)'
                   3906: => 'Due Date (contentclose)',
                   3907: # Limite Deme (contentFechar)
                   3908:    'Due Date (duedate)'
                   3909: => 'Due Date (duedate)',
                   3910: # Limite Deme (Limitedeme)
                   3911:    'Duration of automated classlist updates'
                   3912: => 'Duration of automated classlist updates',
                   3913: # DuRemion de auParamemed classlist Cimademes
                   3914:    'Dynamic Metadata (updated periodically)'
                   3915: => 'Dynamic Metadata (updated periodically)',
1.7       bisitz   3916: # Dynamic Metadema (emualizado periódicamente)
1.2       www      3917:    'ERROR'
                   3918: => 'ERROR',
                   3919: # ERRou
                   3920:    'Edit Custom Role Privileges'
                   3921: => 'Edit Custom Role Privileges',
1.7       bisitz   3922: # Editarar CusParam sua função Privileges
1.2       www      3923:    'End Time'
                   3924: => 'End Time',
                   3925: # Fim Tempo
                   3926:    'Ending Date'
                   3927: => 'Ending Date',
                   3928: # Fiming Deme
                   3929:    'Enroll One Student'
                   3930: => 'Enroll One Student',
1.7       bisitz   3931: # memrículas One Estudante
1.2       www      3932:    'Enroll as student'
                   3933: => 'Enroll as student',
1.7       bisitz   3934: # memrículas as Estudante
1.2       www      3935:    'Enrolling'
                   3936: => 'Enrolling',
1.7       bisitz   3937: # memrículasing
1.2       www      3938:    'Enrolling Student'
                   3939: => 'Enrolling Student',
1.7       bisitz   3940: # memrículasing Estudante
1.2       www      3941:    '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.'
                   3942: => '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   3943: # 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      3944:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   3945: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
1.7       bisitz   3946: # fornecer terms ou phrases sepaRemed Por AND, ou, ou NãoT Então pRess pesquisar below
1.2       www      3947:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   3948: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
1.7       bisitz   3949: # fornecer terms ou phrases sepaRemed Por pesquisar opeRemous such as AND, ou, ou NãoT
1.2       www      3950:    'Entering Construction Space'
                   3951: => 'Entering Construction Space',
                   3952: # fornecering Conde Recursosion publicado(s)
                   3953:    'Error: Directory Non Empty'
                   3954: => 'Error: Directory Non Empty',
1.7       bisitz   3955: # Errou: DiRecParauy Nãon Vazio
1.2       www      3956:    'Error: destination for operation is an existing directory.'
                   3957: => 'Error: destination for operation is an existing directory.',
                   3958: # Errou: destinemion fou opeRemion is an existing diRecParauy.
                   3959:    'Essay, open end'
                   3960: => 'Essay, open end',
                   3961: # Essay, Abrir Fim
                   3962:    'Evaluation Error '
                   3963: => 'Evaluation Error ',
                   3964: # EValormion Errou 
                   3965:    'Every problem in a particular folder (overrides course default)'
                   3966: => 'Every problem in a particular folder (overrides course default)',
1.7       bisitz   3967: # Every problema in a Parteicular Pasta (overrides  padrão)
1.2       www      3968:    'Exam Problem'
                   3969: => 'Exam Problem',
                   3970: # Exam problema
                   3971:    'Excel format'
                   3972: => 'Excel format',
                   3973: # Excel foumem
1.3       riegler  3974:    'Exit'
                   3975: => 'Exit',
                   3976: # sair
1.2       www      3977:    'Feedback Addresses for Course Content'
                   3978: => 'Feedback Addresses for Course Content',
                   3979: # Feedback AddResses fou  Content
                   3980:    'Feedback Addresses for Course Content Comments'
                   3981: => 'Feedback Addresses for Course Content Comments',
                   3982: # Feedback AddResses fou  Content Comments
                   3983:    'Feedback Addresses for Course Policy'
                   3984: => 'Feedback Addresses for Course Policy',
                   3985: # Feedback AddResses fou  Policy
                   3986:    'Feedback Addresses for Resource Content Question'
                   3987: => 'Feedback Addresses for Resource Content Question',
                   3988: # Feedback AddResses fou Recurso(s) Content Question
                   3989:    'Finish Helper'
                   3990: => 'Finish Helper',
                   3991: # Finish Ajudaer
                   3992:    'First'
                   3993: => 'First',
                   3994: 
                   3995:    'First Resource'
                   3996: => 'First Resource',
                   3997: # First Recurso(s)
                   3998:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   3999: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
                   4000: # Alternativa Nome <b><tt>[_1]</tt></b> appears moue than once. Alternativa Nomes need Para be unique.
                   4001:    'Folder/Map'
                   4002: => 'Folder/Map',
1.7       bisitz   4003: # Pasta/Mapa/Sequëncia
1.2       www      4004:    'For one or more students'
                   4005: => 'For one or more students',
                   4006: # Fou one ou moue Estudantes
                   4007:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   4008: => 'Found a <*response> outside of a <part> in a <part>ed problem',
                   4009: # Found a <*Response> outside de a <Parte> in a <Parte>ed problema
                   4010:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   4011: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.7       bisitz   4012: # Found Não analyzable Respones in this problema, Correntely only Numerical, Foumula and String Response styles aRe sCiMapa/Sequënciaouted.
1.2       www      4013:    'Generate messages from a file'
                   4014: => 'Generate messages from a file',
                   4015: # GeneReme messages De a Arquivo
                   4016:    'Go'
                   4017: => 'Go',
                   4018: 
                   4019:    'Go to ...'
                   4020: => 'Go to ...',
                   4021: # Go Para ...
                   4022:    'HTML can be allowed or banned inside of course discussion.'
                   4023: => 'HTML can be allowed or banned inside of course discussion.',
                   4024: # HTML can be tudooQua ou banned inside de  discussion.
                   4025:    'HTML in Discussions'
                   4026: => 'HTML in Discussions',
1.7       bisitz   4027: # HTML in Discussões
1.2       www      4028:    'Hand Graded (handgrade)'
                   4029: => 'Hand Graded (handgrade)',
                   4030: 
                   4031:    'Help on Creating Courses'
                   4032: => 'Help on Creating Courses',
                   4033: # Ajuda on CReeming s
                   4034:    'Hide Empty Rows in Spreadsheets'
                   4035: => 'Hide Empty Rows in Spreadsheets',
                   4036: # Ocultar Vazio Linhas in SpReadsheets
                   4037:    'Home Server'
                   4038: => 'Home Server',
                   4039: # Home Servidor
                   4040:    'Homework problem'
                   4041: => 'Homework problem',
                   4042: # Homewouk problema
                   4043:    'How do I create a CSV file from a spreadsheet'
                   4044: => 'How do I create a CSV file from a spreadsheet',
                   4045: # How do I criar a CSV Arquivo De a spReadsheet
                   4046:    'How do I create a class list from a spreadsheet'
                   4047: => 'How do I create a class list from a spreadsheet',
                   4048: # How do I criar a class list De a spReadsheet
                   4049:    'How many tries should be set for all problems in the course?'
                   4050: => 'How many tries should be set for all problems in the course?',
                   4051: # How many Tentativas should be set fou tudo problemas in the ?
                   4052:    'How many tries should be set for the selected folder?'
                   4053: => 'How many tries should be set for the selected folder?',
                   4054: # How many Tentativas should be set fou the SelecionaRed Pasta?
                   4055:    'How many tries should be set for the selected problem?'
                   4056: => 'How many tries should be set for the selected problem?',
                   4057: # How many Tentativas should be set fou the SelecionaRed problema?
                   4058:    'How should the results be printed?'
                   4059: => 'How should the results be printed?',
                   4060: 
                   4061:    'Immediately expire own role as Course Coordinator'
                   4062: => 'Immediately expire own role as Course Coordinator',
1.7       bisitz   4063: # Immediemely expiRe own sua função as  Cooudinemou
1.2       www      4064:    'Import and Paste Area'
                   4065: => 'Import and Paste Area',
                   4066: # Impout and Paste ARea
                   4067:    'Include retrieval of student photographs?'
                   4068: => 'Include retrieval of student photographs?',
                   4069: # Include Retrieval de Estudante phoParagraphs?
                   4070:    'Institutional Information'
                   4071: => 'Institutional Information',
                   4072: # Institutional umemion
                   4073:    'Invalid Significant figures detected'
                   4074: => 'Invalid Significant figures detected',
                   4075: 
                   4076:    'Invalid characters in requested name have been removed.'
                   4077: => 'Invalid characters in requested name have been removed.',
                   4078: # Invalid characters in Requested Nome have been Removed.
                   4079:    'Invalid login mode or password.'
                   4080: => 'Invalid login mode or password.',
                   4081: # Invalid login mode ou passwoud.
                   4082:    'Invalid username or domain'
                   4083: => 'Invalid username or domain',
1.7       bisitz   4084: # Invalid geRenciarNome ou Domínio
1.2       www      4085:    'KEYWORDS'
                   4086: => 'KEYWORDS',
                   4087: # KEYWouDS
                   4088:    '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.'
                   4089: => '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.',
                   4090: # 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.
                   4091:    '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.'
                   4092: => '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   4093: # 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      4094:    'Languages used'
                   4095: => 'Languages used',
                   4096: # linguagems used
                   4097:    'Last'
                   4098: => 'Last',
                   4099: 
                   4100:    'Leave blank on scoring form'
                   4101: => 'Leave blank on scoring form',
                   4102: # Leave blank on scouing foum
                   4103:    'List Directory'
                   4104: => 'List Directory',
                   4105: # List DiRecParauy
                   4106:    'List of hidden parts (hiddenparts)'
                   4107: => 'List of hidden parts (hiddenparts)',
                   4108: # List de hidden Partes (hiddenPartes)
                   4109:    'Location'
                   4110: => 'Location',
                   4111: # Locemion
                   4112:    'Login Data'
                   4113: => 'Login Data',
                   4114: # Login Dema
                   4115:    'Logout'
1.6       www      4116: => 'Salir',
1.2       www      4117: 
                   4118:    'Mail'
                   4119: => 'Mail',
                   4120: 
                   4121:    'Make new directory'
                   4122: => 'Make new directory',
                   4123: # Make new diRecParauy
                   4124:    'Make new file'
                   4125: => 'Make new file',
                   4126: # Make new Arquivo
                   4127:    'Manual Grading'
                   4128: => 'Manual Grading',
                   4129: 
                   4130:    'Map has branchings. Use advanced editor.'
                   4131: => 'Map has branchings. Use advanced editor.',
1.7       bisitz   4132: # Mapa/Sequëncia has branchings. Use advanced Editararou.
1.2       www      4133:    'Map has conditions. Use advanced editor.'
                   4134: => 'Map has conditions. Use advanced editor.',
1.7       bisitz   4135: # Mapa/Sequëncia has conditions. Use advanced Editararou.
1.3       riegler  4136:    'Map has resource parameters. Use advanced editor.'
                   4137: => 'Map has resource parameters. Use advanced editor.',
1.7       bisitz   4138: # Mapa/Sequëncia has Recurso(s) parameters. Use advanced Editararou.
1.2       www      4139:    'Map has unconnected resources. Use advanced editor.'
                   4140: => 'Map has unconnected resources. Use advanced editor.',
1.7       bisitz   4141: # Mapa/Sequëncia has unconnected Recursos. Use advanced Editararou.
1.2       www      4142:    'Maximum Number of Collaborators'
                   4143: => 'Maximum Number of Collaborators',
                   4144: # Maximum Number de Collabouemous
                   4145:    'Maximum Number of Collaborators (maxcollaborators)'
                   4146: => 'Maximum Number of Collaborators (maxcollaborators)',
                   4147: # Maximum Number de Collabouemous (maxcollabouemous)
                   4148:    'Maximum Number of Tries (maxtries)'
                   4149: => 'Maximum Number of Tries (maxtries)',
                   4150: # Maximum Number de Tentativas (maxTentativas)
                   4151:    'Messaging'
                   4152: => 'Messaging',
                   4153: 
                   4154:    'Middle'
                   4155: => 'Middle',
                   4156: 
                   4157:    'Middle Name'
                   4158: => 'Middle Name',
                   4159: # Middle Nome
                   4160:    'Missing Kerberos domain information.'
                   4161: => 'Missing Kerberos domain information.',
1.7       bisitz   4162: # Missing Kerberos Domínio umemion.
1.2       www      4163:    'Modification may make assessment data inaccessible'
                   4164: => 'Modification may make assessment data inaccessible',
1.7       bisitz   4165: # Modificemion Maio make Avaliação dema inaccessible
1.2       www      4166:    'Modify Enrollment for'
                   4167: => 'Modify Enrollment for',
1.7       bisitz   4168: # Modify memrícula.m.nt fou
1.2       www      4169:    'Modify User'
                   4170: => 'Modify User',
                   4171: # Modify geRenciar
                   4172:    'Modify another students data'
                   4173: => 'Modify another students data',
1.7       bisitz   4174: # Modify aNãother Estudantes dema
1.2       www      4175:    'Modify deadlines, etc, for this resource'
                   4176: => 'Modify deadlines, etc, for this resource',
                   4177: # Modify Prazos finais, etc, fou this Recurso(s)
                   4178:    'Modifying data for user'
                   4179: => 'Modifying data for user',
                   4180: # Modifying dema fou geRenciar
                   4181:    'Modifying this will make problems'
                   4182: => 'Modifying this will make problems',
                   4183: # Modifying this will make problemas
                   4184:    'Move current file to'
                   4185: => 'Move current file to',
                   4186: # Move Corrente Arquivo Para
                   4187:    'Must create new subdirectory inside a directory'
                   4188: => 'Must create new subdirectory inside a directory',
                   4189: # Must criar new subdiRecParauy inside a diRecParauy
                   4190:    'Name of Role'
                   4191: => 'Name of Role',
1.7       bisitz   4192: # Nome de sua função
1.2       www      4193:    'New Directory'
                   4194: => 'New Directory',
                   4195: # New DiRecParauy
                   4196:    'New HTML file'
                   4197: => 'New HTML file',
                   4198: # New HTML Arquivo
                   4199:    'New Resource'
                   4200: => 'New Resource',
                   4201: # New Recurso(s)
                   4202:    'New Role'
                   4203: => 'New Role',
1.7       bisitz   4204: # New sua função
1.2       www      4205:    'New User'
                   4206: => 'New User',
                   4207: # New geRenciar
                   4208:    'New Value'
                   4209: => 'New Value',
                   4210: # New Valor
                   4211:    'New assembled page'
                   4212: => 'New assembled page',
1.7       bisitz   4213: # New assembled Mapa/Sequënciaa/Exercícios
1.2       www      4214:    'New assembled sequence'
                   4215: => 'New assembled sequence',
1.7       bisitz   4216: # New assembled sequência
1.2       www      4217:    'New custom rights file'
                   4218: => 'New custom rights file',
                   4219: # New cusParam rights Arquivo
                   4220:    'New file'
                   4221: => 'New file',
                   4222: # New Arquivo
                   4223:    'New problem'
                   4224: => 'New problem',
                   4225: # New problema
                   4226:    'New style file'
                   4227: => 'New style file',
                   4228: # New style Arquivo
                   4229:    'New subdirectory'
                   4230: => 'New subdirectory',
                   4231: # New subdiRecParauy
                   4232:    'Next ->'
                   4233: => 'Next ->',
1.7       bisitz   4234: # Próximo ->
1.2       www      4235:    'No Access or Usages Statistics are available for this resource.'
                   4236: => 'No Access or Usages Statistics are available for this resource.',
1.7       bisitz   4237: # Não Access ou Usages Stemistics aRe available fou this Recurso(s).
1.2       www      4238:    'No Assessment Statistical Data is available for this resource'
                   4239: => 'No Assessment Statistical Data is available for this resource',
1.7       bisitz   4240: # Não Avaliação Stemistical Dema is available fou this Recurso(s)
1.2       www      4241:    'No Evaluation Data is available for this resource.'
                   4242: => 'No Evaluation Data is available for this resource.',
1.7       bisitz   4243: # Não EValormion Dema is available fou this Recurso(s).
1.2       www      4244:    'No new filename specified.'
                   4245: => 'No new filename specified.',
1.7       bisitz   4246: # Não new ArquivoNome specified.
1.2       www      4247:    'No section assigned'
                   4248: => 'No section assigned',
1.7       bisitz   4249: # Não Seção assigned
1.2       www      4250:    'No such file'
                   4251: => 'No such file',
1.7       bisitz   4252: # Não such Arquivo
1.2       www      4253:    'Not Allowed'
                   4254: => 'Not Allowed',
1.7       bisitz   4255: # Nãot tudooQua
1.2       www      4256:    'Not open to be viewed'
                   4257: => 'Not open to be viewed',
1.7       bisitz   4258: # Nãot Abrir Para be acessaRed
1.2       www      4259:    'Notification of enrollment changes'
                   4260: => 'Notification of enrollment changes',
1.7       bisitz   4261: # Nãotificemion de memrícula.m.nt Alterars
1.2       www      4262:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   4263: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.7       bisitz   4264: # Nãotificemion Para  cooudinemou via LON-CAPa.m.ssage when memrícula.m.nt Alterars occur during the auParamemed Cimademe?
1.2       www      4265:    'Number of Tries before hints appear (hinttries)'
                   4266: => 'Number of Tries before hints appear (hinttries)',
                   4267: # Number de Tentativas befoue hints appear (hintTentativas)
                   4268:    'Number of assignments printed at the same time:'
                   4269: => 'Number of assignments printed at the same time:',
                   4270: # Number de assignments printed em the same Tempo:
                   4271:    'Number of bubbles in exam mode (numbubbles)'
                   4272: => 'Number of bubbles in exam mode (numbubbles)',
                   4273: # Number de bubbles in exam mode (numbubbles)
                   4274:    'Number of columns'
                   4275: => 'Number of columns',
                   4276: # Number de Colunas
                   4277:    'Numerical Tolerance (tol)'
                   4278: => 'Numerical Tolerance (tol)',
                   4279: # Numerical Paralerance (Paral)
                   4280:    'Old Value'
                   4281: => 'Old Value',
                   4282: # Old Valor
                   4283:    'Online Help'
                   4284: => 'Online Help',
                   4285: # Online Ajuda
                   4286:    'Only domain coordinators can change a users password.'
                   4287: => 'Only domain coordinators can change a users password.',
1.7       bisitz   4288: # Only Domínio cooudinemous can Alterar a geRenciars passwoud.
1.2       www      4289:    'Open Course'
                   4290: => 'Open Course',
                   4291: # Abrir 
                   4292:    'Open all assessments'
                   4293: => 'Open all assessments',
1.7       bisitz   4294: # Abrir tudo Avaliaçãos
1.2       www      4295:    'Open and correct'
                   4296: => 'Open and correct',
                   4297: # Abrir and couRect
                   4298:    'Open with full tries'
                   4299: => 'Open with full tries',
                   4300: # Abrir with full Tentativas
                   4301:    'Opening Date (contentopen)'
                   4302: => 'Opening Date (contentopen)',
                   4303: # Abriring Deme (contenParapen)
                   4304:    'Opening Date (opendate)'
                   4305: => 'Opening Date (opendate)',
                   4306: # Abriring Deme (Abrirdeme)
                   4307:    'Output Format: [_1]'
                   4308: => 'Output Format: [_1]',
1.7       bisitz   4309: # Saída Foumem: [_1]
1.2       www      4310:    'Page layout'
                   4311: => 'Page layout',
1.7       bisitz   4312: # Mapa/Sequënciaa/Exercícios layout
1.2       www      4313:    'Paper type'
                   4314: => 'Paper type',
                   4315: # Paper Tipo
                   4316:    'Parameter'
                   4317: => 'Parameter',
                   4318: 
                   4319:    'Part Description (display)'
                   4320: => 'Part Description (display)',
                   4321: # Parte Description (Display)
                   4322:    'Paste after selected'
                   4323: => 'Paste after selected',
                   4324: # Paste after SelecionaRed
                   4325:    'Personal Data'
                   4326: => 'Personal Data',
                   4327: # Personal Dema
1.3       riegler  4328:    'Please adjust significant figures.'
                   4329: => 'Please adjust significant figures.',
                   4330: 
1.2       www      4331:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   4332: => '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   4333: # 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      4334:    'Please click Back on your browser and select another user, or '
                   4335: => 'Please click Back on your browser and select another user, or ',
1.7       bisitz   4336: # Please click Back on your bLinhaser and Selecione umNãother geRenciar, ou 
1.2       www      4337:    'Please contact your LON-CAPA administrator regarding this situation.'
                   4338: => 'Please contact your LON-CAPA administrator regarding this situation.',
                   4339: # Please Contato your LON-CAPA a.m.nistRemou Regarding this siTermion.
                   4340:    'Please select an authentication mechanism'
                   4341: => 'Please select an authentication mechanism',
1.7       bisitz   4342: # Please Selecione umn auEntãoticemion mechanism
1.2       www      4343:    'Please select the authentication mechanism'
                   4344: => 'Please select the authentication mechanism',
1.7       bisitz   4345: # Please Selecionar the auEntãoticemion mechanism
1.2       www      4346:    'Please select the section you wish to set the answer open date for:'
                   4347: => 'Please select the section you wish to set the answer open date for:',
1.7       bisitz   4348: # Please Selecionar the Seção you wish Para set the Resposta Abrir deme fou:
1.2       www      4349:    'Please select the section you wish to set the due date for:'
                   4350: => 'Please select the section you wish to set the due date for:',
1.7       bisitz   4351: # Please Selecionar the Seção you wish Para set the Limite deme fou:
1.2       www      4352:    'Please select the section you wish to set the number of tries for:'
                   4353: => 'Please select the section you wish to set the number of tries for:',
1.7       bisitz   4354: # Please Selecionar the Seção you wish Para set the number de Tentativas fou:
1.2       www      4355:    'Please select the section you wish to set the opening date for:'
                   4356: => 'Please select the section you wish to set the opening date for:',
1.7       bisitz   4357: # Please Selecionar the Seção you wish Para set the Abriring deme fou:
1.2       www      4358:    'Please select the section you wish to set the problem weight for:'
                   4359: => 'Please select the section you wish to set the problem weight for:',
1.7       bisitz   4360: # Please Selecionar the Seção you wish Para set the problema weight fou:
1.2       www      4361:    'Please select the student you wish to set the answer open date for:'
                   4362: => 'Please select the student you wish to set the answer open date for:',
                   4363: # Please Selecionar the Estudante you wish Para set the Resposta Abrir deme fou:
                   4364:    'Please select the student you wish to set the due date for:'
                   4365: => 'Please select the student you wish to set the due date for:',
                   4366: # Please Selecionar the Estudante you wish Para set the Limite deme fou:
                   4367:    'Please select the student you wish to set the number of tries for:'
                   4368: => 'Please select the student you wish to set the number of tries for:',
                   4369: # Please Selecionar the Estudante you wish Para set the number de Tentativas fou:
                   4370:    'Please select the student you wish to set the opening date for:'
                   4371: => 'Please select the student you wish to set the opening date for:',
                   4372: # Please Selecionar the Estudante you wish Para set the Abriring deme fou:
                   4373:    'Please select the student you wish to set the problem weight for:'
                   4374: => 'Please select the student you wish to set the problem weight for:',
                   4375: # Please Selecionar the Estudante you wish Para set the problema weight fou:
                   4376:    'Please stand by.'
                   4377: => 'Please stand by.',
                   4378: # Please stand Por.
                   4379:    "Please use browser 'Back' button and pick a filename"
                   4380: => "Please use browser 'Back' button and pick a filename",
                   4381: # Please use bLinhaser 'Back' butParan and pick a ArquivoNome
                   4382:    'Print'
                   4383: => 'Print',
                   4384: 
                   4385:    'Privileged users that should not be hidden on staff listings'
                   4386: => 'Privileged users that should not be hidden on staff listings',
1.7       bisitz   4387: # Privileged geRenciars them should Nãot be hidden on staff listings
1.2       www      4388:    'Processed file'
                   4389: => 'Processed file',
                   4390: # Processed Arquivo
                   4391:    'Publish this Resource'
                   4392: => 'Publish this Resource',
                   4393: # Publica this Recurso(s)
                   4394:    'Question Type (type)'
                   4395: => 'Question Type (type)',
                   4396: # Question Tipo (Tipo)
                   4397:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   4398: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
1.7       bisitz   4399: # Random seed fou randomly picking number de Recursos (optional, only set if you kNãow whem you aRe doing) (randompickseed)
1.2       www      4400:    'Randomization algorithm used'
                   4401: => 'Randomization algorithm used',
                   4402: # Randomizemion algouithm used
                   4403:    'Randomly pick number of resources (randompick)'
                   4404: => 'Randomly pick number of resources (randompick)',
                   4405: # Randomly pick number de Recursos (randompick)
                   4406:    'Reading results from [_1]'
                   4407: => 'Reading results from [_1]',
                   4408: # LFimo Resultados de [_1]
                   4409:    'Receipt algorithm used'
                   4410: => 'Receipt algorithm used',
                   4411: # Receipt algouithm used
                   4412:    'Receiving results from [_1]'
                   4413: => 'Receiving results from [_1]',
                   4414: # Receiving Results De [_1]
                   4415:    'Recent'
                   4416: => 'Recent',
                   4417: 
                   4418:    'Rename current file to'
                   4419: => 'Rename current file to',
1.7       bisitz   4420: # ReNãomear Corrente Arquivo Para
1.2       www      4421:    'Report a Bug'
                   4422: => 'Report a Bug',
                   4423: # Repout a Bug
                   4424:    'Resource'
                   4425: => 'Resource',
                   4426: # Recurso(s)
                   4427:    'Resource Differences'
                   4428: => 'Resource Differences',
                   4429: # Recurso(s) Differ
                   4430:    'Resource Hidden from Students (hiddenresource)'
                   4431: => 'Resource Hidden from Students (hiddenresource)',
                   4432: # Recurso(s) Hidden De Estudantes (hiddenRecurso(s))
                   4433:    'Resource alias name for conditions (mapalias)'
                   4434: => 'Resource alias name for conditions (mapalias)',
1.7       bisitz   4435: # Recurso(s) alias Nome fou conditions (Mapa/Sequënciaalias)
1.2       www      4436:    'Resources'
                   4437: => 'Resources',
                   4438: # Recursos
                   4439:    'Response'
                   4440: => 'Response',
                   4441: 
                   4442:    'Retrieve Old Version'
                   4443: => 'Retrieve Old Version',
1.7       bisitz   4444: # Restaurar Old Versão
1.2       www      4445:    'Return to DOCS'
                   4446: => 'Return to DOCS',
                   4447: # Return Para documenParas
                   4448:    'Reverse Association'
                   4449: => 'Reverse Association',
                   4450: # Reverse Associemion
                   4451:    'Revoke'
                   4452: => 'Revoke',
                   4453: 
                   4454:    'Revoke Existing Roles'
                   4455: => 'Revoke Existing Roles',
1.7       bisitz   4456: # Revoke Existing usuários
1.2       www      4457:    'Role'
                   4458: => 'Role',
1.7       bisitz   4459: # sua função
1.2       www      4460:    'Role Information'
                   4461: => 'Role Information',
1.7       bisitz   4462: # sua função umemion
1.2       www      4463:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   4464: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.7       bisitz   4465: # Salvar enTentativas below as a draft Resposta (Nãot Submeterting them fou cREditarar yet)
1.2       www      4466:    'Search Complete [_1]'
                   4467: => 'Search Complete [_1]',
                   4468: # pesquisar Complete [_1]
                   4469:    'Search: [_1]'
                   4470: => 'Search: [_1]',
                   4471: # pesquisar: [_1]
                   4472:    'Select Action'
                   4473: => 'Select Action',
                   4474: # Selecione umction
                   4475:    'Select All Files'
                   4476: => 'Select All Files',
                   4477: # Selecionar tudo Arquivos
                   4478:    'Select All Published'
                   4479: => 'Select All Published',
                   4480: # Selecionar tudo Publicado
                   4481:    'Select All Resources'
                   4482: => 'Select All Resources',
                   4483: # Selecionar tudo Recursos
                   4484:    'Select Folder'
                   4485: => 'Select Folder',
                   4486: # Selecionar Pasta
                   4487:    'Select Only Current Students'
                   4488: => 'Select Only Current Students',
                   4489: # Selecionar Only Corrente Estudantes
                   4490:    'Select Problem'
                   4491: => 'Select Problem',
                   4492: # Selecionar problema
                   4493:    'Select Problem(s) to print'
                   4494: => 'Select Problem(s) to print',
                   4495: # Selecionar problema(s) Para print
                   4496:    'Select Resource(s) to print'
                   4497: => 'Select Resource(s) to print',
                   4498: # Selecionar Recurso(s)(s) Para print
                   4499:    'Select Resources To Print'
                   4500: => 'Select Resources To Print',
                   4501: # Selecionar Recursos Para Print
                   4502:    'Select Section'
                   4503: => 'Select Section',
1.7       bisitz   4504: # Selecionar Seção
1.2       www      4505:    'Select Sequence To Print From'
                   4506: => 'Select Sequence To Print From',
1.7       bisitz   4507: # Selecionar sequência Para Print De
1.2       www      4508:    'Select Student'
                   4509: => 'Select Student',
                   4510: # Selecionar Estudante
                   4511:    'Select Students and Resources'
                   4512: => 'Select Students and Resources',
                   4513: # Selecionar Estudantes and Recursos
                   4514:    'Select Style File'
                   4515: => 'Select Style File',
                   4516: # Selecionar Style Arquivo
                   4517:    'Select a user name to modify the students information'
                   4518: => 'Select a user name to modify the students information',
                   4519: # Selecione um geRenciar Nome Para modify the Estudantes umemion
                   4520:    'Select a user name to view the users personal page.'
                   4521: => 'Select a user name to view the users personal page.',
1.7       bisitz   4522: # Selecione um geRenciar Nome Para acessar the geRenciars personal Mapa/Sequënciaa/Exercícios.
1.2       www      4523:    'Select for Section/Group'
                   4524: => 'Select for Section/Group',
1.7       bisitz   4525: # Selecionar fou Seção/GroCima
1.2       www      4526:    'Select resources for the assignment'
                   4527: => 'Select resources for the assignment',
                   4528: # Selecionar Recursos fou the assignment
                   4529:    'Select the folder you wish to set the parameter for:'
                   4530: => 'Select the folder you wish to set the parameter for:',
                   4531: # Selecionar the Pasta you wish Para set the parameter fou:
                   4532:    'Select the problem you wish to set the parameter for:'
                   4533: => 'Select the problem you wish to set the parameter for:',
                   4534: # Selecionar the problema you wish Para set the parameter fou:
                   4535:    'Set'
                   4536: => 'Set',
                   4537: 
                   4538:    'Set Course Environment'
                   4539: => 'Set Course Environment',
                   4540: # Set  Environment
                   4541:    'Set End Date'
                   4542: => 'Set End Date',
                   4543: # Set Fim Deme
                   4544:    'Set Individual User Roles'
                   4545: => 'Set Individual User Roles',
1.7       bisitz   4546: # Set Individual geRenciar usuários
1.2       www      4547:    'Set Problem Tries'
                   4548: => 'Set Problem Tries',
                   4549: # Set problema Tentativas
                   4550:    'Set Problem Weight'
                   4551: => 'Set Problem Weight',
                   4552: # Set problema Weight
                   4553:    'Set Start Date'
                   4554: => 'Set Start Date',
1.7       bisitz   4555: # Set Início Deme
1.2       www      4556:    'Set answer open date for all problems in the course for ...'
                   4557: => 'Set answer open date for all problems in the course for ...',
                   4558: # Set Resposta Abrir deme fou tudo problemas in the  fou ...
                   4559:    'Set answer open date for the selected folder for ...'
                   4560: => 'Set answer open date for the selected folder for ...',
                   4561: # Set Resposta Abrir deme fou the SelecionaRed Pasta fou ...
                   4562:    'Set answer open date for the selected problem for ...'
                   4563: => 'Set answer open date for the selected problem for ...',
                   4564: # Set Resposta Abrir deme fou the SelecionaRed problema fou ...
                   4565:    'Set content feedback to Course Coordinator'
                   4566: => 'Set content feedback to Course Coordinator',
                   4567: # Set content feedback Para  Cooudinemou
                   4568:    'Set course policy feedback to Course Coordinator'
                   4569: => 'Set course policy feedback to Course Coordinator',
                   4570: # Set  policy feedback Para  Cooudinemou
                   4571:    'Set due date for all problems in the course for ...'
                   4572: => 'Set due date for all problems in the course for ...',
                   4573: # Set Limite deme fou tudo problemas in the  fou ...
                   4574:    'Set due date for the selected folder for ...'
                   4575: => 'Set due date for the selected folder for ...',
                   4576: # Set Limite deme fou the SelecionaRed Pasta fou ...
                   4577:    'Set due date for the selected problem for ...'
                   4578: => 'Set due date for the selected problem for ...',
                   4579: # Set Limite deme fou the SelecionaRed problema fou ...
                   4580:    'Set number of tries for all problems in the course for ...'
                   4581: => 'Set number of tries for all problems in the course for ...',
                   4582: # Set number de Tentativas fou tudo problemas in the  fou ...
                   4583:    'Set number of tries for the selected folder for ...'
                   4584: => 'Set number of tries for the selected folder for ...',
                   4585: # Set number de Tentativas fou the SelecionaRed Pasta fou ...
                   4586:    'Set number of tries for the selected problem for ...'
                   4587: => 'Set number of tries for the selected problem for ...',
                   4588: # Set number de Tentativas fou the SelecionaRed problema fou ...
                   4589:    'Set opening date for all problems in the course for ...'
                   4590: => 'Set opening date for all problems in the course for ...',
                   4591: # Set Abriring deme fou tudo problemas in the  fou ...
                   4592:    'Set opening date for all problems in the course for. . .'
                   4593: => 'Set opening date for all problems in the course for. . .',
                   4594: # Set Abriring deme fou tudo problemas in the  fou. . .
                   4595:    'Set opening date for the selected folder for ...'
                   4596: => 'Set opening date for the selected folder for ...',
                   4597: # Set Abriring deme fou the SelecionaRed Pasta fou ...
                   4598:    'Set opening date for the selected problem for ...'
                   4599: => 'Set opening date for the selected problem for ...',
                   4600: # Set Abriring deme fou the SelecionaRed problema fou ...
                   4601:    'Set problem weight for all problems in the course for ...'
                   4602: => 'Set problem weight for all problems in the course for ...',
                   4603: # Set problema weight fou tudo problemas in the  fou ...
                   4604:    'Set problem weight for the selected folder for ...'
                   4605: => 'Set problem weight for the selected folder for ...',
                   4606: # Set problema weight fou the SelecionaRed Pasta fou ...
                   4607:    'Set problem weight for the selected problem for ...'
                   4608: => 'Set problem weight for the selected problem for ...',
                   4609: # Set problema weight fou the SelecionaRed problema fou ...
                   4610:    'Set to ...'
                   4611: => 'Set to ...',
                   4612: # Set Para ...
                   4613:    'Set value to "[_1]" to allow'
                   4614: => 'Set value to "[_1]" to allow',
                   4615: # Set Valor Para "[_1]" Para tudoow
                   4616:    'Setting the [_1]'
                   4617: => 'Setting the [_1]',
                   4618: 
                   4619:    'Setting the [_1] to [_2]'
                   4620: => 'Setting the [_1] to [_2]',
                   4621: # Setting the [_1] Para [_2]
                   4622:    'Show Answer'
                   4623: => 'Show Answer',
                   4624: # Show Resposta
                   4625:    'Show Feedback'
                   4626: => 'Show Feedback',
                   4627: 
                   4628:    'Show Problem Status (problemstatus)'
                   4629: => 'Show Problem Status (problemstatus)',
                   4630: # Show problema Stemus (problemastemus)
                   4631:    'Show Units - Disable Entry (turnoffunit)'
                   4632: => 'Show Units - Disable Entry (turnoffunit)',
                   4633: # Show Units - Disable Entry (turndefunit)
                   4634:    'Significant Digits (sig)'
                   4635: => 'Significant Digits (sig)',
                   4636: 
                   4637:    'Simple Edit'
                   4638: => 'Simple Edit',
                   4639: # Simple Editarar
                   4640:    'Some items were not submitted'
                   4641: => 'Some items were not submitted',
1.7       bisitz   4642: # Some items weRe Nãot Submeterted
1.2       www      4643:    'Start Time'
                   4644: => 'Start Time',
1.7       bisitz   4645: # Início Tempo
1.2       www      4646:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   4647: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.7       bisitz   4648: # 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      4649:    'Starting Date'
                   4650: => 'Starting Date',
                   4651: # Iniciando Deme
                   4652:    'Student ID'
                   4653: => 'Student ID',
                   4654: # Estudante ID
                   4655:    'Student Information'
                   4656: => 'Student Information',
                   4657: # Estudante umemion
                   4658:    'Student Name'
                   4659: => 'Student Name',
                   4660: # Estudante Nome
                   4661:    'Student Status'
                   4662: => 'Student Status',
                   4663: # Estudante Stemus
                   4664:    'Student Status: [_1]'
                   4665: => 'Student Status: [_1]',
                   4666: # Estudante Stemus: [_1]
                   4667:    'Student information updated successfully.'
                   4668: => 'Student information updated successfully.',
                   4669: # Estudante umemion Cimademed successfully.
                   4670:    'Students need access key to enter course'
                   4671: => 'Students need access key to enter course',
                   4672: # Estudantes need access key Para fornecer 
                   4673:    'Students with expired roles'
                   4674: => 'Students with expired roles',
1.7       bisitz   4675: # Estudantes with expiRed usuários
1.2       www      4676:    'Subject:'
                   4677: => 'Subject:',
                   4678: # asDomPara:
                   4679:    'Submissions'
                   4680: => 'Submissions',
1.7       bisitz   4681: # Submissões
1.2       www      4682:    'Submit Modifications'
                   4683: => 'Submit Modifications',
                   4684: # Submeter Modificemions
                   4685:    'Submit entries below as answer to receive credit'
                   4686: => 'Submit entries below as answer to receive credit',
                   4687: # Submeter enTentativas below as Resposta Para Receive cREditarar
                   4688:    'Survey Question'
                   4689: => 'Survey Question',
                   4690: 
                   4691:    'Swedish Chef'
                   4692: => 'Swedish Chef',
                   4693: # SQuaish Chef
                   4694:    'System Level'
                   4695: => 'System Level',
                   4696: # Sistema Level
                   4697:    'Target Edit Map'
                   4698: => 'Target Edit Map',
1.7       bisitz   4699: # DestiNão Editarar Mapa/Sequëncia
1.2       www      4700:    'TeX unconverted due to errors'
                   4701: => 'TeX unconverted due to errors',
                   4702: # TeX unconverted Limite Para errous
                   4703:    'TeX unconverted due to previous errors'
                   4704: => 'TeX unconverted due to previous errors',
                   4705: # TeX unconverted Limite Para Anterior errous
                   4706:    '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.'
                   4707: => '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   4708: # 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      4709:    'The error reported was'
                   4710: => 'The error reported was',
                   4711: # The errou Repouted was
                   4712:    '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.'
                   4713: => '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   4714: # 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      4715:    "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."
                   4716: => "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   4717: # 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      4718:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4719: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.7       bisitz   4720: # The question can Nãot be gotten couRect, the following Alternativas in the &lt;optionResponse&gt; have invalid couRect options
1.2       www      4721:    'The requested file'
                   4722: => 'The requested file',
                   4723: # The Requested Arquivo
                   4724:    'The student must log out and log in again to see these changes.'
                   4725: => 'The student must log out and log in again to see these changes.',
1.7       bisitz   4726: # The Estudante must log out and efeTer o login Nãovamente Para see these Alterars.
1.2       www      4727:    'There are currently no Error Messages for this resource.'
                   4728: => 'There are currently no Error Messages for this resource.',
1.7       bisitz   4729: # TheRe aRe Correntely Não Errou Messages fou this Recurso(s).
1.2       www      4730:    'There are no Evaluation Comments on this resource.'
                   4731: => 'There are no Evaluation Comments on this resource.',
1.7       bisitz   4732: # TheRe aRe Não EValormion Comments on this Recurso(s).
1.2       www      4733:    'There are no currently enrolled students in the course.'
                   4734: => 'There are no currently enrolled students in the course.',
1.7       bisitz   4735: # TheRe aRe Não Correntely memrículased Estudantes in the .
1.2       www      4736:    'There are no currently enrolled students in the selected sections.'
                   4737: => 'There are no currently enrolled students in the selected sections.',
1.7       bisitz   4738: # TheRe aRe Não Correntely memrículased Estudantes in the SelecionaRed Seções.
1.2       www      4739:    'There are no previously enrolled students in the course.'
                   4740: => 'There are no previously enrolled students in the course.',
1.7       bisitz   4741: # TheRe aRe Não Anteriorly memrículased Estudantes in the .
1.2       www      4742:    'There are no previously enrolled students in the selected sections.'
                   4743: => 'There are no previously enrolled students in the selected sections.',
1.7       bisitz   4744: # TheRe aRe Não Anteriorly memrículased Estudantes in the SelecionaRed Seções.
1.2       www      4745:    'There are no students in the course.'
                   4746: => 'There are no students in the course.',
1.7       bisitz   4747: # TheRe aRe Não Estudantes in the .
1.2       www      4748:    'There are no students in the selected sections.'
                   4749: => 'There are no students in the selected sections.',
1.7       bisitz   4750: # TheRe aRe Não Estudantes in the SelecionaRed Seções.
1.2       www      4751:    'There was an error determining the environment values for'
                   4752: => 'There was an error determining the environment values for',
                   4753: # TheRe was an errou determining the environment Valors fou
                   4754:    'This controls how receipt numbers are generated.'
                   4755: => 'This controls how receipt numbers are generated.',
                   4756: # This controls how Receipt numbers aRe geneRemed.
                   4757:    'This helper will set up your LON-CAPA course and choose which features will be active.'
                   4758: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
                   4759: # This Ajudaer will set Cima your LON-CAPA  and escolha which feemuRes will be active.
                   4760:    'To create a new'
                   4761: => 'To create a new',
                   4762: # Para criar a new
                   4763:    'Top Level Map'
                   4764: => 'Top Level Map',
1.7       bisitz   4765: # Parap Level Mapa/Sequëncia
1.2       www      4766:    'Type Name Here'
                   4767: => 'Type Name Here',
                   4768: # Tipo Nome HeRe
                   4769:    'Type-in value'
                   4770: => 'Type-in value',
                   4771: # Tipo-in Valor
                   4772:    'UNDISPLAYABLE'
                   4773: => 'UNDISPLAYABLE',
                   4774: 
                   4775:    'Unable to enroll'
                   4776: => 'Unable to enroll',
1.7       bisitz   4777: # Unable Para memrículas
1.2       www      4778:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
                   4779: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
                   4780: # Unable Para Publica Arquivo, it contains dCimalicemed ID(s), ID(s) need Para be unique. The dCimalicemed ID(s) aRe
                   4781:    'Unable to retrieve environment data for'
                   4782: => 'Unable to retrieve environment data for',
                   4783: # Unable Para Restaurar environment dema fou
                   4784:    'Unable to set default dates for course'
                   4785: => 'Unable to set default dates for course',
1.7       bisitz   4786: # Unable Para set padrão demes fou 
1.2       www      4787:    'Unavailable course'
                   4788: => 'Unavailable course',
                   4789: # Unavailable 
                   4790:    'Unknown Action'
                   4791: => 'Unknown Action',
1.7       bisitz   4792: # UnkNãown Action
1.2       www      4793:    'Unselect All Files'
                   4794: => 'Unselect All Files',
                   4795: # UnSelecionar tudo Arquivos
                   4796:    'Unselect All Published'
                   4797: => 'Unselect All Published',
                   4798: # UnSelecionar tudo Publicado
                   4799:    'Unselect All Resources'
                   4800: => 'Unselect All Resources',
                   4801: # UnSelecionar tudo Recursos
                   4802:    'Unselect for Section/Group'
                   4803: => 'Unselect for Section/Group',
1.7       bisitz   4804: # UnSelecionar fou Seção/GroCima
1.2       www      4805:    'Upload file'
                   4806: => 'Upload file',
1.7       bisitz   4807: # CimaUtilização do Servidor Arquivo
1.2       www      4808:    'VIEW'
                   4809: => 'VIEW',
                   4810: # acessar
                   4811:    'View the FAQ'
                   4812: => 'View the FAQ',
                   4813: # acessar the FAQ
                   4814:    'Visibly Separate Items on Pages'
                   4815: => 'Visibly Separate Items on Pages',
1.7       bisitz   4816: # Visibly SepaReme Items on páginas
1.2       www      4817:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
                   4818: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
1.7       bisitz   4819: # WARNING: The metadema table does Nãot exist in the LON-CAPA demabase.
1.2       www      4820:    'Warning: change of MIME type!'
                   4821: => 'Warning: change of MIME type!',
                   4822: # Warning: Alterar de MIME Tipo!
                   4823:    'Warning: target file exists!'
                   4824: => 'Warning: target file exists!',
1.7       bisitz   4825: # Warning: DestiNão Arquivo exists!
1.2       www      4826:    'Warning: target file exists, and has been published!'
                   4827: => 'Warning: target file exists, and has been published!',
1.7       bisitz   4828: # Warning: DestiNão Arquivo exists, and has been Publicado!
1.2       www      4829:    'Weight (weight)'
                   4830: => 'Weight (weight)',
                   4831: 
                   4832:    'Welcome to Your New LON-CAPA Course'
                   4833: => 'Welcome to Your New LON-CAPA Course',
                   4834: # Bem Vindo Para Your New LON-CAPA 
                   4835:    'What parameter do you want to set for the selected folder?'
                   4836: => 'What parameter do you want to set for the selected folder?',
                   4837: # Whem parameter do you want Para set fou the SelecionaRed Pasta?
                   4838:    'What parameter do you want to set for the selected problem?'
                   4839: => 'What parameter do you want to set for the selected problem?',
                   4840: # Whem parameter do you want Para set fou the SelecionaRed problema?
                   4841:    'What should the answer open date be set to?'
                   4842: => 'What should the answer open date be set to?',
                   4843: # Whem should the Resposta Abrir deme be set Para?
                   4844:    'What should the due date be set to?'
                   4845: => 'What should the due date be set to?',
                   4846: # Whem should the Limite deme be set Para?
                   4847:    'What weight should be set for all problems in the course?'
                   4848: => 'What weight should be set for all problems in the course?',
                   4849: # Whem weight should be set fou tudo problemas in the ?
                   4850:    'What weight should be set for the selected folder?'
                   4851: => 'What weight should be set for the selected folder?',
                   4852: # Whem weight should be set fou the SelecionaRed Pasta?
                   4853:    'What weight should be set for the selected problem?'
                   4854: => 'What weight should be set for the selected problem?',
                   4855: # Whem weight should be set fou the SelecionaRed problema?
                   4856:    'Width'
                   4857: => 'Width',
                   4858: 
                   4859:    'You are working with an unsaved version of your map.'
                   4860: => 'You are working with an unsaved version of your map.',
1.7       bisitz   4861: # You aRe wouking with an unSalvard Versão de your Mapa/Sequëncia.
1.2       www      4862:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   4863: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.7       bisitz   4864: # 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      4865:    '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.'
                   4866: => '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   4867: # 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      4868:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   4869: => '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   4870: # 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      4871:    '[_1] (what you just saw on the screen)'
                   4872: => '[_1] (what you just saw on the screen)',
                   4873: # [_1] (whem you just saw on the scReen)
                   4874:    '[_1] Local Authentication with argument [_2]'
                   4875: => '[_1] Local Authentication with argument [_2]',
1.7       bisitz   4876: # [_1] Local AuEntãoticemion with argument [_2]
1.2       www      4877:    '[_1] Records per Page'
                   4878: => '[_1] Records per Page',
1.7       bisitz   4879: # [_1] Recouds Por página
1.2       www      4880:    '[_1] minutes'
                   4881: => '[_1] minutes',
                   4882: # [_1] minuParas
                   4883:    '[_1] minutes, [_2] seconds'
                   4884: => '[_1] minutes, [_2] seconds',
                   4885: # [_1] minuParas, [_2] segundos
                   4886:    '[_1] with value [_2]'
                   4887: => '[_1] with value [_2]',
                   4888: # [_1] with Valor [_2]
                   4889:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   4890: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.7       bisitz   4891: # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
1.2       www      4892:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   4893: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
1.7       bisitz   4894: # [_1]pRev[_2] &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; Próximo
1.2       www      4895:    '[_2] seconds'
                   4896: => '[_2] seconds',
                   4897: # [_2] segundos
                   4898:    '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'
                   4899: => '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   4900: # 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      4901:    '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'
                   4902: => '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   4903: # 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      4904:    'after selected'
                   4905: => 'after selected',
                   4906: # after SelecionaRed
                   4907:    'all resources in the course'
                   4908: => 'all resources in the course',
                   4909: # tudo Recursos in the 
                   4910:    'all students in course'
                   4911: => 'all students in course',
1.7       bisitz   4912: # tudo Estudantes Não Curso
1.2       www      4913:    'and'
                   4914: => 'and',
                   4915: 
                   4916:    'anno-'
                   4917: => 'anno-',
1.7       bisitz   4918: # anNão-
1.2       www      4919:    'anonymous students'
                   4920: => 'anonymous students',
1.7       bisitz   4921: # anônimo Estudantes
1.2       www      4922:    'answer date'
                   4923: => 'answer date',
                   4924: # Resposta deme
                   4925:    'backward'
                   4926: => 'backward',
                   4927: 
                   4928:    'between'
                   4929: => 'between',
                   4930: 
                   4931:    'bookmark'
                   4932: => 'bookmark',
                   4933: 
                   4934:    'button'
                   4935: => 'button',
                   4936: # butParan
                   4937:    'by'
                   4938: => 'by',
                   4939: # Por
                   4940:    'catalog'
                   4941: => 'catalog',
                   4942: # cemalog
                   4943:    'changes will not show until next login'
                   4944: => 'changes will not show until next login',
1.7       bisitz   4945: # Alterars will Nãot show until Próximo login
1.2       www      4946:    'check all'
                   4947: => 'check all',
                   4948: # check tudo
                   4949:    'chmod error'
                   4950: => 'chmod error',
                   4951: # chmod errou
                   4952:    'click on the'
                   4953: => 'click on the',
                   4954: 
                   4955:    'co con-'
                   4956: => 'co con-',
1.7       bisitz   4957: # co construção
1.2       www      4958:    'co res'
                   4959: => 'co res',
                   4960: 
                   4961:    'contacting [_1]'
                   4962: => 'contacting [_1]',
                   4963: # Contatoando [_1]
                   4964:    'copy Error'
                   4965: => 'copy Error',
                   4966: # copy Errou
                   4967:    'course'
                   4968: => 'course',
                   4969: # 
                   4970:    'currently does not exist'
                   4971: => 'currently does not exist',
1.7       bisitz   4972: # Correntely does Nãot exist
1.2       www      4973:    'custom'
                   4974: => 'custom',
                   4975: # cusParam
                   4976:    'custom distribution file'
                   4977: => 'custom distribution file',
                   4978: # cusParam distribution Arquivo
                   4979:    'discuss'
                   4980: => 'discuss',
                   4981: 
                   4982:    'domain'
                   4983: => 'domain',
1.7       bisitz   4984: # Domínio
1.2       www      4985:    'due date'
                   4986: => 'due date',
                   4987: # Limite deme
                   4988:    'edit crs'
                   4989: => 'edit crs',
                   4990: # Editarar crs
                   4991:    'evaluate'
                   4992: => 'evaluate',
                   4993: # eValorme
                   4994:    'expired or revoked'
                   4995: => 'expired or revoked',
                   4996: # expiRed ou Revoked
                   4997:    'extension'
                   4998: => 'extension',
                   4999: 
                   5000:    'external'
                   5001: => 'external',
                   5002: 
                   5003:    'feedback'
                   5004: => 'feedback',
                   5005: 
                   5006:    'first name'
                   5007: => 'first name',
                   5008: # first Nome
                   5009:    'for'
                   5010: => 'for',
                   5011: # fou
                   5012:    'for <b>all resources in the course</b>'
                   5013: => 'for <b>all resources in the course</b>',
                   5014: # fou <b>tudo Recursos in the </b>
                   5015:    'for <b>all students in course</b>'
                   5016: => 'for <b>all students in course</b>',
1.7       bisitz   5017: # fou <b>tudo Estudantes Não Curso</b>
1.2       www      5018:    'for [_1]'
                   5019: => 'for [_1]',
                   5020: # fou [_1]
                   5021:    'for section [_1]'
                   5022: => 'for section [_1]',
1.7       bisitz   5023: # fou Seção [_1]
1.2       www      5024:    'for the map named [_1]'
                   5025: => 'for the map named [_1]',
1.7       bisitz   5026: # fou the Mapa/Sequëncia Nomed [_1]
1.2       www      5027:    'for the resource named [_1]'
                   5028: => 'for the resource named [_1]',
                   5029: # fou the Recurso(s) Nomed [_1]
                   5030:    'for visible separation'
                   5031: => 'for visible separation',
                   5032: # fou visible sepaRemion
                   5033:    'forward'
                   5034: => 'forward',
                   5035: # fouward
                   5036:    'from'
                   5037: => 'from',
                   5038: # De
                   5039:    'from current subdirectory'
                   5040: => 'from current subdirectory',
                   5041: # De Corrente subdiRecParauy
                   5042:    'generation'
                   5043: => 'generation',
                   5044: # geneRemion
                   5045:    'have different numbers and answers'
                   5046: => 'have different numbers and answers',
                   5047: # have diffeRent numbers and Respostas
                   5048:    'helper'
                   5049: => 'helper',
                   5050: # Ajudaer
                   5051:    'htmlarea_lang'
                   5052: => 'htmlarea_lang',
                   5053: 
                   5054:    'in'
                   5055: => 'in',
                   5056: 
                   5057:    'in domain'
                   5058: => 'in domain',
1.7       bisitz   5059: # in Domínio
1.2       www      5060:    'instructor'
                   5061: => 'instructor',
                   5062: # inde Recursosou
                   5063:    'internal'
                   5064: => 'internal',
                   5065: 
                   5066:    'is in this state by royal decree.'
                   5067: => 'is in this state by royal decree.',
                   5068: # is in this steme Por royal decRee.
                   5069:    'is ready for download'
                   5070: => 'is ready for download',
1.7       bisitz   5071: # is Ready fou downUtilização do Servidor
1.2       www      5072:    'last name'
                   5073: => 'last name',
                   5074: # last Nome
                   5075:    'make these dates the default for future enrollment'
                   5076: => 'make these dates the default for future enrollment',
1.7       bisitz   5077: # make these demes the padrão fou futuRe memrícula.m.nt
1.2       www      5078:    'middle name'
                   5079: => 'middle name',
                   5080: # middle Nome
                   5081:    'name'
                   5082: => 'name',
                   5083: # Nome
                   5084:    'no ending date'
                   5085: => 'no ending date',
1.7       bisitz   5086: # Não Fiming deme
1.2       www      5087:    'number'
                   5088: => 'number',
                   5089: 
                   5090:    'number of tries'
                   5091: => 'number of tries',
                   5092: # number de Tentativas
                   5093:    'obsolete replacement'
                   5094: => 'obsolete replacement',
                   5095: # obsolePara Replacement
                   5096:    'only check if you know what you are doing'
                   5097: => 'only check if you know what you are doing',
1.7       bisitz   5098: # only check if you kNãow whem you aRe doing
1.2       www      5099:    'only search domain'
                   5100: => 'only search domain',
1.7       bisitz   5101: # only pesquisar Domínio
1.2       www      5102:    'opening date'
                   5103: => 'opening date',
                   5104: # Abriring deme
                   5105:    'optional'
                   5106: => 'optional',
                   5107: 
                   5108:    'or any other value'
                   5109: => 'or any other value',
                   5110: # ou any other Valor
                   5111:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   5112: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.7       bisitz   5113: # pRev &nbsp; [_3]ReUtilização do Servidor[_4] &nbsp; [_5]Próximo[_6]
1.2       www      5114:    'private'
                   5115: => 'private',
                   5116: # priveme
                   5117:    'problem weight'
                   5118: => 'problem weight',
                   5119: # problema weight
                   5120:    'public'
                   5121: => 'public',
                   5122: 
                   5123:    'role,role,...'
                   5124: => 'role,role,...',
1.7       bisitz   5125: # sua função,sua função,...
1.2       www      5126:    'section'
                   5127: => 'section',
1.7       bisitz   5128: # Seção
1.2       www      5129:    'selected students'
                   5130: => 'selected students',
                   5131: # SelecionaRed Estudantes
                   5132:    'set'
                   5133: => 'set',
                   5134: 
                   5135:    'spellcheck_lang'
                   5136: => 'spellcheck_lang',
                   5137: 
                   5138:    'standard'
                   5139: => 'standard',
                   5140: 
                   5141:    'standard courses only'
                   5142: => 'standard courses only',
                   5143: # standard s only
                   5144:    'student'
                   5145: => 'student',
                   5146: # Estudante
                   5147:    'student name'
                   5148: => 'student name',
                   5149: # Estudante Nome
                   5150:    'tations'
                   5151: => 'tations',
                   5152: # temions
                   5153:    'template'
                   5154: => 'template',
                   5155: # templeme
                   5156:    'this'
                   5157: => 'this',
                   5158: 
                   5159:    'to'
                   5160: => 'to',
                   5161: # Para
                   5162:    'to [_1] ([_2])'
                   5163: => 'to [_1] ([_2])',
                   5164: # Para [_1] ([_2])
                   5165:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   5166: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
                   5167: # Para interface with institutional dema, e.g., fs03glg231 fou Ftudo 2003 Geology 231
                   5168:    'unable to enroll'
                   5169: => 'unable to enroll',
1.7       bisitz   5170: # unable Para memrículas
1.2       www      5171:    'uncheck all'
                   5172: => 'uncheck all',
                   5173: # uncheck tudo
                   5174:    'use related words'
                   5175: => 'use related words',
                   5176: # use Relemed wouds
                   5177:    'username'
                   5178: => 'username',
                   5179: # geRenciarNome
                   5180:    'versus'
                   5181: => 'versus',
                   5182: 
                   5183:    'waiting on [_1]'
                   5184: => 'waiting on [_1]',
                   5185: # aguardando [_1]
                   5186:    'what you just saw on the screen'
                   5187: => 'what you just saw on the screen',
                   5188: # whem you just saw on the scReen
                   5189:    'with server'
                   5190: => 'with server',
                   5191: # with Servidor
                   5192:    'yes'
                   5193: => 'yes',
                   5194: # Sim
                   5195: 
1.3       riegler  5196: 
                   5197: #SYNC Tue Aug 15 14:43:20 2006
                   5198:    'Enter my portfolio space'
1.6       www      5199: => 'Entrar en mi espacio',
1.3       riegler  5200: # fornecer minhas poutfolio publicado(s)
                   5201:    'No syllabus information provided.'
                   5202: => 'No syllabus information provided.',
1.7       bisitz   5203: # Não PlaNão de Estudos infoumemion provided.
1.3       riegler  5204:    'Post Discussion'
                   5205: => 'Post Discussion',
                   5206: 
                   5207:    'Sorry ...'
                   5208: => 'Sorry ...',
                   5209: # Soury ...
                   5210:    'This resource might be part of another course.'
                   5211: => 'This resource might be part of another course.',
1.7       bisitz   5212: # this Recurso(s) might be Parte de aNãother Curso.
1.3       riegler  5213: 
                   5214: 
                   5215: #SYNC Tue Aug 15 16:12:10 2006
                   5216:    'Agree'
                   5217: => 'Agree',
                   5218: 
                   5219:    'Any comments? '
                   5220: => 'Any comments? ',
                   5221: 
                   5222:    'Copy this column'
                   5223: => 'Copy this column',
                   5224: # Copy this Coluna
                   5225:    'Disagree'
                   5226: => 'Disagree',
                   5227: 
                   5228:    'General Intro'
                   5229: => 'General Intro',
                   5230: # geral intro
                   5231:    'Greek Symbols'
                   5232: => 'Greek Symbols',
                   5233: 
                   5234:    'HTML character enties'
                   5235: => 'HTML character enties',
                   5236: 
                   5237:    'Highest Grade Level'
                   5238: => 'Highest Grade Level',
                   5239: 
                   5240:    '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.'
                   5241: => '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.',
                   5242: # 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.
                   5243:    'LON-CAPA Help'
                   5244: => 'LON-CAPA Help',
                   5245: # LON-CAPA Ajuda
                   5246:    'Landscape'
                   5247: => 'Landscape',
                   5248: 
                   5249:    'Launch navigation window'
                   5250: => 'Launch navigation window',
                   5251: # Launch navigemion window
                   5252:    'Lowest Grade Level'
                   5253: => 'Lowest Grade Level',
                   5254: 
                   5255:    'Mark all posts read'
                   5256: => 'Mark all posts read',
                   5257: # Mark tudo posts Read
                   5258:    'My question/comment/feedback:'
                   5259: => 'My question/comment/feedback:',
                   5260: # minhas question/comment/feedback:
                   5261:    'Not set -'
                   5262: => 'Not set -',
1.7       bisitz   5263: # Nãot Set -
1.3       riegler  5264:    'Other Symbols'
                   5265: => 'Other Symbols',
                   5266: 
                   5267:    'Please check at least one of the following feedback types:'
                   5268: => 'Please check at least one of the following feedback types:',
                   5269: # Please check em least one de the following feedback Tipos:
                   5270:    'Please rank the following criteria:'
                   5271: => 'Please rank the following criteria:',
                   5272: 
                   5273:    'Portrait'
                   5274: => 'Portrait',
                   5275: # Poutrait
                   5276:    'Question about resource content'
                   5277: => 'Question about resource content',
                   5278: # Question about Recurso(s) content
                   5279:    'Question/Comment/Feedback about course policy'
                   5280: => 'Question/Comment/Feedback about course policy',
                   5281: # Question/Comment/feedback about Curso policy
                   5282:    'Select a Course to Enter'
                   5283: => 'Select a Course to Enter',
                   5284: # Selecione um curso Para fornecer
                   5285:    'Sending Messages'
                   5286: => 'Sending Messages',
                   5287: # SFiming Messages
                   5288:    'Show Me My First Homework Problem'
                   5289: => 'Show Me My First Homework Problem',
                   5290: # Show Me minhas First Homewouk problema
                   5291:    'Standards'
                   5292: => 'Standards',
                   5293: 
                   5294:    'Strongly Agree'
                   5295: => 'Strongly Agree',
                   5296: 
                   5297:    'Strongly Disagree'
                   5298: => 'Strongly Disagree',
                   5299: 
                   5300:    'Symbol'
                   5301: => 'Symbol',
                   5302: 
                   5303:    'The material appears to be correct '
                   5304: => 'The material appears to be correct ',
                   5305: # The memerial appears Para be couRect 
                   5306:    'The material is helpful '
                   5307: => 'The material is helpful ',
                   5308: # The memerial is Ajudaful 
                   5309:    'The material is presented in a clear way '
                   5310: => 'The material is presented in a clear way ',
                   5311: # The memerial is pResented in a clear way 
                   5312:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5313: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
1.7       bisitz   5314: # The Recurso(s) is technictudoy couRect (Utilização do Servidors fast eNãough, does Nãot produce errous, links wouk, etc) 
1.3       riegler  5315: 
                   5316: 
                   5317: #SYNC Tue Aug 15 18:55:41 2006
                   5318: 
1.4       riegler  5319: 
                   5320: #SYNC Fri Aug 18 20:46:54 2006
                   5321:    'HTML character entities'
                   5322: => 'HTML character entities',
                   5323: 
                   5324: 
1.1       www      5325: #SYNCMARKER
                   5326: );
                   5327: 
                   5328: 1;

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