2012-09-17 17:01:13 +02:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-04-16 02:18:25 +02:00
|
|
|
"No file provided for import" => "没有文件被选择导入",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Unsupported file type for import" => "不支持导入的文件类型",
|
2012-09-17 17:01:13 +02:00
|
|
|
"Bookmarks" => "书签",
|
2012-10-11 02:10:53 +02:00
|
|
|
"Tags" => "标签",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Filter by tag" => "按标签过滤",
|
2012-10-12 02:08:54 +02:00
|
|
|
"Edit bookmark" => "编辑书签",
|
|
|
|
"Are you sure you want to remove this tag from every entry?" => "您确定要从所有条目中移除此标签吗?",
|
|
|
|
"Warning" => "警告",
|
2013-04-16 02:18:25 +02:00
|
|
|
"Import error" => "导入出错",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Import completed successfully." => "导入完全成功。",
|
|
|
|
"Uploading..." => "上传中...",
|
2012-09-17 17:01:13 +02:00
|
|
|
"Bookm." => "订阅它们。",
|
2012-10-12 02:08:54 +02:00
|
|
|
"Add a bookmark" => "添加书签",
|
|
|
|
"Close" => "关闭",
|
|
|
|
"The title of the page" => "页面标题",
|
|
|
|
"The address of the page" => "页面地址",
|
|
|
|
"Description of the page" => "页面描述",
|
|
|
|
"Save" => "保存",
|
2012-11-01 00:03:46 +01:00
|
|
|
"Delete" => "删除",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Edit" => "编辑",
|
2012-11-01 00:03:46 +01:00
|
|
|
"Cancel" => "取消",
|
2012-11-08 00:03:47 +01:00
|
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "拖动此物到您的浏览器书签栏,在您想要快速订阅某网页时点击:",
|
|
|
|
"Read later" => "稍后阅读",
|
2012-09-17 17:01:13 +02:00
|
|
|
"Address" => "网址",
|
2012-11-09 00:03:56 +01:00
|
|
|
"Add" => "添加",
|
2012-10-12 02:08:54 +02:00
|
|
|
"Related Tags" => "相关标签",
|
2012-11-02 00:03:14 +01:00
|
|
|
"Settings" => "设置",
|
2012-09-17 17:01:13 +02:00
|
|
|
"You have no bookmarks" => "您没有书签",
|
2012-11-09 00:03:56 +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-09-17 17:01:13 +02:00
|
|
|
);
|