sub.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 (attention, 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, their feeds are automatically classified under <em>%s</em>.',
  29. 'number_entries' => '%d articles',
  30. 'stats' => 'Statistics',
  31. 'title' => 'Title',
  32. 'ttl' => 'Do not automatically refresh more often than',
  33. 'url' => 'Feed URL',
  34. 'validator' => 'Check the validity of the feed',
  35. 'website' => 'Website URL',
  36. ),
  37. 'import_export' => array(
  38. 'export' => 'Export',
  39. 'export_opml' => 'Export list of feeds (OPML)',
  40. 'export_starred' => 'Export your favourites',
  41. 'feed_list' => 'List of %s articles',
  42. 'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
  43. 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
  44. 'import' => 'Import',
  45. 'starred_list' => 'List of favourite articles',
  46. 'title' => 'Import / export',
  47. ),
  48. 'menu' => array(
  49. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  50. 'import_export' => 'Import / export',
  51. 'subscription_management' => 'Subscriptions management',
  52. ),
  53. 'title' => array(
  54. '_' => 'Subscriptions management',
  55. 'feed_management' => 'RSS feeds management',
  56. ),
  57. );