aboutsummaryrefslogtreecommitdiff
path: root/languages/es/es.custom_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/es/es.custom_index.php')
-rw-r--r--languages/es/es.custom_index.php30
1 files changed, 13 insertions, 17 deletions
diff --git a/languages/es/es.custom_index.php b/languages/es/es.custom_index.php
index 62f651958..56b07b95c 100644
--- a/languages/es/es.custom_index.php
+++ b/languages/es/es.custom_index.php
@@ -1,17 +1,13 @@
-<?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);
-
-?>
+
+
+<?php
+$es = 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',
+);
+
+add_translation("es", $es);
+