Diff for /loncom/localize/localize/zh.pm between versions 1.120 and 1.122

version 1.120, 2014/01/14 18:55:00 version 1.122, 2014/01/16 18:38:28
Line 584  use base qw(Apache::localize); Line 584  use base qw(Apache::localize);
    "an indeterminate date"     "an indeterminate date"
 => '无限期',  => '无限期',
   
    "will open on"     'will open on [_1]'
 => "开放于",  => '开放于 [_1]',
   
    "is due at"     'is due at [_1]'
 => "is due at",  => 'is due at [_1]',
   
    "was due on"     'was due on [_1], and answers will be available on [_2]'
 => "was due on",  => 'was due on [_1], and answers will be available on [_2]',
   
    'is closed but you are allowed to view it'     'is closed but you are allowed to view it'
 => "is closed but you are allowed to view it",  => "is closed but you are allowed to view it",
Line 656  use base qw(Apache::localize); Line 656  use base qw(Apache::localize);
    "may open later."     "may open later."
 => 'may open later.',  => 'may open later.',
   
    ', and answers will be available on'  
 => ', and answers will be available on',  
   
    "Select a"     "Select a"
 => "Select a",  => "Select a",
   
Line 5549  use base qw(Apache::localize); Line 5546  use base qw(Apache::localize);
    'Delete Selected'     'Delete Selected'
 => '删除所选',  => '删除所选',
   
    'Critical'     'CRITICAL'
 => '重要的',  => '重要的',
   
    'Currently no documents.'     'Currently no documents.'
Line 5618  use base qw(Apache::localize); Line 5615  use base qw(Apache::localize);
    'Send a Message'     'Send a Message'
 => '发送邮件',  => '发送邮件',
   
    'Sent Messages'     'SENT MESSAGES'
 => '已发送邮件',  => '已发送邮件',
   
    'Show'     'Show'
Line 15436  to access the full message.', Line 15433  to access the full message.',
    'The scores were changed for [quant,_1,problem].'     'The scores were changed for [quant,_1,problem].'
 => 'The scores were changed for [quant,_1,problem].',  => 'The scores were changed for [quant,_1,problem].',
   
    '[_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]Visit the [_2]Course/Community Catalog[_3] to view all [_4] LON-CAPA courses and communities.',  => '[_1]Visit the [_2]Course/Community Catalog[_3][_4] to view all [_5] LON-CAPA courses and communities.',
   
    '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.'
 => '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.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',  => '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.', # '如果一个课程在下面列出您目前的课程中[_1]没有[_2]显示,你可以注册,如果自我注册是允许的。',

Removed from v.1.120  
changed lines
  Added in v.1.122


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