first commit

This commit is contained in:
2024-10-23 13:44:50 +02:00
commit b6107b8c75
7924 changed files with 1087672 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
CKEDITOR.plugins.setLang('leaflet', 'de', {
buttonLabel: 'Karte einfügen/bearbeiten',
dialogTitle: 'Eigenschaften',
locationTabLabel: 'Karte',
googleSearchFieldLabel: 'Ort suchen',
googleSearchFieldHint: 'Geben Sie einen Standort ein',
manualCoordinatesFieldLabel: 'oder Koordinaten',
manualLatitudeFieldLabel: 'Breitengrad',
manualLongitudeFieldLabel: 'Längengrad',
popupTextFieldLabel: 'Marker',
popupTextFieldHint: 'Pop-up Text (Optional)',
optionsTabLabel: 'Optionen',
mapWidthFieldLabel: 'Breite',
mapHeightFieldLabel: 'Höhe',
mapZoomLevelFieldLabel: 'Zoom',
baseMapTileLabel: 'Quelle Kartenmaterial',
minimapCheckboxLabel: 'Übersichtskarte',
responsiveMapCheckboxLabel: 'Responsive',
});

View File

@@ -0,0 +1,20 @@
// Declare the plugin's English translation.
CKEDITOR.plugins.setLang('leaflet', 'en', {
buttonLabel: 'Wstaw mapę',
dialogTitle: 'Stwórz/Edytuj mapę',
locationTabLabel: 'Location',
googleSearchFieldLabel: 'Auto-Complete Search Using Google',
googleSearchFieldHint: 'Enter a place name here',
manualCoordinatesFieldLabel: 'Podaj współrzędne',
manualLatitudeFieldLabel: 'Szerokość',
manualLongitudeFieldLabel: 'Długość',
popupTextFieldLabel: 'Pop-up (opcjonalnie)',
popupTextFieldHint: "",
optionsTabLabel: 'Opcje',
mapWidthFieldLabel: 'Szerokość',
mapHeightFieldLabel: 'Wysokość',
mapZoomLevelFieldLabel: 'Zbliżenie',
baseMapTileLabel: 'Rodzaj mapy',
minimapCheckboxLabel: 'dołącz MiniMapę',
responsiveMapCheckboxLabel: 'Mapa responsywna'
});

View File

@@ -0,0 +1,19 @@
CKEDITOR.plugins.setLang('leaflet', 'eu', {
buttonLabel: 'Txertatu Leaflet mapa',
dialogTitle: 'Sortu/Editatu Leaflet mapa',
locationTabLabel: 'Kokalekua',
googleSearchFieldLabel: 'Osatu automatikoki Google erabiliz',
googleSearchFieldHint: 'Sartu toki-izen bat hemen',
manualCoordinatesFieldLabel: 'Koordenatuen eskuzko sarrera',
manualLatitudeFieldLabel: 'Latitudea',
manualLongitudeFieldLabel: 'Longitudea',
popupTextFieldLabel: 'Laster-menuaren testua (hautazkoa)',
popupTextFieldHint: "Sartu markatzailearen testua",
optionsTabLabel: 'Aukerak',
mapWidthFieldLabel: 'Maparen zabalera',
mapHeightFieldLabel: 'Maparen altuera',
mapZoomLevelFieldLabel: 'Zoom maila',
baseMapTileLabel: 'Maparen lauzak',
minimapCheckboxLabel: 'Bistaratu mapatxoa',
responsiveMapCheckboxLabel: 'Mapa moldakorra (100% zabalera)',
});

View File

@@ -0,0 +1,20 @@
// Declare the plugin's English translation.
CKEDITOR.plugins.setLang('leaflet', 'en', {
buttonLabel: 'Wstaw mapę',
dialogTitle: 'Stwórz/Edytuj mapę',
locationTabLabel: 'Location',
googleSearchFieldLabel: 'Auto-Complete Search Using Google',
googleSearchFieldHint: 'Enter a place name here',
manualCoordinatesFieldLabel: 'Podaj współrzędne',
manualLatitudeFieldLabel: 'Szerokość',
manualLongitudeFieldLabel: 'Długość',
popupTextFieldLabel: 'Pop-up (opcjonalnie)',
popupTextFieldHint: "Enter the marker's text",
optionsTabLabel: 'Opcje',
mapWidthFieldLabel: 'Szerokość',
mapHeightFieldLabel: 'Wysokość',
mapZoomLevelFieldLabel: 'Zbliżenie',
baseMapTileLabel: 'Rodzaj mapy',
minimapCheckboxLabel: 'dołącz MiniMapę',
responsiveMapCheckboxLabel: 'Mapa responsywna (szerokość 100%)'
});

View File

@@ -0,0 +1,19 @@
CKEDITOR.plugins.setLang('leaflet', 'ru', {
buttonLabel: 'Вставить карту',
dialogTitle: 'Карта',
locationTabLabel: 'Местоположение',
googleSearchFieldLabel: 'Поиск через Google',
googleSearchFieldHint: 'Введите название места',
manualCoordinatesFieldLabel: 'Ручной ввод координат',
manualLatitudeFieldLabel: 'Широта',
manualLongitudeFieldLabel: 'Долгота',
popupTextFieldLabel: 'Всплывающий текст (Опционально)',
popupTextFieldHint: "Введите текст маркера",
optionsTabLabel: 'Параметры',
mapWidthFieldLabel: 'Ширина карты',
mapHeightFieldLabel: 'Высота карты',
mapZoomLevelFieldLabel: 'Масштаб',
baseMapTileLabel: 'Вид карты',
minimapCheckboxLabel: 'Включить миникарту',
responsiveMapCheckboxLabel: 'Адаптивная карта (ширина 100%)',
});