mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
13 lines
496 B
PHP
13 lines
496 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "書籤",
|
|
"unnamed" => "未命名",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "將此拖曳至您的瀏覽器書籤並點擊, 當你想要將網頁快速地加入書籤:",
|
|
"Read later" => "稍後閱讀",
|
|
"Address" => "網址",
|
|
"Title" => "標題",
|
|
"Tags" => "標籤",
|
|
"Save bookmark" => "儲存書籤",
|
|
"You have no bookmarks" => "你沒有書籤",
|
|
"Bookmarklet <br />" => "書籤小工具"
|
|
);
|