From 85086911c89f456885de4f499d59a434c50fd3f8 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:14:29 +0100 Subject: Original nnimis' plugin. --- mod/custom_index/languages/en.php | 14 ++++++++++++++ mod/custom_index/languages/es.php | 17 +++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 mod/custom_index/languages/en.php create mode 100644 mod/custom_index/languages/es.php (limited to 'mod/custom_index/languages') diff --git a/mod/custom_index/languages/en.php b/mod/custom_index/languages/en.php new file mode 100644 index 000000000..071ff81e5 --- /dev/null +++ b/mod/custom_index/languages/en.php @@ -0,0 +1,14 @@ + "Latest bookmarks", + 'custom:groups' => "Latest groups", + 'custom:files' => "Latest files", + 'custom:blogs' => "Latest blog posts", + 'custom:members' => "Newest members", +); + +add_translation("en", $english); diff --git a/mod/custom_index/languages/es.php b/mod/custom_index/languages/es.php new file mode 100644 index 000000000..62f651958 --- /dev/null +++ b/mod/custom_index/languages/es.php @@ -0,0 +1,17 @@ + "Ú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); + +?> -- cgit v1.2.3