1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based picture gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2009 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 | |
---|
24 | // Langage informations |
---|
25 | $lang_info['language_name'] = 'Turkish'; |
---|
26 | $lang_info['country'] = 'Turkey'; |
---|
27 | $lang_info['direction'] = 'ltr'; |
---|
28 | $lang_info['code'] = 'tr'; |
---|
29 | $lang_info['zero_plural'] = true; |
---|
30 | |
---|
31 | $lang['%d Kb'] = '%d Kilobayt'; |
---|
32 | $lang['%d category updated'] = '%d Kategori Güncellendi'; |
---|
33 | $lang['%d categories updated'] = '%d Kategoriler Güncellendi'; |
---|
34 | $lang['%d comment to validate'] = '%d yorum dogrulanacak'; |
---|
35 | $lang['%d comments to validate'] = '%d yorumlar dogrulanacak'; |
---|
36 | $lang['%d new comment'] = '%d Yeni Yorum'; |
---|
37 | $lang['%d new comments'] = '%d Yeni Yorumlar'; |
---|
38 | $lang['%d comment'] = '%d Yorum'; |
---|
39 | $lang['%d comments'] = '%d Yorumlar'; |
---|
40 | $lang['%d hit'] = '%d hit'; |
---|
41 | $lang['%d hits'] = '%d hit'; |
---|
42 | $lang['%d new image'] = '%d Yeni Ürün'; |
---|
43 | $lang['%d new images'] = '%d Yeni Ürünler'; |
---|
44 | $lang['%d new user'] = '%d yeni kullanıcı'; |
---|
45 | $lang['%d new users'] = '%d yeni kullanıcılar'; |
---|
46 | $lang['%d waiting element'] = '%d Bekleyen Element'; |
---|
47 | $lang['%d waiting elements'] = '%d Bekleyen Elementler'; |
---|
48 | $lang['About'] = 'Hakkimizda'; |
---|
49 | $lang['All tags'] = 'Tüm Etiketler'; |
---|
50 | $lang['Any tag'] = 'Herhangi Etiket'; |
---|
51 | $lang['At least one listed rule must be satisfied.'] = 'Bir listeleme kriteri seçilmeli.'; |
---|
52 | $lang['At least one tag must match'] = 'Bir etiket seçilmeli'; |
---|
53 | $lang['Author'] = 'Yazar'; |
---|
54 | $lang['Average rate'] = 'Ortalama Puan'; |
---|
55 | $lang['Categories'] = 'Kategoriler'; |
---|
56 | $lang['Category'] = 'Kategori'; |
---|
57 | $lang['Close this window'] = 'Pencereyi Kapat'; |
---|
58 | $lang['Complete RSS feed (images, comments)'] = ' RSS alanını tamamla (imajlar, yorumlar)'; |
---|
59 | $lang['Confirm Password'] = 'Sifreyi Onayla'; |
---|
60 | $lang['Connection settings'] = 'Baglanti Ayarlari'; |
---|
61 | $lang['Login'] = 'Giris'; |
---|
62 | $lang['Contact webmaster'] = 'Webmaster'; |
---|
63 | $lang['Create a new account'] = 'Yeni kullanici hesabi olustur'; |
---|
64 | $lang['Created on'] = 'Olustur'; |
---|
65 | $lang['Creation date'] = 'Olusturulma Tarihi'; |
---|
66 | $lang['Current password is wrong'] = 'Yanlis Parola'; |
---|
67 | $lang['Dimensions'] = 'boyutları'; |
---|
68 | $lang['Display'] = 'Görünüm'; |
---|
69 | $lang['Each listed rule must be satisfied.'] = 'Tüm listeleme kurallari seçilmeli.'; |
---|
70 | $lang['Email address'] = 'E-posta Adresi'; |
---|
71 | $lang['Enter your personnal informations'] = 'Kisisel Bilgilerinizi Giriniz'; |
---|
72 | $lang['Error sending email'] = 'E-posta Gönderilemedi'; |
---|
73 | $lang['File name'] = 'Dosya Adi'; |
---|
74 | $lang['File'] = 'Dosya'; |
---|
75 | $lang['Filesize'] = 'Dosya Boyutu'; |
---|
76 | $lang['Filter and display'] = 'Filtrele ve Görüntüle'; |
---|
77 | $lang['Filter'] = 'Filtrele'; |
---|
78 | $lang['Forgot your password?'] = 'Sifrenizi mi Unuttunuz?'; |
---|
79 | $lang['Go through the gallery as a visitor'] = 'Ziyaretçi olarak görüntüle'; |
---|
80 | $lang['Help'] = 'Yardim'; |
---|
81 | $lang['Identification'] = 'Kimlik'; |
---|
82 | $lang['Image only RSS feed'] = 'Yanlizca Resim - RSS'; |
---|
83 | $lang['Keyword'] = 'Anahtar Kelime'; |
---|
84 | $lang['Links'] = 'Baglantilar'; |
---|
85 | $lang['Mail address'] = 'Posta Adresi'; |
---|
86 | $lang['N/A'] = 'N/A'; |
---|
87 | $lang['New on %s'] = 'Yeni %s'; |
---|
88 | $lang['New password confirmation does not correspond'] = 'Parola dogrulama hatasi'; |
---|
89 | $lang['New password sent by email'] = 'Yeni parolaniz e-postaniza yollandi'; |
---|
90 | $lang['No email address'] = 'E-posta adresi yok'; |
---|
91 | $lang['No classic user matches this email address'] = 'bu e-posta adresiyle kayıtlı böyle bir kullanıcı yok.'; |
---|
92 | $lang['Notification'] = 'Hatirlatma'; |
---|
93 | $lang['Number of items'] = 'Ürün adedi'; |
---|
94 | $lang['Original dimensions'] = 'Orijinal boyutlar'; |
---|
95 | $lang['Password forgotten'] = 'Unutulmus Parola'; |
---|
96 | $lang['Password'] = 'Parola'; |
---|
97 | $lang['Post date'] = 'Gönderim Tarihi'; |
---|
98 | $lang['Posted on'] = 'Gönderim Saati'; |
---|
99 | $lang['Profile'] = 'Profil'; |
---|
100 | $lang['Quick connect'] = 'Kolay Irtibat'; |
---|
101 | $lang['RSS feed'] = 'RSS Beslemesi'; |
---|
102 | $lang['Rate'] = 'Oyla'; |
---|
103 | $lang['Register'] = 'Kayit Ol'; |
---|
104 | $lang['Registration'] = 'Kullanici Kaydi'; |
---|
105 | $lang['Related tags'] = 'Ilgili Etiketler'; |
---|
106 | $lang['Reset'] = 'Sifirla'; |
---|
107 | $lang['Retrieve password'] = 'Parolayi Getir'; |
---|
108 | $lang['Search rules'] = 'Arama Kriteri'; |
---|
109 | $lang['Search tags'] = 'Arama Etiketi'; |
---|
110 | $lang['Search'] = 'Arama'; |
---|
111 | $lang['See available tags'] = 'Uygun Etiketler'; |
---|
112 | $lang['Send new password'] = 'Yeni Parola Gönder'; |
---|
113 | $lang['Since'] = 'Su tarhten beri:'; |
---|
114 | $lang['Sort by'] = 'Sirala'; |
---|
115 | $lang['Sort order'] = 'Siralama Düzeni'; |
---|
116 | $lang['Tag'] = 'Etiket'; |
---|
117 | $lang['Tags'] = 'Etiketler'; |
---|
118 | $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'RSS beslemeleri bu site üzerinden gelen haberleri kolay bir sekilde okumanizi saglar.'; |
---|
119 | $lang['Unknown feed identifier'] = 'Bilinmeyen besleme kimligi'; |
---|
120 | $lang['User comments'] = 'Ziyaretçi Yorumlari'; |
---|
121 | $lang['Username'] = 'Kullanici Adi'; |
---|
122 | $lang['Visits'] = 'Ziyaret'; |
---|
123 | $lang['Webmaster'] = 'Webmaster'; |
---|
124 | $lang['Week %d'] = 'Hafta %d'; |
---|
125 | $lang['About Piwigo'] = 'Kaynak Yazilim Hakkinda'; |
---|
126 | $lang['You are not authorized to access the requested page'] = 'Bu sayfaya erismeye yetkiniz yok'; |
---|
127 | $lang['add to caddie'] = 'Caddie Ekle'; |
---|
128 | $lang['add this image to your favorites'] = 'Bu ürünü favorilerinize ekleyin'; |
---|
129 | $lang['Administration'] = 'Yönetim'; |
---|
130 | $lang['Adviser mode enabled'] = 'Danisman Modu Aktif'; |
---|
131 | $lang['all'] = 'Hepsi'; |
---|
132 | $lang['ascending'] = 'Artan'; |
---|
133 | $lang['author(s) : %s'] = 'Yazar(lar) : %s'; |
---|
134 | $lang['Expand all categories'] = 'Tüm kategorileri genislet'; |
---|
135 | $lang['posted after %s (%s)'] = 'Sundan sonra gönderildi %s (%s)'; |
---|
136 | $lang['posted before %s (%s)'] = 'Sundan önce gönderildi %s (%s)'; |
---|
137 | $lang['posted between %s (%s) and %s (%s)'] = 'Sununla birlikte gönderildi %s (%s) and %s (%s)'; |
---|
138 | $lang['posted on %s'] = 'Gönderildi %s'; |
---|
139 | $lang['Best rated'] = 'En Çok Oylanan'; |
---|
140 | $lang['display best rated items'] = 'Çok oy alan ürünü gösterir'; |
---|
141 | $lang['caddie'] = 'caddie'; |
---|
142 | $lang['Calendar'] = 'Takvim'; |
---|
143 | $lang['All'] = 'Hepsi'; |
---|
144 | $lang['display each day with pictures, month per month'] = 'Ay AY her günün ürünlerini gösterir'; |
---|
145 | $lang[''] = 'Su tarihte listelenen ürünleri gösterir '; |
---|
146 | $lang['View'] = 'Görünüm'; |
---|
147 | $lang['chronology_monthly_calendar'] = 'Aylik Takvim'; |
---|
148 | $lang['chronology_monthly_list'] = 'Aylik Liste'; |
---|
149 | $lang['chronology_weekly_list'] = 'Haftalik Liste'; |
---|
150 | $lang['Click here if your browser does not automatically forward you'] = 'Eger otomatik olarak yönlendirilmediyseniz tiklayiniz.'; |
---|
151 | $lang['comment date'] = 'Yorum Tarihi'; |
---|
152 | $lang['Comment'] = 'Yorum'; |
---|
153 | $lang['Your comment has been registered'] = 'Yorumunuz kaydedildi'; |
---|
154 | $lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Anti-flood sistemi : lütfen bir müddet bekledikten sonra ikinci yorumu gönderiniz'; |
---|
155 | $lang['Your comment has NOT been registered because it did not pass the validation rules'] = 'Dogrulama kriterlerini geçemedigi için yorumunuz kayit edilmedi'; |
---|
156 | $lang['An administrator must authorize your comment before it is visible.'] = 'Yorumunuzun görünür olabilmesi için yönetici tarafindan onaylanmasi gerekir.'; |
---|
157 | $lang['This login is already used by another user'] = 'Bu kullanici Adi Kullanimda'; |
---|
158 | $lang['Comments'] = 'Yorumlar'; |
---|
159 | $lang['Add a comment'] = 'Yorum Ekle'; |
---|
160 | $lang['created after %s (%s)'] = 'Sundan Sonra Olusturuldu %s (%s)'; |
---|
161 | $lang['created before %s (%s)'] = 'Sundan Önce Olusturuldu %s (%s)'; |
---|
162 | $lang['created between %s (%s) and %s (%s)'] = 'Sununla Beraber Olusturuldu %s (%s) and %s (%s)'; |
---|
163 | $lang['created on %s'] = 'Olusturulma zamani %s'; |
---|
164 | $lang['Customize'] = 'Özellestir'; |
---|
165 | $lang['Your Gallery Customization'] = 'Galeri Özellestirmesi '; |
---|
166 | $lang['day'][0] = 'Pazar'; |
---|
167 | $lang['day'][1] = 'Pazartesi'; |
---|
168 | $lang['day'][2] = 'Sali'; |
---|
169 | $lang['day'][3] = 'Çarsamba'; |
---|
170 | $lang['day'][4] = 'Persembe'; |
---|
171 | $lang['day'][5] = 'Cuma'; |
---|
172 | $lang['day'][6] = 'Cumartesi'; |
---|
173 | $lang['Default'] = 'Varsayilan'; |
---|
174 | $lang['delete this image from your favorites'] = 'bu ürünü favorilerinizden çikarin'; |
---|
175 | $lang['Delete'] = 'Sil'; |
---|
176 | $lang['descending'] = 'Azalan'; |
---|
177 | $lang['download'] = 'Indir'; |
---|
178 | $lang['download this file'] = 'Bu Dosyayi Indir'; |
---|
179 | $lang['edit'] = 'Düzenle'; |
---|
180 | $lang['wrong date'] = 'Yanlis Tarih'; |
---|
181 | $lang['excluded'] = 'Hariç'; |
---|
182 | $lang['My favorites'] = 'Favorilerim'; |
---|
183 | $lang['display my favorites pictures'] = 'Favori Ürünlerinizi listeler'; |
---|
184 | $lang['Favorites'] = 'Favoriler'; |
---|
185 | $lang['First'] = 'Ilk'; |
---|
186 | $lang['The gallery is locked for maintenance. Please, come back later.'] = 'Bakim çalismalari nedeniyle kapaliyiz. Daha sonra tekrar kontrol edin.'; |
---|
187 | $lang['Page generated in'] = 'Sayfa olusturulma'; |
---|
188 | $lang['guest'] = 'misafir'; |
---|
189 | $lang['Hello'] = 'Merhaba'; |
---|
190 | $lang['available for administrators only'] = 'Yöneticilere Özel'; |
---|
191 | $lang['shows images at the root of this category'] = 'Bu kategori anasayfasi'; |
---|
192 | $lang['See last users comments'] = 'Son Yorumlari Gör'; |
---|
193 | $lang['customize the appareance of the gallery'] = 'customize the appareance of the gallery'; |
---|
194 | $lang['search'] = 'Arama'; |
---|
195 | $lang['Home'] = 'Anasayfa'; |
---|
196 | $lang['Identification'] = 'Kimlik'; |
---|
197 | $lang['in this category'] = 'bu kategoride'; |
---|
198 | $lang['in %d sub-category'] = 'in %d alt kategori'; |
---|
199 | $lang['in %d sub-categories'] = 'in %d alt kategoriler'; |
---|
200 | $lang['included'] = 'dahili'; |
---|
201 | $lang['Invalid password!'] = 'Yanlis Parola!'; |
---|
202 | $lang['Language']='Dil'; |
---|
203 | $lang['last %d days'] = 'Son %d Gün'; |
---|
204 | $lang['Last'] = 'Son'; |
---|
205 | $lang['Logout'] = 'Çikis'; |
---|
206 | $lang['E-mail address'] = 'E-posta adresi'; |
---|
207 | $lang['obligatory'] = 'obligatori'; |
---|
208 | $lang['Maximum height of the pictures'] = 'Maximum Resim Yüksekligi'; |
---|
209 | $lang['Maximum height must be a number superior to 50'] = 'Maximum yükseklik 50'; |
---|
210 | $lang['Maximum width of the pictures'] = 'Maximum Resim Genisligi'; |
---|
211 | $lang['Maximum width must be a number superior to 50'] = 'Maximum Yükseklik 50'; |
---|
212 | $lang['%.2f (rated %d times)'] = '%.2f (şu kadar oylandı: %d )'; |
---|
213 | $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'İmaj gönderimi başarıyla gerçekleşti, yönetici onayından sonra yayına girecektir'; |
---|
214 | $lang['useful when password forgotten'] = 'şifrenizi mi unuttunuz'; |
---|
215 | $lang['Quick search'] = 'Hızlı arama'; |
---|
216 | $lang['Connected user: %s'] = 'Kullanıcıya bağlanılıyor: %s'; |
---|
217 | $lang['IP: %s'] = 'IP: %s'; |
---|
218 | $lang['Browser: %s'] = 'Web Tarayıcı: %s'; |
---|
219 | $lang['display all elements in all sub-categories'] = 'Tüm kategorilerdeki ve alt kategorilerdeki içeriği göster'; |
---|
220 | $lang['return to normal view mode'] = 'normal görüntü moduna geri dön'; |
---|
221 | $lang['display a calendar by posted date'] = 'gönderme gününü takvimde göster'; |
---|
222 | $lang['month'] = 'sıra'; |
---|
223 | $lang['Most visited'] = 'En çok görüntülenen'; |
---|
224 | $lang['display most visited pictures'] = 'en çok görüntülenen imajları göster'; |
---|
225 | $lang['The number of images per row must be a not null scalar'] = 'Her sıra için gösterilen imaj sayısı 0 dan farklı bir tam sayı olmalıdır'; |
---|
226 | $lang['Number of images per row'] = 'Her sıra için gösterilen imaj sayısı'; |
---|
227 | $lang['The number of rows per page must be a not null scalar'] = 'Her sayfa için gösterilen imaj sayısı 0 dan farklı bir tamsayı olmalıdır'; |
---|
228 | $lang['Number of rows per page'] = 'Her sayfada gösterilen sıra sayısı'; |
---|
229 | $lang['Unknown identifier'] = 'bilinmeyen kimlik'; |
---|
230 | $lang['New password'] = 'yeni şifre'; |
---|
231 | $lang['Rate this picture'] = 'imaja puan ver'; |
---|
232 | $lang['Next'] = 'sonraki'; |
---|
233 | $lang['no rate'] = 'puan verilmemiş'; |
---|
234 | $lang['Elements posted within the last %d day.'] = 'içerik en son %d gün önce yüklendi.'; |
---|
235 | $lang['Elements posted within the last %d days.'] = 'içerikler en son %d gün önce yüklendi.'; |
---|
236 | $lang['password updated'] = 'şifre değiştirildi'; |
---|
237 | $lang['Recent period must be a positive integer value'] = 'yakın dönem pozitif tam sayı değere sahip olmalıdır'; |
---|
238 | $lang['picture'] = 'imaj'; |
---|
239 | $lang['Click on the picture to see it in high definition'] = 'yüksek çözünürlükte görmek için imaja tıklayın'; |
---|
240 | $lang['Show file metadata'] = 'üstveriyi göster'; |
---|
241 | $lang['Powered by'] = 'destekleyen :'; |
---|
242 | $lang['Preferences'] = 'özellikler'; |
---|
243 | $lang['Previous'] = 'önceki'; |
---|
244 | $lang['Random pictures'] = 'rastgele imaj'; |
---|
245 | $lang['display a set of random pictures'] = 'rastgele birkaç imaj göster'; |
---|
246 | $lang['Recent categories'] = 'son eklenen kategoriler'; |
---|
247 | $lang['display recently updated categories'] = 'yakın zamanda eklenen kategorileri göster'; |
---|
248 | $lang['Recent period'] = 'yakın dönem'; |
---|
249 | $lang['Recent pictures'] = 'son eklenen imajlar'; |
---|
250 | $lang['display most recent pictures'] = 'en son eklenen imajları göster'; |
---|
251 | $lang['Redirection...'] = 'yeniden yönlendiriliyor...'; |
---|
252 | $lang['Please, enter a login'] = 'lütfen kullanıcı adınızı giriniz'; |
---|
253 | $lang['login mustn\'t end with a space character'] = 'kullanıcı adı boşluk tuşuyla bitemez'; |
---|
254 | $lang['login mustn\'t start with a space character'] = 'kullanıcı adı boşluk tuşu ile başlayamaz'; |
---|
255 | $lang['this login is already used'] = 'seçtiğiniz kullanıcı adı kullanılmaktadır'; |
---|
256 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-Posta yandaki gibi olmalıdır xxx@yyy.eee (örnek : jack@altern.org)'; |
---|
257 | $lang['please enter your password again'] = 'lütfen şifrenizi tekrar giriniz'; |
---|
258 | $lang['Auto login'] = 'otomatik giriş'; |
---|
259 | $lang['remove this tag from the list'] = 'listedeki işaretlemeyi kaldır'; |
---|
260 | $lang['representative'] = 'temsilci'; |
---|
261 | $lang['Author: %s'] = 'Yayımcı: %s'; |
---|
262 | $lang['Comment: %s'] = 'Yorum: %s'; |
---|
263 | $lang['Comment by %s'] = 'Yorumlayan %s'; |
---|
264 | $lang['User: %s'] = 'Kullanıcı: %s'; |
---|
265 | $lang['Email: %s'] = 'E-Posta: %s'; |
---|
266 | $lang['Admin: %s'] = 'Yönetici: %s'; |
---|
267 | $lang['Registration of %s'] = 'Tescil Eden: %s'; |
---|
268 | $lang['Category: %s'] = 'Kategori: %s'; |
---|
269 | $lang['Picture name: %s'] = 'İmaj Adı: %s'; |
---|
270 | $lang['Creation date: %s'] = 'Yaratma Tarihi: %s'; |
---|
271 | $lang['Waiting page: %s'] = 'Beklenen Sayfa: %s'; |
---|
272 | $lang['Picture uploaded by %s'] = 'İmajı Gönderen %s'; |
---|
273 | $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Kullanıcı için kötü statü "ziyaretçi", varsayılan statü kullanılıyor. Lütfen webmaster\'a bildirin'; |
---|
274 | $lang['Administrator, webmaster and special user cannot use this method'] = 'Yönetici, webmaster ve özel kullanıcı bu metodu kullanamaz'; |
---|
275 | $lang['a user use already this mail address'] = 'bu e-posta adresi başka bir kullanıcı tarafından kullanılmaktadır.'; |
---|
276 | $lang['Category results for'] = 'kategori sonuçları'; |
---|
277 | $lang['Tag results for'] = 'işaretleme sonuçları'; |
---|
278 | $lang['from %s to %s'] = 'şundan %s buna %s'; |
---|
279 | $lang['Play of slideshow'] = 'slayt gösterisini başlat'; |
---|
280 | $lang['Pause of slideshow'] = 'slayt gösterisini dondur (Pause)'; |
---|
281 | $lang['Repeat the slideshow'] = 'slayt gösterisini tekrar et'; |
---|
282 | $lang['Not repeat the slideshow'] = 'slayt gösterisini tekrar etme'; |
---|
283 | $lang['Reduce diaporama speed'] = 'slayt gösterisi hızını azalt'; |
---|
284 | $lang['Accelerate diaporama speed'] = 'slayt gösterisi hızını yükselt'; |
---|
285 | $lang['Submit'] = 'gönder'; |
---|
286 | $lang['Yes'] = 'evet'; |
---|
287 | $lang['No'] = 'hayır'; |
---|
288 | $lang['%d image'] = '%d imaj'; |
---|
289 | $lang['%d images'] = '%d imajlar'; |
---|
290 | $lang['%d image is also linked to current tags'] = '%d imaj aynı zamanda bu işaretlere sahip'; |
---|
291 | $lang['%d images are also linked to current tags'] = '%d imajlar aynı zamanda bu işaretlere sahip'; |
---|
292 | $lang['See images linked to this tag only'] = 'sadece bu işarete sahip imajları göster'; |
---|
293 | $lang['images posted during the last %d days'] = 'son %d günde gösterilen imajlar'; |
---|
294 | $lang['Choose an image'] = 'imaj seçimi'; |
---|
295 | $lang['Piwigo Help'] = 'Piwigo yardım'; |
---|
296 | $lang['Rank'] = 'kademe'; |
---|
297 | $lang['group by letters'] = 'harf grubu'; |
---|
298 | $lang['letters'] = 'harfler'; |
---|
299 | $lang['show tag cloud'] = 'yapılabilir işaretleri göster'; |
---|
300 | $lang['cloud'] = 'yapabildi'; |
---|
301 | $lang['Reset to default values'] = 'fabrika ayarlarına dönüş'; |
---|
302 | $lang['delete all images from your favorites'] = 'favorilerinizdeki tüm imajları silin'; |
---|
303 | $lang['Sent by'] = 'gönderen'; |
---|
304 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'çerezler engelli yada web tarayıcınız tarafından desteklenmiyor. Giriş yapmak için çerezlere izin verin .'; |
---|
305 | $lang['Some info about this picture'] = 'imaj hakkında bilgi'; |
---|
306 | $lang['Some more (technical) info about this picture'] = 'imaj hakkında detaylı (teknik) bilgi'; |
---|
307 | $lang['edit this comment'] = 'yorumu değiştir'; |
---|
308 | $lang['Edit a comment'] = 'yorumu değiştir'; |
---|
309 | $lang['Are you sure?'] = 'Emin misiniz?'; |
---|
310 | $lang['(!) This comment requires validation'] = '(!) Bu yorum onaylama gerekmektedir.'; |
---|
311 | $lang['Welcome'] = 'Hoşgeldiniz'; |
---|
312 | $lang['Welcome to your Piwigo photo gallery!'] = 'Piwigo fotoğraf galerisine hoş geldiniz!'; |
---|
313 | $lang['... or browse your empty gallery'] = '... yada boş galerinizde gezin'; |
---|
314 | $lang['... or please deactivate this message, I will find my way by myself'] = '... yada lütfen bu mesajı deaktive edin, kendi yolumu kendim bulabilirim'; |
---|
315 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = 'merhaba %s, Piwigo fotoğraf galeriniz boş!'; |
---|
316 | $lang['I want to add photos'] = 'fotoğraf eklemek istiyorum'; |
---|
317 | $lang['Manage this user comment: %s'] = 'bu kullanıcının yorumunu yönet: %s'; |
---|
318 | $lang['This author modified following comment:'] = 'bu yayımcı gönderdiği yorumu değiştirmiştir:'; |
---|
319 | $lang['This author removed the comment with id %d'] = 'bu yayımcı id numarası %d olan yorumu silmiştir'; |
---|
320 | $lang['delete this comment'] = 'yorumu sil'; |
---|
321 | $lang['validate this comment'] = 'yorumu onayla'; |
---|
322 | $lang['return to homepage'] = 'ana sayfaya dönüş'; |
---|
323 | $lang['Search for Author'] = 'yayımcı kullanıcı adıyla ara'; |
---|
324 | $lang['Search in Categories'] = 'Kategorilerde ara'; |
---|
325 | $lang['Search by Date'] = 'tarihe göre ara'; |
---|
326 | $lang['Date'] = 'tarih'; |
---|
327 | $lang['End-Date'] = 'tarih sonu'; |
---|
328 | $lang['Kind of date'] = 'tarih çeşidi'; |
---|
329 | $lang['Search for words'] = 'kelimelerde ara'; |
---|
330 | $lang['Search for all terms'] = 'tüm terimlerde ara'; |
---|
331 | $lang['Search for any terms'] = 'herhangi bir terimde ara'; |
---|
332 | $lang['Empty query. No criteria has been entered.'] = 'boş sorgulama. arama kriteri girilmedi.'; |
---|
333 | $lang['Search Options'] = 'Detaylı arama'; |
---|
334 | $lang['Search results'] = 'Arama sonuçları'; |
---|
335 | $lang['Search in subcategories'] = 'Alt kategorilerde ara'; |
---|
336 | $lang['Contact'] = 'iletişim'; |
---|
337 | $lang['Show number of comments'] = 'yorumların sayısını göster'; |
---|
338 | $lang['Show number of hits'] = 'hit sayısını göster'; |
---|
339 | $lang['stop the slideshow'] = 'slayt gösterisini durdur'; |
---|
340 | $lang['Specials'] = 'Özeleştirmeler'; |
---|
341 | $lang['SQL queries in'] = 'SQL Sorgulaması'; |
---|
342 | $lang['display only recently posted images'] = 'sadece yakın zamanda gönderilen imajları göster'; |
---|
343 | $lang['return to the display of all images'] = 'tüm imajları göster'; |
---|
344 | $lang['Interface theme'] = 'Arayüz Temaları'; |
---|
345 | $lang['Menu'] = 'Menü'; |
---|
346 | $lang['A comment on your site'] = 'sitenize yorum yapıldı'; |
---|
347 | $lang['Update your rating'] = 'puanlamayı güncelle'; |
---|
348 | $lang['wrong filename'] = 'yanlış dosya adı'; |
---|
349 | $lang['the filesize of the picture must not exceed :'] = 'imajın dosya büyüklüğü sınırı aşmaktadır :'; |
---|
350 | $lang['the picture must be to the fileformat jpg, gif or png'] = 'imaj dosya formatı jpg, gif or png olmalıdır'; |
---|
351 | $lang['the height of the picture must not exceed :'] = 'imajın boy ebadı sınırı aşmaktadır :'; |
---|
352 | $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'isteğe bağlıdır, fakat tavsiye edilen : mutlaka küçük imajı bağlantılandırın'; |
---|
353 | $lang['the width of the picture must not exceed :'] = 'imajın en ebadı sınırı aşmaktadır. :'; |
---|
354 | $lang['can\'t upload the picture on the server'] = 'imaj sunucuya gönderilememektedir'; |
---|
355 | $lang['the username must be given'] = 'kullanıcı adı gerekmektedir'; |
---|
356 | $lang['A picture\'s name already used'] = 'bu imaj adı daha önce kullanılmış'; |
---|
357 | $lang['You must choose a picture fileformat for the image'] = 'imaj için bir resim dosya formatı seçmelisin'; |
---|
358 | $lang['Name of the picture'] = 'imaj adı'; |
---|
359 | $lang['Upload a picture'] = 'imaj ekle'; |
---|
360 | $lang['today'] = 'bugün'; |
---|
361 | $lang['Thumbnails'] = 'Küçük imajlar'; |
---|
362 | $lang['searched words : %s'] = 'aranan kelimeler : %s'; |
---|
363 | $lang['display a calendar by creation date'] = 'oluşturma tarihini takvimde göster'; |
---|
364 | $lang['set as category representative'] = 'varsayılan kategori yap'; |
---|
365 | $lang['slideshow'] = 'slayt gösterisi'; |
---|
366 | $lang['the beginning'] = 'başlangıç'; |
---|
367 | ?> |
---|