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

version 1.74, 2013/08/09 17:14:54 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 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].',
   
      'This occurred while running: [_1]'
   => 'This occurred while running: [_1]', # '... ocurrió mientras corría: [_1]',
   
    'seconds occurred while running <while> on line'     'Substitution on [_1] with [_2] caused:'
 => 'segundos, ocurrió mientras se ejecutaba <while> en línea',  => 'Substitution on [_1] with [_2] caused:',
   
    'Student View'     'Student View'
 => 'Vista de Estudiante',  => 'Vista de Estudiante',

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


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