feedback.php 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?php
  2. return array(
  3. 'access' => array(
  4. 'denied' => 'Non hai i permessi per accedere a questa pagina',
  5. 'not_found' => 'Pagina non disponibile',
  6. ),
  7. 'admin' => array(
  8. 'optimization_complete' => 'Ottimizzazione completata',
  9. ),
  10. 'api' => array(
  11. 'password' => array(
  12. 'failed' => 'Your password cannot be modified', // TODO - Translation
  13. 'updated' => 'Your password has been modified', // TODO - Translation
  14. ),
  15. ),
  16. 'auth' => array(
  17. 'form' => array(
  18. 'not_set' => 'Si è verificato un problema alla configurazione del sistema di autenticazione. Per favore riprova più tardi.',
  19. 'set' => 'Sistema di autenticazione tramite Form impostato come predefinito.',
  20. ),
  21. 'login' => array(
  22. 'invalid' => 'Autenticazione non valida',
  23. 'success' => 'Autenticazione effettuata',
  24. ),
  25. 'logout' => array(
  26. 'success' => 'Disconnessione effettuata',
  27. ),
  28. 'no_password_set' => 'Password di amministrazione non impostata. Opzione non disponibile.',
  29. ),
  30. 'conf' => array(
  31. 'error' => 'Si è verificato un errore durante il salvataggio della configurazione',
  32. 'query_created' => 'Ricerca "%s" creata.',
  33. 'shortcuts_updated' => 'Collegamenti tastiera aggiornati',
  34. 'updated' => 'Configurazione aggiornata',
  35. ),
  36. 'extensions' => array(
  37. 'already_enabled' => '%s è già abilitata',
  38. 'cannot_remove' => '%s cannot be removed', // TODO - Translation
  39. 'disable' => array(
  40. 'ko' => '%s non può essere disabilitata. <a href="%s">Verifica i logs</a> per dettagli.',
  41. 'ok' => '%s è disabilitata',
  42. ),
  43. 'enable' => array(
  44. 'ko' => '%s non può essere abilitata. <a href="%s">Verifica i logs</a> per dettagli.',
  45. 'ok' => '%s è ora abilitata',
  46. ),
  47. 'no_access' => 'Accesso negato a %s',
  48. 'not_enabled' => '%s non abilitato',
  49. 'not_found' => '%s non disponibile',
  50. 'removed' => '%s removed', // TODO - Translation
  51. ),
  52. 'import_export' => array(
  53. 'export_no_zip_extension' => 'Estensione ZIP non presente sul server. Per favore esporta i files singolarmente.',
  54. 'feeds_imported' => 'I tuoi feed sono stati importati e saranno aggiornati',
  55. 'feeds_imported_with_errors' => 'I tuoi feeds sono stati importati ma si sono verificati alcuni errori',
  56. 'file_cannot_be_uploaded' => 'Il file non può essere caricato!',
  57. 'no_zip_extension' => 'Estensione ZIP non presente sul server.',
  58. 'zip_error' => 'Si è verificato un errore importando il file ZIP',
  59. ),
  60. 'profile' => array(
  61. 'error' => 'Il tuo profilo non può essere modificato',
  62. 'updated' => 'Il tuo profilo è stato modificato',
  63. ),
  64. 'sub' => array(
  65. 'actualize' => 'Aggiorna',
  66. 'articles' => array(
  67. 'marked_read' => 'The selected articles have been marked as read.', // TODO - Translation
  68. 'marked_unread' => 'The articles have been marked as unread.', // TODO - Translation
  69. ),
  70. 'category' => array(
  71. 'created' => 'Categoria %s creata.',
  72. 'deleted' => 'Categoria cancellata',
  73. 'emptied' => 'Categoria svuotata',
  74. 'error' => 'Categoria non aggiornata',
  75. 'name_exists' => 'Categoria già esistente.',
  76. 'no_id' => 'Categoria senza ID.',
  77. 'no_name' => 'Il nome della categoria non può essere lasciato vuoto.',
  78. 'not_delete_default' => 'Non puoi cancellare la categoria predefinita!',
  79. 'not_exist' => 'La categoria non esite!',
  80. 'over_max' => 'Hai raggiunto il numero limite di categorie (%d)',
  81. 'updated' => 'Categoria aggiornata.',
  82. ),
  83. 'feed' => array(
  84. 'actualized' => '<em>%s</em> aggiornato',
  85. 'actualizeds' => 'RSS feeds aggiornati',
  86. 'added' => 'RSS feed <em>%s</em> aggiunti',
  87. 'already_subscribed' => 'Hai già sottoscritto <em>%s</em>',
  88. 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation
  89. 'deleted' => 'Feed cancellato',
  90. 'error' => 'Feed non aggiornato',
  91. 'internal_problem' => 'RSS feed non aggiunto. <a href="%s">Verifica i logs</a> per dettagli.',
  92. 'invalid_url' => 'URL <em>%s</em> non valido',
  93. 'n_actualized' => '%d feeds aggiornati',
  94. 'n_entries_deleted' => '%d articoli cancellati',
  95. 'no_refresh' => 'Nessun aggiornamento disponibile…',
  96. 'not_added' => '<em>%s</em> non può essere aggiunto',
  97. 'not_found' => 'Feed cannot be found', // TODO - Translation
  98. 'over_max' => 'Hai raggiunto il numero limite di feed (%d)',
  99. 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation
  100. 'selector_preview' => array(
  101. 'http_error' => 'Failed to load website content.', // TODO - Translation
  102. 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO - Translation
  103. 'no_feed' => 'Internal error (feed cannot be found).', // TODO - Translation
  104. 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation
  105. 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation
  106. ),
  107. 'updated' => 'Feed aggiornato',
  108. ),
  109. 'purge_completed' => 'Svecchiamento completato (%d articoli cancellati)',
  110. ),
  111. 'tag' => array(
  112. 'created' => 'Tag "%s" has been created.', // TODO - Translation
  113. 'name_exists' => 'Tag name already exists.', // TODO - Translation
  114. 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
  115. ),
  116. 'update' => array(
  117. 'can_apply' => 'FreshRSS verrà aggiornato alla <strong>versione %s</strong>.',
  118. 'error' => 'Il processo di aggiornamento ha riscontrato il seguente errore: %s',
  119. 'file_is_nok' => 'Nuova <strong>versione %s</strong>, ma verifica i permessi della cartella <em>%s</em>. Il server HTTP deve avere i permessi per la scrittura ',
  120. 'finished' => 'Aggiornamento completato con successo!',
  121. 'none' => 'Nessun aggiornamento disponibile',
  122. 'server_not_found' => 'Server per aggiornamento non disponibile. [%s]',
  123. ),
  124. 'user' => array(
  125. 'created' => array(
  126. '_' => 'Utente %s creato',
  127. 'error' => 'Errore nella creazione utente %s ',
  128. ),
  129. 'deleted' => array(
  130. '_' => 'Utente %s cancellato',
  131. 'error' => 'Utente %s non cancellato',
  132. ),
  133. 'updated' => array(
  134. '_' => 'User %s has been updated', // TODO - Translation
  135. 'error' => 'User %s has not been updated', // TODO - Translation
  136. ),
  137. ),
  138. );