1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-10 00:46:16 +01:00

29 lines
598 B
PHP
Raw Normal View History

2013-03-14 00:04:34 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 00:50:10 -04:00
"Contacts" => "聯絡人",
2014-05-12 00:49:51 -04:00
"Ok" => "OK",
2013-07-24 00:50:10 -04:00
"Cancel" => "取消",
2014-05-11 00:50:10 -04:00
"Save" => "儲存",
2013-07-24 00:50:10 -04:00
"OK" => "確定",
"Add" => "加入",
2013-09-10 08:44:39 -04:00
"Import" => "導入",
"Close" => "關閉",
2014-07-27 00:48:08 -04:00
"Unknown error" => "不明錯誤",
2013-07-24 00:50:10 -04:00
"Work" => "工作",
"Home" => "主頁",
"Text" => "文字",
2014-07-23 00:48:29 -04:00
"Message" => "信息",
2014-05-24 00:48:11 -04:00
"Family" => "家庭",
2014-03-09 00:49:34 -05:00
"Delete" => "刪除",
2013-07-24 00:50:10 -04:00
"Groups" => "群組",
2014-03-09 00:49:34 -05:00
"Download" => "下載",
2014-01-11 00:50:01 -05:00
"Email" => "電郵",
"Address" => "地址",
2013-11-11 02:54:25 -05:00
"Name" => "名稱",
2013-07-24 00:50:10 -04:00
"Title" => "標題",
"Birthday" => "生日",
"Share" => "分享",
2014-07-27 00:48:08 -04:00
"Export" => "輸出",
2014-05-12 00:49:51 -04:00
"Edit" => "編輯",
"Password" => "密碼"
2013-03-14 00:04:34 +01:00
);