diff options
Diffstat (limited to 'l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd')
-rw-r--r-- | l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..f4bdab0a6a --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY AdvancedEditButton.label "Avancerad redigering…"> +<!ENTITY AdvancedEditButton.accessKey "c"> +<!ENTITY AdvancedEditButton.tooltip "Lägg till eller modifiera HTML-attribut, stilegenskaper och JavaScript"> +<!ENTITY chooseFileButton.label "Välj fil…"> +<!ENTITY chooseFileButton.accessKey "V"> +<!ENTITY chooseFileLinkButton.label "Välj fil…"> +<!ENTITY chooseFileLinkButton.accessKey "f"> +<!ENTITY makeUrlRelative.label "Webbadressen är relativ till sidans plats"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Byt mellan relativ och absolut URL. Du måste spara sidan innan du ändrar."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "Ange en webbadress, en lokal fil eller välj ett namngivet ankare eller rubrik från popup-listan:"> +<!ENTITY LinkURLEditField.accessKey "w"> +<!ENTITY LinkURLEditField2.label "Ange en webbadress, en lokal fil eller välj ett namngivet ankare eller rubrik från fältets snabbmeny:"> +<!ENTITY LinkURLEditField2.accessKey "w"> |