diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 01:14:29 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 01:14:29 +0100 |
commit | 85086911c89f456885de4f499d59a434c50fd3f8 (patch) | |
tree | 96f5c50831ca306ffebc839409baeab30d646f27 /mod/categories/languages/es.php | |
download | elgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.gz elgg-85086911c89f456885de4f499d59a434c50fd3f8.tar.bz2 |
Original nnimis' plugin.
Diffstat (limited to 'mod/categories/languages/es.php')
-rw-r--r-- | mod/categories/languages/es.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/categories/languages/es.php b/mod/categories/languages/es.php new file mode 100644 index 000000000..31c8ef173 --- /dev/null +++ b/mod/categories/languages/es.php @@ -0,0 +1,16 @@ +<?php + +// Generado por translationbrowser + +$spanish = array( + 'categories' => "Categorías" , + 'categories:settings' => "Edita las categorías del sitio" , + 'categories:explanation' => "Para establecer algunas categorías globales para el sitio que serán usadas a través de tu sistema, introdúcelas abajo separadas por comas. Serán mostradas por las herramientas compatibles cuando el usuario cree o edite contenido." , + 'categories:save:success' => "Las categorías del sitio se han grabado correctamente.", + 'categories:results' => "Resultados del sitio para la categoría: %s", + 'categories:on_activate_reminder' => "Las categorías del sitio no se encuentran disponibles hasta que agregue alguna. <a href=\"%s\">Añadir categorías ahora.</a>", +); + +add_translation('es', $spanish); + +?>
\ No newline at end of file |