diff options
author | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-27 23:32:09 +0000 |
commit | c6a5f13d2307757a0328f9c8fac340938a17f90d (patch) | |
tree | 2cdbc8d891390edda192101d6cc10038c018b936 /language/zh_CN/admin.lang.php | |
parent | 70978fdf5471e3a9b08bc948b4d0a3640d35f42c (diff) |
feature 1616: rename category into album, a few language keys were missing
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_CN/admin.lang.php')
-rw-r--r-- | language/zh_CN/admin.lang.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php index c2a8c1f78..b2b5c2c33 100644 --- a/language/zh_CN/admin.lang.php +++ b/language/zh_CN/admin.lang.php @@ -349,7 +349,7 @@ $lang['synchronize'] = '同步'; $lang['update the database from files'] = '根据文件对数据库进行更新'; $lang['status'] = '状态'; $lang['Directory'] = '文件夹'; -$lang['sub-categories'] = '子类'; +$lang['sub-albums'] = '子类'; $lang['synchronize metadata'] = '同步元数据'; $lang['target'] = '目标'; $lang['Thumbnail'] = '缩略图'; @@ -400,7 +400,7 @@ $lang['Errors caption'] = '错误说明'; $lang['Detailed informations'] = '详细信息'; $lang['File/directory read error'] = '文件/文件夹打开错误'; $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = '无法打开文件或文件夹(要么根本不存在,要么拒绝访问)'; -$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = '每个图片文件需要一个缩略图.缩略图应该存在于类文件夹下的子文件夹"thumbnail"中. 缩略图文件名应该以设置参数"prefix_thumbnail"开始, 扩展名为:'; +$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = '每个图片文件需要一个缩略图.缩略图应该存在于类文件夹下的子文件夹"thumbnail"中. 缩略图文件名应该以设置参数"prefix_thumbnail"开始, 扩展名为:'; $lang['missing thumbnail'] = '缺少缩略图'; $lang['albums deleted in the database'] = '类已从数据库中删除'; $lang['elements deleted in the database'] = '图片已从数据库中删除'; @@ -432,7 +432,7 @@ $lang['user_status_generic'] = '一般用户'; $lang['user_status_guest'] = '来宾'; $lang['user_status_normal'] = '游客'; $lang['user_status_webmaster'] = '网管'; -$lang['Virtual category'] = '虚拟类'; +$lang['Virtual album'] = '虚拟类'; $lang['Waiting'] = '等待'; $lang['default'] = '默认'; $lang['Toggle \'default group\' property'] = '赋予\'groupe par défaut\'默认组属性'; @@ -458,10 +458,10 @@ $lang['Save page visits by administrators'] = '根据管理员来保存访问页 $lang['An information email was sent to group "%s"'] = '已向组 "%s" 的所有成员发送了信息邮件'; $lang['Send an information email to group members'] = '向组成员发送一份信息邮件'; $lang['Group'] = '组'; -$lang['[%s] Come to visit the category %s'] = '[%s] 访问了类 %s'; +$lang['[%s] Visit album %s'] = '[%s] 访问了类 %s'; $lang['Hello,'] = '你好,'; $lang['See you soon.'] = '再见.'; -$lang['Come to discover the category:'] = '挖掘类:'; +$lang['Discover album:'] = '挖掘类:'; $lang['Mail content'] = '邮件内容'; $lang['none'] = '没有任何人'; $lang['high'] = '高'; |