From 6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:28:21 +0100 Subject: Moved all files to languages folder. for file in *; do mv $file/languages/es.php ../languages/es.$file.php; done --- languages/es.search.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 languages/es.search.php (limited to 'languages/es.search.php') diff --git a/languages/es.search.php b/languages/es.search.php new file mode 100644 index 000000000..9e25644c1 --- /dev/null +++ b/languages/es.search.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