source: extensions/community/language/tr_TR/plugin.lang.php @ 23090

Last change on this file since 23090 was 23090, checked in by TranslationTeam, 11 years ago

[community] Update tr_TR, thanks to : LazBoy

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'İzin Ekle';
23$lang['Who?'] = 'Kim?';
24$lang['any visitor'] = 'herhangi bir ziyaretçi';
25$lang['any registered user'] = 'herhangi bir kayıtlı kullanıcı';
26$lang['a specific user'] = 'belirli bir kullanıcı';
27$lang['a group'] = 'bir grup';
28$lang['Where?'] = 'Nerede?';
29$lang['The whole gallery'] = 'Tüm galeride';
30$lang['ability to create sub-albums'] = 'alt albüm oluşturma izni';
31$lang['Which level of trust?'] = 'Güven seviyesi?';
32$lang['sub-albums creation'] = 'alt albüm oluşturma';
33$lang['Upload Permissions'] = 'Yükleme İzinleri';
34$lang['Pending Photos'] = 'Bekleyen Fotoğraflar';
35$lang['Permission added'] = 'İzin eklendi';
36$lang['Permission removed'] = 'İzin kaldırıldı';
37$lang['%s (the user)'] = '%s (kullanıcısına)';
38$lang['%s (the group)'] = '%s (grubuna)';
39$lang['low trust'] = 'düşük güven';
40$lang['uploaded photos must be validated by an administrator'] = 'yüklenen fotoğraflar bir yönetici tarafından onaylanmalıdır';
41$lang['high trust'] = 'yüksek güven';
42$lang['uploaded photos are directly displayed in the gallery'] = 'yüklenen fotoğraflar doğrudan galeride sergilensin';
43$lang['%d photos validated'] = '%d fotoğraf onaylandı';
44$lang['%d photos rejected'] = '%d fotoğraf reddedildi';
45$lang['web size'] = 'ağdaki boyutu';
46$lang['Zoom'] = 'Yakınlaştırma';
47$lang['Upload your own photos'] = 'Kendi fotoğraflarınızı yükleyin';
48$lang['%d photos uploaded by %s'] = '%d fotoğraf %s tarafından yüklendi';
49$lang['Validation page: %s'] = 'Onaylama sayfası: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d fotoğraf "%s" albümüne yüklendi';
51$lang['Hi administrators,'] = 'Merhaba yöneticiler,';
52$lang['No album, this photo is orphan'] = 'Albüm yok, bu fotoğraf tek';
53$lang['Cancel'] = 'İptal';
54$lang['Permission updated'] = 'İzin güncellendi';
55$lang['Delete permission'] = 'İzni sil'; 
56$lang['%u pending photos'] = '%u bekleyen fotoğraflar';
57$lang['Level 16'] = 'Bekleyen';
58$lang['Edit a permission'] = 'Bir izni düzenle';
59$lang['Your photos are waiting for validation, administrators have been notified'] = 'Fotoğraflarınız onay için bekliyor, yöneticiler bilgilendirildi';
60
61$lang['Set Photo Properties'] = 'Fotoğraf Özelliklerini Ayarla';
62$lang['%s out of %s'] = '%s / %s';
63$lang['up to %dMB (for each user)'] = '%dMB \'a kadar (her kullanıcı için)';
64$lang['up to %d photos (for each user)'] = '%d adet fotoğrafa kadar (her kullanıcı için)';
65$lang['Maximum number of photos reached (%u)'] = 'Azami fotoğraf sayısına ulaşıldı (%u)';
66$lang['no limit'] = 'limitsiz';
67$lang['Photo %s rejected.'] = '%s fotoğrafı red edildi.';
68$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Dosya %s çok büyük (%uMB), %uMB kotasını aşıyor';
69$lang['How much disk space?'] = 'Disk alanı nedir?';
70$lang['How many photos?'] = 'Kaç adet fotoğraf?';
71$lang['Disk usage quota reached (%uMB)'] = 'Disk kullanım kotasına ulaşıldı (%uMB)';
72$lang['Available quota %s.'] = 'Mevcut kota %s.';
73$lang['Available %s.'] = 'Mevcut %s.';
74$lang['Where should Piwigo create user albums?'] = 'Piwigo kullanıcı albümlerini nerede oluştursun?';
75$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo ilk bağlantı sırasında her kullanıcı için otomatik olarak bir albüm oluşturur';
76$lang['(in addition to user album)'] = '(kullanıcı abümlerine ek olarak)';
77$lang['User albums'] = 'Kullanıcı albümleri';
78$lang['User album only'] = 'Sadece kullanıcı albümü';
79$lang['Gallery root'] = 'Galeri kök alanı';
80?>
Note: See TracBrowser for help on using the repository browser.