4
0

sub.php 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?php
  2. return array(
  3. 'add' => 'Feed and category creation has been moved <a href=\'%s\'>here</a>. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation
  4. 'api' => array(
  5. 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation
  6. 'title' => 'API', // TODO - Translation
  7. ),
  8. 'bookmarklet' => array(
  9. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.', // TODO - Translation
  10. 'label' => 'Subscribe', // TODO - Translation
  11. 'title' => 'Bookmarklet', // TODO - Translation
  12. ),
  13. 'category' => array(
  14. '_' => 'Categoria',
  15. 'archiving' => 'Archiviazione',
  16. 'empty' => 'Categoria vuota',
  17. 'information' => 'Informazioni',
  18. 'position' => 'Display position', // TODO - Translation
  19. 'position_help' => 'To control category sort order', // TODO - Translation
  20. 'title' => 'Titolo',
  21. ),
  22. 'feed' => array(
  23. 'add' => 'Aggiungi un Feed RSS',
  24. 'advanced' => 'Avanzate',
  25. 'archiving' => 'Archiviazione',
  26. 'auth' => array(
  27. 'configuration' => 'Autenticazione',
  28. 'help' => 'Accesso per feeds protetti',
  29. 'http' => 'Autenticazione HTTP',
  30. 'password' => 'HTTP password', // TODO - Translation
  31. 'username' => 'HTTP username', // TODO - Translation
  32. ),
  33. 'clear_cache' => 'Always clear cache', // TODO - Translation
  34. 'content_action' => array(
  35. '_' => 'Content action when fetching the article content', // TODO - Translation
  36. 'append' => 'Add after existing content', // TODO - Translation
  37. 'prepend' => 'Add before existing content', // TODO - Translation
  38. 'replace' => 'Replace existing content', // TODO - Translation
  39. ),
  40. 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation
  41. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO - Translation
  42. 'css_help' => 'In caso di RSS feeds troncati (attenzione, richiede molto tempo!)',
  43. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  44. 'description' => 'Descrizione',
  45. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  46. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  47. 'filteractions' => array(
  48. '_' => 'Filter actions', // TODO - Translation
  49. 'help' => 'Write one search filter per line.', // TODO - Translation
  50. ),
  51. 'information' => 'Informazioni',
  52. 'keep_min' => 'Numero minimo di articoli da mantenere',
  53. 'maintenance' => array(
  54. 'clear_cache' => 'Clear cache', // TODO - Translation
  55. 'clear_cache_help' => 'Clear the cache for this feed.', // TODO - Translation
  56. 'reload_articles' => 'Reload articles', // TODO - Translation
  57. 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO - Translation
  58. 'title' => 'Maintenance', // TODO - Translation
  59. ),
  60. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  61. 'mute' => 'mute', // TODO - Translation
  62. 'no_selected' => 'Nessun feed selezionato.',
  63. 'number_entries' => '%d articoli',
  64. 'priority' => array(
  65. '_' => 'Visibility', // TODO - Translation
  66. 'archived' => 'Do not show (archived)', // TODO - Translation
  67. 'main_stream' => 'Mostra in homepage',
  68. 'normal' => 'Show in its category', // TODO - Translation
  69. ),
  70. 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation
  71. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO - Translation
  72. 'selector_preview' => array(
  73. 'show_raw' => 'Show source code', // TODO - Translation
  74. 'show_rendered' => 'Show content', // TODO - Translation
  75. ),
  76. 'show' => array(
  77. 'all' => 'Show all feeds', // TODO - Translation
  78. 'error' => 'Show only feeds with errors', // TODO - Translation
  79. ),
  80. 'showing' => array(
  81. 'error' => 'Showing only feeds with errors', // TODO - Translation
  82. ),
  83. 'ssl_verify' => 'Verify SSL security', // TODO - Translation
  84. 'stats' => 'Statistiche',
  85. 'think_to_add' => 'Aggiungi feed.',
  86. 'timeout' => 'Timeout in seconds', // TODO - Translation
  87. 'title' => 'Titolo',
  88. 'title_add' => 'Aggiungi RSS feed',
  89. 'ttl' => 'Non aggiornare automaticamente piu di',
  90. 'url' => 'Feed URL', // TODO - Translation
  91. 'useragent' => 'Set the user agent for fetching this feed', // TODO - Translation
  92. 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO - Translation
  93. 'validator' => 'Controlla la validita del feed ',
  94. 'website' => 'URL del sito',
  95. 'websub' => 'Notifica istantanea con WebSub',
  96. ),
  97. 'import_export' => array(
  98. 'export' => 'Esporta',
  99. 'export_labelled' => 'Export your labelled articles', // TODO - Translation
  100. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  101. 'export_starred' => 'Esporta i tuoi preferiti',
  102. 'feed_list' => 'Elenco di %s articoli',
  103. 'file_to_import' => 'File da importare<br />(OPML, JSON o ZIP)',
  104. 'file_to_import_no_zip' => 'File da importare<br />(OPML o JSON)',
  105. 'import' => 'Importa',
  106. 'starred_list' => 'Elenco articoli preferiti',
  107. 'title' => 'Importa / esporta',
  108. ),
  109. 'menu' => array(
  110. 'add' => 'Add a feed or category', // TODO - Translation
  111. 'import_export' => 'Importa / esporta',
  112. 'label_management' => 'Label management', // TODO - Translation
  113. 'stats' => array(
  114. 'idle' => 'Feeds non aggiornati',
  115. 'main' => 'Statistiche principali',
  116. 'repartition' => 'Ripartizione articoli',
  117. ),
  118. 'subscription_management' => 'Gestione sottoscrizioni',
  119. 'subscription_tools' => 'Subscription tools', // TODO - Translation
  120. ),
  121. 'tag' => array(
  122. 'name' => 'Name', // TODO - Translation
  123. 'new_name' => 'New name', // TODO - Translation
  124. 'old_name' => 'Old name', // TODO - Translation
  125. ),
  126. 'title' => array(
  127. '_' => 'Gestione sottoscrizioni',
  128. 'add' => 'Add a feed or category', // TODO - Translation
  129. 'add_category' => 'Add a category', // TODO - Translation
  130. 'add_feed' => 'Add a feed', // TODO - Translation
  131. 'add_label' => 'Add a label', // TODO - Translation
  132. 'delete_label' => 'Delete a label', // TODO - Translation
  133. 'feed_management' => 'Gestione RSS feeds',
  134. 'rename_label' => 'Rename a label', // TODO - Translation
  135. 'subscription_tools' => 'Subscription tools', // TODO - Translation
  136. ),
  137. );