blob: a3eef40b944430a26225f059d2393fd4d9b1b449 (
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 = Gå till rad
goToLineText = Ange ett radnummer
invalidInputTitle = Ogiltigt radnummer
invalidInputText = Det angivna radnumret är ogiltigt.
outOfRangeTitle = Hittar inte rad
outOfRangeText = Den angivna raden hittades inte.
viewSelectionSourceTitle = DOM-källan för markering
context_goToLine_label = Gå till linje…
context_goToLine_accesskey = L
context_wrapLongLines_label = Radbryt text
context_highlightSyntax_label = Syntaxmarkering
|