source: extensions/exif_view/language/tr_TR/lang.exif.php @ 16922

Last change on this file since 16922 was 16922, checked in by TranslationTeam, 12 years ago

[exif_view] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 6.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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_field_Contrast'] = 'Kontrast';
24$lang['exif_field_DateTimeOriginal'] = 'Orjinalin Saat ve Tarihi';
25$lang['exif_field_DigitalZoomRatio'] = 'Sayısal Yakınlaştırma';
26$lang['exif_field_ExifVersion'] = 'EXIF';
27$lang['exif_field_ExposureBiasValue'] = 'Pozlama Telafisi';
28$lang['exif_field_ExposureMode'] = 'Pozlama Tarzı';
29$lang['exif_field_ExposureProgram'] = 'Pozlama Programı';
30$lang['exif_field_ExposureTime'] = 'Pozlama Süresi';
31$lang['exif_field_FNumber'] = 'Diyafram Numarası';
32$lang['exif_field_Flash'] = 'Flaş';
33$lang['exif_field_FocalLengthIn35mmFilm'] = '35mm Filmdeki Odak Uzaklığı';
34$lang['exif_field_FocalLength'] = 'Odak Uzaklığı';
35$lang['exif_field_ISOSpeedRatings'] = 'ISO';
36$lang['exif_field_LightSource'] = 'Işık Kaynağı';
37$lang['exif_field_Make'] = 'Yapan';
38$lang['exif_field_MeteringMode'] = 'Pozlama Ölçüm Tarzı';
39$lang['exif_field_Model'] = 'Model';
40$lang['exif_field_Saturation'] = 'Canlılık';
41$lang['exif_field_Sharpness'] = 'Keskinlik';
42$lang['exif_field_Software'] = 'EXIF yazılımı';
43$lang['exif_field_SubjectDistance'] = 'Obje Uzaklığı';
44$lang['exif_field_UndefinedTag:0xA434'] = 'Lens';
45$lang['exif_field_WhiteBalance'] = 'Beyaz Dengesi';
46$lang['exif_value_contrast_hard'] = 'sert';
47$lang['exif_value_contrast_normal'] = 'normal';
48$lang['exif_value_contrast_soft'] = 'yumuşak';
49$lang['exif_value_exposure_mode_auto_bracket'] = 'otomatik pozlama';
50$lang['exif_value_exposure_mode_auto'] = 'otomatik';
51$lang['exif_value_exposure_mode_manual'] = 'manuel';
52$lang['exif_value_exposure_program_action'] = 'eylem';
53$lang['exif_value_exposure_program_aperture'] = 'diyafram önceliği';
54$lang['exif_value_exposure_program_creative'] = 'yaratıcı';
55$lang['exif_value_exposure_program_landscape'] = 'manzara';
56$lang['exif_value_exposure_program_manual'] = 'manuel';
57$lang['exif_value_exposure_program_normal'] = 'normal';
58$lang['exif_value_exposure_program_not_defined'] = 'tanımlanmamış';
59$lang['exif_value_exposure_program_portrait'] = 'portre';
60$lang['exif_value_exposure_program_shutter'] = 'obtüratör önceliği';
61$lang['exif_value_flash_mode_auto'] = 'otomatik';
62$lang['exif_value_flash_mode_compulsory'] = 'zorunlu';
63$lang['exif_value_flash_mode_supress'] = 'baskılanmış';
64$lang['exif_value_flash_mode_unknown'] = 'bilinmiyor';
65$lang['exif_value_flash_mode'] = 'tarz';
66$lang['exif_value_flash_return_light_detected'] = 'ışık dönüşü tesbit edildi';
67$lang['exif_value_flash_return_light_not_detected'] = 'ışık dönüşü tesbit edilmedi';
68$lang['exif_value_light_source_D50'] = 'D50';
69$lang['exif_value_light_source_D55'] = 'D55';
70$lang['exif_value_light_source_D65'] = 'D65';
71$lang['exif_value_light_source_D75'] = 'D75';
72$lang['exif_value_light_source_cloudy_weather'] = 'bulutlu hava';
73$lang['exif_value_light_source_coolwhite_fluorescent_w'] = 'soğuk beyaz (W 3900-4500K)';
74$lang['exif_value_light_source_daylight_fluorescent_d'] = 'gün ışığı floresan (D 5700-7100K)';
75$lang['exif_value_light_source_daylight'] = 'gün ışığı';
76$lang['exif_value_light_source_daywhite_fluorescent_n'] = 'gün beyazı floresan (N 4600-5400K)';
77$lang['exif_value_light_source_fine_weather'] = 'iyi hava';
78$lang['exif_value_light_source_flash'] = 'flaş';
79$lang['exif_value_light_source_fluorescent'] = 'floresan';
80$lang['exif_value_light_source_iso_studio_tungsten'] = 'ISO stüdyo tungsten';
81$lang['exif_value_light_source_other'] = 'diğer';
82$lang['exif_value_light_source_shade'] = 'gölge';
83$lang['exif_value_light_source_standard_light_a'] = 'standart ışık A';
84$lang['exif_value_light_source_standard_light_b'] = 'standart ışık B';
85$lang['exif_value_light_source_standard_light_c'] = 'standart ışık C';
86$lang['exif_value_light_source_tungsten'] = 'tungsten';
87$lang['exif_value_light_source_unknown'] = 'bilinmiyor';
88$lang['exif_value_light_source_white_fluorescent'] = 'beyaz floresan (WW 3200-3700K)';
89$lang['exif_value_metering_mode_CenterWeightedAVG'] = 'ortalamalı merkez';
90$lang['exif_value_metering_mode_average'] = 'ortalama';
91$lang['exif_value_metering_mode_multispot'] = 'multispot';
92$lang['exif_value_metering_mode_partial'] = 'parçalı';
93$lang['exif_value_metering_mode_pattern'] = 'kalıp';
94$lang['exif_value_metering_mode_spot'] = 'spot';
95$lang['exif_value_metering_mode_unknown'] = 'bilinmiyor';
96$lang['exif_value_red_eye'] = 'kırmızı göz önleme';
97$lang['exif_value_saturation_hard'] = 'sert';
98$lang['exif_value_saturation_low'] = 'düşük';
99$lang['exif_value_saturation_normal'] = 'normal';
100$lang['exif_value_sharpness_hard'] = 'sert';
101$lang['exif_value_sharpness_normal'] = 'normal';
102$lang['exif_value_sharpness_soft'] = 'yumuşak';
103$lang['exif_value_white_balance_auto'] = 'otomatik';
104$lang['exif_value_white_balance_manual'] = 'manuel';
105?>
Note: See TracBrowser for help on using the repository browser.