Show
Ignore:
Timestamp:
09/28/10 01:32:09 (3 years ago)
Author:
plg
Message:

feature 1616: rename category into album, a few language keys were missing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/zh_CN/admin.lang.php

    r6993 r7024  
    350350$lang['status'] = '状态'; 
    351351$lang['Directory'] = '文件夹'; 
    352 $lang['sub-categories'] = '子类'; 
     352$lang['sub-albums'] = '子类'; 
    353353$lang['synchronize metadata'] = '同步元数据'; 
    354354$lang['target'] = '目标'; 
     
    401401$lang['File/directory read error'] = '文件/文件夹打开错误'; 
    402402$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = '无法打开文件或文件夹(要么根本不存在,要么拒绝访问)'; 
    403 $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"开始, 扩展名为:'; 
     403$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"开始, 扩展名为:'; 
    404404$lang['missing thumbnail'] = '缺少缩略图'; 
    405405$lang['albums deleted in the database'] = '类已从数据库中删除'; 
     
    433433$lang['user_status_normal'] = '游客'; 
    434434$lang['user_status_webmaster'] = '网管'; 
    435 $lang['Virtual category'] = '虚拟类'; 
     435$lang['Virtual album'] = '虚拟类'; 
    436436$lang['Waiting'] = '等待'; 
    437437$lang['default'] = '默认'; 
     
    459459$lang['Send an information email to group members'] = '向组成员发送一份信息邮件'; 
    460460$lang['Group'] = '组'; 
    461 $lang['[%s] Come to visit the category %s'] = '[%s] 访问了类 %s'; 
     461$lang['[%s] Visit album %s'] = '[%s] 访问了类 %s'; 
    462462$lang['Hello,'] = '你好,'; 
    463463$lang['See you soon.'] = '再见.'; 
    464 $lang['Come to discover the category:'] = '挖掘类:'; 
     464$lang['Discover album:'] = '挖掘类:'; 
    465465$lang['Mail content'] = '邮件内容'; 
    466466$lang['none'] = '没有任何人';