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

Last change on this file since 5624 was 5624, checked in by ddtddt, 14 years ago

[extension] photoWidget - Add ES

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010 ddtddt  |
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 as published by  |
9// | 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | 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['Vous 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['All categories'] = 'Todas las categorías';
25$lang['Animation size'] = 'Talla de la animación';
26$lang['Animation background color'] = 'Color de fondo de la animación';
27$lang['Color'] = 'Color';
28$lang['You choose that mode for'] = 'Usted escogió este modo de fijación para';
29$lang['one category'] = 'una categoría';
30$lang['all categories'] = 'todas las categorías';
31$lang['severals categories'] = 'Varias categorías';
32$lang['Width has been updated'] = 'La anchura ha sido puesta al día';
33$lang['Height has been updated'] = 'La altura ha sido puesta al día';
34$lang['Background color of animation has been updated'] = 'El color de fondo ha sido puesto al día';
35$lang['This widget requires Flash Player 9 or better'] = 'Este modo de fijación necesita flash 9 por lo menos'; 
36?>
Note: See TracBrowser for help on using the repository browser.