diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:42:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:42:50 -0300 |
commit | 971b54fe719ed70704fb3bcac4ef1d5f093cb454 (patch) | |
tree | 26e090c444b1e34881bc088a9cd6f3223e26047a /mod/graphstats/languages/es.php | |
parent | 711dab09b5146e74dbeda56679c65e3b6bec71f3 (diff) | |
parent | 36102a094de700ee339f6eaeffb8ab16ba4f2f3b (diff) | |
download | elgg-971b54fe719ed70704fb3bcac4ef1d5f093cb454.tar.gz elgg-971b54fe719ed70704fb3bcac4ef1d5f093cb454.tar.bz2 |
Merge commit '36102a094de700ee339f6eaeffb8ab16ba4f2f3b' as 'mod/graphstats'
Diffstat (limited to 'mod/graphstats/languages/es.php')
-rw-r--r-- | mod/graphstats/languages/es.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/graphstats/languages/es.php b/mod/graphstats/languages/es.php new file mode 100644 index 000000000..eba4a683e --- /dev/null +++ b/mod/graphstats/languages/es.php @@ -0,0 +1,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); +?> |