es.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. /**
  3. * Translation strings for Spanish by psy@faeries
  4. *
  5. * @package Lorea
  6. *
  7. * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
  8. *
  9. * This program is free software: you can redistribute it and/or
  10. * modify it under the terms of the GNU Affero General Public License
  11. * as published by the Free Software Foundation, either version 3 of
  12. * the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful, but
  15. * WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public
  20. * License along with this program. If not, see
  21. * <http://www.gnu.org/licenses/>.
  22. */
  23. return array(
  24. 'au_group_notices:help' => "Puedes utilizar ésta herramienta para añadir noticias en todas las páginas de los grupos.",
  25. 'au_group_notices:noticeblurb' => 'Noticia por defecto',
  26. 'au_group_notices:toggle' => 'Mostrar/Ocultar formularios de noticia',
  27. 'au_group_notices:blognoticeblurb' => 'Avisar cuando se ven los blogs',
  28. 'au_group_notices:discussionnoticeblurb' => 'Avisar cuando se ven las discusiones',
  29. 'au_group_notices:bookmarksnoticeblurb' => 'Avisar cuando se ven los favoritos',
  30. 'au_group_notices:pagesnoticeblurb' => 'Avisar cuando se ven las wikis',
  31. 'au_group_notices:filenoticeblurb' => 'Avisar cuando se ven los ficheros',
  32. 'au_group_notices:click' => 'Click para mostrar/ocultar',
  33. 'au_group_notices:position' => 'Posición para mostrar la noticia',
  34. 'au_group_notices:title' => 'Añade una noticia por defecto al grupo',
  35. 'au_group_notices:settings' => 'Añadir noticias de grupo',
  36. 'au_group_notices:saved' => "Salvada como ",
  37. 'au_group_notices:saveerror' => "Sin salvar",
  38. 'au_group_notices:top' => 'Cabecera',
  39. 'au_group_notices:bottom' => 'Pie',
  40. 'au_group_notices:sidetop' => 'Panel arriba',
  41. 'au_group_notices:sidebottom' => 'Panel abajo',
  42. 'au_group_notices:bg' => 'Color de fondo de la noticia',
  43. 'au_group_notices:white' => "Blanco",
  44. 'au_group_notices:black' => "Negro",
  45. 'au_group_notices:transparent' => "Transparente",
  46. 'au_group_notices:red' => "Rojo",
  47. 'au_group_notices:green' => "Verde",
  48. 'au_group_notices:yellow' => "Amarillo",
  49. 'au_group_notices:blue' => "Azúl",
  50. 'au_group_notices:silver'=>'Plateado',
  51. 'au_group_notices:border' =>'Mostrar borde en la noticia',
  52. 'au_group_notices:corners' =>'Mostrar noticia con borde redondeado',
  53. );