blob: eba4a683ecedb8623673ea9bad394932b7bf9635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
/**
* Elgg graphstats plugin language pack
*
* @package ElggGraphStats
*/
$spanish = array(
'graphstats:implication' => 'Implicación',
'graphstats:graphs' => 'Gráficos',
'graphstats:timestats' => 'Estadísticas a través del tiempo',
'graphstats:groupgraph' => 'Red de grupos',
'timeline' => 'Línea temporal',
);
add_translation("es", $spanish);
?>
|