sub.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
  5. 'title' => 'API', //TODO - Translation
  6. ),
  7. 'bookmarklet' => array(
  8. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
  9. 'label' => 'Subscribe', //TODO - Translation
  10. 'title' => 'Bookmarklet', //TODO - Translation
  11. ),
  12. 'category' => array(
  13. '_' => 'Categoria',
  14. 'add' => 'Adicionar uma categoria',
  15. 'archiving' => 'Arquivar',
  16. 'empty' => 'Categoria vazia',
  17. 'information' => 'Informações',
  18. 'new' => 'Nova categoria',
  19. 'position' => 'Display position', //TODO - Translation
  20. 'position_help' => 'To control category sort order', //TODO - Translation
  21. 'title' => 'Título',
  22. ),
  23. 'feed' => array(
  24. 'add' => 'Adicionar um RSS feed',
  25. 'advanced' => 'Avançado',
  26. 'archiving' => 'Arquivar',
  27. 'auth' => array(
  28. 'configuration' => 'Login',
  29. 'help' => 'Permite acesso a feeds RSS protegidos por HTTP',
  30. 'http' => 'Autenticação HTTP',
  31. 'password' => 'Senha HTTP',
  32. 'username' => 'Usuário HTTP',
  33. ),
  34. 'clear_cache' => 'Always clear cache', //TODO - Translation
  35. 'css_help' => 'Retorna RSS feeds truncados (atenção, requer mais tempo!)',
  36. 'css_path' => 'Caminho do CSS do artigo no site original',
  37. 'description' => 'Descrição',
  38. 'empty' => 'Este feed está vazio. Por favor verifique ele ainda é mantido.',
  39. 'error' => 'Este feed encontra-se com problema. Por favor verifique se ele ainda está disponível e atualize-o.',
  40. 'filteractions' => array(
  41. '_' => 'Filter actions', //TODO - Translation
  42. 'help' => 'Write one search filter per line.', //TODO - Translation
  43. ),
  44. 'information' => 'Informações',
  45. 'keep_min' => 'Número mínimo de artigos para manter',
  46. 'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como <em>%s</em>.',
  47. 'mute' => 'mute', //TODO - Translation
  48. 'no_selected' => 'Nenhum feed selecionado.',
  49. 'number_entries' => '%d artigos',
  50. 'priority' => array(
  51. '_' => 'Visibility', //TODO - Translation
  52. 'archived' => 'Do not show (archived)', //TODO - Translation
  53. 'main_stream' => 'Mostrar na tela principal',
  54. 'normal' => 'Show in its category', //TODO - Translation
  55. ),
  56. 'websub' => 'Notificação instantânea com WebSub',
  57. 'show' => array(
  58. 'all' => 'Show all feeds', //TODO - Translation
  59. 'error' => 'Show only feeds with error', //TODO - Translation
  60. ),
  61. 'showing' => array(
  62. 'error' => 'Showing only feeds with error', //TODO - Translation
  63. ),
  64. 'ssl_verify' => 'Verify SSL security', //TODO - Translation
  65. 'stats' => 'Estatísticas',
  66. 'think_to_add' => 'Você deve adicionar alguns feeds.',
  67. 'timeout' => 'Timeout in seconds', //TODO - Translation
  68. 'title' => 'Título',
  69. 'title_add' => 'Adicionar o RSS feed',
  70. 'ttl' => 'Não atualize automáticamente mais que',
  71. 'url' => 'Feed URL',
  72. 'validator' => 'Verifique a validade do feed',
  73. 'website' => 'URL do site',
  74. ),
  75. 'firefox' => array(
  76. 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
  77. 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation
  78. 'title' => 'Firefox feed reader', //TODO - Translation
  79. ),
  80. 'import_export' => array(
  81. 'export' => 'Exportar',
  82. 'export_opml' => 'Exporta a lista dos feeds (OPML)',
  83. 'export_starred' => 'Exportar seus favoritos',
  84. 'export_labelled' => 'Export your labelled articles', //TODO
  85. 'feed_list' => 'Lista dos %s artigos',
  86. 'file_to_import' => 'Arquivo para importar<br />(OPML, JSON or ZIP)',
  87. 'file_to_import_no_zip' => 'Arquivo para importar<br />(OPML or JSON)',
  88. 'import' => 'Importar',
  89. 'starred_list' => 'Listar artigos favoritos',
  90. 'title' => 'Importar / exportar',
  91. ),
  92. 'menu' => array(
  93. 'bookmark' => 'Inscreva-se (FreshRSS favoritos)',
  94. 'import_export' => 'Importar / exportar',
  95. 'subscription_management' => 'Gerenciamento de inscrições',
  96. ),
  97. 'title' => array(
  98. '_' => 'Gerenciamento de inscrições',
  99. 'feed_management' => 'Gerenciamento dos RSS feeds',
  100. ),
  101. );