first commit
This commit is contained in:
85
libraries/ckeditor/plugins/googlemaps/lang/ru.js
Normal file
85
libraries/ckeditor/plugins/googlemaps/lang/ru.js
Normal file
@@ -0,0 +1,85 @@
|
||||
CKEDITOR.plugins.setLang( 'googlemaps', 'ru',
|
||||
{
|
||||
toolbar : 'Вставка/редактирование карты Google',
|
||||
menu : 'Редактировать карту',
|
||||
title : 'Свойства карты Google',
|
||||
|
||||
map : 'Карта',
|
||||
'options' : 'Настройки',
|
||||
search : 'Поиск',
|
||||
elements : 'Элементы',
|
||||
|
||||
width: 'Ширина',
|
||||
responsive: 'Responsive (100% Width)',
|
||||
height: 'Высота',
|
||||
zoomLevel : 'Масштаб',
|
||||
latitude : 'Широта',
|
||||
longitude : 'Долгота',
|
||||
|
||||
loadMap : 'Загрузить карту',
|
||||
onlyStatic: 'Статическая карта',
|
||||
onClick : 'При клике',
|
||||
onLoad : 'При загрузке страницы',
|
||||
byScript : 'By a Script',
|
||||
|
||||
zoomControl : 'Управление навигацией',
|
||||
smallZoom : 'Меньше',
|
||||
fullZoom : 'Больше',
|
||||
|
||||
mapTypes : 'Типы карты',
|
||||
none: 'Нет',
|
||||
Default : 'По умолчанию',
|
||||
mapTypesFull : 'Панель',
|
||||
mapTypesMenu : 'Меню',
|
||||
|
||||
overview : 'Обзор',
|
||||
scale : 'Масштаб',
|
||||
weather : 'Погода',
|
||||
|
||||
paths : 'Roads',
|
||||
traffic : 'Траффик',
|
||||
transit : 'Транзит',
|
||||
bicycle : 'Bicycle',
|
||||
|
||||
searchDirection : 'Поиск направления',
|
||||
|
||||
clickToLoad : 'Кликните для загрузки',
|
||||
|
||||
defaultTitle : 'Заголовок',
|
||||
defaultMarkerText : 'Описание точки',
|
||||
|
||||
addMarker : 'Добавить маркер',
|
||||
addLine : 'Добавить линию',
|
||||
addArea : 'Добавить область',
|
||||
addKML : 'Добавить ссылку на KML',
|
||||
addText : 'Добавить примечание',
|
||||
addCircle : 'Add a circle',
|
||||
|
||||
kmlUrl : 'Файл KML',
|
||||
|
||||
tooltip: 'Подсказка',
|
||||
markerIcon: 'Иконка',
|
||||
deleteMarker : 'Удалить',
|
||||
directions : 'Добавить связь с направлением',
|
||||
directionsTitle : 'Направления',
|
||||
|
||||
markerProperties : 'Свойства маркера',
|
||||
selectIcon :'Выбор иконки',
|
||||
|
||||
textProperties : 'Текст',
|
||||
text : 'Текст',
|
||||
|
||||
properties : 'Свойства',
|
||||
|
||||
lineProperties : 'Свойства линии',
|
||||
strokeColor: 'Цвет',
|
||||
strokeWeight: 'Ширина',
|
||||
strokeOpacity: 'Прозрачность',
|
||||
|
||||
areaProperties: 'Свойства области',
|
||||
fillColor: 'Ширина',
|
||||
fillOpacity: 'Прозрачность',
|
||||
|
||||
chooseColor: 'Выберите...'
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user