blob: 7593bc997eb4f9b425a7810d79be2ad51c2ac4bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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-media-rules = Quy tắc @media
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.
|