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

Last change on this file since 5647 was 5647, checked in by nikrou, 14 years ago
  • Improve categories selections in admin
  • Fix some mispelling language keys
  • 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// | 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | 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['All categories'] = 'Todas las categorías';
26$lang['Animation size'] = 'Talla de la animación';
27$lang['Animation background color'] = 'Color de fondo de la animación';
28$lang['Color'] = 'Color';
29$lang['You choose that mode for'] = 'Usted escogió este modo de fijación para';
30$lang['one category'] = 'una categoría';
31$lang['all categories'] = 'todas las categorías';
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?>
Note: See TracBrowser for help on using the repository browser.