sub.php 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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
  9. 'label' => 'Subscribe', //TODO - Translation
  10. 'title' => 'Bookmarklet', //TODO - Translation
  11. ),
  12. 'category' => array(
  13. '_' => 'Categoria',
  14. 'add' => 'Aggiungi una categoria',
  15. 'archiving' => 'Archiviazione',
  16. 'empty' => 'Categoria vuota',
  17. 'information' => 'Informazioni',
  18. 'new' => 'Nuova categoria',
  19. 'position' => 'Display position', //TODO - Translation
  20. 'position_help' => 'To control category sort order', //TODO - Translation
  21. 'title' => 'Titolo',
  22. ),
  23. 'feed' => array(
  24. 'add' => 'Aggiungi un Feed RSS',
  25. 'advanced' => 'Avanzate',
  26. 'archiving' => 'Archiviazione',
  27. 'auth' => array(
  28. 'configuration' => 'Autenticazione',
  29. 'help' => 'Accesso per feeds protetti',
  30. 'http' => 'Autenticazione HTTP',
  31. 'password' => 'HTTP password',
  32. 'username' => 'HTTP username',
  33. ),
  34. 'clear_cache' => 'Always clear cache', //TODO - Translation
  35. 'css_help' => 'In caso di RSS feeds troncati (attenzione, richiede molto tempo!)',
  36. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  37. 'description' => 'Descrizione',
  38. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  39. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  40. 'filteractions' => array(
  41. '_' => 'Filter actions', //TODO - Translation
  42. 'help' => 'Write one search filter per line.', //TODO - Translation
  43. ),
  44. 'information' => 'Informazioni',
  45. 'keep_min' => 'Numero minimo di articoli da mantenere',
  46. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  47. 'mute' => 'mute', //TODO - Translation
  48. 'no_selected' => 'Nessun feed selezionato.',
  49. 'number_entries' => '%d articoli',
  50. 'priority' => array(
  51. '_' => 'Visibility', //TODO - Translation
  52. 'archived' => 'Do not show (archived)', //TODO - Translation
  53. 'main_stream' => 'Mostra in homepage', //TODO - Translation
  54. 'normal' => 'Show in its category', //TODO - Translation
  55. ),
  56. 'websub' => 'Notifica istantanea con 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' => 'Statistiche',
  66. 'think_to_add' => 'Aggiungi feed.',
  67. 'timeout' => 'Timeout in seconds', //TODO - Translation
  68. 'title' => 'Titolo',
  69. 'title_add' => 'Aggiungi RSS feed',
  70. 'ttl' => 'Non aggiornare automaticamente piu di',
  71. 'url' => 'Feed URL',
  72. 'validator' => 'Controlla la validita del feed ',
  73. 'website' => 'URL del sito',
  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 - Translation
  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' => 'Esporta',
  82. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  83. 'export_starred' => 'Esporta i tuoi preferiti',
  84. 'export_labelled' => 'Export your labelled articles', //TODO
  85. 'feed_list' => 'Elenco di %s articoli',
  86. 'file_to_import' => 'File da importare<br />(OPML, JSON o ZIP)',
  87. 'file_to_import_no_zip' => 'File da importare<br />(OPML o JSON)',
  88. 'import' => 'Importa',
  89. 'starred_list' => 'Elenco articoli preferiti',
  90. 'title' => 'Importa / esporta',
  91. ),
  92. 'menu' => array(
  93. 'bookmark' => 'Bookmark (trascina nei preferiti)',
  94. 'import_export' => 'Importa / esporta',
  95. 'subscription_management' => 'Gestione sottoscrizioni',
  96. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  97. ),
  98. 'title' => array(
  99. '_' => 'Gestione sottoscrizioni',
  100. 'feed_management' => 'Gestione RSS feeds',
  101. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  102. ),
  103. );