sub.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. return array(
  3. 'bookmarklet' => array(
  4. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',// TODO
  5. 'label' => 'Subscribe',// TODO
  6. 'title' => 'Bookmarklet',// TODO
  7. ),
  8. 'category' => array(
  9. '_' => '分类',
  10. 'add' => '添加分类',
  11. 'empty' => '空分类',
  12. 'new' => '新分类',
  13. ),
  14. 'feed' => array(
  15. 'add' => '添加 RSS 源',
  16. 'advanced' => '高级',
  17. 'archiving' => '存档',
  18. 'auth' => array(
  19. 'configuration' => '认证',
  20. 'help' => '连接启用 HTTP 认证的 RSS 源',
  21. 'http' => 'HTTP 认证',
  22. 'password' => 'HTTP 密码',
  23. 'username' => 'HTTP 用户名',
  24. ),
  25. 'css_help' => '获取全文(注意,会耗费更多时间!)',
  26. 'css_path' => '原网站中文章的 CSS 路径',
  27. 'description' => '描述',
  28. 'empty' => '此源为空。请确认它是否正常更新。',
  29. 'error' => '此源遇到一些问题。请确认它是否可访问后重试。',
  30. 'in_main_stream' => '在首页中显示',
  31. 'informations' => '信息',
  32. 'keep_history' => '至少保存的文章数',
  33. 'moved_category_deleted' => '删除分类时,其中的 RSS 源会自动归类到<em>%s</em>。',
  34. 'no_selected' => '未选择 RSS 源。',
  35. 'number_entries' => '%d 篇文章',
  36. 'stats' => '统计',
  37. 'think_to_add' => '你可以添加一些 RSS 源。',
  38. 'title' => '标题',
  39. 'title_add' => '添加 RSS 源',
  40. 'ttl' => '最小自动更新时间',
  41. 'url' => '源 URL',
  42. 'validator' => '检查 RSS 源有效性',
  43. 'website' => '网站 URL',
  44. 'pubsubhubbub' => 'PubSubHubbub 即时通知',
  45. ),
  46. 'firefox' => array(
  47. 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
  48. 'title' => 'Firefox feed reader',// TODO
  49. ),
  50. 'import_export' => array(
  51. 'export' => '导出',
  52. 'export_opml' => '导出 RSS 源列表 (OPML)',
  53. 'export_starred' => '导出你的收藏',
  54. 'feed_list' => '%s 文章列表',
  55. 'file_to_import' => '需要导入的文件<br />(OPML, JSON 或 ZIP)',
  56. 'file_to_import_no_zip' => '需要导入的文件<br />(OPML 或 JSON)',
  57. 'import' => '导入',
  58. 'starred_list' => '收藏文章列表',
  59. 'title' => '导入/导出',
  60. ),
  61. 'menu' => array(
  62. 'bookmark' => '订阅 (FreshRSS 书签)',
  63. 'import_export' => '导入/导出',
  64. 'subscription_management' => '订阅管理',
  65. 'subscription_tools' => 'Subscription tools',// TODO
  66. ),
  67. 'title' => array(
  68. '_' => '订阅管理',
  69. 'feed_management' => 'RSS 源管理',
  70. 'subscription_tools' => 'Subscription tools',// TODO
  71. ),
  72. );