it.php 610 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Inserisci una parola chiave:',
  4. 'search:no_results' => 'Nessun risultato.',
  5. 'search:matched' => 'Corrispondenze:',
  6. 'search:results' => 'Risultati per %s',
  7. 'search:no_query' => 'Per favore inserisci il testo da cercare.',
  8. 'search:search_error' => 'Errore',
  9. 'search:more' => '+%s più %s',
  10. 'search_types:tags' => 'Tag',
  11. 'search_types:comments' => 'Commenti',
  12. 'search:comment_on' => 'Commento su "%s"',
  13. 'search:comment_by' => 'di',
  14. 'search:unavailable_entity' => 'Elemento non disponibile',
  15. 'search:unknown_entity' => 'Tipo di elemento sconosciuto',
  16. );