diff options
Diffstat (limited to 'plugins/leaflet/lang/en.js')
| -rwxr-xr-x | plugins/leaflet/lang/en.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/leaflet/lang/en.js b/plugins/leaflet/lang/en.js deleted file mode 100755 index 5a3b5c4..0000000 --- a/plugins/leaflet/lang/en.js +++ /dev/null @@ -1,20 +0,0 @@ -// Declare the plugin's English translation.
-CKEDITOR.plugins.setLang('leaflet', 'en', {
- buttonLabel: 'Insert Leaflet Map',
- dialogTitle: 'Create/Edit Leaflet Map',
- locationTabLabel: 'Location',
- googleSearchFieldLabel: 'Auto-Complete Search Using Google',
- googleSearchFieldHint: 'Enter a place name here',
- manualCoordinatesFieldLabel: 'Manual Input of Coordinates',
- manualLatitudeFieldLabel: 'Latitude',
- manualLongitudeFieldLabel: 'Longitude',
- popupTextFieldLabel: 'Pop-up Text (Optional)',
- popupTextFieldHint: "Enter the marker's text",
- optionsTabLabel: 'Options',
- mapWidthFieldLabel: 'Map Width',
- mapHeightFieldLabel: 'Map Height',
- mapZoomLevelFieldLabel: 'Zoom Level',
- baseMapTileLabel: 'Base Map Tile',
- minimapCheckboxLabel: 'Include MiniMap',
- responsiveMapCheckboxLabel: 'Responsive Map (100% Width)',
-});
|
