37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "这不是您的地址簿。",
|
|
"Contact could not be found." => "无法找到联系人。",
|
|
"vCard could not be read." => "vCard 无法读取。",
|
|
"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。",
|
|
"Address" => "地址",
|
|
"Telephone" => "电话",
|
|
"Email" => "电子邮件",
|
|
"Organization" => "组织",
|
|
"Work" => "工作",
|
|
"Home" => "家庭",
|
|
"Mobile" => "移动电话",
|
|
"Text" => "文本",
|
|
"Voice" => "语音",
|
|
"Fax" => "传真",
|
|
"Video" => "视频",
|
|
"Pager" => "传呼机",
|
|
"This is not your contact." => "这不是您的联系人。",
|
|
"This card is not RFC compatible." => "这张名片和RFC 标准不兼容。",
|
|
"This card does not contain a photo." => "这张名片不包含照片。",
|
|
"Add Contact" => "添加联系人",
|
|
"Group" => "分组",
|
|
"Name" => "名称",
|
|
"PO Box" => "邮箱",
|
|
"Extended" => "扩展",
|
|
"Street" => "街道",
|
|
"City" => "城市",
|
|
"Region" => "地区",
|
|
"Zipcode" => "邮编",
|
|
"Country" => "国家",
|
|
"Create Contact" => "创建联系人",
|
|
"Edit" => "编辑",
|
|
"Delete" => "删除",
|
|
"Birthday" => "生日",
|
|
"Phone" => "电话"
|
|
);
|