aboutsummaryrefslogtreecommitdiff
path: root/mod/search/languages/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/languages/es.php')
-rw-r--r--mod/search/languages/es.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/search/languages/es.php b/mod/search/languages/es.php
new file mode 100644
index 000000000..9e25644c1
--- /dev/null
+++ b/mod/search/languages/es.php
@@ -0,0 +1,18 @@
+<?php
+
+$spanish = array(
+ 'search:enter_term' => "Introduce un término de búsqueda" ,
+ 'search:no_results' => "No hay resultados." ,
+ 'search:matched' => "Coinciden:" ,
+ 'search:results' => "Resultados de %s" ,
+ 'search:no_query' => "Por favor, introduce una consulta a buscar." ,
+ 'search:search_error' => "Error" ,
+ 'search:more' => "+%s más %s" ,
+ 'search_types:tags' => "Etiquetas" ,
+ 'search_types:comments' => "Comentarios" ,
+ 'search:comment_on' => "Comentarios de \"%s\"" ,
+ 'search:comment_by' => 'por',
+ 'search:unavailable_entity' => "Entidad no disponible"
+);
+
+add_translation('es', $spanish);