diff options
Diffstat (limited to 'program/localization/zh_CN/labels.inc')
-rw-r--r-- | program/localization/zh_CN/labels.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/zh_CN/labels.inc b/program/localization/zh_CN/labels.inc index 087cb7c65..05e2e7ea9 100644 --- a/program/localization/zh_CN/labels.inc +++ b/program/localization/zh_CN/labels.inc @@ -184,6 +184,12 @@ $labels['nextpage'] = '下一页'; $labels['lastpage'] = '最后一页'; $labels['groups'] = '分组'; $labels['personaladrbook'] = '个人住址'; +$labels['import'] = '导入'; +$labels['importcontacts'] = '导入联系人'; +$labels['importfromfile'] = '从文件导入'; +$labels['importreplace'] = '替换整个地址簿'; +$labels['importtext'] = '你可以从已有的地址簿导入联系人。目前支持从 vCard 数据格式导入地址簿。'; +$labels['done'] = '完成'; $labels['settingsfor'] = '设置'; $labels['preferences'] = '偏好设置'; $labels['userpreferences'] = '个人偏好'; |