source: extensions/SmartAlbums/language/tr_TR/plugin.lang.php @ 17708

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

[smartalbums] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 5.3 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['Contains'] = 'İçermekte';
24$lang['%d photos associated to album %s'] = '%d fotoğraf %s albümüne ilişkilendirildi';
25$lang['%d photos'] = '%d fotoğraf';
26$lang['%d photo'] = '%d fotoğraf';
27$lang['can cause slowdowns'] = 'yavaşlamaya sebep olur';
28$lang['Above'] = 'Yukarıdaki';
29$lang['Add filters here'] = 'Buraya filtre ekle';
30$lang['Added after'] = 'Sonrasına eklendi';
31$lang['Added before'] = 'Öncesine eklendi';
32$lang['Added on'] = 'Eklendiği tarih';
33$lang['All SmartAlbums'] = 'Tüm SmartAlbum \'ler';
34$lang['All these tags'] = 'Tüm bu etiketler';
35$lang['Author is empty'] = 'Yazar alanı boş';
36$lang['Begins with'] = 'ile başlayanlar';
37$lang['Bellow'] = 'Aşağıdaki';
38$lang['Count'] = 'Sayı';
39$lang['Created after'] = 'Bundan sonra oluşturulan:';
40$lang['Created before'] = 'Bundan önce oluşturulan:';
41$lang['Date string is malformed'] = 'Tarih dizisi hatalı';
42$lang['Doesn\'t begin with'] = 'ile başlamıyor';
43$lang['Doesn\'t contain'] = 'içermiyor';
44$lang['Doesn\'t end with'] = 'ile bitmiyor';
45$lang['Don\'t show this message again'] = 'Bu mesajı bir daha gösterme';
46$lang['Ends with'] = 'ile bitiyor';
47$lang['Filters'] = 'Filtreler';
48$lang['For "Is (not) in", separate each author by a comma'] = 'Her yazarı virgül ile ayırın';
49$lang['Hits must be an integer'] = 'Tıklanma sayısı tamsayı olmalıdır';
50$lang['Is in'] = 'içerisinde';
51$lang['Is not in'] = 'içerisinde değil';
52$lang['Is not'] = 'değil';
53$lang['Is'] = 'Bir';
54$lang['Limit must be an integer'] = 'Limit tamsayı olmalıdır';
55$lang['Name is empty'] = 'İsim alanı boş';
56$lang['No filter selected'] = 'Filtre seçilmedi';
57$lang['No tag selected'] = 'Etiket seçilmedi';
58$lang['None of these tags'] = 'Bu etiketlerin hiçbiri';
59$lang['One of these tags'] = 'Bu etiketlerden biri';
60$lang['Only SmartAlbums are displayed on this page'] = 'Bu sayfada sadece SmartAlbum \'ler görüntülenir';
61$lang['Only these tags'] = 'Sadece bu etiketler';
62$lang['Regenerate photos list of all SmartAlbums'] = 'Tüm SmartAlbum \'ler için fotoğraf listesini tekrar oluştur';
63$lang['Regenerate photos list of this SmartAlbum'] = 'Bu SmartAlbum için fotoğraf listesini tekrar oluştur';
64$lang['SmartAlbum added'] = 'SmartAlbum eklendi';
65$lang['SmartAlbum deleted'] = 'SmartAlbum silindi';
66$lang['This album is a SmartAlbum'] = 'Bu albüm bir SmartAlbum';
67$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'SmartAlbum\'leri sıralamak için lütfen ana albüm sayfasına gidin <a href="%s">Yönetim Sayfası</a>';
68$lang['Update albums on file upload'] = 'Dosya yüklemesi sırasında albümü güncelle';
69$lang['You can\'t use more than one level filter'] = 'Birden fazla seviye filtresi kullanamazsınız';
70$lang['You can\'t use more than one limit filter'] = 'Birden fazla limit filtresi kullanamazsınız';
71$lang['create a new SmartAlbum'] = 'yeni bir SmartAlbum yarat';
72$lang['Hits'] = 'Tıklanma sayısı';
73$lang['Max. number of photos'] = 'Maks. fotoğraf sayısı';
74$lang['Exclude SmartAlbums from permissions management'] = 'SmartAlbums\'ü izin yönetiminden hariç tut';
75$lang['Rating score must be an integer'] = 'Rating skoru tamsayı olmalıdır';
76$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums herkes için özel olarak kabul edilir ve bir kullanıcı sadece başka bir albümde erişim hakkı varsa onun içeriğini görebilir.';
77$lang['limit_filter'] = 'Maks. fotoğraf sayısı';
78$lang['All these albums'] = 'Tüm bu albümler';
79$lang['No album selected'] = 'Hiç bir albüm seçilmedi';
80$lang['None of these albums'] = 'Bu albümlerin hiçbiri';
81$lang['One of these albums'] = 'Bu albümlerden biri';
82$lang['Only these albums'] = 'Sadece bu albümler';
83?>
Note: See TracBrowser for help on using the repository browser.