first commit
This commit is contained in:
85
libraries/ckeditor/plugins/googlemaps/lang/sk.js
Normal file
85
libraries/ckeditor/plugins/googlemaps/lang/sk.js
Normal file
@@ -0,0 +1,85 @@
|
||||
CKEDITOR.plugins.setLang( 'googlemaps', 'sk',
|
||||
{
|
||||
toolbar : 'Vložiť/upraviť Google Mapu',
|
||||
menu : 'Upraviť mapu',
|
||||
title : 'Vlastnosti Google Mapy',
|
||||
|
||||
map : 'Mapa',
|
||||
options : 'Možnosti',
|
||||
search : 'Hľadať',
|
||||
elements : 'Prvky',
|
||||
|
||||
width: 'Šírka',
|
||||
responsive: 'Responsive (100% Width)',
|
||||
height: 'Výška',
|
||||
zoomLevel : 'Úroveň priblíženia',
|
||||
latitude : 'Zemepisná šírka',
|
||||
longitude : 'Zemepisná dĺžka',
|
||||
|
||||
loadMap : 'Načítať mapu',
|
||||
onlyStatic: 'Statický',
|
||||
onClick : 'Pri kliknutí',
|
||||
onLoad : 'Pri načítaní',
|
||||
byScript : 'By a Script',
|
||||
|
||||
zoomControl : 'Navigácia',
|
||||
smallZoom : 'Malá',
|
||||
fullZoom : 'Plná',
|
||||
|
||||
mapTypes : 'Typ mapy',
|
||||
none: 'Žiadna',
|
||||
Default : 'Základna',
|
||||
mapTypesFull : 'Pruh',
|
||||
mapTypesMenu : 'Menu',
|
||||
|
||||
overview : 'Prehľad',
|
||||
scale : 'Stupnica',
|
||||
weather : 'Weather',
|
||||
|
||||
paths : 'Roads',
|
||||
traffic : 'Traffic',
|
||||
transit : 'Transit',
|
||||
bicycle : 'Bicycle',
|
||||
|
||||
searchDirection : 'Vyhľadať adresu',
|
||||
|
||||
clickToLoad : 'Kliknite pre načítanie',
|
||||
|
||||
defaultTitle : 'Názov',
|
||||
defaultMarkerText : 'Informácie o bode',
|
||||
|
||||
addMarker : 'Pridať značku',
|
||||
addLine : 'Pridať čiaru',
|
||||
addArea : 'Pridať plochu',
|
||||
addKML : 'Pridať odkaz KML',
|
||||
addText : 'Pridať textovú poznámku',
|
||||
addCircle : 'Add a circle',
|
||||
|
||||
kmlUrl : 'KML súbor',
|
||||
|
||||
tooltip: 'Názov',
|
||||
markerIcon: 'Ikona',
|
||||
deleteMarker : 'Zmazať',
|
||||
directions : 'Add Directions link',
|
||||
directionsTitle : 'Directions',
|
||||
|
||||
markerProperties : 'Vlastnosti Markera',
|
||||
selectIcon :'Vybrat ikonu pre marker',
|
||||
|
||||
textProperties : 'Text',
|
||||
text : 'Text',
|
||||
|
||||
properties : 'Vlastnosti',
|
||||
|
||||
lineProperties : 'Vlastnosti čiary',
|
||||
strokeColor: 'Farba',
|
||||
strokeWeight: 'Šírka',
|
||||
strokeOpacity: 'Nepriehľadnosť',
|
||||
|
||||
areaProperties: 'Vlastnosti objektu',
|
||||
fillColor: 'Farba',
|
||||
fillOpacity: 'Nepriehľadnosť',
|
||||
|
||||
chooseColor: 'Vybrať...'
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user