diff options
Diffstat (limited to 'l10n-lv/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-lv/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-lv/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-lv/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..4a266cba2a --- /dev/null +++ b/l10n-lv/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Attēla īpašības"> + +<!ENTITY pixelsPopup.value "punkti"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Attēla vieta:"> +<!ENTITY locationEditField.accessKey "v"> +<!ENTITY locationEditField.tooltip "Ievadiet attēla faila nosaukumu vai atrašanās vietu"> +<!ENTITY locationEditField.shortenedDataURI "Saīsināts datu URI (kopēšana ievietos pilnu URI starpliktuvē)"> +<!ENTITY title.label "Rīka padoms:"> +<!ENTITY title.accessKey "R"> +<!ENTITY title.tooltip "HTML 'title' atribūts, kas tiek parādīts kā rīka padoms"> +<!ENTITY altText.label "Alternatīvais teksts:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Ievadiet tekstu, kas norāda attēla vietu"> +<!ENTITY noAltText.label "Neizmantot alternatīvo tekstu"> +<!ENTITY noAltText.accessKey "N"> + +<!ENTITY previewBox.label "Attēla priekšskats"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Patiesais izmērs:"> +<!ENTITY actualSizeRadio.label "Patiesais izmērs"> +<!ENTITY actualSizeRadio.accessKey "P"> +<!ENTITY actualSizeRadio.tooltip "Atgriezt uz attēla patieso izmēru"> +<!ENTITY customSizeRadio.label "Pielāgots izmērs"> +<!ENTITY customSizeRadio.accessKey "i"> +<!ENTITY customSizeRadio.tooltip "Mainīt attēla izmēru, kā parādīts lapā"> +<!ENTITY heightEditField.label "Augstums:"> +<!ENTITY heightEditField.accessKey "A"> +<!ENTITY widthEditField.label "Platums:"> +<!ENTITY widthEditField.accessKey "P"> +<!ENTITY constrainCheckbox.label "Ierobežot"> +<!ENTITY constrainCheckbox.accessKey "I"> +<!ENTITY constrainCheckbox.tooltip "Saglabāt attēla malu attiecību"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Attēlu karte"> +<!ENTITY removeImageMapButton.label "Noņemt"> +<!ENTITY removeImageMapButton.accessKey "N"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Pielīdzināt tekstu attēlam"> +<!ENTITY bottomPopup.value "Apakšā"> +<!ENTITY topPopup.value "Augšā"> +<!ENTITY centerPopup.value "Centrā"> +<!ENTITY wrapRightPopup.value "Aptīt pa labi"> +<!ENTITY wrapLeftPopup.value "Aptīt pa kreisi"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Atstatums"> +<!ENTITY leftRightEditField.label "Pa kreisi un pa labi:"> +<!ENTITY leftRightEditField.accessKey "k"> +<!ENTITY topBottomEditField.label "Augšā un apakšā:"> +<!ENTITY topBottomEditField.accessKey "A"> +<!ENTITY borderEditField.label "Nepārtraukta apmale:"> +<!ENTITY borderEditField.accessKey "N"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Rādīt saistītam attēlam apmali"> +<!ENTITY showImageLinkBorder.accessKey "R"> +<!ENTITY LinkAdvancedEditButton.label "Saistīt papildu rediģēšanu…"> +<!ENTITY LinkAdvancedEditButton.accessKey "S"> +<!ENTITY LinkAdvancedEditButton.tooltip "Pievienot vai mainīt HTML atribūtus, stila atribūtus un JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Forma"> +<!ENTITY imageLocationTab.label "Atrašanās vieta"> +<!ENTITY imageDimensionsTab.label "Izmēri"> +<!ENTITY imageAppearanceTab.label "Izskats"> +<!ENTITY imageLinkTab.label "Saite"> |