blob: 8914301390d60fc1195f9cf218f4173ca2582d6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
/**
* Elgg graphstats plugin language pack
*
* @package ElggGraphStats
*/
$portuguese = array(
'graphstats:graphs' => "Gráficos" ,
);
add_translation('pt', $portuguese);
?>
|