mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
14 lines
515 B
PHP
14 lines
515 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "书签",
|
|
"unnamed" => "未命名",
|
|
"Bookm." => "书签",
|
|
"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 />" => "书签应用"
|
|
);
|