blob: 1394b5aa763ba1fe9ee032b807ea0925ee4ea030 (
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
44
45
46
47
48
|
<!-- 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/. -->
<!-- Link Toolbar Title -->
<!ENTITY linkToolbar.label "Website-Navigationsleiste">
<!ENTITY linkToolbar.accesskey "i">
<!ENTITY linkToolbar.tooltip "Website-Navigationsleiste">
<!-- Link Toolbar visibility options -->
<!ENTITY linkToolbarAlways.label "Immer anzeigen">
<!ENTITY linkToolbarAlways.accesskey "I">
<!ENTITY linkToolbarAsNeeded.label "Nur anzeigen, wenn benötigt">
<!ENTITY linkToolbarAsNeeded.accesskey "b">
<!ENTITY linkToolbarNever.label "Immer verstecken">
<!ENTITY linkToolbarNever.accesskey "v">
<!-- Toolbar buttons, menus, and menuitems -->
<!ENTITY topButton.label "Anfang">
<!ENTITY upButton.label "Nach oben">
<!ENTITY firstButton.label "Erster">
<!ENTITY prevButton.label "Vorheriger">
<!ENTITY nextButton.label "Nächster">
<!ENTITY lastButton.label "Letzter">
<!ENTITY documentButton.label "Dokument">
<!ENTITY tocButton.label "Inhalt">
<!ENTITY chapterButton.label "Kapitel">
<!ENTITY sectionButton.label "Abschnitte">
<!ENTITY subSectionButton.label "Unterabschnitte">
<!ENTITY appendixButton.label "Anhänge">
<!ENTITY glossaryButton.label "Glossar">
<!ENTITY indexButton.label "Index">
<!ENTITY moreButton.label "Mehr">
<!ENTITY helpButton.label "Hilfe">
<!ENTITY searchButton.label "Suchen">
<!ENTITY authorButton.label "Autor(en)">
<!ENTITY copyrightButton.label "Copyright">
<!ENTITY bookmarkButton.label "Lesezeichen">
<!ENTITY alternateButton.label "Andere Versionen">
<!ENTITY feedButton.label "Abonnieren">
|