diff options
Diffstat (limited to 'language/zh_CN/common.lang.php')
-rw-r--r-- | language/zh_CN/common.lang.php | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index b444b5c8e..fd0f3d09f 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: 简体中文 [CN] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=438 Author: Piwigo team Author URI: http://piwigo.org @@ -242,7 +242,6 @@ $lang['login mustn\'t end with a space character'] = '用户名不能以空格 $lang['login mustn\'t start with a space character'] = '用户名不能以空格开头'; $lang['this login is already used'] = '此用户名已存在'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮箱地址格式必须符合标准的 xxx@yyy.eee (例如: jack@altern.org)'; -$lang['please enter your password again'] = '请再次输入密码'; $lang['Auto login'] = '自动登录'; $lang['remove this tag from the list'] = '从列表中删除此标签'; $lang['representative'] = '相册缩略图'; @@ -270,7 +269,6 @@ $lang['SQL queries in'] = 'SQL搜索语句'; $lang['display only recently posted photos'] = '只显示最新图片'; $lang['return to the display of all photos'] = '返回到显示所有图片'; $lang['the beginning'] = '起始'; -$lang['Interface theme'] = '界面主题'; $lang['Thumbnails'] = '缩略图'; $lang['Menu'] = '菜单'; $lang['A comment on your site'] = '一个网站评论'; @@ -415,4 +413,12 @@ $lang['Username is mandatory'] = '必须输入用户名'; $lang['mandatory'] = '必填'; $lang['Website'] = '网站'; $lang['Your website URL is invalid'] = '你的网站地址无效'; +$lang['Email'] = '电子邮件'; +$lang['First Page'] = '第一页'; +$lang['Go back to the album'] = '返回相册'; +$lang['Last Page'] = '最后一页'; +$lang['Password is missing. Please enter the password.'] = '密码未输入,请输入密码。'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = '密码确认未完成,请确认所选定的密码。'; +$lang['%d photos per page'] = '每页 %d 张相片 '; +$lang['Theme'] = '主题'; ?>
\ No newline at end of file |