Blame view

sources/core/l10n/de.php 15.5 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Expiration date is in the past." => "Ablaufdatum liegt in der Vergangenheit.",
31b7f2792   Kload   Upgrade to ownclo...
4
5
6
7
  "Couldn't send mail to following users: %s " => "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
  "Turned on maintenance mode" => "Wartungsmodus eingeschaltet",
  "Turned off maintenance mode" => "Wartungsmodus ausgeschaltet",
  "Updated database" => "Datenbank aktualisiert",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Checked database schema update" => "Datenbank-Schemenaktualisierung geprüft",
  "Disabled incompatible apps: %s" => "Deaktivierte inkompatible Apps: %s",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
  "No image or file provided" => "Kein Bild oder Datei zur Verfügung gestellt",
  "Unknown filetype" => "Unbekannter Dateityp",
  "Invalid image" => "Ungültiges Bild",
  "No temporary profile picture available, try again" => "Kein temporäres Profilbild verfügbar, bitte versuche es nochmal",
  "No crop data provided" => "Keine Zuschnittdaten zur Verfügung gestellt",
03e52840d   Kload   Init
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  "Sunday" => "Sonntag",
  "Monday" => "Montag",
  "Tuesday" => "Dienstag",
  "Wednesday" => "Mittwoch",
  "Thursday" => "Donnerstag",
  "Friday" => "Freitag",
  "Saturday" => "Samstag",
  "January" => "Januar",
  "February" => "Februar",
  "March" => "März",
  "April" => "April",
  "May" => "Mai",
  "June" => "Juni",
  "July" => "Juli",
  "August" => "August",
  "September" => "September",
  "October" => "Oktober",
  "November" => "November",
  "December" => "Dezember",
  "Settings" => "Einstellungen",
6d9380f96   Cédric Dupont   Update sources OC...
35
36
37
38
39
  "File" => "Datei",
  "Folder" => "Ordner",
  "Image" => "Bild",
  "Audio" => "Audio",
  "Saving..." => "Speichern...",
03e52840d   Kload   Init
40
  "seconds ago" => "Gerade eben",
31b7f2792   Kload   Upgrade to ownclo...
41
42
  "_%n minute ago_::_%n minutes ago_" => array("Vor %n Minute","Vor %n Minuten"),
  "_%n hour ago_::_%n hours ago_" => array("Vor %n Stunde","Vor %n Stunden"),
03e52840d   Kload   Init
43
44
  "today" => "Heute",
  "yesterday" => "Gestern",
31b7f2792   Kload   Upgrade to ownclo...
45
  "_%n day ago_::_%n days ago_" => array("Vor %n Tag","Vor %n Tagen"),
03e52840d   Kload   Init
46
  "last month" => "Letzten Monat",
31b7f2792   Kload   Upgrade to ownclo...
47
  "_%n month ago_::_%n months ago_" => array("Vor %n Monat","Vor %n Monaten"),
03e52840d   Kload   Init
48
49
  "last year" => "Letztes Jahr",
  "years ago" => "Vor Jahren",
6d9380f96   Cédric Dupont   Update sources OC...
50
51
52
53
54
55
  "Couldn't send reset email. Please contact your administrator." => "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.",
  "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "Der Link zum Rücksetzen Deines Passwort ist an Deine E-Mail-Adresse geschickt worden. Wenn Du ihn nicht innerhalb einer vernünftigen Zeit empfängst, prüfe Deine Spam-Verzeichnisse.<br>Wenn er nicht dort ist, frage Deinen lokalen Administrator.",
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "Ihre Dateien sind verschlüsselt. Sollten Sie keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Ihre Daten zu kommen, wenn das Passwort zurückgesetzt wird.<br />Falls Sie sich nicht sicher sind, was Sie tun sollen, kontaktieren Sie bitte Ihren Administrator, bevor Sie fortfahren.<br />Wollen Sie wirklich fortfahren?",
  "I know what I'm doing" => "Ich weiß, was ich mache",
  "Reset password" => "Passwort zurücksetzen",
  "Password can not be changed. Please contact your administrator." => "Passwort kann nicht geändert werden. Bitte kontaktiere Deinen Administrator.",
03e52840d   Kload   Init
56
  "Yes" => "Ja",
31b7f2792   Kload   Upgrade to ownclo...
57
  "No" => "Nein",
6d9380f96   Cédric Dupont   Update sources OC...
58
59
  "Choose" => "Auswählen",
  "Error loading file picker template: {error}" => "Fehler beim Laden der Dateiauswahlvorlage: {error}",
03e52840d   Kload   Init
60
  "Ok" => "OK",
31b7f2792   Kload   Upgrade to ownclo...
61
62
63
  "Error loading message template: {error}" => "Fehler beim Laden der Nachrichtenvorlage: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} Dateikonflikt","{count} Dateikonflikte"),
  "One file conflict" => "Ein Dateikonflikt",
