52 lines
2.2 KiB
Text
52 lines
2.2 KiB
Text
# 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/.
|
|
|
|
styleeditor-new-button =
|
|
.tooltiptext = Tạo mới và chèn thêm style sheet vào tài liệu
|
|
.accesskey = N
|
|
styleeditor-import-button =
|
|
.tooltiptext = Nhập và chèn style sheet vào văn bản
|
|
.accesskey = I
|
|
styleeditor-filter-input =
|
|
.placeholder = Lọc style sheet
|
|
styleeditor-visibility-toggle =
|
|
.tooltiptext = Bật tắt tính năng có thể xem style sheet
|
|
.accesskey = S
|
|
styleeditor-visibility-toggle-system =
|
|
.tooltiptext = Không thể vô hiệu hóa style sheet của hệ thống
|
|
styleeditor-save-button = Lưu
|
|
.tooltiptext = Lưu style sheet thành một tập tin
|
|
.accesskey = S
|
|
styleeditor-options-button =
|
|
.tooltiptext = Tùy chọn trình soạn thảo kiểu mẫu
|
|
styleeditor-at-rules = At-rules
|
|
styleeditor-editor-textbox =
|
|
.data-placeholder = Gõ CSS tại đây.
|
|
styleeditor-no-stylesheet = Trang này không có style sheet.
|
|
styleeditor-no-stylesheet-tip = Có thể bạn sẽ thích<a data-l10n-name="append-new-stylesheet">gắn thêm một style sheet mới</a>?
|
|
styleeditor-open-link-new-tab =
|
|
.label = Mở liên kết trong thẻ mới
|
|
styleeditor-copy-url =
|
|
.label = Sao chép URL
|
|
styleeditor-find =
|
|
.label = Tìm
|
|
.accesskey = F
|
|
styleeditor-find-again =
|
|
.label = Tìm tiếp
|
|
.accesskey = g
|
|
styleeditor-go-to-line =
|
|
.label = Nhảy đến dòng…
|
|
.accesskey = J
|
|
# Label displayed when searching a term that is not found in any stylesheet path
|
|
styleeditor-stylesheet-all-filtered = Không tìm thấy style sheet cho từ khóa.
|
|
# This string is shown in the style sheets list
|
|
# Variables:
|
|
# $ruleCount (Integer) - The number of rules in the stylesheet.
|
|
styleeditor-stylesheet-rule-count = { $ruleCount } quy tắc.
|
|
# Title for the pretty print button in the editor footer.
|
|
styleeditor-pretty-print-button =
|
|
.title = In đẹp style sheet
|
|
# Title for the pretty print button in the editor footer, when it's disabled
|
|
styleeditor-pretty-print-button-disabled =
|
|
.title = Chỉ có thể in đẹp các tập tin CSS
|