source: extensions/piwigo-openstreetmap/language/el_GR/plugin.lang.php @ 24727

Last change on this file since 24727 was 24727, checked in by TranslationTeam, 11 years ago

[piwigo_openstreetmap] Add el_GR, thanks to : bas_alba

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['CUSTOMBASELAYER'] = 'Προσαρμοσμένο στυλ χάρτη';
24$lang['CLICK'] = 'εμφάνιση με κλικ';
25$lang['BATCHMANAGER_DESC'] = 'Επιτρέψτε την τροποποιήση γεωγραφικού πλάτους και μήκους χειροκίνητα. Απενεργοποιήστε αν έχετε εγκαταστήσει \'RV Maps & Earth\'.';
26$lang['BATCHMANAGER'] = 'Ενεργοποίηση ενσωμάτωσης με το Batch Manager.';
27$lang['BASELAYER_DESC'] = 'Mapnik είναι το προεπιλεγμένο στυλ του OpenStreetMap.';
28$lang['BASELAYER'] = 'Στυλ Χάρτη';
29$lang['AUTOSYNC_DESC'] = 'Όταν τα μεταδεδομένα συγχρονίζονται, οι συντεταγμένες μπορεί να παρακαμφθούν. Απενεργοποιήστε αν έχετε εγκαταστήσει \'RV Maps & Earth\'.';
30$lang['AUTOSYNC'] = 'Αυτόματος συγχρονισμός EXIF αν υπάρχει.';
31$lang['ATTRPLUGIN_DESC'] = 'Εγώ Δημιούργησα αυτό το plugin. :)';
32$lang['ATTRPLUGIN'] = 'Εμφάνιση Σημείωσης του Δημιουργού';
33$lang['ATTRLEAFLET_DESC'] = 'Εμφάνηση αναφοράς προέλευσης της χρησιμοποιούμενης βιβλιοθήκης JavaScript για τους διαδραστικούς χάρτες \'Leaflet\'.';
34$lang['ATTRLEAFLET'] = 'Εμφάνηση του \'Τροφοδοτείται από Leaflet\'';
35$lang['ATTRIMAGERY_DESC'] = 'Δείχνει το στυλ χάρτη που χρησιμοποιείται.';
36$lang['ATTRIMAGERY'] = 'Εμφάνιση στυλ χάρτη';
37$lang['ALWAYS'] = 'να προβάλλονται αμέσως';
38$lang['ADD_BEFORE_DESC'] = 'Πού να εμφανίζονται οι πληροφορίες τοποθεσίας.';
39$lang['ADD_BEFORE'] = 'Προσθήκη τοποθεσίας πριν ';
40?>
Note: See TracBrowser for help on using the repository browser.