mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-18 14:52:10 +01:00
11 lines
443 B
PHP
11 lines
443 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "书签",
|
|
"Tags" => "标签",
|
|
"Bookm." => "订阅它们。",
|
|
"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 />" => "小书签 <br />"
|
|
);
|