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['out of %d'] = '%d üzerinden'; |
---|
24 | $lang['opens %s in Google Earth'] = '%s \'yi Google Earth ile aç (bilgisayarınıza yüklü olmalıdır)'; |
---|
25 | $lang['show all photos around this location'] = 'bu yere yakın tüm fotoğrafları göster'; |
---|
26 | $lang['Failed'] = 'Başarısız'; |
---|
27 | $lang['Geotag'] = 'Etiketle'; |
---|
28 | $lang['Geotagged'] = 'Etiketlendi'; |
---|
29 | $lang['Go to'] = 'Git'; |
---|
30 | $lang['Latitude'] = 'Enlem'; |
---|
31 | $lang['Link to this page'] = 'Bu sayfaya bağla'; |
---|
32 | $lang['Loading'] = 'Yükleniyor'; |
---|
33 | $lang['Longitude'] = 'Boylam'; |
---|
34 | $lang['Map'] = 'Harita'; |
---|
35 | $lang['More photos near this location'] = 'Bu yere yakın daha fazla fotoğraf'; |
---|
36 | $lang['Next'] = 'Sonraki'; |
---|
37 | $lang['Not geotagged'] = 'Etiketlenmedi'; |
---|
38 | $lang['Prev'] = 'Önceki'; |
---|
39 | $lang['Show all'] = 'Tümünü göster'; |
---|
40 | $lang['Viewing'] = 'Görüntüleniyor'; |
---|
41 | $lang['displays %s on a map'] = '%s \'yi bir haritada gösterir'; |
---|
42 | $lang['displays all photos on a map'] = 'Tüm fotoğrafları bir haritada gösterir'; |
---|
43 | $lang['go to %s'] = '%s \'ye git'; |
---|
44 | ?> |
---|