aboutsummaryrefslogtreecommitdiff
path: root/languages/es/es.custom_index.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-05-07 07:54:17 +0200
committerSem <sembrestels@riseup.net>2012-05-07 07:54:17 +0200
commitc8c493cfda4891e53401d8759ee40fcd4d5a7b0e (patch)
tree68718b64795bab068964d5965f4d65f9aeee6677 /languages/es/es.custom_index.php
parentfa486d8086514366ee69cece81234ce47de3400b (diff)
downloadelgg-c8c493cfda4891e53401d8759ee40fcd4d5a7b0e.tar.gz
elgg-c8c493cfda4891e53401d8759ee40fcd4d5a7b0e.tar.bz2
Updated spanish language to 100%.
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);
+