diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-05 20:10:01 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-03-05 20:10:01 +0100 |
commit | 5c19269483d61ba921eaf572252d976c15152924 (patch) | |
tree | 2b1565baabd3dd8a17e7d5aeaaaab60bd6a47a12 /inc/lang/zh/lang.php | |
parent | becfa414b5b024ded4e094b1c113a72f39d8b763 (diff) | |
download | rpg-5c19269483d61ba921eaf572252d976c15152924.tar.gz rpg-5c19269483d61ba921eaf572252d976c15152924.tar.bz2 |
Update lang of img pagetools
Diffstat (limited to 'inc/lang/zh/lang.php')
-rw-r--r-- | inc/lang/zh/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index 004997d6e..672ff0c0b 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -251,7 +251,7 @@ $lang['admin_register'] = '添加新用户'; $lang['metaedit'] = '编辑元数据'; $lang['metasaveerr'] = '写入元数据失败'; $lang['metasaveok'] = '元数据已保存'; -$lang['img_backto'] = '返回到'; +$lang['btn_img_backto'] = '返回到 %s'; $lang['img_title'] = '标题'; $lang['img_caption'] = '说明'; $lang['img_date'] = '日期'; @@ -264,7 +264,7 @@ $lang['img_camera'] = '相机'; $lang['img_keywords'] = '关键字'; $lang['img_width'] = '宽度'; $lang['img_height'] = '高度'; -$lang['img_manager'] = '在媒体管理器中查看'; +$lang['btn_mediaManager'] = '在媒体管理器中查看'; $lang['subscr_subscribe_success'] = '添加 %s 到 %s 的订阅列表'; $lang['subscr_subscribe_error'] = '添加 %s 到 %s 的订阅列表中出现错误'; $lang['subscr_subscribe_noaddress'] = '没有与您登录信息相关联的地址,您无法被添加到订阅列表'; |