diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-vi/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-vi/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-vi/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-vi/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-vi/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..02772637e0 --- /dev/null +++ b/l10n-vi/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 "Thuộc tính hình ảnh…"> + +<!ENTITY pixelsPopup.value "pixel"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Đường dẫn hình ảnh:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Gõ vào tên hoặc vị trí của hình ảnh"> +<!ENTITY locationEditField.shortenedDataURI "URI dữ liệu rút ngắn (bản sao sẽ đặt URI đầy đủ vào bảng tạm)"> +<!ENTITY title.label "Ghi chú:"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip "Thuộc tính html 'title' hiển thị dưới dạng ghi chú"> +<!ENTITY altText.label "Văn bản thay thế:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Gõ văn bản hiển thị thay cho hình ảnh"> +<!ENTITY noAltText.label "Không dùng văn bản thay thế"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "Xem trước hình ảnh"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Kích thước thực:"> +<!ENTITY actualSizeRadio.label "Kích thước thực"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Chuyển ảnh về kích thước thực"> +<!ENTITY customSizeRadio.label "Kích thước tùy biến"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Thay đổi kích thước như đang hiển thị trên trang"> +<!ENTITY heightEditField.label "Chiều rộng:"> +<!ENTITY heightEditField.accessKey "G"> +<!ENTITY widthEditField.label "Chiều dài:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY constrainCheckbox.label "Giữ nguyên"> +<!ENTITY constrainCheckbox.accessKey "G"> +<!ENTITY constrainCheckbox.tooltip "Giữ nguyên tỉ lệ ảnh"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Bản đồ hình ảnh"> +<!ENTITY removeImageMapButton.label "Xóa"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Căn chỉnh văn bản theo hình ảnh"> +<!ENTITY bottomPopup.value "Theo phần dưới"> +<!ENTITY topPopup.value "Theo phần trên"> +<!ENTITY centerPopup.value "Ở giữa"> +<!ENTITY wrapRightPopup.value "Bao lại ở bên phải"> +<!ENTITY wrapLeftPopup.value "Bao lại ở bên trái"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Khoảng cách"> +<!ENTITY leftRightEditField.label "Trái và phải:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "Trên và dưới:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Đường viền Liên tục:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Hiện viền xung quanh ảnh liên kết"> +<!ENTITY showImageLinkBorder.accessKey "B"> +<!ENTITY LinkAdvancedEditButton.label "Sửa đổi liên kết nâng cao…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Thêm hoặc chỉnh sửa thuộc tính HTML, thuộc tính style và JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Biểu mẫu"> +<!ENTITY imageLocationTab.label "Địa chỉ"> +<!ENTITY imageDimensionsTab.label "Kích thước"> +<!ENTITY imageAppearanceTab.label "Diện mạo"> +<!ENTITY imageLinkTab.label "Liên kết"> |