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

Last change on this file since 13923 was 13923, checked in by flop25, 12 years ago

features added :

  • preload images option
File size: 1.5 KB
Line 
1<?php
2$lang['imgp_max_width'] = 'resmin maksimum genişliği';
3$lang['imgp_max_height'] = 'resmin maksimum 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'] = 'Display the picture name';/** TODO **/
10$lang['imgp_opacity'] = 'Opacity on mouseover';/** TODO **/
11$lang['imgp_preloadImages'] = 'Preload the pictures (not recommend on slow host)';/** TODO **/
12$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -the creator of this plugin- recommends :
13<ul>
14<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>
15<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>
16<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>
17<li><a href="http://piwigo.org/ext/">and much more on piwigo.org</a></li>
18</ul>
19<br>
20For designers : the popup is customizable with the id #tooltip (with img or span for the text)
21<br>
22<br>
23This plugin uses a modified version of :<br>
24 
25 * imgPreview jQuery plugin<br>
26 * Copyright (c) 2009 James Padolsey<br>
27 * j@qd9.co.uk | http://james.padolsey.com<br>
28 * Dual licensed under MIT and GPL.<br>
29 * Updated: 09/02/09<br>
30 * @author James Padolsey<br>
31 * @version 0.22<br>
32';/** TODO **/
33
34
35
36?>
Note: See TracBrowser for help on using the repository browser.