source: extensions/photoWidget/language/es_ES/plugin.lang.php @ 26116

Last change on this file since 26116 was 26116, checked in by nikrou, 10 years ago

Make plugin compatible with plugin 2.6

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by the Free Software Foundation                             |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Este plugin fija las imagettas bajo la forma de una animación flash 3D.';
23$lang['You can choose that mode for displaying one, severals or all categories'] = 'Usted puede elegir este modo de fijación como la una, varios o todas las categorías';
24$lang['Main configuration'] = 'Configuración general';
25$lang['All categories'] = 'Todas las categorías';
26$lang['Applicable categorie(s)'] = 'Selecciona una categoría(s)';
27$lang['Animation size'] = 'Talla de la animación';
28$lang['Animation background color'] = 'Color de fondo de la animación';
29$lang['Color'] = 'Color';
30$lang['You choose that mode for'] = 'Usted escogió este modo de fijación para';
31$lang['one category'] = 'una categoría';
32$lang['severals categories'] = 'varias categorías';
33$lang['Width has been updated'] = 'La anchura ha sido puesta al día';
34$lang['Height has been updated'] = 'La altura ha sido puesta al día';
35$lang['Background color of animation has been updated'] = 'El color de fondo ha sido puesto al día';
36$lang['This widget requires Flash Player 9 or better'] = 'Este modo de fijación necesita flash 9 por lo menos'; 
37$lang['Height'] = 'Altura';
38$lang['No'] = 'No';
39$lang['Photo Widget Plugin'] = 'Foto complemento de Widget';
40$lang['Submit'] = 'Enviar';
41$lang['Width'] = 'Ancho';
42$lang['Yes'] = 'Si';
43$lang['You must choose at least one category'] = 'Tiene que selecciònar al menos una gategoria';
Note: See TracBrowser for help on using the repository browser.