Diff for /loncom/localize/localize/zh.pm between versions 1.89 and 1.92

version 1.89, 2010/02/19 15:41:41 version 1.92, 2010/08/24 14:06:58
Line 1931  use base qw(Apache::localize); Line 1931  use base qw(Apache::localize);
    '. . . for an individual student'     '. . . for an individual student'
 => '. . . für einen bestimmten Studenten',  => '. . . für einen bestimmten Studenten',
   
      '12 am' # midnight
   => '00',
   
      'midnight'
   => '午夜',
   
    '1 am'     '1 am'
 => '1',  => '1',
   
    '1 pm'     '2 am'
 => '13',  => '2',
   
      '3 am'
   => '3',
   
      '4 am'
   => '4',
   
      '5 am'
   => '5',
   
      '6 am'
   => '6',
   
      '7 am'
   => '7',
   
      '8 am'
   => '8',
   
      '9 am'
   => '9',
   
    '10 am'     '10 am'
 => '10',  => '10',
   
    '10 pm'  
 => '22',  
   
    '11 am'     '11 am'
 => '11',  => '11',
   
    '11 pm'  
 => '23',  
   
    '12 am'  
 => '00',  
   
    '12 noon'     '12 noon'
 => '12',  => '12',
   
    '2 am'     'noon'
 => '2',  => '中午',
   
      '1 pm'
   => '13',
   
    '2 pm'     '2 pm'
 => '14',  => '14',
   
    '3 am'  
 => '3',  
   
    '3 pm'     '3 pm'
 => '15',  => '15',
   
    '4 am'  
 => '4',  
   
    '4 pm'     '4 pm'
 => '16',  => '16',
   
    '5 am'  
 => '5',  
   
    '5 pm'     '5 pm'
 => '17',  => '17',
   
    '6 am'  
 => '6',  
   
    '6 pm'     '6 pm'
 => '18',  => '18',
   
    '7 am'  
 => '7',  
   
    '7 pm'     '7 pm'
 => '19',  => '19',
   
    '8 am'  
 => '8',  
   
    '8 pm'     '8 pm'
 => '20',  => '20',
   
    '9 am'  
 => '9',  
   
    '9 pm'     '9 pm'
 => '21',  => '21',
   
      '10 pm'
   => '22',
   
      '11 pm'
   => '23',
   
    '<- Previous'     '<- Previous'
 => '<- Zurück',  => '<- Zurück',
   
Line 2318  use base qw(Apache::localize); Line 2324  use base qw(Apache::localize);
    'manage'     'manage'
 => '管理',  => '管理',
   
    'midnight'  
 => '午夜',  
   
    'noon'  
 => '中午',  
   
    'of'     'of'
 => 'von',  => 'von',
   
Line 2456  use base qw(Apache::localize); Line 2456  use base qw(Apache::localize);
    'You must choose one or more choices to continue.'     'You must choose one or more choices to continue.'
 => 'Zum Fortfahren müssen Sie mindestens eine oder mehrere Auswahlen treffen.',  => 'Zum Fortfahren müssen Sie mindestens eine oder mehrere Auswahlen treffen.',
   
    'last student'  
 => 'letzten Studierenden',  
   
    'may be open from a different computer.'     'may be open from a different computer.'
 => 'könnte von einem anderen Computer aus geöffnet sein.',  => 'könnte von einem anderen Computer aus geöffnet sein.',
   
Line 2474  use base qw(Apache::localize); Line 2471  use base qw(Apache::localize);
    'seconds'     'seconds'
 => 'Sekunden',  => 'Sekunden',
   
    'seconds for'  
 => 'Sekunden für',  
   
    'Additional Recipients'     'Additional Recipients'
 => '其他收件人',  => '其他收件人',
   
Line 5187  use base qw(Apache::localize); Line 5181  use base qw(Apache::localize);
    'Records per Page:'     'Records per Page:'
 => '每页显示结果:',  => '每页显示结果:',
   
    '[_1] minutes'  
 => '[_1] 分',  
   
    '[_1] minutes, [_2] seconds'  
 => '[_1] 分, [_2] 秒',  
   
    '[_1] with value [_2]'     '[_1] with value [_2]'
 => '[_1] 与价值 [_2]',  => '[_1] 与价值 [_2]',
   
    '[_1] seconds'  
 => '[_1] 秒',  
   
    'all resources in the course'     'all resources in the course'
 => '课程中的所有资源',  => '课程中的所有资源',
   
Line 8445  portfolio files.' Line 8430  portfolio files.'
    'Show problem grading'     'Show problem grading'
 => 'Aufgabenbewertung anzeigen',  => 'Aufgabenbewertung anzeigen',
   
    'Computing correct answers greatly increasese the amount of time required to prepare a report.'     'Computing correct answers greatly increases the amount of time required to prepare a report.'
 => 'Die Berechnung korrekter Antworten erhöht die benötigte Zeit erheblich, um den Bericht zu erstellen.',  => 'Die Berechnung korrekter Antworten erhöht die benötigte Zeit erheblich, um den Bericht zu erstellen.',
   
    'Please select problems and use the [_1]Prepare Report[_2] button to continue.'     'Please select problems and use the [_1]Prepare Report[_2] button to continue.'

Removed from v.1.89  
changed lines
  Added in v.1.92


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