diff options
Diffstat (limited to 'l10n-hr/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-hr/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/l10n-hr/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-hr/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..f561710818 --- /dev/null +++ b/l10n-hr/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd @@ -0,0 +1,81 @@ +<!-- 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 "Postavke slike"> + +<!ENTITY pixelsPopup.value "pikseli"> +<!-- These are in the Location tab panel --> + +<!ENTITY locationEditField.label "Lokacija slike:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Upiši naziv datoteke ili lokaciju"> +<!ENTITY locationEditField.shortenedDataURI "Skraćeni URI podataka (kopiranje će staviti cijeli URI u međuspremnik)"> +<!ENTITY title.label "Opis alata:"> +<!ENTITY title.accessKey "t"> +<!ENTITY title.tooltip "Html 'title' atribut koji se prikazuje u prozoru opisa alata"> +<!ENTITY altText.label "Alternativni tekst:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Upišite tekst koji će se prikazati na mjestu slike"> +<!ENTITY noAltText.label "Ne koristi alternativni tekst"> +<!ENTITY noAltText.accessKey "N"> + +<!ENTITY previewBox.label "Pregled slike"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> + +<!ENTITY actualSize.label "Stvarna veličina:"> +<!ENTITY actualSizeRadio.label "Stvarna veličina"> +<!ENTITY actualSizeRadio.accessKey "a"> +<!ENTITY actualSizeRadio.tooltip "Vrati sliku na stvarnu veličinu"> +<!ENTITY customSizeRadio.label "Prilagođena veličina"> +<!ENTITY customSizeRadio.accessKey "P"> +<!ENTITY customSizeRadio.tooltip "Promijeni veličinu slika prikazanih na stranici"> +<!ENTITY heightEditField.label "Visina:"> +<!ENTITY heightEditField.accessKey "V"> +<!ENTITY widthEditField.label "Širina:"> +<!ENTITY widthEditField.accessKey "i"> +<!ENTITY constrainCheckbox.label "Ograniči"> +<!ENTITY constrainCheckbox.accessKey "O"> +<!ENTITY constrainCheckbox.tooltip "Zadrži omjer između stranica slike"> +<!-- These controls are in the Image Map box of the expanded area --> + +<!ENTITY imagemapBox.label "Image Map"> +<!ENTITY removeImageMapButton.label "Ukloni"> +<!ENTITY removeImageMapButton.accessKey "U"> +<!-- These are the options for image alignment --> + +<!ENTITY alignment.label "Poravnaj tekst uz sliku"> +<!ENTITY bottomPopup.value "Na dnu"> +<!ENTITY topPopup.value "Na vrhu"> +<!ENTITY centerPopup.value "U sredini"> +<!ENTITY wrapRightPopup.value "Omotaj na desno"> +<!ENTITY wrapLeftPopup.value "Omotaj na lijevo"> +<!-- These controls are in the Spacing Box --> + +<!ENTITY spacingBox.label "Razmak"> +<!ENTITY leftRightEditField.label "Lijevo i desno:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "Vrh i dno:"> +<!ENTITY topBottomEditField.accessKey "V"> +<!ENTITY borderEditField.label "Pun obrub:"> +<!ENTITY borderEditField.accessKey "b"> +<!-- These controls are in the Link Box --> + +<!ENTITY showImageLinkBorder.label "Prikaži obrub oko slike s poveznicom"> +<!ENTITY showImageLinkBorder.accessKey "b"> +<!ENTITY LinkAdvancedEditButton.label "Napredno uređivanje poveznice…"> +<!ENTITY LinkAdvancedEditButton.accessKey "N"> +<!ENTITY LinkAdvancedEditButton.tooltip "Dodaj ili promijeni HTML atribute, atribute stila i JavaScript"> +<!-- These tabs are currently used in the image input dialog --> + +<!ENTITY imageInputTab.label "Obrazac"> +<!ENTITY imageLocationTab.label "Lokacija"> +<!ENTITY imageDimensionsTab.label "Dimenzije"> +<!ENTITY imageAppearanceTab.label "Prikaz"> +<!ENTITY imageLinkTab.label "Poveznica"> |