POLAR reference
    Preparing search index...

    Variable resourcesDeConst

    resourcesDe: {
        hints: {
            attributions: "Quellennachweis";
            draw: "Zeichenwerkzeuge";
            filter: "Filter";
            gfi: "Objektliste";
            layerChooser: "Kartenauswahl";
        };
        mobileCloseButton: "{{plugin}} schließen";
    } = ...

    German locales for iconMenu plugin. For overwriting these values, use the plugin's ID as namespace.

    Type Declaration

    • Readonlyhints: {
          attributions: "Quellennachweis";
          draw: "Zeichenwerkzeuge";
          filter: "Filter";
          gfi: "Objektliste";
          layerChooser: "Kartenauswahl";
      }

      Allows overriding the hints displayed as the tooltip, the aria-label or also sometimes the label.

    • ReadonlymobileCloseButton: "{{plugin}} schließen"