diff options
Diffstat (limited to 'apps/contacts/l10n/zh_CN.php')
-rw-r--r-- | apps/contacts/l10n/zh_CN.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/contacts/l10n/zh_CN.php b/apps/contacts/l10n/zh_CN.php index 89625514272..bb4188314da 100644 --- a/apps/contacts/l10n/zh_CN.php +++ b/apps/contacts/l10n/zh_CN.php @@ -1,11 +1,6 @@ <?php $TRANSLATIONS = array( -"There was an error adding the contact." => "添加联系人时出错。", -"element name is not set." => "元素名称未设置", -"id is not set." => "没有设置 id。", -"Cannot add empty property." => "无法添加空属性。", -"At least one of the address fields has to be filled out." => "至少需要填写一项地址。", -"Trying to add duplicate property: " => "试图添加重复属性: ", "Error (de)activating addressbook." => "(取消)激活地址簿错误。", +"id is not set." => "没有设置 id。", "Cannot update addressbook with an empty name." => "无法使用一个空名称更新地址簿", "Error updating addressbook." => "更新地址簿错误", "No ID provided" => "未提供 ID", @@ -13,14 +8,23 @@ "No categories selected for deletion." => "未选中要删除的分类。", "No address books found." => "找不到地址簿。", "No contacts found." => "找不到联系人。", +"There was an error adding the contact." => "添加联系人时出错。", +"element name is not set." => "元素名称未设置", +"Cannot add empty property." => "无法添加空属性。", +"At least one of the address fields has to be filled out." => "至少需要填写一项地址。", +"Trying to add duplicate property: " => "试图添加重复属性: ", +"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。", +"Error deleting contact property." => "删除联系人属性错误。", "Missing ID" => "缺少 ID", "Error parsing VCard for ID: \"" => "无法解析如下ID的 VCard:“", +"checksum is not set." => "未设置校验值。", +"Information about vCard is incorrect. Please reload the page: " => "vCard 信息不正确。请刷新页面: ", +"Something went FUBAR. " => "有一些信息无法被处理。", +"Error updating contact property." => "更新联系人属性错误。", "No contact ID was submitted." => "未提交联系人 ID。", "Error reading contact photo." => "读取联系人照片错误。", "Error saving temporary file." => "保存临时文件错误。", "The loading photo is not valid." => "装入的照片不正确。", -"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。", -"Error deleting contact property." => "删除联系人属性错误。", "Contact ID is missing." => "缺少联系人 ID。", "No photo path was submitted." => "未提供照片路径。", "File doesn't exist:" => "文件不存在:", @@ -32,10 +36,6 @@ "Error cropping image" => "裁切图像时出错", "Error creating temporary image" => "创建临时图像时出错", "Error finding image: " => "查找图像时出错: ", -"checksum is not set." => "未设置校验值。", -"Information about vCard is incorrect. Please reload the page: " => "vCard 信息不正确。请刷新页面: ", -"Something went FUBAR. " => "有一些信息无法被处理。", -"Error updating contact property." => "更新联系人属性错误。", "Error uploading contacts to storage." => "上传联系人到存储空间时出错", "There is no error, the file uploaded with success" => "文件上传成功,没有错误发生", "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上传的文件长度超出了 php.ini 中 upload_max_filesize 的限制", |