mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
27 lines
582 B
PHP
27 lines
582 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Contacts" => "聯絡人",
|
|
"Save" => "儲存",
|
|
"Cancel" => "取消",
|
|
"OK" => "確定",
|
|
"Add" => "加入",
|
|
"Import" => "導入",
|
|
"Close" => "關閉",
|
|
"Error" => "錯誤",
|
|
"Download" => "下載",
|
|
"Edit" => "編輯",
|
|
"Delete" => "刪除",
|
|
"Work" => "工作",
|
|
"Home" => "主頁",
|
|
"Text" => "文字",
|
|
"Groups" => "群組",
|
|
"Email" => "電郵",
|
|
"Address" => "地址",
|
|
"Name" => "名稱",
|
|
"Title" => "標題",
|
|
"Birthday" => "生日",
|
|
"Share" => "分享",
|
|
"more info" => "更多",
|
|
"Primary address (Kontact et al)" => "主要地址",
|
|
"iOS/OS X" => "iOS/OSX"
|
|
);
|