6d9380f96   Cédric Dupont   Update sources OC...
64
65
66
67
  "New Files" => "Neue Dateien",
  "Already existing files" => "Die Dateien existieren bereits",
  "Which files do you want to keep?" => "Welche Dateien möchtest Du behalten?",
  "If you select both versions, the copied file will have a number added to its name." => "Wenn Du beide Versionen auswählst, erhält die kopierte Datei eine Zahl am Ende des Dateinamens.",
31b7f2792   Kload   Upgrade to ownclo...
68
69
70
71
72
  "Cancel" => "Abbrechen",
  "Continue" => "Fortsetzen",
  "(all selected)" => "(Alle ausgewählt)",
  "({count} selected)" => "({count} ausgewählt)",
  "Error loading file exists template" => "Fehler beim Laden der vorhanden Dateivorlage",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
75
76
77
  "Very weak password" => "Sehr schwaches Passwort",
  "Weak password" => "Schwaches Passwort",
  "So-so password" => "Durchschnittliches Passwort",
  "Good password" => "Gutes Passwort",
  "Strong password" => "Starkes Passwort",
03e52840d   Kload   Init
78
  "Shared" => "Geteilt",
6d9380f96   Cédric Dupont   Update sources OC...
79
80
  "Shared by {owner}" => "Geteilt von {owner}",
  "Shared with {recipients}" => "Geteilt mit {recipients}",
03e52840d   Kload   Init
81
  "Share" => "Teilen",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Error" => "Fehler",
03e52840d   Kload   Init
83
  "Error while sharing" => "Fehler beim Teilen",
31b7f2792   Kload   Upgrade to ownclo...
84
  "Error while unsharing" => "Fehler beim Aufheben der Freigabe",
03e52840d   Kload   Init
85
86
87
  "Error while changing permissions" => "Fehler beim Ändern der Rechte",
  "Shared with you and the group {group} by {owner}" => "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
  "Shared with you by {owner}" => "{owner} hat dies mit Dir geteilt",
31b7f2792   Kload   Upgrade to ownclo...
88
89
  "Share with user or group …" => "Mit Benutzer oder Gruppe teilen ....",
  "Share link" => "Link Teilen",
6d9380f96   Cédric Dupont   Update sources OC...
90
91
  "The public link will expire no later than {days} days after it is created" => "Der öffentliche Link wird spätestens nach {days} Tagen, nach Erstellung, ablaufen",
  "By default the public link will expire after {days} days" => "Standardmäßig wird der öffentliche Link nach {days} Tagen ablaufen",
03e52840d   Kload   Init
92
  "Password protect" => "Passwortschutz",
6d9380f96   Cédric Dupont   Update sources OC...
93
  "Choose a password for the public link" => "Wählen Sie ein Passwort für den öffentlichen Link",
31b7f2792   Kload   Upgrade to ownclo...
94
  "Allow Public Upload" => "Öffentliches Hochladen erlauben",
03e52840d   Kload   Init
95
96
97
98
99
100
  "Email link to person" => "Link per E-Mail verschicken",
  "Send" => "Senden",
  "Set expiration date" => "Setze ein Ablaufdatum",
  "Expiration date" => "Ablaufdatum",
  "Share via email:" => "Über eine E-Mail teilen:",
  "No people found" => "Niemand gefunden",
31b7f2792   Kload   Upgrade to ownclo...
101
  "group" => "Gruppe",
03e52840d   Kload   Init
102
103
104
  "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
  "Shared in {item} with {user}" => "Für {user} in {item} freigegeben",
  "Unshare" => "Freigabe aufheben",
31b7f2792   Kload   Upgrade to ownclo...
105
  "notify by email" => "Per E-Mail informieren",
6d9380f96   Cédric Dupont   Update sources OC...
106
  "can share" => "Kann teilen",
03e52840d   Kload   Init
107
108
109
110
111
  "can edit" => "kann bearbeiten",
  "access control" => "Zugriffskontrolle",
  "create" => "erstellen",
  "update" => "aktualisieren",
  "delete" => "löschen",
03e52840d   Kload   Init
112
  "Password protected" => "Durch ein Passwort geschützt",
31b7f2792   Kload   Upgrade to ownclo...
113
  "Error unsetting expiration date" => "Fehler beim Entfernen des Ablaufdatums",
03e52840d   Kload   Init
114
115
116
  "Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
  "Sending ..." => "Sende ...",
  "Email sent" => "E-Mail wurde verschickt",
31b7f2792   Kload   Upgrade to ownclo...
117
118
  "Warning" => "Warnung",
  "The object type is not specified." => "Der Objekttyp ist nicht angegeben.",
