aboutsummaryrefslogtreecommitdiff
path: root/mod/faq/languages/es.php
blob: b7c1fce44cebc49fd3c9d8b82e9dd1263a9700d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * FAQ pages Spanish language file
 */

$spanish = array(

	/**
	 * Menu items and titles
	 */
	'faq' => "Preguntas frequentes",
	'expages:faq' => "Preguntas frequentes",
);

add_translation("es", $spanish);