diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-08-23 07:27:41 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-08-23 07:27:41 +0000 |
commit | 46c6de7f1f271232755d5e4bfbfab0d2d7930f65 (patch) | |
tree | bac527ecfa1b8854bc58a29d0cbf42df670644df /language/zh_CN/admin.lang.php | |
parent | fc1d1397412b9b62076ff2442cae2e13b35631ce (diff) |
[trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11984 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/admin.lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php index 1610cd2c1..4a56b119b 100644 --- a/language/zh_CN/admin.lang.php +++ b/language/zh_CN/admin.lang.php @@ -834,5 +834,17 @@ $lang['Height'] = '高度'; $lang['Follow Orientation'] = '按照方向'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = '如果你想重新生成缩略图,请到 <a href="%s">批量管理</a>.'; $lang['Graphics Library'] = '图形库'; +$lang['Show menubar'] = '显示菜单栏'; +$lang['Updates'] = '更新'; +$lang['Crop'] = '修剪'; +$lang['... or '] = '...或 '; +$lang['Create'] = '创建'; +$lang['Start Upload'] = '开始上传'; +$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = '您在使用Flash上传工具,出问题了?请尝试<a href="%s">网页上传</a>。'; +$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = '您在使用网页上传方式,出问题了?请尝试<a href="%s">Flash上传工具</a>。'; +$lang['Maximum file size: %sB.'] = '文件最大尺寸: %sB.'; +$lang['Allowed file types: %s.'] = '可上传的文件类型: %s.'; +$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = '近乎最大的分辨率: %dM 像素 (that\'s %dx%d pixels).'; +$lang['Manage Permissions'] = '管理证书'; ?>
\ No newline at end of file |