index.php 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
  11. 'lead_developer' => 'Lead developer',
  12. 'license' => 'License',
  13. 'project_website' => 'Project website',
  14. 'title' => 'About',
  15. 'version' => 'Version',
  16. 'website' => 'Website',
  17. ),
  18. 'feed' => array(
  19. 'add' => 'You may add some feeds.',
  20. 'empty' => 'There is no article to show.',
  21. 'rss_of' => 'RSS feed of %s',
  22. 'title' => 'Your RSS feeds',
  23. 'title_global' => 'Global view',
  24. 'title_fav' => 'Your favourites',
  25. ),
  26. 'log' => array(
  27. '_' => 'Logs',
  28. 'clear' => 'Clear the logs',
  29. 'empty' => 'Log file is empty',
  30. 'title' => 'Logs',
  31. ),
  32. 'menu' => array(
  33. 'about' => 'About FreshRSS',
  34. 'add_query' => 'Add a query',
  35. 'before_one_day' => 'Before one day',
  36. 'before_one_week' => 'Before one week',
  37. 'favorites' => 'Favourites (%s)',
  38. 'global_view' => 'Global view',
  39. 'main_stream' => 'Main stream',
  40. 'mark_all_read' => 'Mark all as read',
  41. 'mark_cat_read' => 'Mark category as read',
  42. 'mark_feed_read' => 'Mark feed as read',
  43. 'newer_first' => 'Newer first',
  44. 'non-starred' => 'Show all but favorites',
  45. 'normal_view' => 'Normal view',
  46. 'older_first' => 'Oldest first',
  47. 'queries' => 'User queries',
  48. 'read' => 'Show only read',
  49. 'reader_view' => 'Reading view',
  50. 'rss_view' => 'RSS feed',
  51. 'search_short' => 'Search',
  52. 'starred' => 'Show only favorites',
  53. 'stats' => 'Statistics',
  54. 'subscription' => 'Subscriptions management',
  55. 'unread' => 'Show only unread',
  56. ),
  57. 'share' => array(
  58. '_' => 'Share',
  59. 'blogotext' => 'Blogotext',
  60. 'diaspora' => 'Diaspora*',
  61. 'email' => 'Email',
  62. 'facebook' => 'Facebook',
  63. 'g+' => 'Google+',
  64. 'print' => 'Print',
  65. 'shaarli' => 'Shaarli',
  66. 'twitter' => 'Twitter',
  67. 'wallabag' => 'wallabag',
  68. ),
  69. 'tag' => array(
  70. 'related' => 'Related tags',
  71. ),
  72. );