source: extensions/Random_Header/language/es_ES/plugin.lang.php @ 3705

Last change on this file since 3705 was 3705, checked in by ddtddt, 15 years ago

Add ES to Random_Header extension

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['rh_description']                 = 'Permite fijar en el membrete una imagen al azar entre la categoría que usted habrá escogido, o sea en imagen normal, o sea en imagen de fondo';
25$lang['rh_submit']                              = 'Registrar';
26$lang['rh_before']                              = 'Delantera';
27$lang['rh_after']                               = 'Después';
28$lang['rh_concat']                              = 'Concatenar la bandera de las páginas';
29$lang['rh_as_background']               = 'Utilizar en imagen de fondo';
30$lang['rh_on_picture']                  = 'Activo sobre la página llena de imágenes';
31$lang['rh_headers_category']    = 'Categoría de las imágenes para banderas';
32$lang['rh_theme']                               = 'Tema';
33$lang['rh_inactif']                     = 'Desactivado para este tema';
34$lang['rh_aide']                                = 'Nota:<br />LAS IMÁGENES SON VISIBLES PARA ELLOS TODOS (Categoría privada o no)<br />El estilo CSS para la imagen (#RandomImage) No es aplicado en moda llena de imágenes de fondo<br>El campo CSS debe respetar la norma CSS (ex: "overflow:auto;color:red;")<br />En moda llena de imágenes de fondo, concatenar <a href="admin.php?page=configuration">bandera de las páginas</a> es inactivo';
35$lang['rh_additional_css']              = 'Estilo CSS adicional';
36
37?>
Note: See TracBrowser for help on using the repository browser.