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