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