1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | |
---|
4 | // | Piwigo - a PHP based photo gallery | |
---|
5 | |
---|
6 | // +-----------------------------------------------------------------------+ |
---|
7 | |
---|
8 | // | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | |
---|
9 | |
---|
10 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
11 | |
---|
12 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
13 | |
---|
14 | // +-----------------------------------------------------------------------+ |
---|
15 | |
---|
16 | // | This program is free software; you can redistribute it and/or modify | |
---|
17 | |
---|
18 | // | it under the terms of the GNU General Public License as published by | |
---|
19 | |
---|
20 | // | the Free Software Foundation | |
---|
21 | |
---|
22 | // | | |
---|
23 | |
---|
24 | // | This program is distributed in the hope that it will be useful, but | |
---|
25 | |
---|
26 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
27 | |
---|
28 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
29 | |
---|
30 | // | General Public License for more details. | |
---|
31 | |
---|
32 | // | | |
---|
33 | |
---|
34 | // | You should have received a copy of the GNU General Public License | |
---|
35 | |
---|
36 | // | along with this program; if not, write to the Free Software | |
---|
37 | |
---|
38 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
39 | |
---|
40 | // | USA. | |
---|
41 | |
---|
42 | // +-----------------------------------------------------------------------+ |
---|
43 | $lang['tn_display_img'] = 'Fotos'; |
---|
44 | $lang['tn_display_cat'] = 'Álbuns'; |
---|
45 | $lang['tn_display_name_img'] = 'Mostrar o título da foto'; |
---|
46 | $lang['tn_display_name_cat'] = 'Mostrar o autor na categoria'; |
---|
47 | $lang['tn_name_link'] = 'Tooltip texto'; |
---|
48 | |
---|
49 | $lang['tn_configuration_saved'] = 'Configuración guardada'; |
---|
50 | $lang['tn_default_parameters'] = 'Configuración por defecto'; |
---|
51 | $lang['tn_default_parameters_saved'] = 'Configuración por defecto guardada'; |
---|
52 | $lang['tn_no'] = 'No'; |
---|
53 | $lang['tn_none'] = 'Ninguno'; |
---|
54 | $lang['tn_separator'] = 'Separador (-)'; |
---|
55 | $lang['tn_type1'] = 'Titulo'; |
---|
56 | $lang['tn_type2'] = 'Visitas'; |
---|
57 | $lang['tn_type3'] = '(Visitas)'; |
---|
58 | $lang['tn_type4'] = 'Descrillpción'; |
---|
59 | $lang['tn_type5'] = 'Autor'; |
---|
60 | $lang['tn_type6'] = 'Autor : Autor'; |
---|
61 | $lang['tn_type7'] = 'Avaliação'; |
---|
62 | $lang['tn_type8'] = '(Visitas, Avaliação)'; |
---|
63 | $lang['tn_yes'] = 'Si'; |
---|
64 | ?> |
---|