2012-08-25 02:08:36 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-03-15 00:04:29 +01:00
|
|
|
"No file provided for import" => "未提供导入文件",
|
2012-11-18 00:02:43 +01:00
|
|
|
"Unsupported file type for import" => "不支持导入的文件类型",
|
2012-08-25 02:08:36 +02:00
|
|
|
"Bookmarks" => "书签",
|
2012-10-11 02:10:53 +02:00
|
|
|
"Tags" => "标签",
|
2012-11-18 00:02:43 +01:00
|
|
|
"Filter by tag" => "按标签过滤",
|
2012-10-23 02:11:00 +02:00
|
|
|
"Edit bookmark" => "编辑书签",
|
|
|
|
"Are you sure you want to remove this tag from every entry?" => "确定要从所有条目中移除此标签?",
|
|
|
|
"Warning" => "警告",
|
2013-03-15 00:04:29 +01:00
|
|
|
"Import error" => "导入错误",
|
2012-11-18 00:02:43 +01:00
|
|
|
"Import completed successfully." => "导入成功完成。",
|
|
|
|
"Uploading..." => "上传中……",
|
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" => "保存",
|
|
|
|
"Delete" => "删除",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Edit" => "编辑",
|
2012-10-23 02:11:00 +02:00
|
|
|
"Cancel" => "取消",
|
2014-06-11 08:10:07 +02:00
|
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖曳此处到您的浏览器书签处,点击可以将网页快速增加到书签中。",
|
|
|
|
"Add to ownCloud" => "增加到 ownCloud",
|
2012-08-25 02:08:36 +02:00
|
|
|
"Address" => "地址",
|
2014-06-11 08:10:07 +02:00
|
|
|
"Add" => "增加",
|
2012-10-23 02:11:00 +02:00
|
|
|
"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-18 00:02:43 +01:00
|
|
|
"You can also try to import a bookmark file" => "您也可以尝试导入一个书签文件",
|
|
|
|
"Bookmarklet" => "书签",
|
|
|
|
"Export & Import" => "导入导出",
|
2012-11-04 00:03:02 +01:00
|
|
|
"Export" => "导出",
|
|
|
|
"Import" => "导入"
|
2012-08-25 02:08:36 +02:00
|
|
|
);
|