|
Revision 13923, 1.5 KB
(checked in by flop25, 14 months ago)
|
|
features added :
- preload images option
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | $lang['imgp_max_width'] = 'kép max. szélessége'; |
|---|
| 3 | $lang['imgp_max_height'] = 'kép max. magassága'; |
|---|
| 4 | $lang['imgp_send'] = 'Küldés !'; |
|---|
| 5 | |
|---|
| 6 | $lang['imgp_conf_updated'] = 'A konfiguráció frissítése sikeres.'; |
|---|
| 7 | |
|---|
| 8 | $lang['imgp_showtitle'] = 'Kép nevének megjelenítése'; |
|---|
| 9 | $lang['imgp_opacity'] = 'Áttetszőség ha a kurzor a bélyegképen van'; |
|---|
| 10 | $lang['imgp_preloadImages'] = 'Preload the pictures (not recommend on slow host)';/** TODO **/ |
|---|
| 11 | $lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -a bővítmény készítője ajánlja : |
|---|
| 12 | <ul> |
|---|
| 13 | <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> |
|---|
| 14 | <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> |
|---|
| 15 | <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> |
|---|
| 16 | <li><a href="http://piwigo.org/ext/">and much more on piwigo.org</a></li> |
|---|
| 17 | </ul> |
|---|
| 18 | <br> |
|---|
| 19 | For designers : the popup is customizable with the id #tooltip (with img or span for the text) |
|---|
| 20 | <br> |
|---|
| 21 | <br> |
|---|
| 22 | This plugin uses a modified version of :<br> |
|---|
| 23 | |
|---|
| 24 | * imgPreview jQuery plugin<br> |
|---|
| 25 | * Copyright (c) 2009 James Padolsey<br> |
|---|
| 26 | * j@qd9.co.uk | http://james.padolsey.com<br> |
|---|
| 27 | * Dual licensed under MIT and GPL.<br> |
|---|
| 28 | * Updated: 09/02/09<br> |
|---|
| 29 | * @author James Padolsey<br> |
|---|
| 30 | * @version 0.22<br> |
|---|
| 31 | ';/** TODO **/ |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | ?> |
|---|