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

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

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