2012-09-02 02:09:59 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Bookmarks" => "書籤",
|
2012-10-11 02:10:53 +02:00
|
|
|
"Tags" => "標籤",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Close" => "關閉",
|
|
|
|
"Save" => "儲存",
|
|
|
|
"Delete" => "刪除",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Edit" => "編輯",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Cancel" => "取消",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:",
|
|
|
|
"Read later" => "稍後閱讀",
|
2012-09-02 02:09:59 +02:00
|
|
|
"Address" => "網址",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Settings" => "設定",
|
2012-09-02 02:09:59 +02:00
|
|
|
"You have no bookmarks" => "你沒有書籤",
|
2012-11-04 00:03:02 +01:00
|
|
|
"Export" => "匯出",
|
|
|
|
"Import" => "匯入"
|
2012-09-02 02:09:59 +02:00
|
|
|
);
|