sub.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.',// TODO
  5. 'title' => 'API',// TODO
  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
  9. 'label' => 'Subscribe',// TODO
  10. 'title' => 'Bookmarklet',// TODO
  11. ),
  12. 'category' => array(
  13. '_' => 'Categoria',
  14. 'add' => 'Aggiungi una categoria',
  15. 'empty' => 'Categoria vuota',
  16. 'new' => 'Nuova categoria',
  17. ),
  18. 'feed' => array(
  19. 'add' => 'Aggiungi un Feed RSS',
  20. 'advanced' => 'Avanzate',
  21. 'archiving' => 'Archiviazione',
  22. 'auth' => array(
  23. 'configuration' => 'Autenticazione',
  24. 'help' => 'Accesso per feeds protetti',
  25. 'http' => 'Autenticazione HTTP',
  26. 'password' => 'HTTP password',
  27. 'username' => 'HTTP username',
  28. ),
  29. 'css_help' => 'In caso di RSS feeds troncati (attenzione, richiede molto tempo!)',
  30. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  31. 'description' => 'Descrizione',
  32. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  33. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  34. 'informations' => 'Informazioni',
  35. 'keep_history' => 'Numero minimo di articoli da mantenere',
  36. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  37. 'mute' => 'mute', // TODO
  38. 'no_selected' => 'Nessun feed selezionato.',
  39. 'number_entries' => '%d articoli',
  40. 'priority' => array(
  41. '_' => 'Visibility', // TODO
  42. 'archived' => 'Do not show (archived)', // TODO
  43. 'main_stream' => 'Mostra in homepage', // TODO
  44. 'normal' => 'Show in its category', // TODO
  45. ),
  46. 'ssl_verify' => 'Verify SSL security', //TODO
  47. 'stats' => 'Statistiche',
  48. 'think_to_add' => 'Aggiungi feed.',
  49. 'timeout' => 'Timeout in seconds', //TODO
  50. 'title' => 'Titolo',
  51. 'title_add' => 'Aggiungi RSS feed',
  52. 'ttl' => 'Non aggiornare automaticamente piu di',
  53. 'url' => 'Feed URL',
  54. 'validator' => 'Controlla la validita del feed ',
  55. 'website' => 'URL del sito',
  56. 'pubsubhubbub' => 'Notifica istantanea con PubSubHubbub',
  57. ),
  58. 'firefox' => array(
  59. '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
  60. 'title' => 'Firefox feed reader',// TODO
  61. ),
  62. 'import_export' => array(
  63. 'export' => 'Esporta',
  64. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  65. 'export_starred' => 'Esporta i tuoi preferiti',
  66. 'feed_list' => 'Elenco di %s articoli',
  67. 'file_to_import' => 'File da importare<br />(OPML, JSON o ZIP)',
  68. 'file_to_import_no_zip' => 'File da importare<br />(OPML o JSON)',
  69. 'import' => 'Importa',
  70. 'starred_list' => 'Elenco articoli preferiti',
  71. 'title' => 'Importa / esporta',
  72. ),
  73. 'menu' => array(
  74. 'bookmark' => 'Bookmark (trascina nei preferiti)',
  75. 'import_export' => 'Importa / esporta',
  76. 'subscription_management' => 'Gestione sottoscrizioni',
  77. 'subscription_tools' => 'Subscription tools',// TODO
  78. ),
  79. 'title' => array(
  80. '_' => 'Gestione sottoscrizioni',
  81. 'feed_management' => 'Gestione RSS feeds',
  82. 'subscription_tools' => 'Subscription tools',// TODO
  83. ),
  84. );