|
| 1 | +en: |
| 2 | + common: |
| 3 | + tagHelp: 'Insert a map: [map]latitude,longitude(title); ...[/map]' |
| 4 | + description: 'Maps for your forum: adds [map] bbcode, map editor button and MapBBCode Share integration.' |
| 5 | + descriptionMoreInfo: 'More info on <a href="http://mapbbcode.org">MapBBCode website</a>.' |
| 6 | + noConfig: 'Dimensions and panel modes will be configurable after the plugin is enabled.' |
| 7 | + title: 'MapBBCode Configuration' |
| 8 | + adminGuide: "For information on configuring and extending the MapBBCode Plugin, see <a href=\"http://mapbbcode.org/admin.html\">Administrator's Guide</a>." |
| 9 | + bbcodeAdded: 'Added Map BBCode to the bbcode table' |
| 10 | + bbcodeRemoved: 'Removed Map BBCode from the bbcode table' |
| 11 | + |
| 12 | + configPanel: |
| 13 | + panelTitle: 'Map panel settings' |
| 14 | + panelDescription: 'This form allows you to customize map panels and layers in both view and edit modes.' |
| 15 | + layersTitle: 'Tile layers setup' |
| 16 | + layersLabel: 'Map layers' |
| 17 | + defaultZoomPos: 'Default zoom level and coordinates' |
| 18 | + panelSize: 'View panel size' |
| 19 | + fullHeight: 'Maximized panel size' |
| 20 | + editorHeight: 'Inline editor panel height' |
| 21 | + windowSize: 'Editor window size' |
| 22 | + |
| 23 | + options: |
| 24 | + settingsTitle: 'Other settings' |
| 25 | + mapsEnable: 'Allow maps' |
| 26 | + standardSwitcher: 'Hide layer list behind a button control' |
| 27 | + outerLink: 'External link template, if a button is needed (parameters: {zoom}, {lat}, {lon})' |
| 28 | + outerLinkExample: 'Example: http://www.openstreetmap.org/#map={zoom}/{lat}/{lon}' |
| 29 | + allowedTags: 'Allowed HTML tags in popups (regular expression)' |
| 30 | + enableExternal: 'Enable including and uploading maps to MapBBCode Share' |
| 31 | + shareServer: 'MapBBCode Share server address' |
| 32 | + |
| 33 | + standardSwitcherShort: 'Standard layer switcher' |
| 34 | + outerLinkShort: 'External link template' |
| 35 | + allowedTagsShort: 'Allowed tags' |
| 36 | + enableExternalShort: 'Enable sharing' |
| 37 | + shareServerShort: 'MapBBCode Share URL' |
| 38 | + |
| 39 | + errors: |
| 40 | + errorDefaultPos: 'Default position is incorrect' |
| 41 | + errorOuterLink: 'Outer link should be an URL' |
| 42 | + errorShareServer: 'MapBBCode Share server should be specified' |
| 43 | + errorAllowedTags: 'Regular expression for allowed tags is too complex' |
0 commit comments