| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- return array(
- 'about' => array(
- '_' => 'About', // TODO - Translation
- 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation
- 'bugs_reports' => 'Bug reports', // TODO - Translation
- 'credits' => 'Credits', // TODO - Translation
- '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
- '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
- 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', // TODO - Translation
- 'license' => 'License', // TODO - Translation
- 'project_website' => 'Project website', // TODO - Translation
- 'title' => 'About', // TODO - Translation
- 'version' => 'Version', // TODO - Translation
- 'website' => 'Website', // TODO - Translation
- ),
- 'feed' => array(
- 'add' => 'Please add some feeds.', // TODO - Translation
- 'empty' => 'There are no articles to show.', // TODO - Translation
- 'rss_of' => 'RSS feed of %s', // TODO - Translation
- 'title' => 'Your RSS feeds', // TODO - Translation
- 'title_fav' => 'Your favourites', // TODO - Translation
- 'title_global' => 'Global view', // TODO - Translation
- ),
- 'log' => array(
- '_' => 'Logs', // TODO - Translation
- 'clear' => 'Clear the logs', // TODO - Translation
- 'empty' => 'Log file is empty', // TODO - Translation
- 'title' => 'Logs', // TODO - Translation
- ),
- 'menu' => array(
- 'about' => 'About FreshRSS', // TODO - Translation
- 'add_query' => 'Add a query', // TODO - Translation
- 'before_one_day' => 'Older than one day', // TODO - Translation
- 'before_one_week' => 'Older than one week', // TODO - Translation
- 'favorites' => 'Favourites (%s)', // TODO - Translation
- 'global_view' => 'Global view', // TODO - Translation
- 'main_stream' => 'Main stream', // TODO - Translation
- 'mark_all_read' => 'Mark all as read', // TODO - Translation
- 'mark_cat_read' => 'Mark category as read', // TODO - Translation
- 'mark_feed_read' => 'Mark feed as read', // TODO - Translation
- 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
- 'newer_first' => 'Newer first', // TODO - Translation
- 'non-starred' => 'Show all but favorites',
- 'normal_view' => 'Normal view', // TODO - Translation
- 'older_first' => 'Oldest first', // TODO - Translation
- 'queries' => 'User queries', // TODO - Translation
- 'read' => 'Show only read',
- 'reader_view' => 'Reading view', // TODO - Translation
- 'rss_view' => 'RSS feed', // TODO - Translation
- 'search_short' => 'Search', // TODO - Translation
- 'starred' => 'Show only favorites',
- 'stats' => 'Statistics', // TODO - Translation
- 'subscription' => 'Subscription management', // TODO - Translation
- 'tags' => 'My labels', // TODO - Translation
- 'unread' => 'Show only unread',
- ),
- 'share' => 'Share', // TODO - Translation
- 'tag' => array(
- 'related' => 'Article tags', // TODO - Translation
- ),
- 'tos' => array(
- 'title' => 'Terms of Service', // TODO - Translation
- ),
- );
|