index.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. 'entry' => array(
  19. 'by_author' => 'By <em>%s</em>',
  20. ),
  21. 'feed' => array(
  22. 'add' => 'You may add some feeds.',
  23. 'empty' => 'There is no article to show.',
  24. 'rss_of' => 'RSS feed of %s',
  25. 'title' => 'Your RSS feeds',
  26. 'title_global' => 'Global view',
  27. 'title_fav' => 'Your favourites',
  28. ),
  29. 'log' => array(
  30. '_' => 'Logs',
  31. 'clear' => 'Clear the logs',
  32. 'empty' => 'Log file is empty',
  33. 'title' => 'Logs',
  34. ),
  35. 'menu' => array(
  36. 'about' => 'About FreshRSS',
  37. 'add_query' => 'Add a query',
  38. 'before_one_day' => 'Before one day',
  39. 'before_one_week' => 'Before one week',
  40. 'favorites' => 'Favourites (%s)',
  41. 'global_view' => 'Global view',
  42. 'main_stream' => 'Main stream',
  43. 'mark_all_read' => 'Mark all as read',
  44. 'newer_first' => 'Newer first',
  45. 'non-starred' => 'Show all but favorites',
  46. 'normal_view' => 'Normal view',
  47. 'older_first' => 'Oldest first',
  48. 'queries' => 'User queries',
  49. 'read' => 'Show only read',
  50. 'reader_view' => 'Reading view',
  51. 'rss_view' => 'RSS feed',
  52. 'search_short' => 'Search',
  53. 'starred' => 'Show only favorites',
  54. 'stats' => 'Statistics',
  55. 'subscription' => 'Subscriptions management',
  56. 'unread' => 'Show only unread',
  57. ),
  58. 'share' => array(
  59. '_' => 'Share',
  60. 'blogotext' => 'Blogotext',
  61. 'diaspora' => 'Diaspora*',
  62. 'email' => 'Email',
  63. 'facebook' => 'Facebook',
  64. 'g+' => 'Google+',
  65. 'print' => 'Print',
  66. 'shaarli' => 'Shaarli',
  67. 'twitter' => 'Twitter',
  68. 'wallabag' => 'wallabag',
  69. ),
  70. 'tag' => array(
  71. 'related' => 'Related tags',
  72. ),
  73. );