Show
Ignore:
Timestamp:
12/04/11 20:41:54 (18 months ago)
Author:
rvelices
Message:

language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)

Files:
1 modified

Legend:

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

    • Property svn:eol-style set to LF
    r12681 r12693  
    5757$lang['Apply to sub-albums'] = '应用到子相册'; 
    5858$lang['Associated'] = '关联于'; 
    59 $lang['Batch management'] = '分批管理'; 
    6059$lang['Caddie management'] = '标记图片库管理'; 
    6160$lang['Caddie'] = '标记图片库'; 
     
    190189$lang['Virtual album deleted'] = '虚拟相册已删除'; 
    191190$lang['Access type'] = '权限类型'; 
    192 $lang['Comments'] = '评论'; 
    193191$lang['Information data registered in database'] = '信息已保存到数据库中'; 
    194192$lang['Default display'] = '默认显示'; 
     
    212210$lang['group "%s" deleted'] = '删除 "%s" 组'; 
    213211$lang['group "%s" updated'] = '更新 "%s" 组'; 
    214 $lang['group'] = '组'; 
    215212$lang['The name of a group must not contain " or \' or be empty.'] = '组名不能包含 " 或 \' 并不能为空.'; 
    216213$lang['This name is already used by another group.'] = '组名已存在.'; 
     
    326323$lang['Local'] = '本地'; 
    327324$lang['Remote'] = '远端'; 
    328 $lang['synchronize'] = '同步'; 
    329325$lang['update the database from files'] = '根据文件对数据库进行更新'; 
    330326$lang['status'] = '状态'; 
    331327$lang['Directory'] = '文件夹'; 
    332328$lang['sub-albums'] = '子相册'; 
    333 $lang['synchronize metadata'] = '同步元数据'; 
     329$lang['Synchronize metadata'] = '同步元数据'; 
    334330$lang['target'] = '目标'; 
    335331$lang['Thumbnail'] = '缩略图'; 
     
    721717$lang['Delete orphan tags'] = '删除没被关联的标签'; 
    722718$lang['delete photo'] = '删除图片'; 
    723 $lang['duplicates'] = '重复'; 
     719$lang['Duplicates'] = '重复'; 
    724720$lang['include child albums'] = '包含子相册'; 
    725721$lang['Keep high definition'] = '保留高清晰度'; 
     
    787783$lang['Restore'] = '恢复'; 
    788784$lang['Restore default configuration. You will lose your plugin settings!'] = '恢复默认的配置,您将失去插件的配置!'; 
    789  
    790785$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = '您不能设置默认图片的排序,因为您已在本地配置文件里有自定义设置'; 
    791786$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = '您已在本地配置文件里定义了 <i>$conf[\'order_by\']</i> , 此参数已不再使用了, 请在 <i>$conf[\'order_by_custom\']</i> 里移除或者改名 !'; 
     
    819814$lang['Dump Database'] = '转存数据库'; 
    820815$lang['Include history data (Warning: server memory limit may be exceeded)'] = '包括历史数据(注意:可能会超过服务器内存限制)'; 
    821 $lang['Unable to write new local directory.'] = '不能写入本地目录.'; 
    822 $lang['Unable to send template directory.'] = '不能发送模板目录.'; 
    823816$lang['Unable to dump database.'] = '不能转存数据库.'; 
    824817$lang['Some upgrades are available for extensions.'] = '一些可用的扩展更新.';