sub.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. return array(
  3. 'category' => array(
  4. '_' => 'Category',
  5. 'add' => 'Add a category',
  6. 'empty' => 'Empty category',
  7. 'new' => 'New category',
  8. ),
  9. 'feed' => array(
  10. 'add' => 'Add a RSS feed',
  11. 'advanced' => 'Advanced',
  12. 'archiving' => 'Archivage',
  13. 'auth' => array(
  14. 'configuration' => 'Login',
  15. 'help' => 'Connection allows to access HTTP protected RSS feeds',
  16. 'http' => 'HTTP Authentication',
  17. 'password' => 'HTTP password',
  18. 'username' => 'HTTP username',
  19. ),
  20. 'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
  21. 'css_path' => 'Articles CSS path on original website',
  22. 'description' => 'Description',
  23. 'empty' => 'This feed is empty. Please verify that it is still maintained.',
  24. 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
  25. 'in_main_stream' => 'Show in main stream',
  26. 'informations' => 'Information',
  27. 'keep_history' => 'Minimum number of articles to keep',
  28. 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
  29. 'no_selected' => 'No feed selected.',
  30. 'number_entries' => '%d articles',
  31. 'stats' => 'Statistics',
  32. 'think_to_add' => 'You may add some feeds.',
  33. 'title' => 'Title',
  34. 'title_add' => 'Add a RSS feed',
  35. 'ttl' => 'Do not automatically refresh more often than',
  36. 'url' => 'Feed URL',
  37. 'validator' => 'Check the validity of the feed',
  38. 'website' => 'Website URL',
  39. 'pubsubhubbub' => 'Instant notification with PubSubHubbub',
  40. ),
  41. 'import_export' => array(
  42. 'export' => 'Export',
  43. 'export_opml' => 'Export list of feeds (OPML)',
  44. 'export_starred' => 'Export your favourites',
  45. 'feed_list' => 'List of %s articles',
  46. 'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
  47. 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
  48. 'import' => 'Import',
  49. 'starred_list' => 'List of favourite articles',
  50. 'title' => 'Import / export',
  51. ),
  52. 'menu' => array(
  53. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  54. 'import_export' => 'Import / export',
  55. 'subscription_management' => 'Subscriptions management',
  56. ),
  57. 'title' => array(
  58. '_' => 'Subscriptions management',
  59. 'feed_management' => 'RSS feeds management',
  60. ),
  61. );