diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:41:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:41:32 +0000 |
| commit | 84af47038b4ae3bb5c2ddd29b13e00e33c13cf84 (patch) | |
| tree | 578c687dd07a2a5951552306b0623cf0b38e860a /roundcubemail/program/localization/zh_CN | |
| parent | e137a7e547deb6bda4f31023ba042b26fd223f9f (diff) | |
Improve vcard import (#1485502); try utf-8 first in charset detection
git-svn-id: https://svn.roundcube.net/trunk@1998 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/zh_CN')
| -rw-r--r-- | roundcubemail/program/localization/zh_CN/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/zh_CN/messages.inc b/roundcubemail/program/localization/zh_CN/messages.inc index 06be91530..b8003e0f2 100644 --- a/roundcubemail/program/localization/zh_CN/messages.inc +++ b/roundcubemail/program/localization/zh_CN/messages.inc @@ -91,7 +91,7 @@ $messages['selectimportfile'] = '请选择要上传的文件'; $messages['addresswriterror'] = '已选择的地址簿不可写'; $messages['importwait'] = '正在导入,请稍后...'; $messages['importerror'] = '导入失败!所上传的文件不是有效的 vCard 文件。'; -$messages['importconfirm'] = '成功导入 $inserted 联系人,$skipped 乎略已存在的联系人:$names'; +$messages['importconfirm'] = '成功导入 $inserted 联系人,$skipped 乎略已存在的联系人: <p><em>$names</em></p>'; $messages['opnotpermitted'] = '不允许的操作'; $messages['nofromaddress'] = '选种的身份中没有邮件地址'; |
