mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
19 lines
607 B
PHP
19 lines
607 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "書籤",
|
|
"Tags" => "標籤",
|
|
"Close" => "關閉",
|
|
"Save" => "儲存",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:",
|
|
"Read later" => "稍後閱讀",
|
|
"Edit" => "編輯",
|
|
"Delete" => "刪除",
|
|
"Cancel" => "取消",
|
|
"Address" => "網址",
|
|
"List" => "清單",
|
|
"Settings" => "設定",
|
|
"You have no bookmarks" => "你沒有書籤",
|
|
"Bookmarklet <br />" => "書籤小工具",
|
|
"Import" => "匯入",
|
|
"Export" => "匯出"
|
|
);
|