1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/zh_CN.php

27 lines
980 B
PHP
Raw Normal View History

2012-08-25 02:08:36 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "书签",
2012-10-11 02:10:53 +02:00
"Tags" => "标签",
2012-10-23 02:11:00 +02:00
"Edit bookmark" => "编辑书签",
"Are you sure you want to remove this tag from every entry?" => "确定要从所有条目中移除此标签?",
"Warning" => "警告",
2012-09-17 17:01:13 +02:00
"Bookm." => "书签",
2012-10-23 02:11:00 +02:00
"Add a bookmark" => "新增一个书签",
"Close" => "关闭",
"The title of the page" => "页面名称",
"The address of the page" => "页面地址",
"Description of the page" => "页面描述",
"Save" => "保存",
"Edit" => "编辑",
"Delete" => "删除",
"Cancel" => "取消",
2012-08-25 02:08:36 +02:00
"Address" => "地址",
2012-10-23 02:11:00 +02:00
"Add bookmark" => "新增书签",
"Related Tags" => "相关标签",
2012-11-02 00:03:14 +01:00
"Settings" => "设置",
2012-08-25 02:08:36 +02:00
"You have no bookmarks" => "您暂无书签",
2012-11-04 00:03:02 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速添加到书签中。",
"Read later" => "稍后阅读",
"Export" => "导出",
"Import" => "导入"
2012-08-25 02:08:36 +02:00
);