sub.php 2.2 KB

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