a293d369c   Kload   Update sources to...
119
  "Enter new" => "Neuen eingeben",
31b7f2792   Kload   Upgrade to ownclo...
120
121
122
123
124
  "Delete" => "Löschen",
  "Add" => "Hinzufügen",
  "Edit tags" => "Schlagwörter bearbeiten",
  "Error loading dialog template: {error}" => "Fehler beim Laden der Dialogvorlage: {error}",
  "No tags selected for deletion." => "Es wurden keine Schlagwörter zum Löschen ausgewählt.",
6d9380f96   Cédric Dupont   Update sources OC...
125
  "Updating {productName} to version {version}, this may take a while." => "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.",
31b7f2792   Kload   Upgrade to ownclo...
126
  "Please reload the page." => "Bitte lade diese Seite neu.",
6d9380f96   Cédric Dupont   Update sources OC...
127
  "The update was unsuccessful." => "Die Aktualisierung war erfolgreich.",
31b7f2792   Kload   Upgrade to ownclo...
128
  "The update was successful. Redirecting you to ownCloud now." => "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.",
6d9380f96   Cédric Dupont   Update sources OC...
129
130
131
  "Couldn't reset password because the token is invalid" => "Aufgrund eines ungültigen Tokens kann das Passwort nicht zurück gesetzt werden",
  "Couldn't send reset email. Please make sure your username is correct." => "E-Mail zum Zurücksetzen kann nicht versendet werden. Stelle sicher, dass Dein Nutzername korrekt ist.",
  "Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "E-Mail zum Zurücksetzen kann Aufgrund einer nicht vorhandenen E-Mail Adresse für diesen Nutzernamen nicht versendet werden. Bitte kontaktiere Deinen Administrator.",
31b7f2792   Kload   Upgrade to ownclo...
132
  "%s password reset" => "%s-Passwort zurücksetzen",
03e52840d   Kload   Init
133
134
  "Use the following link to reset your password: {link}" => "Nutze den nachfolgenden Link, um Dein Passwort zurückzusetzen: {link}",
  "You will receive a link to reset your password via Email." => "Du erhältst einen Link per E-Mail, um Dein Passwort zurückzusetzen.",
03e52840d   Kload   Init
135
  "Username" => "Benutzername",
6d9380f96   Cédric Dupont   Update sources OC...
136
137
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Deine Dateien sind verschlüsselt. Solltest Du keinen Wiederherstellungschlüssel aktiviert haben, gibt es keine Möglichkeit an Deine Daten zu kommen, wenn das Passwort zurückgesetzt wird. Falls Du Dir nicht sicher bist, was Du tun sollst, kontaktiere bitte Deinen Administrator, bevor Du fortfährst. Willst Du wirklich fortfahren?",
  "Yes, I really want to reset my password now" => "Ja, ich will mein Passwort jetzt zurücksetzen",
31b7f2792   Kload   Upgrade to ownclo...
138
  "Reset" => "Zurücksetzen",
03e52840d   Kload   Init
139
  "New password" => "Neues Passwort",
6d9380f96   Cédric Dupont   Update sources OC...
140
141
142
  "New Password" => "Neues Passwort",
  "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OSX wird nicht unterstützt und %s wird auf dieser Platform nicht korrekt funktionieren. Benutzung auf eigenes Risiko!",
  "For the best results, please consider using a GNU/Linux server instead." => "Für die besten Resultate sollte stattdessen ein GNU/Linux Server verwendet werden.",
03e52840d   Kload   Init
143
144
  "Personal" => "Persönlich",
  "Users" => "Benutzer",
31b7f2792   Kload   Upgrade to ownclo...
145
146
  "Apps" => "Apps",
  "Admin" => "Administration",
03e52840d   Kload   Init
147
  "Help" => "Hilfe",
31b7f2792   Kload   Upgrade to ownclo...
148
149
150
151
152
  "Error loading tags" => "Fehler beim Laden der Schlagwörter",
  "Tag already exists" => "Schlagwort ist bereits vorhanden",
  "Error deleting tag(s)" => "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter",
  "Error tagging" => "Fehler beim Hinzufügen der Schlagwörter",
  "Error untagging" => "Fehler beim Entfernen der Schlagwörter",
6d9380f96   Cédric Dupont   Update sources OC...
153
  "Error favoriting" => "Fehler beim Favorisieren",
31b7f2792   Kload   Upgrade to ownclo...
154
  "Error unfavoriting" => "Fehler beim Entfernen aus den Favoriten",
03e52840d   Kload   Init
155
156
  "Access forbidden" => "Zugriff verboten",
  "Cloud not found" => "Cloud nicht gefunden",
