Diff for /loncom/localize/localize/es.pm between versions 1.73 and 1.76

version 1.73, 2013/08/09 16:23:19 version 1.76, 2013/12/06 12:11:13
Line 2664  use base qw(Apache::localize); Line 2664  use base qw(Apache::localize);
   
 #SYNC Fri Nov  7 16:59:44 2003  #SYNC Fri Nov  7 16:59:44 2003
   
    '[_1]: Unacceptable username for user [_2] [_3] [_4] [_5]'     'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
 => '[_1]: No se acepta ese Nombre de usuario [_2] [_3] [_4] [_5]',  => 'No se acepta [_1] ese Nombre de usuario [_2] [_3] [_4] [_5]',
   
      'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
   => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
   
    'All Documents in Course'     'All Documents in Course'
 => 'Todos los documentos del Curso',  => 'Todos los documentos del Curso',
Line 8733  use base qw(Apache::localize); Line 8736  use base qw(Apache::localize);
    'ERROR:'     'ERROR:'
 => 'ERROR:',  => 'ERROR:',
   
    'occurred while running'  
 => 'ocurrió mientras corría',  
   
    '(click for example)'     '(click for example)'
 => '(pulsar para ejemplo)',  => '(pulsar para ejemplo)',
   
Line 11108  use base qw(Apache::localize); Line 11108  use base qw(Apache::localize);
    'You received a message from [_1] in LON-CAPA.'     'You received a message from [_1] in LON-CAPA.'
 => 'Recibió un mensaje de [_1] en LON-CAPA.',  => 'Recibió un mensaje de [_1] en LON-CAPA.',
   
    "'New'  critical message from "     "'New' critical message from [_1]"
 => "Mensaje crítico 'Nuevo' de ",  => "Mensaje crítico 'Nuevo' de [_1]",
   
    "'New'  message from "     "'New' message from [_1]"
 => "Mensaje 'Nuevo' de ",  => "Mensaje 'Nuevo' de [_1]",
   
    'Refers to'     'Refers to'
 => 'Referir a',  => 'Referir a',
Line 11208  para acceder al mensaje completo.', Line 11208  para acceder al mensaje completo.',
    'An error occurred while processing this resource. The author has been notified.'     'An error occurred while processing this resource. The author has been notified.'
 => 'Ocurrió un error mientras se procesaba este recurso. El autor fue notificado.',  => 'Ocurrió un error mientras se procesaba este recurso. El autor fue notificado.',
   
    'Code ran too long. It ran for more than'     'Code ran too long. It ran for more than [_1] seconds.'
 => 'La ejecución del código tomó mucho tiempo. Corrió por más de',  => 'La ejecución del código tomó mucho tiempo. Corrió por más de [_1] segundos.',
   
      'This occurred while running <while> on line [_1].'
   => 'This occurred while running <while> on line [_1].', # '... ocurrió mientras se ejecutaba <while> en línea [_1].',
   
    'seconds occurred while running <while> on line'     'This occurred while running: [_1]'
 => 'segundos, ocurrió mientras se ejecutaba <while> en línea',  => 'This occurred while running: [_1]', # '... ocurrió mientras corría: [_1]',
   
      'Substitution on [_1] with [_2] caused:'
   => 'Substitution on [_1] with [_2] caused:',
   
    'Student View'     'Student View'
 => 'Vista de Estudiante',  => 'Vista de Estudiante',
Line 11529  para acceder al mensaje completo.', Line 11535  para acceder al mensaje completo.',
    'Found [_1] registered and [_2] unregistered clickers.'     'Found [_1] registered and [_2] unregistered clickers.'
 => 'Clicker encontrados: [_1] registrados y [_2] sin registrar.',  => 'Clicker encontrados: [_1] registrados y [_2] sin registrar.',
   
    'Found no correct answers answers for grading!'     'Found no correct answers for grading!'
 => 'No se encontró respuesta correcta en calificación de respuesta!',  => 'No se encontró respuesta correcta en calificación de respuesta!',
   
    'Found [_1] entries for grading!'     'Found [_1] entries for grading!'
Line 12741  para acceder al mensaje completo.', Line 12747  para acceder al mensaje completo.',
    'In discussions: all posts will be displayed.'     'In discussions: all posts will be displayed.'
 => 'En discusiones: todos los mensajes serán mostrados.',  => 'En discusiones: todos los mensajes serán mostrados.',
   
    'In discussions: new posts will be cease to be identified as "NEW" after display.'     'In discussions: new posts will cease to be identified as "NEW" after display.'
 => 'En discusiones: nuevos mensajes dejarán de ser identificados como "NUEVO" después de mostrados.',  => 'En discusiones: nuevos mensajes dejarán de ser identificados como "NUEVO" después de mostrados.',
   
    'In discussions: posts will be identified as "NEW" until marked as not "NEW".'     'In discussions: posts will be identified as "NEW" until marked as not "NEW".'
Line 16074  para acceder al mensaje completo.', Line 16080  para acceder al mensaje completo.',
    'Time Period'     'Time Period'
 => 'Periodo de tiempo',  => 'Periodo de tiempo',
   
    'Rsource is undefined.'     'Resource is undefined.'
 => 'Recurso no definido.',  => 'Recurso no definido.',
   
    'Plot Graph'     'Plot Graph'
Line 18106  para acceder al mensaje completo.', Line 18112  para acceder al mensaje completo.',
    'Specify a bubblesheet data file to upload.'     'Specify a bubblesheet data file to upload.'
 => 'Indicar el archivo de Hoja de Respuestas a cargar.',  => 'Indicar el archivo de Hoja de Respuestas a cargar.',
   
    'SelectProblem(s) to print'  
 => 'Selección de Problema(s) a imprimir',  
   
    'Sequence to grade:'     'Sequence to grade:'
 => 'Secuencia a calificar:',  => 'Secuencia a calificar:',
   

Removed from v.1.73  
changed lines
  Added in v.1.76


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