aboutsummaryrefslogtreecommitdiff
path: root/languages/es.php
blob: ace043fad36d3a8c6d0501ceefc5b5e4c3206787 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * OpenSearch Spanish language file
 */

$spanish = array( 
	'opensearch:title'  =>  "Búsqueda: %s" , 
	'opensearch:description'  =>  "Resultados de la búsqueda \"%s\""
); 

add_translation('es', $spanish);