From 85086911c89f456885de4f499d59a434c50fd3f8 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:14:29 +0100 Subject: Original nnimis' plugin. --- mod/search/languages/es.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mod/search/languages/es.php (limited to 'mod/search/languages/es.php') 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 @@ + "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); -- cgit v1.2.3