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['severals categories'] = 'varias categorías'; |
---|
34 | $lang['Width has been updated'] = 'La anchura ha sido puesta al día'; |
---|
35 | $lang['Height has been updated'] = 'La altura ha sido puesta al día'; |
---|
36 | $lang['Background color of animation has been updated'] = 'El color de fondo ha sido puesto al día'; |
---|
37 | $lang['This widget requires Flash Player 9 or better'] = 'Este modo de fijación necesita flash 9 por lo menos'; |
---|
38 | $lang['Height'] = 'Altura'; |
---|
39 | $lang['No'] = 'No'; |
---|
40 | $lang['Photo Widget Plugin'] = 'Foto complemento de Widget'; |
---|
41 | $lang['Submit'] = 'Enviar'; |
---|
42 | $lang['Width'] = 'Ancho'; |
---|
43 | $lang['Yes'] = 'Si'; |
---|
44 | $lang['You must choose at least one category'] = 'Tiene que selecciònar al menos una gategoria'; |
---|
45 | ?> |
---|