aboutsummaryrefslogtreecommitdiff
path: root/languages/es.custom_index.php
blob: 62f6519581b4ff9250965efa4183c7efc5845e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

	$spanish = array(
	
			'custom:bookmarks' => "Últimos favoritos",
			'custom:groups' => "Últimos grupos",
			'custom:files' => "Últimos ficheros subidos",
			'custom:blogs' => "Últimas entradas",
			'custom:members' => "Nuevos miembros de la red",
			'custom:nofiles' => "No existen ficheros todavia",
			'custom:nogroups' => "No existen grupos todavia",	
	
	);
					
	add_translation("es",$spanish);

?>