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

32 lines
661 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "聯絡人",
2014-05-12 06:49:51 +02:00
"Ok" => "OK",
2013-07-24 06:50:10 +02:00
"Cancel" => "取消",
2014-05-11 06:50:10 +02:00
"Save" => "儲存",
2013-07-24 06:50:10 +02:00
"OK" => "確定",
"Add" => "加入",
2013-09-10 14:44:39 +02:00
"Import" => "導入",
"Close" => "關閉",
2014-07-27 06:48:08 +02:00
"Unknown error" => "不明錯誤",
2013-07-24 06:50:10 +02:00
"Work" => "工作",
"Home" => "主頁",
"Text" => "文字",
2014-07-23 06:48:29 +02:00
"Message" => "信息",
2014-05-24 06:48:11 +02:00
"Family" => "家庭",
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-07-27 06:48:08 +02:00
"Export" => "輸出",
2014-05-12 06:49:51 +02:00
"Edit" => "編輯",
2014-09-17 06:49:38 +02:00
"Format" => "格式",
2014-05-12 06:49:51 +02:00
"Password" => "密碼"
2013-03-14 00:04:34 +01:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=1; plural=0;";