index.php 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => 'About', // TODO - Translation
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation
  6. 'bugs_reports' => 'Bug reports', // TODO - Translation
  7. 'credits' => 'Credits', // TODO - Translation
  8. 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', // TODO - Translation
  9. 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="https://github.com/LeedRSS/Leed">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', // TODO - Translation
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', // TODO - Translation
  11. 'license' => 'License', // TODO - Translation
  12. 'project_website' => 'Project website', // TODO - Translation
  13. 'title' => 'About', // TODO - Translation
  14. 'version' => 'Version', // TODO - Translation
  15. 'website' => 'Website', // TODO - Translation
  16. ),
  17. 'feed' => array(
  18. 'add' => 'Please add some feeds.', // TODO - Translation
  19. 'empty' => 'There are no articles to show.', // TODO - Translation
  20. 'rss_of' => 'RSS feed of %s', // TODO - Translation
  21. 'title' => 'Your RSS feeds', // TODO - Translation
  22. 'title_fav' => 'Your favourites', // TODO - Translation
  23. 'title_global' => 'Global view', // TODO - Translation
  24. ),
  25. 'log' => array(
  26. '_' => 'Logs', // TODO - Translation
  27. 'clear' => 'Clear the logs', // TODO - Translation
  28. 'empty' => 'Log file is empty', // TODO - Translation
  29. 'title' => 'Logs', // TODO - Translation
  30. ),
  31. 'menu' => array(
  32. 'about' => 'About FreshRSS', // TODO - Translation
  33. 'add_query' => 'Add a query', // TODO - Translation
  34. 'before_one_day' => 'Older than one day', // TODO - Translation
  35. 'before_one_week' => 'Older than one week', // TODO - Translation
  36. 'favorites' => 'Favourites (%s)', // TODO - Translation
  37. 'global_view' => 'Global view', // TODO - Translation
  38. 'main_stream' => 'Main stream', // TODO - Translation
  39. 'mark_all_read' => 'Mark all as read', // TODO - Translation
  40. 'mark_cat_read' => 'Mark category as read', // TODO - Translation
  41. 'mark_feed_read' => 'Mark feed as read', // TODO - Translation
  42. 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
  43. 'newer_first' => 'Newer first', // TODO - Translation
  44. 'non-starred' => 'Show all but favorites',
  45. 'normal_view' => 'Normal view', // TODO - Translation
  46. 'older_first' => 'Oldest first', // TODO - Translation
  47. 'queries' => 'User queries', // TODO - Translation
  48. 'read' => 'Show only read',
  49. 'reader_view' => 'Reading view', // TODO - Translation
  50. 'rss_view' => 'RSS feed', // TODO - Translation
  51. 'search_short' => 'Search', // TODO - Translation
  52. 'starred' => 'Show only favorites',
  53. 'stats' => 'Statistics', // TODO - Translation
  54. 'subscription' => 'Subscription management', // TODO - Translation
  55. 'tags' => 'My labels', // TODO - Translation
  56. 'unread' => 'Show only unread',
  57. ),
  58. 'share' => 'Share', // TODO - Translation
  59. 'tag' => array(
  60. 'related' => 'Article tags', // TODO - Translation
  61. ),
  62. 'tos' => array(
  63. 'title' => 'Terms of Service', // TODO - Translation
  64. ),
  65. );