source: extensions/imgpreview/language/tr_TR/plugin.lang.php @ 17228

Last change on this file since 17228 was 17228, checked in by TranslationTeam, 12 years ago

[image_preview] Update tr_TR, thanks to : LazBoy

File size: 2.5 KB
Line 
1<?php
2$lang['imgp_max_width'] = 'azami resim genişliği';
3$lang['imgp_max_height'] = 'azami resim yüksekliği';
4$lang['imgp_send'] = 'Gönder !';
5
6$lang['imgp_conf_updated'] = 'Yapılandırma güncellendi';
7
8
9$lang['imgp_showtitle'] = 'Resim adını görüntüle';
10$lang['imgp_preloadImages'] = 'Resimleri önceden yükle (yavaş sunucularda önerilmez)';
11$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -bu eklentinin yaratıcısı- tavsiye eder :
12<ul>
13<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : bu eklenti galerinize modüller ekler.</li>
14<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : bu eklenti herhangi bir temanın diğer ikonlarını kullanmanıza olanak tanır.</li>
15<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : flop_style bir "şablon uzantısıdır" ve kategori ekranları gibi küçük bölümlerin değiştirilmesini etkinleştirir.</li>
16<li><a href="http://piwigo.org/ext/">ve daha fazlası için piwigo.org</a></li>
17</ul>
18<br>
19Geliştiriciler için : açılır pencere #tooltip kimliği ile kişiselleştirilebilir (yazı için img veya span ile)
20<br>
21<br>
22Bu eklenti aşağıdaki eklentinin değiştirilmiş bir versiyonudur:<br>
23 
24 * imgPreview jQuery eklentisi<br>
25 * Kopya hakları (c) 2009 James Padolsey<br>
26 * j@qd9.co.uk | http://james.padolsey.com<br>
27 * MIT ve GPL altında çifte lisans.<br>
28 * Güncelleme: 09/02/09<br>
29 * @yazar James Padolsey<br>
30 * @sürüm 0.22<br>';
31<ul>
32<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : this plugin adds modules on your gallery.</li>
33<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : this plugin allows you to use other icons for any themes</li>
34<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : flop_style is a "template extension" and enable changes of a small part of Piwigo such as categories display</li>
35<li><a href="http://piwigo.org/ext/">and much more on piwigo.org</a></li>
36</ul>
37<br>
38For designers : the popup is customizable with the id #tooltip (with img or span for the text)
39<br>
40<br>
41This plugin uses a modified version of :<br>
42 
43 * imgPreview jQuery plugin<br>
44 * Copyright (c) 2009 James Padolsey<br>
45 * j@qd9.co.uk | http://james.padolsey.com<br>
46 * Dual licensed under MIT and GPL.<br>
47 * Updated: 09/02/09<br>
48 * @author James Padolsey<br>
49 * @version 0.22<br>
50';/** TODO **/
51
52
53
54$lang['imgp_opacity'] = 'Fare üzerindeyken opaklık';
55?>
Note: See TracBrowser for help on using the repository browser.