1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['exif_value_white_balance_auto'] = 'auto'; |
---|
24 | $lang['exif_value_white_balance_manual'] = 'manual'; |
---|
25 | $lang['exif_value_light_source_standard_light_a'] = 'luz padrão A'; |
---|
26 | $lang['exif_value_light_source_standard_light_b'] = 'luz padrão B'; |
---|
27 | $lang['exif_value_light_source_standard_light_c'] = 'luz padrão C'; |
---|
28 | $lang['exif_value_light_source_tungsten'] = 'tungstênio'; |
---|
29 | $lang['exif_value_light_source_unknown'] = 'desconhecido'; |
---|
30 | $lang['exif_value_light_source_white_fluorescent'] = 'fluorescente branca (WW 3200 - 3700K)'; |
---|
31 | $lang['exif_value_metering_mode_CenterWeightedAVG'] = 'centro média'; |
---|
32 | $lang['exif_value_metering_mode_average'] = 'média'; |
---|
33 | $lang['exif_value_metering_mode_multispot'] = 'múltiplos'; |
---|
34 | $lang['exif_value_metering_mode_partial'] = 'parcial'; |
---|
35 | $lang['exif_value_metering_mode_pattern'] = 'padrão'; |
---|
36 | $lang['exif_value_metering_mode_spot'] = 'local'; |
---|
37 | $lang['exif_value_metering_mode_unknown'] = 'desconhecido'; |
---|
38 | $lang['exif_value_red_eye'] = 'redução de olhos vermelhos'; |
---|
39 | $lang['exif_value_saturation_hard'] = 'forte'; |
---|
40 | $lang['exif_value_saturation_low'] = 'baixo'; |
---|
41 | $lang['exif_value_saturation_normal'] = 'normal'; |
---|
42 | $lang['exif_value_sharpness_hard'] = 'forte'; |
---|
43 | $lang['exif_value_sharpness_normal'] = 'normal'; |
---|
44 | $lang['exif_value_sharpness_soft'] = 'leve'; |
---|
45 | $lang['exif_value_flash_mode_compulsory'] = 'obrigatório'; |
---|
46 | $lang['exif_value_flash_mode_supress'] = 'suprimida'; |
---|
47 | $lang['exif_value_flash_mode_unknown'] = 'desconhecido'; |
---|
48 | $lang['exif_value_flash_return_light_detected'] = 'retornar luz detectada'; |
---|
49 | $lang['exif_value_flash_return_light_not_detected'] = 'retornar luz não detectada'; |
---|
50 | $lang['exif_value_light_source_D50'] = 'D50'; |
---|
51 | $lang['exif_value_light_source_D55'] = 'D55'; |
---|
52 | $lang['exif_value_light_source_D65'] = 'D65'; |
---|
53 | $lang['exif_value_light_source_D75'] = 'D75'; |
---|
54 | $lang['exif_value_light_source_cloudy_weather'] = 'tempo nublado'; |
---|
55 | $lang['exif_value_light_source_coolwhite_fluorescent_w'] = 'limpo fresco (W 3900 - 4500K)'; |
---|
56 | $lang['exif_value_light_source_daylight'] = 'luz do dia'; |
---|
57 | $lang['exif_value_light_source_daylight_fluorescent_d'] = 'dia luz fluorescente (D 5700 - 7100K)'; |
---|
58 | $lang['exif_value_light_source_daywhite_fluorescent_n'] = 'fluorescente branca de dia (N 4600 - 5400K)'; |
---|
59 | $lang['exif_value_light_source_fine_weather'] = 'tempo bom'; |
---|
60 | $lang['exif_value_light_source_flash'] = 'flash'; |
---|
61 | $lang['exif_value_light_source_fluorescent'] = 'fluorescente'; |
---|
62 | $lang['exif_value_light_source_iso_studio_tungsten'] = 'ISO tungstênio estúdio'; |
---|
63 | $lang['exif_value_light_source_other'] = 'outro'; |
---|
64 | $lang['exif_value_light_source_shade'] = 'sombra'; |
---|
65 | $lang['exif_field_SubjectDistance'] = 'Distância do Objetivo'; |
---|
66 | $lang['exif_field_UndefinedTag:0xA434'] = 'Lente'; |
---|
67 | $lang['exif_field_WhiteBalance'] = 'Equilíbrio Branco'; |
---|
68 | $lang['exif_value_contrast_hard'] = 'pesado'; |
---|
69 | $lang['exif_value_contrast_normal'] = 'normal'; |
---|
70 | $lang['exif_value_contrast_soft'] = 'leve'; |
---|
71 | $lang['exif_value_exposure_mode_auto'] = 'auto'; |
---|
72 | $lang['exif_value_exposure_mode_auto_bracket'] = 'enquadramento automático'; |
---|
73 | $lang['exif_value_exposure_mode_manual'] = 'manual'; |
---|
74 | $lang['exif_value_exposure_program_action'] = 'ação'; |
---|
75 | $lang['exif_value_exposure_program_aperture'] = 'prioridade de abertura'; |
---|
76 | $lang['exif_value_exposure_program_creative'] = 'criador'; |
---|
77 | $lang['exif_value_exposure_program_landscape'] = 'paisagem'; |
---|
78 | $lang['exif_value_exposure_program_manual'] = 'manual'; |
---|
79 | $lang['exif_value_exposure_program_normal'] = 'normal'; |
---|
80 | $lang['exif_value_exposure_program_not_defined'] = 'não definida'; |
---|
81 | $lang['exif_value_exposure_program_portrait'] = 'fotografia'; |
---|
82 | $lang['exif_value_exposure_program_shutter'] = 'prioridade do obturador'; |
---|
83 | $lang['exif_value_flash_mode'] = 'modo'; |
---|
84 | $lang['exif_value_flash_mode_auto'] = 'auto'; |
---|
85 | $lang['exif_field_Contrast'] = 'Contraste'; |
---|
86 | $lang['exif_field_DateTimeOriginal'] = 'Data da Original'; |
---|
87 | $lang['exif_field_DigitalZoomRatio'] = 'Zoom Digital'; |
---|
88 | $lang['exif_field_ExifVersion'] = 'EXIF'; |
---|
89 | $lang['exif_field_ExposureBiasValue'] = 'Compensação de exposição'; |
---|
90 | $lang['exif_field_ExposureMode'] = 'Modo de Exposição'; |
---|
91 | $lang['exif_field_ExposureProgram'] = 'Programa de Exposição'; |
---|
92 | $lang['exif_field_ExposureTime'] = 'Tempo de Exposição'; |
---|
93 | $lang['exif_field_FNumber'] = 'Número de Abertura'; |
---|
94 | $lang['exif_field_Flash'] = 'Flash'; |
---|
95 | $lang['exif_field_FocalLength'] = 'Distância Focal'; |
---|
96 | $lang['exif_field_FocalLengthIn35mmFilm'] = 'Distância focal em filme de 35mm'; |
---|
97 | $lang['exif_field_ISOSpeedRatings'] = 'ISO'; |
---|
98 | $lang['exif_field_LightSource'] = 'Fonte de Luz'; |
---|
99 | $lang['exif_field_Make'] = 'Fabricante'; |
---|
100 | $lang['exif_field_MeteringMode'] = 'Modo de Medição de Exposição'; |
---|
101 | $lang['exif_field_Model'] = 'Modelo'; |
---|
102 | $lang['exif_field_Saturation'] = 'Saturação'; |
---|
103 | $lang['exif_field_Sharpness'] = 'Nitidez'; |
---|
104 | $lang['exif_field_Software'] = 'Software EXIF'; |
---|
105 | ?> |
---|