sub.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. return array(
  3. 'category' => array(
  4. '_' => 'Categoria',
  5. 'add' => 'Aggiungi una categoria',
  6. 'empty' => 'Categoria vuota',
  7. 'new' => 'Nuova categoria',
  8. ),
  9. 'feed' => array(
  10. 'add' => 'Aggiungi un Feed RSS',
  11. 'advanced' => 'Avanzate',
  12. 'archiving' => 'Archiviazione',
  13. 'auth' => array(
  14. 'configuration' => 'Autenticazione',
  15. 'help' => 'Accesso per feeds protetti',
  16. 'http' => 'Autenticazione HTTP',
  17. 'password' => 'HTTP password',
  18. 'username' => 'HTTP username',
  19. ),
  20. 'css_help' => 'In caso di RSS feeds troncati (attenzione, richiede molto tempo!)',
  21. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  22. 'description' => 'Descrizione',
  23. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  24. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  25. 'in_main_stream' => 'Mostra in homepage',
  26. 'informations' => 'Informazioni',
  27. 'keep_history' => 'Numero minimo di articoli da mantenere',
  28. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  29. 'no_selected' => 'Nessun feed selezionato.',
  30. 'number_entries' => '%d articoli',
  31. 'stats' => 'Statistiche',
  32. 'think_to_add' => 'Aggiungi feed.',
  33. 'title' => 'Titolo',
  34. 'title_add' => 'Aggiungi RSS feed',
  35. 'ttl' => 'Non aggiornare automaticamente piu di',
  36. 'url' => 'Feed URL',
  37. 'validator' => 'Controlla la validita del feed ',
  38. 'website' => 'URL del sito',
  39. 'pubsubhubbub' => 'Notifica istantanea con PubSubHubbub',
  40. ),
  41. 'import_export' => array(
  42. 'export' => 'Esporta',
  43. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  44. 'export_starred' => 'Esporta i tuoi preferiti',
  45. 'feed_list' => 'Elenco di %s articoli',
  46. 'file_to_import' => 'File da importare<br />(OPML, Json o Zip)',
  47. 'file_to_import_no_zip' => 'File da importare<br />(OPML o Json)',
  48. 'import' => 'Importa',
  49. 'starred_list' => 'Elenco articoli preferiti',
  50. 'title' => 'Importa / esporta',
  51. ),
  52. 'menu' => array(
  53. 'bookmark' => 'Bookmark (trascina nei preferiti)',
  54. 'import_export' => 'Importa / esporta',
  55. 'subscription_management' => 'Gestione sottoscrizioni',
  56. ),
  57. 'title' => array(
  58. '_' => 'Gestione sottoscrizioni',
  59. 'feed_management' => 'Gestione RSS feeds',
  60. ),
  61. );