懒羊羊
2023-11-14 8286c62256f23bc2367a6729c0f46f84215e380b
提交 | 用户 | 时间
8286c6 1 # Copyright 2012 Mozilla Foundation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # Main toolbar buttons (tooltips and alt text for images)
16 previous.title=Eine Seite zurück
17 previous_label=Zurück
18 next.title=Eine Seite vor
19 next_label=Vor
20
21 # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22 page.title=Seite
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24 # representing the total number of pages in the document.
25 of_pages=von {{pagesCount}}
26 # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
27 # will be replaced by a number representing the currently visible page,
28 # respectively a number representing the total number of pages in the document.
29 page_of_pages=({{pageNumber}} von {{pagesCount}})
30
31 zoom_out.title=Verkleinern
32 zoom_out_label=Verkleinern
33 zoom_in.title=Vergrößern
34 zoom_in_label=Vergrößern
35 zoom.title=Zoom
36 presentation_mode.title=In Präsentationsmodus wechseln
37 presentation_mode_label=Präsentationsmodus
38 open_file.title=Datei öffnen
39 open_file_label=Öffnen
40 print.title=Drucken
41 print_label=Drucken
42 download.title=Dokument speichern
43 download_label=Speichern
44 bookmark.title=Aktuelle Ansicht (zum Kopieren oder Öffnen in einem neuen Fenster)
45 bookmark_label=Aktuelle Ansicht
46
47 # Secondary toolbar and context menu
48 tools.title=Werkzeuge
49 tools_label=Werkzeuge
50 first_page.title=Erste Seite anzeigen
51 first_page.label=Erste Seite anzeigen
52 first_page_label=Erste Seite anzeigen
53 last_page.title=Letzte Seite anzeigen
54 last_page.label=Letzte Seite anzeigen
55 last_page_label=Letzte Seite anzeigen
56 page_rotate_cw.title=Im Uhrzeigersinn drehen
57 page_rotate_cw.label=Im Uhrzeigersinn drehen
58 page_rotate_cw_label=Im Uhrzeigersinn drehen
59 page_rotate_ccw.title=Gegen Uhrzeigersinn drehen
60 page_rotate_ccw.label=Gegen Uhrzeigersinn drehen
61 page_rotate_ccw_label=Gegen Uhrzeigersinn drehen
62
63 cursor_text_select_tool.title=Textauswahl-Werkzeug aktivieren
64 cursor_text_select_tool_label=Textauswahl-Werkzeug
65 cursor_hand_tool.title=Hand-Werkzeug aktivieren
66 cursor_hand_tool_label=Hand-Werkzeug
67
68 scroll_vertical.title=Seiten übereinander anordnen
69 scroll_vertical_label=Vertikale Seitenanordnung
70 scroll_horizontal.title=Seiten nebeneinander anordnen
71 scroll_horizontal_label=Horizontale Seitenanordnung
72 scroll_wrapped.title=Seiten neben- und übereinander anordnen, anhängig vom Platz
73 scroll_wrapped_label=Kombinierte Seitenanordnung
74
75 spread_none.title=Seiten nicht nebeneinander anzeigen
76 spread_none_label=Einzelne Seiten
77 spread_odd.title=Jeweils eine ungerade und eine gerade Seite nebeneinander anzeigen
78 spread_odd_label=Ungerade + gerade Seite
79 spread_even.title=Jeweils eine gerade und eine ungerade Seite nebeneinander anzeigen
80 spread_even_label=Gerade + ungerade Seite
81
82 # Document properties dialog box
83 document_properties.title=Dokumenteigenschaften
84 document_properties_label=Dokumenteigenschaften…
85 document_properties_file_name=Dateiname:
86 document_properties_file_size=Dateigröße:
87 # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
88 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
89 document_properties_kb={{size_kb}} KB ({{size_b}} Bytes)
90 # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
91 # will be replaced by the PDF file size in megabytes, respectively in bytes.
92 document_properties_mb={{size_mb}} MB ({{size_b}} Bytes)
93 document_properties_title=Titel:
94 document_properties_author=Autor:
95 document_properties_subject=Thema:
96 document_properties_keywords=Stichwörter:
97 document_properties_creation_date=Erstelldatum:
98 document_properties_modification_date=Bearbeitungsdatum:
99 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
100 # will be replaced by the creation/modification date, and time, of the PDF file.
101 document_properties_date_string={{date}} {{time}}
102 document_properties_creator=Anwendung:
103 document_properties_producer=PDF erstellt mit:
104 document_properties_version=PDF-Version:
105 document_properties_page_count=Seitenzahl:
106 document_properties_page_size=Seitengröße:
107 document_properties_page_size_unit_inches=Zoll
108 document_properties_page_size_unit_millimeters=mm
109 document_properties_page_size_orientation_portrait=Hochformat
110 document_properties_page_size_orientation_landscape=Querformat
111 document_properties_page_size_name_a3=A3
112 document_properties_page_size_name_a4=A4
113 document_properties_page_size_name_letter=Letter
114 document_properties_page_size_name_legal=Legal
115 # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
117 # the size, respectively their unit of measurement and orientation, of the (current) page.
118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
119 # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
122 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
123 # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
125 document_properties_linearized=Schnelle Webanzeige:
126 document_properties_linearized_yes=Ja
127 document_properties_linearized_no=Nein
128 document_properties_close=Schließen
129
130 print_progress_message=Dokument wird für Drucken vorbereitet…
131 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
132 # a numerical per cent value.
133 print_progress_percent={{progress}}%
134 print_progress_close=Abbrechen
135
136 # Tooltips and alt text for side panel toolbar buttons
137 # (the _label strings are alt text for the buttons, the .title strings are
138 # tooltips)
139 toggle_sidebar.title=Sidebar umschalten
140 toggle_sidebar_notification.title=Sidebar umschalten (Dokument enthält Dokumentstruktur/Anhänge)
141 toggle_sidebar_label=Sidebar umschalten
142 document_outline.title=Dokumentstruktur anzeigen (Doppelklicken, um alle Einträge aus- bzw. einzuklappen)
143 document_outline_label=Dokumentstruktur
144 attachments.title=Anhänge anzeigen
145 attachments_label=Anhänge
146 thumbs.title=Miniaturansichten anzeigen
147 thumbs_label=Miniaturansichten
148 findbar.title=Dokument durchsuchen
149 findbar_label=Suchen
150
151 # Thumbnails panel item (tooltip and alt text for images)
152 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
153 # number.
154 thumb_page_title=Seite {{page}}
155 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
156 # number.
157 thumb_page_canvas=Miniaturansicht von Seite {{page}}
158
159 # Find panel button title and messages
160 find_input.title=Suchen
161 find_input.placeholder=Im Dokument suchen…
162 find_previous.title=Vorheriges Vorkommen des Suchbegriffs finden
163 find_previous_label=Zurück
164 find_next.title=Nächstes Vorkommen des Suchbegriffs finden
165 find_next_label=Weiter
166 find_highlight=Alle hervorheben
167 find_match_case_label=Groß-/Kleinschreibung beachten
168 find_entire_word_label=Ganze Wörter
169 find_reached_top=Anfang des Dokuments erreicht, fahre am Ende fort
170 find_reached_bottom=Ende des Dokuments erreicht, fahre am Anfang fort
171 # LOCALIZATION NOTE (find_match_count): The supported plural forms are
172 # [one|two|few|many|other], with [other] as the default value.
173 # "{{current}}" and "{{total}}" will be replaced by a number representing the
174 # index of the currently active find result, respectively a number representing
175 # the total number of matches in the document.
176 # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
177 # [zero|one|two|few|many|other], with [other] as the default value.
178 # "{{limit}}" will be replaced by a numerical value.
179 find_not_found=Suchbegriff nicht gefunden
180
181 # Error panel labels
182 error_more_info=Mehr Informationen
183 error_less_info=Weniger Informationen
184 error_close=Schließen
185 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
186 # replaced by the PDF.JS version and build ID.
187 error_version_info=PDF.js Version {{version}} (build: {{build}})
188 # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
189 # english string describing the error.
190 error_message=Nachricht: {{message}}
191 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
192 # trace.
193 error_stack=Aufrufliste: {{stack}}
194 # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
195 error_file=Datei: {{file}}
196 # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
197 error_line=Zeile: {{line}}
198 rendering_error=Beim Darstellen der Seite trat ein Fehler auf.
199
200 # Predefined zoom values
201 page_scale_width=Seitenbreite
202 page_scale_fit=Seitengröße
203 page_scale_auto=Automatischer Zoom
204 page_scale_actual=Originalgröße
205 # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
206 # numerical scale value.
207 page_scale_percent={{scale}}%
208
209 # Loading indicator messages
210 loading_error_indicator=Fehler
211 loading_error=Beim Laden der PDF-Datei trat ein Fehler auf.
212 invalid_file_error=Ungültige oder beschädigte PDF-Datei
213 missing_file_error=Fehlende PDF-Datei
214 unexpected_response_error=Unerwartete Antwort des Servers
215
216 # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
217 # "{{type}}" will be replaced with an annotation type from a list defined in
218 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
219 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
220 text_annotation_type.alt=[Anlage: {{type}}]
221 password_label=Geben Sie zum Öffnen der PDF-Datei deren Passwort ein.
222 password_invalid=Falsches Passwort. Bitte versuchen Sie es erneut.
223 password_ok=OK
224 password_cancel=Abbrechen
225
226 printing_not_supported=Warnung: Die Drucken-Funktion wird durch diesen Browser nicht vollständig unterstützt.
227 printing_not_ready=Warnung: Die PDF-Datei ist nicht vollständig geladen, dies ist für das Drucken aber empfohlen.
228 web_fonts_disabled=Web-Schriftarten sind deaktiviert: Eingebettete PDF-Schriftarten konnten nicht geladen werden.
229 document_colors_not_allowed=PDF-Dokumenten ist es nicht erlaubt, ihre eigenen Farben zu verwenden: 'Seiten das Verwenden von eigenen Farben erlauben' ist im Browser deaktiviert.