Diff for /loncom/localize/localize/zh.pm between versions 1.118 and 1.121

version 1.118, 2014/01/08 19:23:12 version 1.121, 2014/01/15 14:46:30
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 3326  use base qw(Apache::localize); Line 3323  use base qw(Apache::localize);
    'grades[_3]'     'grades[_3]'
 => 'grades[_3]',  => 'grades[_3]',
   
    'send[_1]'  
 => '发送',  
    'scantron[_1]'  
 => 'scantron[_1]',  
   
    'course[_13]'     'course[_13]'
 => '课程',  => '课程',
    'catalog[_1]'     'catalog[_1]'
Line 8229  use base qw(Apache::localize); Line 8221  use base qw(Apache::localize);
 => 'Currently published version',  => 'Currently published version',
   
    'Edit Metadata'     'Edit Metadata'
 => 'Edit Metadata',  => '编辑元数据',
   
    'Cleanup XML Document'     'Cleanup XML Document'
 => 'Cleanup XML Document',  => 'Cleanup XML Document',
Line 11308  to access the full message.', Line 11300  to access the full message.',
    'Grade'     'Grade'
 => 'Grade',  => 'Grade',
   
    'bubblesheet forms' # Grade scantron forms     'bubblesheet forms'
 => 'bubblesheet forms',  => 'bubblesheet forms',
   
    'Verify'     'Verify'
Line 13006  to access the full message.', Line 12998  to access the full message.',
    '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>.'
 => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',  => '要上传文件,请点击<strong>浏览... </strong>,并选择一个文件,然后点击<strong>上传</strong> 。',
   
    'Edit the meta data'  
 => '编辑元数据',  
   
    'Pick functionality'     'Pick functionality'
 => '选择功能',  => '选择功能',
   
Line 15444  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.118  
changed lines
  Added in v.1.121


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