sub.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. '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. ),
  40. 'import_export' => array(
  41. 'export' => 'Export',
  42. 'export_opml' => 'Export list of feeds (OPML)',
  43. 'export_starred' => 'Export your favourites',
  44. 'feed_list' => 'List of %s articles',
  45. 'file_to_import' => 'File to import<br />(OPML, Json or Zip)',
  46. 'file_to_import_no_zip' => 'File to import<br />(OPML or Json)',
  47. 'import' => 'Import',
  48. 'starred_list' => 'List of favourite articles',
  49. 'title' => 'Import / export',
  50. ),
  51. 'menu' => array(
  52. 'bookmark' => 'Subscribe (FreshRSS bookmark)',
  53. 'import_export' => 'Import / export',
  54. 'subscription_management' => 'Subscriptions management',
  55. ),
  56. 'title' => array(
  57. '_' => 'Subscriptions management',
  58. 'feed_management' => 'RSS feeds management',
  59. ),
  60. );