source: extensions/HistoryIPExcluder/language/tr_TR/plugin.lang.php @ 18979

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

[history_ip_excluder] Add tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.6 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['HIPE_description'] = 'Bu eklenti,bir IP veya IP aralığına ait istatistikleri ve geçmişi dışlar. <br> IP *_history etkinleştirme blok kayıtları aşağıdaki tabloda belirtilmiştir.';
24$lang['HIPE_admin_description1'] = 'Aşağıdaki alana her satıra bir adet olacak şekilde dışlanacak tam IP veya IP aralığını girin. IP aralığı seçerken "%" joker karakterini kullanın.<br>Örnek : 74.6.1.2 yada 74.6.%';
25$lang['HIPE_OnlyGuest_description'] = 'Sadece misafiler tarafından kullanılmış IP numaralarını ve kaç kez kullandıklarını kullanım sayısına göre sıralı şekilde göster';
26$lang['HIPE_IPForMember_description'] = 'Kayıtlı kullanıcılara atanmış IP numaralarını (IP\'ye göre sıralı) ara ve görüntüle';
27$lang['HIPE_MemberForIp_description'] = 'Bir IP numarası atanan kullanıcıları (isme göre sıralı) ara ve görüntüle';
28$lang['HIPE_OnlyGuest'] = 'Sadece Misafir IP numaraları';
29$lang['IP_geolocalisation'] = 'Dünyadaki konum';
30$lang['HIPE_admin_section3'] = 'Geçmiş isteği sonucu';
31$lang['HIPE_admin_section2'] = 'Geçmiş tablosunda sorgulama';
32$lang['HIPE_admin_section1'] = 'IP Dışlama';
33$lang['HIPE_IPnoGuest_description'] = ' ';
34$lang['HIPE_IPnoGuest'] = ' ';
35$lang['HIPE_hist_cleaned'] = 'Geçmiş tablosu silindi.';
36$lang['HIPE_resquet_ok'] = 'İstek TAMAM.';
37$lang['HIPE_save_config'] = 'Yapılandırma kaydedildi.';
38$lang['HIPE_version'] = ' - Sürüm:';
39$lang['HIPE_MemberForIp'] = 'Bir IP \'deki üyeler';
40$lang['HIPE_IPByMember_description'] = 'Üyelerin kullandığı IP numaralarını göster, IP \'ye göre sıralı';
41$lang['HIPE_IPForMember'] = 'Bir üye için IP numaraları';
42$lang['HIPE_IPByMember'] = 'Üye IP numaraları';
43$lang['HIPE_IPBlacklisted'] = 'Çıkarılan IP\'lerin (kara liste) galeriye üye olmalarını engelle';
44$lang['HIPE_IPBlacklist_title'] = 'Kayıt kara listesi';
45$lang['HIPE_CleanHist'] = 'Geçmişi Temizle';
46$lang['Error_HIPE_BlacklistedIP'] = 'Hata! IP numaranız yasaklandı. Bu galeriye üye olamazsınız. Daha fazla detay için yönetici ile bağlantı kurun.';
47?>
Note: See TracBrowser for help on using the repository browser.