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.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/languages/es/es.custom_index.php b/languages/es/es.custom_index.php
new file mode 100644
index 000000000..62f651958
--- /dev/null
+++ b/languages/es/es.custom_index.php
@@ -0,0 +1,17 @@
+<?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);
+
+?>