diff options
Diffstat (limited to 'mod/custom_index/languages/es.php')
-rw-r--r-- | mod/custom_index/languages/es.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mod/custom_index/languages/es.php b/mod/custom_index/languages/es.php deleted file mode 100644 index 62f651958..000000000 --- a/mod/custom_index/languages/es.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php
-
- $spanish = array(
-
- 'custom:bookmarks' => "Últimos favoritos",
- 'custom:groups' => "Últimos grupos",
- 'custom:files' => "Últimos ficheros subidos",
- 'custom:blogs' => "Últimas entradas",
- 'custom:members' => "Nuevos miembros de la red",
- 'custom:nofiles' => "No existen ficheros todavia",
- 'custom:nogroups' => "No existen grupos todavia",
-
- );
-
- add_translation("es",$spanish);
-
-?>
|