diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-da/devtools/client/styleeditor.ftl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-da/devtools/client/styleeditor.ftl b/l10n-da/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..40c8ffcc31 --- /dev/null +++ b/l10n-da/devtools/client/styleeditor.ftl @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +styleeditor-new-button = + .tooltiptext = Opret og tilføj et nyt style sheet til dokumentet + .accesskey = N +styleeditor-import-button = + .tooltiptext = Importer og tilføj et eksisterende style sheet til dokumentet + .accesskey = I +styleeditor-visibility-toggle = + .tooltiptext = Skift synlighed af style sheet + .accesskey = G +styleeditor-save-button = Gem + .tooltiptext = Gem dette style sheet til en fil + .accesskey = G +styleeditor-options-button = + .tooltiptext = Indstillinger for CSS-editor +styleeditor-media-rules = @media-regler +styleeditor-editor-textbox = + .data-placeholder = Skriv CSS her. +styleeditor-no-stylesheet = Denne side har intet style sheet. +styleeditor-no-stylesheet-tip = Måske vil du <a data-l10n-name="append-new-stylesheet">tilføje et nyt style sheet</a>? +styleeditor-open-link-new-tab = + .label = Åbn link i et nyt faneblad +styleeditor-copy-url = + .label = Kopier URL |