12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php
- /**
- * Translation strings for Spanish by psy@faeries
- *
- * @package Lorea
- *
- * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
- *
- * This program is free software: you can redistribute it and/or
- * modify it under the terms of the GNU Affero General Public License
- * as published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
- */
- return array(
- 'au_group_notices:help' => "Puedes utilizar ésta herramienta para añadir noticias en todas las páginas de los grupos.",
- 'au_group_notices:noticeblurb' => 'Noticia por defecto',
- 'au_group_notices:toggle' => 'Mostrar/Ocultar formularios de noticia',
- 'au_group_notices:blognoticeblurb' => 'Avisar cuando se ven los blogs',
- 'au_group_notices:discussionnoticeblurb' => 'Avisar cuando se ven las discusiones',
- 'au_group_notices:bookmarksnoticeblurb' => 'Avisar cuando se ven los favoritos',
- 'au_group_notices:pagesnoticeblurb' => 'Avisar cuando se ven las wikis',
- 'au_group_notices:filenoticeblurb' => 'Avisar cuando se ven los ficheros',
- 'au_group_notices:click' => 'Click para mostrar/ocultar',
- 'au_group_notices:position' => 'Posición para mostrar la noticia',
- 'au_group_notices:title' => 'Añade una noticia por defecto al grupo',
- 'au_group_notices:settings' => 'Añadir noticias de grupo',
- 'au_group_notices:saved' => "Salvada como ",
- 'au_group_notices:saveerror' => "Sin salvar",
- 'au_group_notices:top' => 'Cabecera',
- 'au_group_notices:bottom' => 'Pie',
- 'au_group_notices:sidetop' => 'Panel arriba',
- 'au_group_notices:sidebottom' => 'Panel abajo',
- 'au_group_notices:bg' => 'Color de fondo de la noticia',
- 'au_group_notices:white' => "Blanco",
- 'au_group_notices:black' => "Negro",
- 'au_group_notices:transparent' => "Transparente",
- 'au_group_notices:red' => "Rojo",
- 'au_group_notices:green' => "Verde",
- 'au_group_notices:yellow' => "Amarillo",
- 'au_group_notices:blue' => "Azúl",
- 'au_group_notices:silver'=>'Plateado',
- 'au_group_notices:border' =>'Mostrar borde en la noticia',
- 'au_group_notices:corners' =>'Mostrar noticia con borde redondeado',
- );
|