blob: f6949ad6fdae9b2d6e70c698ae963e79fab49b51 (
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 = Gehe zu Zeile
goToLineText = Geben Sie bitte die Zeilennummer ein
invalidInputTitle = Ungültige Eingabe
invalidInputText = Die angegebene Zeilennummer ist ungültig.
outOfRangeTitle = Zeile nicht gefunden
outOfRangeText = Die angegebene Zeile konnte nicht gefunden werden.
viewSelectionSourceTitle = DOM des ausgewählten Quelltextes
context_goToLine_label = Zu Zeile springen…
context_goToLine_accesskey = L
context_wrapLongLines_label = Lange Zeilen umbrechen
context_highlightSyntax_label = Syntax-Hervorhebung
|