diff options
Diffstat (limited to 'l10n-ar/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-ar/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-ar/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-ar/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..df4dd5e31f --- /dev/null +++ b/l10n-ar/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 "خصائص الصورة"> + +<!ENTITY pixelsPopup.value "بكسل"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "مكان الصورة:"> +<!ENTITY locationEditField.accessKey "م"> +<!ENTITY locationEditField.tooltip "اكتب مكان أو اسم ملف الصورة"> +<!ENTITY locationEditField.shortenedDataURI "مسار بيانات مختصر (نسخه سيضع المسار الكامل في الحافظة)"> +<!ENTITY title.label "تلميحة:"> +<!ENTITY title.accessKey "ت"> +<!ENTITY title.tooltip "صفة html 'title' التي ستعرض كتلميحة"> +<!ENTITY altText.label "النص البديل:"> +<!ENTITY altText.accessKey "ب"> +<!ENTITY altTextEditField.tooltip "اكتب نصا ليعرض مكان الصورة"> +<!ENTITY noAltText.label "لا تستخدم نصا بديلا"> +<!ENTITY noAltText.accessKey "ل"> + +<!ENTITY previewBox.label "معاينة الصورة"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "الحجم الفعلي:"> +<!ENTITY actualSizeRadio.label "الحجم الفعلي"> +<!ENTITY actualSizeRadio.accessKey "ح"> +<!ENTITY actualSizeRadio.tooltip "ارجع إلي حجم الصورة الفعلي"> +<!ENTITY customSizeRadio.label "حجم مخصص"> +<!ENTITY customSizeRadio.accessKey "ح"> +<!ENTITY customSizeRadio.tooltip "غير مقاس الصورة كالمعروض بالصفحة"> +<!ENTITY heightEditField.label "الارتفاع:"> +<!ENTITY heightEditField.accessKey "ر"> +<!ENTITY widthEditField.label "العرض:"> +<!ENTITY widthEditField.accessKey "ض"> +<!ENTITY constrainCheckbox.label "قيد"> +<!ENTITY constrainCheckbox.accessKey "ق"> +<!ENTITY constrainCheckbox.tooltip "حافظ على نِسب الصورة"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "خريطة الصورة"> +<!ENTITY removeImageMapButton.label "احذف"> +<!ENTITY removeImageMapButton.accessKey "ح"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "حاذِ النص إلى الصورة"> +<!ENTITY bottomPopup.value "في القاع"> +<!ENTITY topPopup.value "في القمة"> +<!ENTITY centerPopup.value "في المنتصف"> +<!ENTITY wrapRightPopup.value "لف يمينًا"> +<!ENTITY wrapLeftPopup.value "لف يسارًا"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "التباعد"> +<!ENTITY leftRightEditField.label "يمينًا ويسارًا:"> +<!ENTITY leftRightEditField.accessKey "م"> +<!ENTITY topBottomEditField.label "قمة وقاع:"> +<!ENTITY topBottomEditField.accessKey "م"> +<!ENTITY borderEditField.label "حد صلب:"> +<!ENTITY borderEditField.accessKey "ص"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "اعرض حدًا حول الصور المربوطة"> +<!ENTITY showImageLinkBorder.accessKey "ح"> +<!ENTITY LinkAdvancedEditButton.label "تحرير الروابط المتقدم…"> +<!ENTITY LinkAdvancedEditButton.accessKey "ر"> +<!ENTITY LinkAdvancedEditButton.tooltip "أضِف أو عدّل صفات HTML، و صفات الطراز و جافا سكربت"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "مِن"> +<!ENTITY imageLocationTab.label "المكان"> +<!ENTITY imageDimensionsTab.label "الأبعاد"> +<!ENTITY imageAppearanceTab.label "المظهر"> +<!ENTITY imageLinkTab.label "رابط"> |