source: extensions/meta/language/tr_TR/plugin.lang.php @ 22811

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

[meta] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.9 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['Metadata - Plugin meta'] = 'Metadata - Eklenti meta';
24$lang['meta_Description_help'] = 'Sitenizin açıklaması<br>
25Bir arama sonucunda bilgi göndermenize olanak sağlar';
26$lang['meta_Description'] = 'Tanımlama meta Tanımlama';
27$lang['meta_author_help'] = 'Yazar hakkında bilgi<br>
28Site yazarı hakkında bilgi';
29$lang['meta_author'] = 'Tanımlama meta yazar';
30$lang['meta_choix'] = 'Metadata düzenle';
31$lang['meta_compcatdeshelp'] = 'Tüm açıklamalar yenisi ile değiştirilir';
32$lang['meta_compcatdes'] = 'Yenisi ile değiştirilecek albüm açıklaması';
33$lang['meta_compimgdes'] = 'Yenisi ile değiştirilecek fotoğraf tanımı';
34$lang['meta_compimg'] = 'Tamamlanacak fotoğrafın anahtar kelimeleri';
35$lang['meta_comp'] = 'Destekleyici metadata';
36$lang['meta_description'] = 'tanımlama';
37$lang['meta_diff_val'] = 'Muhtemel değer';
38$lang['meta_inscat'] = 'Metadata ekle';
39$lang['meta_insmeta'] = 'metadatayı ekle';
40$lang['meta_keywords'] = 'Tanımlama meta anahtar kelimeler';
41$lang['meta_list'] = 'Metadata:';
42$lang['meta_name'] = 'Metadata ismi';
43$lang['meta_onglet_description'] = 'Metadata Tanımı';
44$lang['meta_onglet_gestion'] = 'Metadata ';
45$lang['meta_robots'] = 'Meta robotları tanımı';
46$lang['meta_select2'] = 'Metadata seç';
47$lang['meta_select'] = 'Düzenlenecek metadatayı seç';
48$lang['meta_compcat'] = 'Albümün tamamlanacak anahtar kelimeleri';
49$lang['meta_desh3'] = 'Tüm sayfalara meta ekle';
50$lang['meta_keywords_help'] = '"Anahtar kelime,anahtar kelime,...vb."<br>
51Anahtar kelimeler, web sayfasını tanımlayan virgül ile ayrılmış kelimelerdir.';
52$lang['meta_robots_help'] = 'all:Robotların tüm sayfayı referans almasına izin verir (varsayılan)<br>
53follow:Robotların sayfadaki bağlantıları takip etmesine izin verir<br>
54index: Robotların sayfayı indekslemesine izin verir<br>
55nofollow:Robotların sayfadaki bağlantıları takip etmesini yasaklar<br>
56noindex:Robotların sayfayı indekslemesini yasaklar<br>
57none:Robotların sitenin indekslenmesini sürekli olarak engeller.<br>';
58$lang['Personal metadata update'] = 'Kişisel metadatayı güncelle';
59$lang['Personal Metadata'] = 'Kişisel Metadata';
60$lang['Manage tag Metadata'] = 'Metadata Etiketini Yönet';
61$lang['List Personal Metadata'] = 'Kişisel Metadataları Listele';
62$lang['Add Personal metadata'] = 'Kişisel Metadata Ekle';
63?>
Note: See TracBrowser for help on using the repository browser.