diff options
Diffstat (limited to 'mod/graphstats/languages/pt.php')
-rw-r--r-- | mod/graphstats/languages/pt.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/graphstats/languages/pt.php b/mod/graphstats/languages/pt.php new file mode 100644 index 000000000..891430139 --- /dev/null +++ b/mod/graphstats/languages/pt.php @@ -0,0 +1,14 @@ +<?php +/** + * Elgg graphstats plugin language pack + * + * @package ElggGraphStats + */ + +$portuguese = array( + 'graphstats:graphs' => "Gráficos" , +); + +add_translation('pt', $portuguese); + +?> |