diff options
Diffstat (limited to 'languages/es.php')
-rw-r--r-- | languages/es.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/languages/es.php b/languages/es.php deleted file mode 100644 index eba4a683e..000000000 --- a/languages/es.php +++ /dev/null @@ -1,17 +0,0 @@ -<?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); -?> |