gl.php 615 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => 'Escriba un temo de busca:',
  4. 'search:no_results' => 'Non hai resultados',
  5. 'search:matched' => 'Coincidencias:',
  6. 'search:results' => 'Resultados para %s',
  7. 'search:no_query' => 'Escriba unha consulta para buscar',
  8. 'search:search_error' => 'Erro',
  9. 'search:more' => '+%s %s máis',
  10. 'search_types:tags' => 'Etiquetas',
  11. 'search_types:comments' => 'Comentarios',
  12. 'search:comment_on' => 'Comentario en «%s»',
  13. 'search:comment_by' => 'de',
  14. 'search:unavailable_entity' => 'Entidade non dispoñíbel',
  15. 'search:unknown_entity' => 'Tipo de entidade descoñecido',
  16. );