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> |
---|
25 | Bir 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> |
---|
28 | Site 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 | ?> |
---|