1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-30 12:24:11 +01:00
OwncloudContactsOfficial/l10n/zh_HK.php

23 lines
458 B
PHP
Raw Normal View History

2013-03-14 00:04:34 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "聯絡人",
"Save" => "儲存",
"Cancel" => "取消",
"OK" => "確定",
"Add" => "加入",
2013-09-10 14:44:39 +02:00
"Import" => "導入",
"Close" => "關閉",
2013-07-24 06:50:10 +02:00
"Work" => "工作",
"Home" => "主頁",
"Text" => "文字",
2014-03-09 06:49:34 +01:00
"Delete" => "刪除",
2013-07-24 06:50:10 +02:00
"Groups" => "群組",
2014-03-09 06:49:34 +01:00
"Download" => "下載",
2014-01-11 06:50:01 +01:00
"Email" => "電郵",
"Address" => "地址",
2013-11-11 08:54:25 +01:00
"Name" => "名稱",
2013-07-24 06:50:10 +02:00
"Title" => "標題",
"Birthday" => "生日",
"Share" => "分享",
2014-03-10 05:49:39 +01:00
"Edit" => "編輯"
2013-03-14 00:04:34 +01:00
);