index.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => 'About',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  6. 'bugs_reports' => 'Bugs reports',
  7. 'credits' => 'Credits',
  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://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Favicons are collected with <a href="https://getfavicon.appspot.com/">getFavicon API</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
  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="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>',
  11. 'license' => 'License',
  12. 'project_website' => 'Project website',
  13. 'title' => 'About',
  14. 'version' => 'Version',
  15. 'website' => 'Website',
  16. ),
  17. 'feed' => array(
  18. 'add' => 'You may add some feeds.',
  19. 'empty' => 'There is no article to show.',
  20. 'rss_of' => 'RSS feed of %s',
  21. 'title' => 'Your RSS feeds',
  22. 'title_global' => 'Global view',
  23. 'title_fav' => 'Your favourites',
  24. ),
  25. 'log' => array(
  26. '_' => 'Logs',
  27. 'clear' => 'Clear the logs',
  28. 'empty' => 'Log file is empty',
  29. 'title' => 'Logs',
  30. ),
  31. 'menu' => array(
  32. 'about' => 'About FreshRSS',
  33. 'add_query' => 'Add a query',
  34. 'before_one_day' => 'Before one day',
  35. 'before_one_week' => 'Before one week',
  36. 'favorites' => 'Favourites (%s)',
  37. 'global_view' => 'Global view',
  38. 'main_stream' => 'Main stream',
  39. 'mark_all_read' => 'Mark all as read',
  40. 'mark_cat_read' => 'Mark category as read',
  41. 'mark_feed_read' => 'Mark feed as read',
  42. 'newer_first' => 'Newer first',
  43. 'non-starred' => 'Show all but favorites',
  44. 'normal_view' => 'Normal view',
  45. 'older_first' => 'Oldest first',
  46. 'queries' => 'User queries',
  47. 'read' => 'Show only read',
  48. 'reader_view' => 'Reading view',
  49. 'rss_view' => 'RSS feed',
  50. 'search_short' => 'Search',
  51. 'starred' => 'Show only favorites',
  52. 'stats' => 'Statistics',
  53. 'subscription' => 'Subscriptions management',
  54. 'unread' => 'Show only unread',
  55. ),
  56. 'share' => 'Share',
  57. 'tag' => array(
  58. 'related' => 'Related tags',
  59. ),
  60. );