~vcs-imports/xena/trunk

« back to all changes in this revision

Viewing changes to ext/src/javahelp/jhMaster/JavaHelp/src/new/javax/help/resources/Constants_de.java

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * @(#)Constants_de.java        1.8 06/10/30
 
3
 * 
 
4
 * Copyright (c) 2006 Sun Microsystems, Inc.  All Rights Reserved.
 
5
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
6
 * 
 
7
 * This code is free software; you can redistribute it and/or modify it
 
8
 * under the terms of the GNU General Public License version 2 only, as
 
9
 * published by the Free Software Foundation.  Sun designates this
 
10
 * particular file as subject to the "Classpath" exception as provided
 
11
 * by Sun in the LICENSE file that accompanied this code.
 
12
 * 
 
13
 * This code is distributed in the hope that it will be useful, but WITHOUT
 
14
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
15
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
16
 * version 2 for more details (a copy is included in the LICENSE file that
 
17
 * accompanied this code).
 
18
 * 
 
19
 * You should have received a copy of the GNU General Public License version
 
20
 * 2 along with this work; if not, write to the Free Software Foundation,
 
21
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
22
 * 
 
23
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
 
24
 * CA 95054 USA or visit www.sun.com if you need additional information or
 
25
 * have any questions.
 
26
 */
 
27
/*
 
28
 * Constants_de.java 
 
29
 *
 
30
 * Originaly: Constants.java 1.8 - last change made 01/29/99
 
31
 * Translated to German by iXOS Software AG, 03/03/1999, Martin Balin
 
32
 */
 
33
 
 
34
package javax.help.resources;
 
35
 
 
36
import java.util.ListResourceBundle;
 
37
 
 
38
/**
 
39
 * Constants used for localizing JavaHelp
 
40
 *
 
41
 * These are in the form of key, value.
 
42
 * Translators take care to only translate the values.
 
43
 */
 
44
 
 
45
public class Constants_de extends ListResourceBundle {
 
46
    /**
 
47
     * Overrides ListResourceBundle
 
48
     */
 
49
    public Object[][] getContents() {
 
50
        return new Object[][] {
 
51
            //  Constant strings and patterns
 
52
            { "helpset.wrongPublicID",
 
53
                  "Unbekannte PublicID {0}"},
 
54
            { "helpset.wrongTitle",
 
55
                  "Versuche, Titel auf {0} zu setzen, aber Wert {1} ist schon gesetzt."},
 
56
            { "helpset.wrongHomeID",
 
57
                  "Versuche HomeID auf {0} zu setzen, aber Wert {1} ist schon gesetzt."},
 
58
            { "helpset.subHelpSetTrouble",
 
59
                  "Probleme beim Erzeugen des Subhelpset: {0}."},
 
60
            { "helpset.malformedURL",
 
61
                  "Formfehler in URL: {0}."},
 
62
            { "helpset.incorrectURL",
 
63
                  "Fehlerhafte URL: {0}."},
 
64
            { "helpset.wrongText",
 
65
                  "{0} darf nicht den Text {1} enthalten."},
 
66
            { "helpset.wrongTopLevel",
 
67
                  "{0} darf kein Top Level Tag sein."},
 
68
            { "helpset.wrongParent",
 
69
                  "Parent Tag f\u00fcr {0} darf nicht {1} sein."},
 
70
            { "helpset.unbalanced",
 
71
                  "Einseitiger Tag {0}."},
 
72
            { "helpset.wrongLocale",
 
73
                  "Warning: xml:lang-Attribut {0} widerspricht Voreinstellung {1} und Voreinstellung {2}"},
 
74
            { "helpset.unknownVersion",
 
75
                  "Unbekannte Version {0}."},
 
76
 
 
77
                // IndexView messages
 
78
            { "index.invalidIndexFormat",
 
79
                  "Warnung: Ung\u00fcltiges Index-Format"},
 
80
            { "index.unknownVersion",
 
81
                  "Unbekannte Version {0}."},
 
82
 
 
83
                // TOCView messages
 
84
            { "toc.wrongPublicID",
 
85
                  "Unbekannte PublicID {0}"},
 
86
            { "toc.invalidTOCFormat",
 
87
                  "Warnung: Ung\u00fcltiges Format f\u00fcr Inhaltsverzeichnis"},
 
88
            { "toc.unknownVersion",
 
89
                  "Unbekannte Version {0}."},
 
90
 
 
91
            // FavoritesView messages
 
92
            { "favorites.invalidFavoritesFormat",
 
93
                  "Warnung: Ung\u00fcltiges Favorites-Format"},
 
94
            { "favorites.unknownVersion",
 
95
                  "Unbekannte Version {0}."},
 
96
 
 
97
                // Map messages
 
98
            { "map.wrongPublicID",
 
99
                  "Unbekannte PublicID {0}"},
 
100
            { "map.invalidMapFormat",
 
101
                  "Warnung: Ung\u00fcltiges Map-Format"},
 
102
            { "map.unknownVersion",
 
103
                  "Unbekannte Version {0}."},
 
104
 
 
105
 
 
106
            // GUI components
 
107
            // Labels
 
108
            { "index.findLabel", "Suche: "},
 
109
 
 
110
            { "search.findLabel", "Suche: "},
 
111
            { "search.hitDesc", "Number of occurances in document"},
 
112
            { "search.qualityDesc", "Lowest penality value in document" },
 
113
            { "search.high", "High"},
 
114
            { "search.midhigh", "Medium high"},
 
115
            { "search.mid", "Medium"},
 
116
            { "search.midlow", "Medium low"},
 
117
            { "search.low", "Low"},
 
118
            
 
119
            { "favorites.add", "Hinzuf\u00fcgen"},
 
120
            { "favorites.remove", "Entfernem"},
 
121
            { "favorites.folder", "Neuer Ordner"},
 
122
            { "favorites.name", "Name"},
 
123
            { "favorites.cut", "Ausschneiden"},
 
124
            { "favorites.paste", "Einf\u00fcgen"},
 
125
            { "favorites.copy" , "Kopieren"},
 
126
 
 
127
            { "history.homePage", "Startseite"},
 
128
            { "history.unknownTitle", "<Unbekannter Titel>"},
 
129
 
 
130
            // ToolTips
 
131
            { "tooltip.BackAction", "Voriger"},
 
132
            { "tooltip.ForwardAction", "N\u00e4chster"},
 
133
            { "tooltip.PrintAction", "Drucken"},
 
134
            { "tooltip.PrintSetupAction", "Seite einrichten"},
 
135
            { "tooltip.ReloadAction", "Neu laden"},
 
136
            { "tooltip.HomeAction", "Go to home page"},
 
137
 
 
138
            // Accessibility names
 
139
            { "access.BackAction", "Previous Button"},
 
140
            { "access.ForwardAction", "Next Button"},
 
141
            { "access.HistoryAction", "History Button"},
 
142
            { "access.PrintAction", "Print Button"},
 
143
            { "access.PrintSetupAction", "Page Setup Button"},
 
144
            { "access.ReloadAction", "Reload Button"},
 
145
            { "access.HomeAction", "Home Button"},
 
146
            { "access.FavoritesAction", "Add to Favorites Button"},
 
147
            { "access.contentViewer", "Content Viewer"}
 
148
       };
 
149
    }
 
150
}