admin.php 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <?php
  2. return array(
  3. 'auth' => array(
  4. 'allow_anonymous' => 'Consenti la lettura agli utenti anonimi degli articoli dell utente predefinito (%s)',
  5. 'allow_anonymous_refresh' => 'Consenti agli utenti anonimi di aggiornare gli articoli',
  6. 'api_enabled' => 'Consenti le <abbr>API</abbr> di accesso <small>(richiesto per le app mobili)</small>',
  7. 'form' => 'Web form (tradizionale, richiede JavaScript)',
  8. 'http' => 'HTTP (per gli utenti avanzati con HTTPS)',
  9. 'none' => 'Nessuno (pericoloso)',
  10. 'title' => 'Autenticazione',
  11. 'title_reset' => 'Reset autenticazione',
  12. 'token' => 'Token di autenticazione',
  13. 'token_help' => 'Consenti accesso agli RSS dell utente predefinito senza autenticazione:',
  14. 'type' => 'Metodo di autenticazione',
  15. 'unsafe_autologin' => 'Consenti accesso automatico non sicuro usando il formato: ',
  16. ),
  17. 'check_install' => array(
  18. 'cache' => array(
  19. 'nok' => 'Verifica i permessi sulla cartella <em>./data/cache</em>. Il server HTTP deve avere i permessi per scriverci dentro',
  20. 'ok' => 'I permessi sulla cartella della cache sono corretti.',
  21. ),
  22. 'categories' => array(
  23. 'nok' => 'La tabella delle categorie ha una configurazione errata.',
  24. 'ok' => 'Tabella delle categorie OK.',
  25. ),
  26. 'connection' => array(
  27. 'nok' => 'La connessione al database non può essere stabilita.',
  28. 'ok' => 'Connessione al database OK',
  29. ),
  30. 'ctype' => array(
  31. 'nok' => 'Manca una libreria richiesta per il controllo dei caratteri (php-ctype).',
  32. 'ok' => 'Libreria richiesta per il controllo dei caratteri presente (ctype).',
  33. ),
  34. 'curl' => array(
  35. 'nok' => 'Manca il supporto per cURL (pacchetto php-curl).',
  36. 'ok' => 'Estensione cURL presente.',
  37. ),
  38. 'data' => array(
  39. 'nok' => 'Verifica i permessi sulla cartella <em>./data</em>. Il server HTTP deve avere i permessi per scriverci dentro',
  40. 'ok' => 'I permessi sulla cartella data sono corretti.',
  41. ),
  42. 'database' => 'Installazione database',
  43. 'dom' => array(
  44. 'nok' => 'Manca una libreria richiesta per leggere DOM (pacchetto php-xml).',
  45. 'ok' => 'Libreria richiesta per leggere DOM presente.',
  46. ),
  47. 'entries' => array(
  48. 'nok' => 'La tabella Entry ha una configurazione errata.',
  49. 'ok' => 'Tabella Entry OK.',
  50. ),
  51. 'favicons' => array(
  52. 'nok' => 'Verifica i permessi sulla cartella <em>./data/favicons</em>. Il server HTTP deve avere i permessi per scriverci dentro',
  53. 'ok' => 'I permessi sulla cartella favicons sono corretti.',
  54. ),
  55. 'feeds' => array(
  56. 'nok' => 'La tabella Feed ha una configurazione errata.',
  57. 'ok' => 'Tabella Feed OK.',
  58. ),
  59. 'fileinfo' => array(
  60. 'nok' => 'Manca il supporto per PHP fileinfo (pacchetto fileinfo).',
  61. 'ok' => 'Estensione fileinfo presente.',
  62. ),
  63. 'files' => 'Installazione files',
  64. 'json' => array(
  65. 'nok' => 'Manca il supoorto a JSON (pacchetto php-json).',
  66. 'ok' => 'Estensione JSON presente.',
  67. ),
  68. 'mbstring' => array(
  69. 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO - Translation
  70. 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO - Translation
  71. ),
  72. 'pcre' => array(
  73. 'nok' => 'Manca una libreria richiesta per le regular expressions (php-pcre).',
  74. 'ok' => 'Libreria richiesta per le regular expressions presente (PCRE).',
  75. ),
  76. 'pdo' => array(
  77. 'nok' => 'Manca PDO o uno degli altri driver supportati (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  78. 'ok' => 'PDO e altri driver supportati (pdo_mysql, pdo_sqlite, pdo_pgsql).',
  79. ),
  80. 'php' => array(
  81. '_' => 'Installazione PHP',
  82. 'nok' => 'Versione PHP %s FreshRSS richiede almeno la versione %s.',
  83. 'ok' => 'Versione PHP %s, compatibile con FreshRSS.',
  84. ),
  85. 'tables' => array(
  86. 'nok' => 'Rilevate tabelle mancanti nel database.',
  87. 'ok' => 'Tutte le tabelle sono presenti nel database.',
  88. ),
  89. 'title' => 'Verifica installazione',
  90. 'tokens' => array(
  91. 'nok' => 'Verifica i permessi sulla cartella <em>./data/tokens</em>. Il server HTTP deve avere i permessi per scriverci dentro',
  92. 'ok' => 'I permessi sulla cartella tokens sono corretti.',
  93. ),
  94. 'users' => array(
  95. 'nok' => 'Verifica i permessi sulla cartella <em>./data/users</em>. Il server HTTP deve avere i permessi per scriverci dentro',
  96. 'ok' => 'I permessi sulla cartella users sono corretti.',
  97. ),
  98. 'zip' => array(
  99. 'nok' => 'Manca estensione ZIP (pacchetto php-zip).',
  100. 'ok' => 'Estensione ZIP presente.',
  101. ),
  102. ),
  103. 'extensions' => array(
  104. 'author' => 'Author', // TODO - Translation
  105. 'community' => 'Available community extensions', // TODO - Translation
  106. 'description' => 'Description', // TODO - Translation
  107. 'disabled' => 'Disabilitata',
  108. 'empty_list' => 'Non ci sono estensioni installate',
  109. 'enabled' => 'Abilitata',
  110. 'latest' => 'Installed', // TODO - Translation
  111. 'name' => 'Name', // TODO - Translation
  112. 'no_configure_view' => 'Questa estensioni non può essere configurata.',
  113. 'system' => array(
  114. '_' => 'Estensioni di sistema',
  115. 'no_rights' => 'Estensione di sistema (non hai i permessi su questo tipo)',
  116. ),
  117. 'title' => 'Estensioni',
  118. 'update' => 'Update available', // TODO - Translation
  119. 'user' => 'Estensioni utente',
  120. 'version' => 'Version', // TODO - Translation
  121. ),
  122. 'stats' => array(
  123. '_' => 'Statistiche',
  124. 'all_feeds' => 'Tutti i feeds',
  125. 'category' => 'Categoria',
  126. 'entry_count' => 'Articoli',
  127. 'entry_per_category' => 'Articoli per categoria',
  128. 'entry_per_day' => 'Articoli per giorno (ultimi 30 giorni)',
  129. 'entry_per_day_of_week' => 'Per giorno della settimana (media: %.2f articoli)',
  130. 'entry_per_hour' => 'Per ora (media: %.2f articoli)',
  131. 'entry_per_month' => 'Per mese (media: %.2f articoli)',
  132. 'entry_repartition' => 'Ripartizione contenuti',
  133. 'feed' => 'Feed', // TODO - Translation
  134. 'feed_per_category' => 'Feeds per categoria',
  135. 'idle' => 'Feeds non aggiornati',
  136. 'main' => 'Statistiche principali',
  137. 'main_stream' => 'Flusso principale',
  138. 'menu' => array(
  139. 'idle' => 'Feeds non aggiornati',
  140. 'main' => 'Statistiche principali',
  141. 'repartition' => 'Ripartizione articoli',
  142. ),
  143. 'no_idle' => 'Non ci sono feed non aggiornati',
  144. 'number_entries' => '%d articoli',
  145. 'percent_of_total' => '%% del totale',
  146. 'repartition' => 'Ripartizione articoli',
  147. 'status_favorites' => 'Preferiti',
  148. 'status_read' => 'Letti',
  149. 'status_total' => 'Totale',
  150. 'status_unread' => 'Non letti',
  151. 'title' => 'Statistiche',
  152. 'top_feed' => 'I migliori 10 feeds',
  153. ),
  154. 'system' => array(
  155. '_' => 'Configurazione di sistema',
  156. 'auto-update-url' => 'Auto-update server URL', // TODO - Translation
  157. 'cookie-duration' => array(
  158. 'help' => 'in seconds', // TODO - Translation
  159. 'number' => 'Duration to keep logged in', // TODO - Translation
  160. ),
  161. 'force_email_validation' => 'Force email address validation', // TODO - Translation
  162. 'instance-name' => 'Nome istanza',
  163. 'max-categories' => 'Limite categorie per utente',
  164. 'max-feeds' => 'Limite feeds per utente',
  165. 'registration' => array(
  166. 'help' => '0 significa che non esiste limite sui profili',
  167. 'number' => 'Numero massimo di profili',
  168. ),
  169. ),
  170. 'update' => array(
  171. '_' => 'Aggiornamento sistema',
  172. 'apply' => 'Applica',
  173. 'check' => 'Controlla la presenza di nuovi aggiornamenti',
  174. 'current_version' => 'FreshRSS versione %s.',
  175. 'last' => 'Ultima verifica: %s',
  176. 'none' => 'Nessun aggiornamento da applicare',
  177. 'title' => 'Aggiorna sistema',
  178. ),
  179. 'user' => array(
  180. 'admin' => 'Administrator', // TODO - Translation
  181. 'article_count' => 'Articles', // TODO - Translation
  182. 'articles_and_size' => '%s articoli (%s)',
  183. 'back_to_manage' => '← Return to user list', // TODO - Translation
  184. 'create' => 'Crea nuovo utente',
  185. 'database_size' => 'Database size', // TODO - Translation
  186. 'delete_users' => 'Delete user', // TODO - Translation
  187. 'email' => 'Email address', // TODO - Translation
  188. 'enabled' => 'Enabled', // TODO - Translation
  189. 'feed_count' => 'Feeds', // TODO - Translation
  190. 'is_admin' => 'Is admin', // TODO - Translation
  191. 'language' => 'Lingua',
  192. 'last_user_activity' => 'Last user activity', // TODO - Translation
  193. 'list' => 'User list', // TODO - Translation
  194. 'number' => ' %d profilo utente creato',
  195. 'numbers' => 'Sono presenti %d profili utente',
  196. 'password_form' => 'Password<br /><small>(per il login classico)</small>',
  197. 'password_format' => 'Almeno 7 caratteri',
  198. 'selected' => 'Selected user', // TODO - Translation
  199. 'title' => 'Gestione utenti',
  200. 'update_users' => 'Update user', // TODO - Translation
  201. 'user_list' => 'Lista utenti',
  202. 'username' => 'Nome utente',
  203. 'users' => 'Utenti',
  204. ),
  205. );