source: extensions/BatchDownloader/language/tr_TR/plugin.lang.php @ 23346

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

[batch_downloader] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 6.1 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['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Uyarı:</b> Tüm dosyalar %d saat içinde silinecektir';
24$lang['Archive comment'] = 'Arşiv açıklaması';
25$lang['Archive prefix'] = 'Arşiv ön takısı';
26$lang['Archives'] = 'Arşivler';
27$lang['Batch Downloader'] = 'Toplu İndirme';
28$lang['Cancel this download'] = 'İndirme işleminden vazgeç';
29$lang['Cancel this set'] = 'Bu gruptan vazgeç';
30$lang['Confirm the download of %d pictures?'] = '%d adet resmi indirmeyi onaylıyor musunuz?';
31$lang['Delete downloads after'] = 'İndirdikten sonra sil';
32$lang['Delete this set'] = 'Bu grubu sil';
33$lang['Download all pictures of this selection'] = 'Bu seçimin tüm resimlerini indir';
34$lang['Download history'] = 'İndirme geçmişi';
35$lang['Download info'] = 'İndirme bilgisi';
36$lang['Download links'] = 'İndirme bağlantıları';
37$lang['Download permissions'] = 'İndirme izinleri';
38$lang['Download set deleted'] = 'İndirme grubu silindi';
39$lang['Downloads'] = 'İndirilenler';
40$lang['Edit the set'] = 'Grubu düzenle';
41$lang['Estimated number of archives'] = 'Tahmini arşiv sayısı';
42$lang['Estimated size'] = 'Tahmini büyüklük';
43$lang['Generate ZIP'] = 'ZIP oluştur';
44$lang['Maximum number of photos per download set'] = 'İndirme grubuna düşen maks. fotoğraf sayısı';
45$lang['Maximum photo size'] = 'Maks. fotoğraf büyüklüğü';
46$lang['Maximum size of each archive (in Megabytes)'] = 'Her arşiv başına düşen maks. dosya büyüklüğü (MB)';
47$lang['Random'] = 'Rasgele';
48$lang['Remove all finished downloads'] = 'Biten tüm indirmeleri kaldır';
49$lang['Remove from download set'] = 'İndirme grubundan kaldır';
50$lang['Return to download page'] = 'İndirme sayfasına dön';
51$lang['Set type'] = 'Grup tipi';
52$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Arşiv indiriliyor, eğer indirme otomatik olarak başlamadıysa lütfen <a href="%s">buraya tıklayınız</a>';
53$lang['Total size'] = 'Toplam büyüklük';
54$lang['User collection'] = 'Kullanıcı koleksiyonu';
55$lang['User groups'] = 'Kullanıcı grubu';
56$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Uyarı: ZipArchive uzantısı; latin olmayan karakterler, uzantılı harfler (ĞŞ) ve açılı tırnak (») gibi özel karakterleri kabul etmez.';
57$lang['Whole gallery'] = 'Bütün galeri';
58$lang['You can not edit this set'] = 'Bu grubu düzenleyemezsiniz';
59$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = '%d resim indirmeyi seçtiniz fakat sistem %d ile sınırlıdır. Grubu düzenleyebilirsiniz aksi halde son %d resim indirilemeyecektir.';
60$lang['done'] = 'yapıldı';
61$lang['download'] = 'indir';
62$lang['hours'] = 'saat';
63$lang['real number of archives can differ'] = 'gerçek arşiv sayısı değişebilir';
64$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'ZipArchive PHP uzantısı bulunamadı. BatchDownloader PclZip \'i kullanacak ama performansı daha düşük olacaktır.';
65$lang['Number of archives'] = 'Arşiv sayısı';
66$lang['Number of images'] = 'Fotoğraf sayısı';
67$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = '#%d arşivini indirmeye başlamanız #%d arşivini kaybedecektir. Arşivi indirdiğinizden emin olun. Devam edilsin mi?';
68$lang['Warning: Only registered users can use Batch Downloader.'] = 'Uyarı: Batch Downloader sadece kayıtlı kullanıcılar tarafından kullanabilir.';
69$lang['What can be downloaded?'] = 'Ne indirilebilir ?';
70$lang['No result'] = 'Sonuç yok';
71$lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = 'Üzgünüz, indirilecek bir şey yok. <i title="İzin verilen tipler: %s"> dosya tipi kısıtlaması sebebiyle</i> bazı dosyalar hariç tutulmuş olabilirler.';
72$lang['Please wait, your download is being prepared. This page will refresh automatically refresh when it is ready.'] = 'Lütfen bekleyiniz, indirmeler hazırlanıyor. Hazır olduğunda bu sayfa otomatik olarak tazelenecektir.';
73$lang['%d MB'] = '%d MB';
74$lang['Archive #%d (already downloaded)'] = 'Arşiv #%d (zaten indirildi)';
75$lang['Archive #%d (pending)'] = 'Arşiv #%d (bekliyor)';
76$lang['Archive #%d (ready)'] = 'Arşiv #%d (hazır)';
77$lang['Preparation'] = 'Hazırlık';
78$lang['Unknown'] = 'Bilinmiyor';
79?>
Note: See TracBrowser for help on using the repository browser.