31b7f2792   Kload   Upgrade to ownclo...
157
158
159
160
161
162
163
164
165
166
167
168
169
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Hallo,
  
  ich wollte Dich nur wissen lassen, dass %s %s mit Dir teilt.
  Schaue es Dir an: %s
  
  ",
  "The share will expire on %s." => "Die Freigabe wird am %s ablaufen.",
  "Cheers!" => "Hallo!",
03e52840d   Kload   Init
170
  "Security Warning" => "Sicherheitswarnung",
31b7f2792   Kload   Upgrade to ownclo...
171
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Deine PHP Version ist durch die NULL Byte Attacke (CVE-2006-7243) angreifbar",
6d9380f96   Cédric Dupont   Update sources OC...
172
  "Please update your PHP installation to use %s securely." => "Bitte aktualisiere Deine PHP-Installation um %s sicher nutzen zu können.",
03e52840d   Kload   Init
173
174
175
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Es ist kein sicherer Zufallszahlengenerator verfügbar, bitte aktiviere die PHP-Erweiterung für OpenSSL.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage die Tokens für das Zurücksetzen der Passwörter vorherzusehen und Konten  zu übernehmen.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
6d9380f96   Cédric Dupont   Update sources OC...
176
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Für Informationen, wie Du Deinen Server richtig konfigurierst, lies bitte die <a href=\"%s\" target=\"_blank\">Dokumentation</a>.",
03e52840d   Kload   Init
177
  "Create an <strong>admin account</strong>" => "<strong>Administrator-Konto</strong> anlegen",
6d9380f96   Cédric Dupont   Update sources OC...
178
179
  "Password" => "Passwort",
  "Storage & database" => "Speicher & Datenbank",
03e52840d   Kload   Init
180
181
  "Data folder" => "Datenverzeichnis",
  "Configure the database" => "Datenbank einrichten",
6d9380f96   Cédric Dupont   Update sources OC...
182
  "Only %s is available." => "Es sind nur %s verfügbar.",
03e52840d   Kload   Init
183
184
185
186
187
  "Database user" => "Datenbank-Benutzer",
  "Database password" => "Datenbank-Passwort",
  "Database name" => "Datenbank-Name",
  "Database tablespace" => "Datenbank-Tablespace",
  "Database host" => "Datenbank-Host",
6d9380f96   Cédric Dupont   Update sources OC...
188
  "SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wird als Datenbank benutzt. Für größere Installationen wird empfohlen, dies zu ändern.",
03e52840d   Kload   Init
189
  "Finish setup" => "Installation abschließen",
31b7f2792   Kload   Upgrade to ownclo...
190
  "Finishing …" => "Abschließen ...",
6d9380f96   Cédric Dupont   Update sources OC...
191
192
  "This application requires JavaScript to be enabled for correct operation.  Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb.  Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Schnittstelle neu.",
  "%s is available. Get more information on how to update." => "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
03e52840d   Kload   Init
193
194
195
196
197
  "Log out" => "Abmelden",
  "Automatic logon rejected!" => "Automatischer Login zurückgewiesen!",
  "If you did not change your password recently, your account may be compromised!" => "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein
  Account kompromittiert sein!",
  "Please change your password to secure your account again." => "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen.",
31b7f2792   Kload   Upgrade to ownclo...
198
199
  "Server side authentication failed!" => "Serverseitige Authentifizierung fehlgeschlagen!",
  "Please contact your administrator." => "Bitte kontaktiere Deinen Administrator.",
6d9380f96   Cédric Dupont   Update sources OC...
200
  "Forgot your password? Reset it!" => "Passwort vergessen? Setze es zurück!",
03e52840d   Kload   Init
201
202
203
  "remember" => "merken",
  "Log in" => "Einloggen",
  "Alternative Logins" => "Alternative Logins",
6d9380f96   Cédric Dupont   Update sources OC...
204
  "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hallo,<br><br>wir möchten dich nur wissen lassen, dass %s <strong>%s</strong> mit dir geteilt hat.<br><a href=\"%s\">Ansehen!</a><br><br>",
31b7f2792   Kload   Upgrade to ownclo...
205
206
207
208
  "This ownCloud instance is currently in single user mode." => "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.",
  "This means only administrators can use the instance." => "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.",
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
  "Thank you for your patience." => "Vielen Dank für Deine Geduld.",
6d9380f96   Cédric Dupont   Update sources OC...
209
210
211
212
213
  "%s will be updated to version %s." => "%s wird auf Version %s aktualisiert.",
  "The following apps will be disabled:" => "Die folgenden Apps werden deaktiviert:",
  "The theme %s has been disabled." => "Das Theme %s wurde deaktiviert.",
  "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurde.",
  "Start update" => "Aktualisierung starten",
31b7f2792   Kload   Upgrade to ownclo...
214
215
  "This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.",
  "Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren."
03e52840d   Kload   Init
216
  );
31b7f2792   Kload   Upgrade to ownclo...
217
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";