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

Last change on this file since 10771 was 10771, checked in by plg, 13 years ago

errors fixed in language files (duplicate keys, key with new line

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 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 Resimler';
35$lang['Permission added'] = 'İzin eklendi';
36$lang['Permission removed'] = 'İzin silindi';
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 resimler 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 resimler doğrudan galeride sergilensin';
43$lang['%d photos validated'] = '%d resimler onaylandı';
44$lang['%d photos rejected'] = '%d resimler reddedildi';
45$lang['web size'] = 'web\'deki boyutu';
46$lang['Zoom'] = 'Yakınlaştırma';
47$lang['Upload your own photos'] = 'Kendi resimlerinizi yükleyin';
48$lang['%d photos uploaded by %s'] = '%d resimler %s tarafından yüklendi';
49$lang['Validation page: %s'] = 'Onaylama sayfası: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d resimler "%s" albümüne yüklendi';
51$lang['Hi administrators,'] = 'Merhaba yöneticiler,';
52$lang['No album, this photo is orphan'] = 'Albüm yok, yanlız bir resim';
53$lang['Cancel'] = 'İptal';
54$lang['Permission updated'] = 'izni güncelle'; 
55$lang['Delete permission'] = 'İzni sil'; 
56$lang['%u pending photos'] = '%u bekleyen resimler'; 
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'] = 'Resimlerinizin onaylanması için yöneticilere e-posta uyarısı gönderildi';
60
61?>
Note: See TracBrowser for help on using the repository browser.