|
Revision 11247, 509 bytes
(checked in by riopwg, 2 years ago)
|
|
language IT for imgpreview
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | $lang['imgp_max_width'] = 'larghezza massima della foto'; |
|---|
| 3 | $lang['imgp_max_height'] = 'altezza massima della foto'; |
|---|
| 4 | $lang['imgp_send'] = 'Invio!'; |
|---|
| 5 | |
|---|
| 6 | $lang['imgp_conf_updated'] = 'La configurazione è stata aggiornata'; |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | $lang['imgp_howitworks'] = 'usa :<br> |
|---|
| 11 | * imgPreview jQuery plugin <br> |
|---|
| 12 | * Copyright (c) 2009 James Padolsey<br> |
|---|
| 13 | * j@qd9.co.uk | http://james.padolsey.com<br> |
|---|
| 14 | * Dual licensed under MIT and GPL.<br> |
|---|
| 15 | * Updated: 09/02/09<br> |
|---|
| 16 | * @author James Padolsey<br> |
|---|
| 17 | * @version 0.22<br> |
|---|
| 18 | '; |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | ?> |
|---|