diff options
Diffstat (limited to 'l10n-fa/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-fa/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/l10n-fa/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-fa/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..f94595f577 --- /dev/null +++ b/l10n-fa/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 "ویژگیهای تصویر"> + +<!ENTITY pixelsPopup.value "pixels"> +<!-- These are in the Location tab panel --> + +<!ENTITY locationEditField.label "Image Location:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Type the image's filename or location"> +<!ENTITY locationEditField.shortenedDataURI "URI دادهٔ کوتاه شده (کپی URI کامل را روی کلیپ بورد قرار خواهد داد)"> +<!ENTITY title.label "Tooltip:"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip "The html 'title' attribute that displays as a tooltip"> +<!ENTITY altText.label "متن جایگزین:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Type text to display in place of the image"> +<!ENTITY noAltText.label "Don't use alternate text"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "Image Preview"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> + +<!ENTITY actualSize.label "Actual Size:"> +<!ENTITY actualSizeRadio.label "Actual Size"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Revert to the image's actual size"> +<!ENTITY customSizeRadio.label "Custom Size"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Change the image's size as displayed in the page"> +<!ENTITY heightEditField.label "Height:"> +<!ENTITY heightEditField.accessKey "g"> +<!ENTITY widthEditField.label "Width:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY constrainCheckbox.label "Constrain"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Maintain the image's aspect ratio"> +<!-- These controls are in the Image Map box of the expanded area --> + +<!ENTITY imagemapBox.label "Image Map"> +<!ENTITY removeImageMapButton.label "حذف"> +<!ENTITY removeImageMapButton.accessKey "R"> +<!-- These are the options for image alignment --> + +<!ENTITY alignment.label "Align Text to Image"> +<!ENTITY bottomPopup.value "At the bottom"> +<!ENTITY topPopup.value "At the top"> +<!ENTITY centerPopup.value "In the center"> +<!ENTITY wrapRightPopup.value "Wrap to the right"> +<!ENTITY wrapLeftPopup.value "Wrap to the left"> +<!-- These controls are in the Spacing Box --> + +<!ENTITY spacingBox.label "Spacing"> +<!ENTITY leftRightEditField.label "Left and Right:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "Top and Bottom:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Solid Border:"> +<!ENTITY borderEditField.accessKey "B"> +<!-- These controls are in the Link Box --> + +<!ENTITY showImageLinkBorder.label "Show border around linked image"> +<!ENTITY showImageLinkBorder.accessKey "b"> +<!ENTITY LinkAdvancedEditButton.label "ویرایش پیشرفتهی پیوند..."> +<!ENTITY LinkAdvancedEditButton.accessKey "پ"> +<!ENTITY LinkAdvancedEditButton.tooltip "Add or modify HTML attributes, style attributes, and JavaScript"> +<!-- These tabs are currently used in the image input dialog --> + +<!ENTITY imageInputTab.label "Form"> +<!ENTITY imageLocationTab.label "مکان"> +<!ENTITY imageDimensionsTab.label "Dimensions"> +<!ENTITY imageAppearanceTab.label "Appearance"> +<!ENTITY imageLinkTab.label "پیوند"> |