first commit
This commit is contained in:
85
libraries/ckeditor/plugins/googlemaps/lang/el.js
Normal file
85
libraries/ckeditor/plugins/googlemaps/lang/el.js
Normal file
@@ -0,0 +1,85 @@
|
||||
CKEDITOR.plugins.setLang( 'googlemaps', 'el',
|
||||
{
|
||||
toolbar : 'Εισαγωγή/Επεξεργασία Google Map',
|
||||
menu : 'Επεξεργασία χάρτη',
|
||||
title : 'Χαρακτηριστικά Χάρτη',
|
||||
|
||||
map : 'Χάρτης',
|
||||
'options' : 'Επιλογές',
|
||||
search : 'Αναζήτηση',
|
||||
elements : 'στοιχεία',
|
||||
|
||||
width: 'Πλάτος',
|
||||
responsive: 'Responsive (100% Width)',
|
||||
height: 'Ύψος',
|
||||
zoomLevel : 'Zoom',
|
||||
latitude : 'Latitude',
|
||||
longitude : 'Longitude',
|
||||
|
||||
loadMap : 'Άνοιγμα χάρτη',
|
||||
onlyStatic: 'Στατικό',
|
||||
onClick : 'Με το κλικ',
|
||||
onLoad : 'Με το φόρτωμα της σελίδας',
|
||||
byScript : 'By a Script',
|
||||
|
||||
zoomControl : 'Μορφή πλοήγησης',
|
||||
smallZoom : 'Μικρό',
|
||||
fullZoom : 'Πλήρες',
|
||||
|
||||
mapTypes : 'Τύποι χαρτών',
|
||||
none: 'Χωρίς',
|
||||
Default : 'Κανονικός',
|
||||
mapTypesFull : 'Μπάρα',
|
||||
mapTypesMenu : 'Μενού',
|
||||
|
||||
overview : 'Επισκόπηση',
|
||||
scale : 'Κλημακα',
|
||||
weather : 'Weather',
|
||||
|
||||
paths : 'Roads',
|
||||
traffic : 'Traffic',
|
||||
transit : 'Transit',
|
||||
bicycle : 'Bicycle',
|
||||
|
||||
searchDirection : 'Αναζήτηση τοποθεσίας',
|
||||
|
||||
clickToLoad : 'Κάντε κλικ για φόρτωμα',
|
||||
|
||||
defaultTitle : 'Τίτλος',
|
||||
defaultMarkerText : 'Πληροφορίες για το σημείο',
|
||||
|
||||
addMarker : 'Προσθήκη marker',
|
||||
addLine : 'Προσθήκη γραμμής',
|
||||
addArea : 'Προσθήκη περιοχής',
|
||||
addKML : 'Προσθήκη αναφοράς KML',
|
||||
addText : 'Προσθήκη κειμένου',
|
||||
addCircle : 'Add a circle',
|
||||
|
||||
kmlUrl : 'KML αρχείο',
|
||||
|
||||
tooltip: 'Tooltip',
|
||||
markerIcon: 'Εικονίδιο',
|
||||
deleteMarker : 'Διαγραφή',
|
||||
directions : 'Add Directions link',
|
||||
directionsTitle : 'Directions',
|
||||
|
||||
markerProperties : 'Ιδιότητες του Marker',
|
||||
selectIcon :'Επιλέξτε ένα εικονίδιο σαν marker',
|
||||
|
||||
textProperties : 'Κείμενο',
|
||||
text : 'Κείμενο',
|
||||
|
||||
properties : 'Ιδιότητες',
|
||||
|
||||
lineProperties : 'Ιδιότητες της γραμμής',
|
||||
strokeColor: 'Χρώμα',
|
||||
strokeWeight: 'Πλάτος',
|
||||
strokeOpacity: 'Διαφάνεια',
|
||||
|
||||
areaProperties: 'Ιδιότητες Περιοχής',
|
||||
fillColor: 'Χρώμα',
|
||||
fillOpacity: 'Διαφάνεια',
|
||||
|
||||
chooseColor: 'Επιλογή...'
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user