Diff for /loncom/localize/localize/es.pm between versions 1.81 and 1.84

version 1.81, 2014/01/14 17:49:33 version 1.84, 2014/01/16 18:38:28
Line 622  use base qw(Apache::localize); Line 622  use base qw(Apache::localize);
    "an indeterminate date"     "an indeterminate date"
 => 'fecha no determinada',  => 'fecha no determinada',
   
    "will open on"     'will open on [_1]'
 => "se abrirá en",  => 'se abrirá en [_1]',
   
    "is due at"     'is due at [_1]'
 => "se hará el",  => 'se hará el [_1]',
   
    "was due on"     'was due on [_1], and answers will be available on [_2]'
 => "fue cerrado el",  => 'fue cerrado el [_1], y las respuestas estarán disponibles en [_2]',
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => "está cerrado, pero tiene permisos para verlo",  => "está cerrado, pero tiene permisos para verlo",
Line 694  use base qw(Apache::localize); Line 694  use base qw(Apache::localize);
    "may open later."     "may open later."
 => 'puede abrir más tarde.',  => 'puede abrir más tarde.',
   
    ', and answers will be available on'  
 => ', y las respuestas estarán disponibles en',  
   
    "Select a"     "Select a"
 => "Seleccione un",  => "Seleccione un",
   
Line 5599  use base qw(Apache::localize); Line 5596  use base qw(Apache::localize);
    'Delete Selected'     'Delete Selected'
 => 'Borrar Seleccionado',  => 'Borrar Seleccionado',
   
    'Critical'     'CRITICAL'
 => 'Crítico',  => 'CRÍTICO',
   
    'Currently no documents.'     'Currently no documents.'
 => 'Actualmente no hay documentos.',  => 'Actualmente no hay documentos.',
Line 5665  use base qw(Apache::localize); Line 5662  use base qw(Apache::localize);
    'Send a Message'     'Send a Message'
 => 'Enviar Mensaje',  => 'Enviar Mensaje',
   
    'Sent Messages'     'SENT MESSAGES'
 => 'Mensajes Enviados',  => 'MENSAJES ENVIADOS',
   
    'Show'     'Show'
 => 'Mostrar',  => 'Mostrar',
Line 13136  para acceder al mensaje completo.', Line 13133  para acceder al mensaje completo.',
    'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'     'To upload a file, click <strong>Browse...</strong> and select a file, then click <strong>Upload</strong>.'
 => 'Para cargar un archivo, pulse <strong>Navegar...</strong> y seleccione un archivo,entonces pulse <strong>Cargar</strong>.',  => 'Para cargar un archivo, pulse <strong>Navegar...</strong> y seleccione un archivo,entonces pulse <strong>Cargar</strong>.',
   
    'Edit the meta data'  
 => 'Editar el meta dato',  
   
    'Pick functionality'     'Pick functionality'
 => 'Elija funcionalidad',  => 'Elija funcionalidad',
   
Line 15575  para acceder al mensaje completo.', Line 15569  para acceder al mensaje completo.',
    'The scores were changed for [quant,_1,problem].'     'The scores were changed for [quant,_1,problem].'
 => 'La puntuación a cambiado para [quant,_1,problema,problemas].',  => 'La puntuación a cambiado para [quant,_1,problema,problemas].',
   
    '[_1]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a> </b>, _4: domain    '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.' # _1: <b>, _2: <a>, _3: </a>, _4: </b>, _5: domain desc.
 => '[_1]Visite el [_2]Catálogo de Cursos/Comunidades[_3], para ver todos los cursos y comunidades LON-CAPA del dominio [_4].', # '[_1]Visite el [_2]Catálogo de Cursos[_3], para ver todos los cursos LON-CAPA del dominio [_4].',  => '[_1]Visite el [_2]Catálogo de Cursos/Comunidades[_3][_4], para ver todos los cursos y comunidades LON-CAPA del dominio [_5].',
   
    'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.'     'If a course or community is [_1]not[_2] in your list of current courses and communities below, you may be able to enroll if self-enrollment is permitted.'
 => 'Si un curso o comunidad [_1]no[_2] está en su lista actual de cursos y comunidades, usted podría registrarse si la auto-inscripción es permitida.', # 'Si un curso [_1]no[_2] está en su lista actual de cursos, usted podría registrarse si la auto-inscripción es permitida.',  => 'Si un curso o comunidad [_1]no[_2] está en su lista actual de cursos y comunidades, usted podría registrarse si la auto-inscripción es permitida.', # 'Si un curso [_1]no[_2] está en su lista actual de cursos, usted podría registrarse si la auto-inscripción es permitida.',

Removed from v.1.81  
changed lines
  Added in v.1.84


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