Diff for /loncom/localize/localize/zh.pm between versions 1.106 and 1.109

version 1.106, 2011/10/21 15:30:53 version 1.109, 2013/04/11 14:59:54
Line 42  use base qw(Apache::localize); Line 42  use base qw(Apache::localize);
 'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',  'date_days'    => '星期日,星期一,星期二,星期三,星期四,星期五,星期六',
 'date_am' => '上午',  'date_am' => '上午',
 'date_pm' => '下午',  'date_pm' => '下午',
 'textual_remote_display' => 'on',  
 'htmlarea_lang' => 'zh-cn',  'htmlarea_lang' => 'zh-cn',
   
    'Domain'     'Domain'
Line 3871  use base qw(Apache::localize); Line 3870  use base qw(Apache::localize);
    'Generate messages from a file'     'Generate messages from a file'
 => '从一个文件生成邮件',  => '从一个文件生成邮件',
   
    'Arabic - UTF'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Русский - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'  
 => 'Swedish Chef - UTF',  
   
    'Undetermined - ISO'  
 => 'Undetermined - ISO',  
   
    'Interlingua (International Auxiliary Language Association) - ISO'  
 => 'Interlingua (International Auxiliary Language Association) - ISO',  
   
    'Go'     'Go'
 => 'Go',  => 'Go',
   
Line 10345  use base qw(Apache::localize); Line 10299  use base qw(Apache::localize);
    'As this is not the case, most functionality in the system will be unavailable.'     'As this is not the case, most functionality in the system will be unavailable.'
 => 'As this is not the case, most functionality in the system will be unavailable.',  => 'As this is not the case, most functionality in the system will be unavailable.',
   
    "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name."     "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename."
 => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested file name.",  => "You have requested to create file in directory [_1] which doesn't exist. The requested directory path has been removed from the requested filename.",
   
    'Directory'     'Directory'
 => '目录',  => '目录',
Line 12840  to access the full message.', Line 12794  to access the full message.',
    'An error occurred ([_1]) while trying to rename [_2] to [_3]'     'An error occurred ([_1]) while trying to rename [_2] to [_3]'
 => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',  => 'An error occurred ([_1]) while trying to rename [_2] to [_3]',
   
    'The new file name was changed from:<br />[_1] to [_2]'     'The new filename was changed from:<br />[_1] to [_2]'
 => 'The new file name was changed from:<br />[_1] to [_2]',  => 'The new filename was changed from:<br />[_1] to [_2]',
   
    'An error occurred ([_1]) while trying to delete access control records for the old name.'     'An error occurred ([_1]) while trying to delete access control records for the old name.'
 => 'An error occurred ([_1]) while trying to delete access control records for the old name.',  => 'An error occurred ([_1]) while trying to delete access control records for the old name.',

Removed from v.1.106  
changed lines
  Added in v.1.109


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