1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/zh_HK.php

13 lines
249 B
PHP
Raw Normal View History

2013-03-14 00:04:34 +01:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "收藏",
2013-04-16 02:18:25 +02:00
"Close" => "關閉",
2013-03-14 00:04:34 +01:00
"Save" => "儲存",
"Delete" => "刪除",
"Edit" => "編輯",
"Cancel" => "取消",
"Address" => "地址",
"Add" => "加入",
"Settings" => "設定",
"Import" => "導入"
);