1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['imgp_conf_updated'] = 'Οι ρυθμίσεις έχουν ενημερωθεί'; |
---|
24 | $lang['imgp_max_height'] = 'μέγιστο ύψος εικόνας'; |
---|
25 | $lang['imgp_max_width'] = 'μέγιστο πλάτος εικόνας'; |
---|
26 | $lang['imgp_opacity'] = 'Αδιαφάνεια στο mouseover'; |
---|
27 | $lang['imgp_preloadImages'] = 'προ-φορτώνει τις εικόνες (δεν συνιστάται σε αργούς servers)'; |
---|
28 | $lang['imgp_send'] = 'Υποβολή!'; |
---|
29 | $lang['imgp_showtitle'] = 'Εμφανίζει το όνομα εικόνα'; |
---|
30 | $lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -ο δημιουργός αυτού του πρόσθετου, συνιστά: |
---|
31 | <ul> |
---|
32 | <li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : Αυτό το πρόσθετο προσθέτει ενότητες στην γκαλερί σας.</li> |
---|
33 | <li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : Αυτό το πρόσθετο σας επιτρέπει να χρησιμοποιείτε άλλα εικονίδια για οποιαδήποτε θέματα</li> |
---|
34 | <li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : το flop_style είναι ένα «πρότυπο επέκταση" και επιτρέπει αλλαγές ενός μικρού μέρους Piwigo, όπως το πως εμφανίζονται οι κατηγορίες.</li> |
---|
35 | <li><a href="http://piwigo.org/ext/">και πολά άλλα στο piwigo.org</a></li> |
---|
36 | </ul> |
---|
37 | <br> |
---|
38 | Για τους σχεδιαστές : το αναδυόμενο παράθυρο είναι προσαρμόσιμο με το id #tooltip (με το img ή το span για το κείμενο) |
---|
39 | <br> |
---|
40 | <br> |
---|
41 | Αυτό το πρόσθετο χρησιμοποιεί μια τροποποιημένη έκδοση του:<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 | * Διπλή άδεια σύμφωνα με MIT και GPL.<br> |
---|
47 | * Ενημερώθηκε: 09/02/09<br> |
---|
48 | * @author James Padolsey<br> |
---|
49 | * @version 0.22<br>'; |
---|
50 | ?> |
---|