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