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

Last change on this file since 6850 was 6850, checked in by nikrou, 14 years ago

Add IT thanks to sergix
Add CZ thanks to webprostor-hosting
Bug fix : Flash animation didn't work when category used a permanink.
Update FSF address
Remove configuration when plugin is uninstalled.

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