first commit
This commit is contained in:
86
libraries/ckeditor/plugins/googlemaps/lang/cs.js
Normal file
86
libraries/ckeditor/plugins/googlemaps/lang/cs.js
Normal file
@@ -0,0 +1,86 @@
|
||||
CKEDITOR.plugins.setLang( 'googlemaps', 'cs',
|
||||
{
|
||||
toolbar : 'Vložit/upravit Google Mapu',
|
||||
menu : 'Upravit mapu',
|
||||
title : 'Vlastnosti Google Mapy',
|
||||
|
||||
map : 'Mapa',
|
||||
options : 'Možnosti',
|
||||
search : 'Hledat',
|
||||
elements : 'Prvky',
|
||||
|
||||
width: 'Šířka',
|
||||
responsive: 'Responsive (100% Width)',
|
||||
height: 'Výška',
|
||||
zoomLevel : 'Úroveň přiblížení',
|
||||
latitude : 'Zeměpisná šířka',
|
||||
longitude : 'Zeměpisná délka',
|
||||
|
||||
loadMap : 'Načíst mapu',
|
||||
onlyStatic: 'Staticky',
|
||||
onClick : 'Při kliknutí',
|
||||
onLoad : 'Při načtení',
|
||||
byScript : 'By a Script',
|
||||
|
||||
zoomControl : 'Navigace',
|
||||
smallZoom : 'Malá',
|
||||
fullZoom : 'Plná',
|
||||
|
||||
mapTypes : 'Typ mapy',
|
||||
none: 'Žádna',
|
||||
Default : 'Základní',
|
||||
mapTypesFull : 'Pruh',
|
||||
mapTypesMenu : 'Menu',
|
||||
|
||||
overview : 'Přehled',
|
||||
scale : 'Stupnice',
|
||||
weather : 'Weather',
|
||||
|
||||
paths : 'Roads',
|
||||
traffic : 'Traffic',
|
||||
transit : 'Transit',
|
||||
bicycle : 'Bicycle',
|
||||
|
||||
searchDirection : 'Vyhledat adresu',
|
||||
|
||||
clickToLoad : 'Klikněte pro načtení',
|
||||
|
||||
defaultTitle : 'Název',
|
||||
defaultMarkerText : 'Informace o bodu',
|
||||
|
||||
addMarker : 'Přidat značku',
|
||||
addLine : 'Přidat čáru',
|
||||
addArea : 'Přidat plochu',
|
||||
addKML : 'Přidat odkaz KML',
|
||||
addText : 'Přidat textovou poznámku',
|
||||
addCircle : 'Add a circle',
|
||||
|
||||
kmlUrl : 'KML soubor',
|
||||
|
||||
tooltip: 'Název',
|
||||
markerIcon: 'Ikona',
|
||||
deleteMarker : 'Smazat',
|
||||
directions : 'Add Directions link',
|
||||
directionsTitle : 'Directions',
|
||||
|
||||
markerProperties : 'Vlastnosti Markeru',
|
||||
selectIcon :'Vybrat ikonu pro marker',
|
||||
|
||||
textProperties : 'Text',
|
||||
text : 'Text',
|
||||
|
||||
properties : 'Vlastnosti',
|
||||
|
||||
lineProperties : 'Vlastnosti čáry',
|
||||
strokeColor: 'Barva',
|
||||
strokeWeight: 'Šířka',
|
||||
strokeOpacity: 'Neprůhlednost',
|
||||
|
||||
areaProperties: 'Vlastnosti objektu',
|
||||
fillColor: 'Barva',
|
||||
fillOpacity: 'Neprůhlednost',
|
||||
|
||||
chooseColor: 'Vybrat...'
|
||||
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user