blob: 0acf2ef651473f9effb659ce4c27ae2105a1877a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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/.
goToLineTitle = Đi tới dòng
goToLineText = Nhập số của dòng
invalidInputTitle = Nhập vào không đúng
invalidInputText = Số của dòng nhập vào không đúng.
outOfRangeTitle = Không tìm thấy dòng
outOfRangeText = Không tìm thấy dòng được chỉ định.
viewSelectionSourceTitle = Mã Nguồn DOM của Khối Đã Chọn
context_goToLine_label = Đi tới dòng…
context_goToLine_accesskey = L
context_wrapLongLines_label = Cắt những dòng dài
context_highlightSyntax_label = Tô sáng cú pháp
|