2716 lines
248 KiB
PHP
2716 lines
248 KiB
PHP
<?php
|
||
|
||
if(! function_exists("string_plural_select_de")) {
|
||
function string_plural_select_de($n){
|
||
$n = intval($n);
|
||
return intval($n != 1);
|
||
}}
|
||
$a->strings['Access denied.'] = 'Zugriff verweigert.';
|
||
$a->strings['User not found.'] = 'Benutzer nicht gefunden.';
|
||
$a->strings['Access to this profile has been restricted.'] = 'Der Zugriff zu diesem Profil wurde eingeschränkt.';
|
||
$a->strings['Events'] = 'Veranstaltungen';
|
||
$a->strings['View'] = 'Ansehen';
|
||
$a->strings['Previous'] = 'Vorherige';
|
||
$a->strings['Next'] = 'Nächste';
|
||
$a->strings['today'] = 'Heute';
|
||
$a->strings['month'] = 'Monat';
|
||
$a->strings['week'] = 'Woche';
|
||
$a->strings['day'] = 'Tag';
|
||
$a->strings['list'] = 'Liste';
|
||
$a->strings['User not found'] = 'Nutzer nicht gefunden';
|
||
$a->strings['This calendar format is not supported'] = 'Dieses Kalenderformat wird nicht unterstützt.';
|
||
$a->strings['No exportable data found'] = 'Keine exportierbaren Daten gefunden';
|
||
$a->strings['calendar'] = 'Kalender';
|
||
$a->strings['Public access denied.'] = 'Öffentlicher Zugriff verweigert.';
|
||
$a->strings['The requested item doesn\'t exist or has been deleted.'] = 'Der angeforderte Beitrag existiert nicht oder wurde gelöscht.';
|
||
$a->strings['The feed for this item is unavailable.'] = 'Der Feed für diesen Beitrag ist nicht verfügbar.';
|
||
$a->strings['Permission denied.'] = 'Zugriff verweigert.';
|
||
$a->strings['Item not found'] = 'Beitrag nicht gefunden';
|
||
$a->strings['Edit post'] = 'Beitrag bearbeiten';
|
||
$a->strings['Save'] = 'Speichern';
|
||
$a->strings['Loading...'] = 'lädt...';
|
||
$a->strings['Upload photo'] = 'Foto hochladen';
|
||
$a->strings['upload photo'] = 'Bild hochladen';
|
||
$a->strings['Attach file'] = 'Datei anhängen';
|
||
$a->strings['attach file'] = 'Datei anhängen';
|
||
$a->strings['Insert web link'] = 'Einen Link einfügen';
|
||
$a->strings['web link'] = 'Weblink';
|
||
$a->strings['Insert video link'] = 'Video-Adresse einfügen';
|
||
$a->strings['video link'] = 'Video-Link';
|
||
$a->strings['Insert audio link'] = 'Audio-Adresse einfügen';
|
||
$a->strings['audio link'] = 'Audio-Link';
|
||
$a->strings['Set your location'] = 'Deinen Standort festlegen';
|
||
$a->strings['set location'] = 'Ort setzen';
|
||
$a->strings['Clear browser location'] = 'Browser-Standort leeren';
|
||
$a->strings['clear location'] = 'Ort löschen';
|
||
$a->strings['Please wait'] = 'Bitte warten';
|
||
$a->strings['Permission settings'] = 'Berechtigungseinstellungen';
|
||
$a->strings['CC: email addresses'] = 'Cc: E-Mail-Addressen';
|
||
$a->strings['Public post'] = 'Öffentlicher Beitrag';
|
||
$a->strings['Set title'] = 'Titel setzen';
|
||
$a->strings['Categories (comma-separated list)'] = 'Kategorien (kommasepariert)';
|
||
$a->strings['Example: bob@example.com, mary@example.com'] = 'Z.B.: bob@example.com, mary@example.com';
|
||
$a->strings['Preview'] = 'Vorschau';
|
||
$a->strings['Cancel'] = 'Abbrechen';
|
||
$a->strings['Bold'] = 'Fett';
|
||
$a->strings['Italic'] = 'Kursiv';
|
||
$a->strings['Underline'] = 'Unterstrichen';
|
||
$a->strings['Quote'] = 'Zitat';
|
||
$a->strings['Code'] = 'Code';
|
||
$a->strings['Link'] = 'Link';
|
||
$a->strings['Link or Media'] = 'Link oder Mediendatei';
|
||
$a->strings['Message'] = 'Nachricht';
|
||
$a->strings['Browser'] = 'Browser';
|
||
$a->strings['Permissions'] = 'Berechtigungen';
|
||
$a->strings['Open Compose page'] = 'Composer Seite öffnen';
|
||
$a->strings['Event can not end before it has started.'] = 'Die Veranstaltung kann nicht enden, bevor sie beginnt.';
|
||
$a->strings['Event title and start time are required.'] = 'Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden.';
|
||
$a->strings['Create New Event'] = 'Neue Veranstaltung erstellen';
|
||
$a->strings['Event details'] = 'Veranstaltungsdetails';
|
||
$a->strings['Starting date and Title are required.'] = 'Anfangszeitpunkt und Titel werden benötigt';
|
||
$a->strings['Event Starts:'] = 'Veranstaltungsbeginn:';
|
||
$a->strings['Required'] = 'Benötigt';
|
||
$a->strings['Finish date/time is not known or not relevant'] = 'Enddatum/-zeit ist nicht bekannt oder nicht relevant';
|
||
$a->strings['Event Finishes:'] = 'Veranstaltungsende:';
|
||
$a->strings['Description:'] = 'Beschreibung';
|
||
$a->strings['Location:'] = 'Ort:';
|
||
$a->strings['Title:'] = 'Titel:';
|
||
$a->strings['Share this event'] = 'Veranstaltung teilen';
|
||
$a->strings['Submit'] = 'Senden';
|
||
$a->strings['Basic'] = 'Allgemein';
|
||
$a->strings['Advanced'] = 'Erweitert';
|
||
$a->strings['Failed to remove event'] = 'Entfernen der Veranstaltung fehlgeschlagen';
|
||
$a->strings['Photos'] = 'Bilder';
|
||
$a->strings['Upload'] = 'Hochladen';
|
||
$a->strings['Files'] = 'Dateien';
|
||
$a->strings['Submit Request'] = 'Anfrage abschicken';
|
||
$a->strings['You already added this contact.'] = 'Du hast den Kontakt bereits hinzugefügt.';
|
||
$a->strings['The network type couldn\'t be detected. Contact can\'t be added.'] = 'Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden.';
|
||
$a->strings['Diaspora support isn\'t enabled. Contact can\'t be added.'] = 'Diaspora-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.';
|
||
$a->strings['OStatus support is disabled. Contact can\'t be added.'] = 'OStatus-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.';
|
||
$a->strings['Connect/Follow'] = 'Verbinden/Folgen';
|
||
$a->strings['Please answer the following:'] = 'Bitte beantworte folgendes:';
|
||
$a->strings['Your Identity Address:'] = 'Adresse Deines Profils:';
|
||
$a->strings['Profile URL'] = 'Profil URL';
|
||
$a->strings['Tags:'] = 'Tags:';
|
||
$a->strings['%s knows you'] = '%skennt dich';
|
||
$a->strings['Add a personal note:'] = 'Eine persönliche Notiz beifügen:';
|
||
$a->strings['Status Messages and Posts'] = 'Statusnachrichten und Beiträge';
|
||
$a->strings['The contact could not be added.'] = 'Der Kontakt konnte nicht hinzugefügt werden.';
|
||
$a->strings['Unable to locate original post.'] = 'Konnte den Originalbeitrag nicht finden.';
|
||
$a->strings['Empty post discarded.'] = 'Leerer Beitrag wurde verworfen.';
|
||
$a->strings['Post updated.'] = 'Beitrag aktualisiert.';
|
||
$a->strings['Item wasn\'t stored.'] = 'Eintrag wurde nicht gespeichert';
|
||
$a->strings['Item couldn\'t be fetched.'] = 'Eintrag konnte nicht geholt werden.';
|
||
$a->strings['Item not found.'] = 'Beitrag nicht gefunden.';
|
||
$a->strings['No valid account found.'] = 'Kein gültiges Konto gefunden.';
|
||
$a->strings['Password reset request issued. Check your email.'] = 'Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail.';
|
||
$a->strings['
|
||
Dear %1$s,
|
||
A request was recently received at "%2$s" to reset your account
|
||
password. In order to confirm this request, please select the verification link
|
||
below or paste it into your web browser address bar.
|
||
|
||
If you did NOT request this change, please DO NOT follow the link
|
||
provided and ignore and/or delete this email, the request will expire shortly.
|
||
|
||
Your password will not be changed unless we can verify that you
|
||
issued this request.'] = '
|
||
Hallo %1$s,
|
||
|
||
Auf "%2$s" ist eine Anfrage auf das Zurücksetzen deines Passworts gestellt
|
||
worden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden
|
||
Link oder kopiere und füge ihn in die Adressleiste deines Browsers ein.
|
||
|
||
Solltest du die Anfrage NICHT gestellt haben, ignoriere und/oder lösche diese
|
||
E-Mail bitte.
|
||
|
||
Dein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass
|
||
du diese Änderung angefragt hast.';
|
||
$a->strings['
|
||
Follow this link soon to verify your identity:
|
||
|
||
%1$s
|
||
|
||
You will then receive a follow-up message containing the new password.
|
||
You may change that password from your account settings page after logging in.
|
||
|
||
The login details are as follows:
|
||
|
||
Site Location: %2$s
|
||
Login Name: %3$s'] = '
|
||
Um deine Identität zu verifizieren, folge bitte diesem Link:
|
||
|
||
%1$s
|
||
|
||
Du wirst eine weitere E-Mail mit deinem neuen Passwort erhalten. Sobald du dich
|
||
angemeldet hast, kannst du dein Passwort in den Einstellungen ändern.
|
||
|
||
Die Anmeldedetails sind die folgenden:
|
||
|
||
Adresse der Seite: %2$s
|
||
Benutzername: %3$s';
|
||
$a->strings['Password reset requested at %s'] = 'Anfrage zum Zurücksetzen des Passworts auf %s erhalten';
|
||
$a->strings['Request could not be verified. (You may have previously submitted it.) Password reset failed.'] = 'Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert.';
|
||
$a->strings['Request has expired, please make a new one.'] = 'Die Anfrage ist abgelaufen. Bitte stelle eine erneute.';
|
||
$a->strings['Forgot your Password?'] = 'Hast du dein Passwort vergessen?';
|
||
$a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet.';
|
||
$a->strings['Nickname or Email: '] = 'Spitzname oder E-Mail:';
|
||
$a->strings['Reset'] = 'Zurücksetzen';
|
||
$a->strings['Password Reset'] = 'Passwort zurücksetzen';
|
||
$a->strings['Your password has been reset as requested.'] = 'Dein Passwort wurde wie gewünscht zurückgesetzt.';
|
||
$a->strings['Your new password is'] = 'Dein neues Passwort lautet';
|
||
$a->strings['Save or copy your new password - and then'] = 'Speichere oder kopiere dein neues Passwort - und dann';
|
||
$a->strings['click here to login'] = 'hier klicken, um dich anzumelden';
|
||
$a->strings['Your password may be changed from the <em>Settings</em> page after successful login.'] = 'Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald du dich erfolgreich angemeldet hast.';
|
||
$a->strings['Your password has been reset.'] = 'Dein Passwort wurde zurückgesetzt.';
|
||
$a->strings['
|
||
Dear %1$s,
|
||
Your password has been changed as requested. Please retain this
|
||
information for your records (or change your password immediately to
|
||
something that you will remember).
|
||
'] = '
|
||
Hallo %1$s,
|
||
|
||
Dein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere dein Passwort in eines, das du dir leicht merken kannst).';
|
||
$a->strings['
|
||
Your login details are as follows:
|
||
|
||
Site Location: %1$s
|
||
Login Name: %2$s
|
||
Password: %3$s
|
||
|
||
You may change that password from your account settings page after logging in.
|
||
'] = '
|
||
Die Anmeldedaten sind die folgenden:
|
||
|
||
Adresse der Seite: %1$s
|
||
Login Name: %2$s
|
||
Passwort: %3$s
|
||
|
||
Das Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden.';
|
||
$a->strings['Your password has been changed at %s'] = 'Auf %s wurde dein Passwort geändert';
|
||
$a->strings['No keywords to match. Please add keywords to your profile.'] = 'Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu deinem Profil hinzu.';
|
||
$a->strings['No matches'] = 'Keine Übereinstimmungen';
|
||
$a->strings['Profile Match'] = 'Profilübereinstimmungen';
|
||
$a->strings['New Message'] = 'Neue Nachricht';
|
||
$a->strings['No recipient selected.'] = 'Kein Empfänger gewählt.';
|
||
$a->strings['Unable to locate contact information.'] = 'Konnte die Kontaktinformationen nicht finden.';
|
||
$a->strings['Message could not be sent.'] = 'Nachricht konnte nicht gesendet werden.';
|
||
$a->strings['Message collection failure.'] = 'Konnte Nachrichten nicht abrufen.';
|
||
$a->strings['Discard'] = 'Verwerfen';
|
||
$a->strings['Messages'] = 'Nachrichten';
|
||
$a->strings['Conversation not found.'] = 'Unterhaltung nicht gefunden.';
|
||
$a->strings['Message was not deleted.'] = 'Nachricht wurde nicht gelöscht';
|
||
$a->strings['Conversation was not removed.'] = 'Unterhaltung wurde nicht entfernt';
|
||
$a->strings['Please enter a link URL:'] = 'Bitte gib die URL des Links ein:';
|
||
$a->strings['Send Private Message'] = 'Private Nachricht senden';
|
||
$a->strings['To:'] = 'An:';
|
||
$a->strings['Subject:'] = 'Betreff:';
|
||
$a->strings['Your message:'] = 'Deine Nachricht:';
|
||
$a->strings['No messages.'] = 'Keine Nachrichten.';
|
||
$a->strings['Message not available.'] = 'Nachricht nicht verfügbar.';
|
||
$a->strings['Delete message'] = 'Nachricht löschen';
|
||
$a->strings['D, d M Y - g:i A'] = 'D, d. M Y - H:i';
|
||
$a->strings['Delete conversation'] = 'Unterhaltung löschen';
|
||
$a->strings['No secure communications available. You <strong>may</strong> be able to respond from the sender\'s profile page.'] = 'Sichere Kommunikation ist nicht verfügbar. <strong>Eventuell</strong> kannst du auf der Profilseite des Absenders antworten.';
|
||
$a->strings['Send Reply'] = 'Antwort senden';
|
||
$a->strings['Unknown sender - %s'] = 'Unbekannter Absender - %s';
|
||
$a->strings['You and %s'] = 'Du und %s';
|
||
$a->strings['%s and You'] = '%s und du';
|
||
$a->strings['%d message'] = [
|
||
0 => '%d Nachricht',
|
||
1 => '%d Nachrichten',
|
||
];
|
||
$a->strings['Personal Notes'] = 'Persönliche Notizen';
|
||
$a->strings['Personal notes are visible only by yourself.'] = 'Persönliche Notizen sind nur für dich sichtbar.';
|
||
$a->strings['Subscribing to contacts'] = 'Kontakten folgen';
|
||
$a->strings['No contact provided.'] = 'Keine Kontakte gefunden.';
|
||
$a->strings['Couldn\'t fetch information for contact.'] = 'Konnte die Kontaktinformationen nicht einholen.';
|
||
$a->strings['Couldn\'t fetch friends for contact.'] = 'Konnte die Kontaktliste des Kontakts nicht abfragen.';
|
||
$a->strings['Couldn\'t fetch following contacts.'] = 'Konnte Liste der gefolgten Kontakte nicht einholen.';
|
||
$a->strings['Couldn\'t fetch remote profile.'] = 'Konnte das entfernte Profil nicht laden.';
|
||
$a->strings['Unsupported network'] = 'Netzwerk wird nicht unterstützt';
|
||
$a->strings['Done'] = 'Erledigt';
|
||
$a->strings['success'] = 'Erfolg';
|
||
$a->strings['failed'] = 'Fehlgeschlagen';
|
||
$a->strings['ignored'] = 'Ignoriert';
|
||
$a->strings['Keep this window open until done.'] = 'Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist.';
|
||
$a->strings['Photo Albums'] = 'Fotoalben';
|
||
$a->strings['Recent Photos'] = 'Neueste Fotos';
|
||
$a->strings['Upload New Photos'] = 'Neue Fotos hochladen';
|
||
$a->strings['everybody'] = 'jeder';
|
||
$a->strings['Contact information unavailable'] = 'Kontaktinformationen nicht verfügbar';
|
||
$a->strings['Album not found.'] = 'Album nicht gefunden.';
|
||
$a->strings['Album successfully deleted'] = 'Album wurde erfolgreich gelöscht.';
|
||
$a->strings['Album was empty.'] = 'Album ist leer.';
|
||
$a->strings['Failed to delete the photo.'] = 'Das Foto konnte nicht gelöscht werden.';
|
||
$a->strings['a photo'] = 'einem Foto';
|
||
$a->strings['%1$s was tagged in %2$s by %3$s'] = '%1$s wurde von %3$s in %2$s getaggt';
|
||
$a->strings['Image exceeds size limit of %s'] = 'Bildgröße überschreitet das Limit von %s';
|
||
$a->strings['Image upload didn\'t complete, please try again'] = 'Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut.';
|
||
$a->strings['Image file is missing'] = 'Bilddatei konnte nicht gefunden werden.';
|
||
$a->strings['Server can\'t accept new file upload at this time, please contact your administrator'] = 'Der Server kann derzeit keine neuen Datei-Uploads akzeptieren. Bitte kontaktiere deinen Administrator.';
|
||
$a->strings['Image file is empty.'] = 'Bilddatei ist leer.';
|
||
$a->strings['Unable to process image.'] = 'Konnte das Bild nicht bearbeiten.';
|
||
$a->strings['Image upload failed.'] = 'Hochladen des Bildes gescheitert.';
|
||
$a->strings['No photos selected'] = 'Keine Bilder ausgewählt';
|
||
$a->strings['Access to this item is restricted.'] = 'Zugriff zu diesem Eintrag wurde eingeschränkt.';
|
||
$a->strings['Upload Photos'] = 'Bilder hochladen';
|
||
$a->strings['New album name: '] = 'Name des neuen Albums: ';
|
||
$a->strings['or select existing album:'] = 'oder wähle ein bestehendes Album:';
|
||
$a->strings['Do not show a status post for this upload'] = 'Keine Status-Mitteilung für diesen Beitrag anzeigen';
|
||
$a->strings['Do you really want to delete this photo album and all its photos?'] = 'Möchtest du wirklich dieses Foto-Album und all seine Foto löschen?';
|
||
$a->strings['Delete Album'] = 'Album löschen';
|
||
$a->strings['Edit Album'] = 'Album bearbeiten';
|
||
$a->strings['Drop Album'] = 'Album löschen';
|
||
$a->strings['Show Newest First'] = 'Zeige neueste zuerst';
|
||
$a->strings['Show Oldest First'] = 'Zeige älteste zuerst';
|
||
$a->strings['View Photo'] = 'Foto betrachten';
|
||
$a->strings['Permission denied. Access to this item may be restricted.'] = 'Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein.';
|
||
$a->strings['Photo not available'] = 'Foto nicht verfügbar';
|
||
$a->strings['Do you really want to delete this photo?'] = 'Möchtest du wirklich dieses Foto löschen?';
|
||
$a->strings['Delete Photo'] = 'Foto löschen';
|
||
$a->strings['View photo'] = 'Fotos ansehen';
|
||
$a->strings['Edit photo'] = 'Foto bearbeiten';
|
||
$a->strings['Delete photo'] = 'Foto löschen';
|
||
$a->strings['Use as profile photo'] = 'Als Profilbild verwenden';
|
||
$a->strings['Private Photo'] = 'Privates Foto';
|
||
$a->strings['View Full Size'] = 'Betrachte Originalgröße';
|
||
$a->strings['Tags: '] = 'Tags: ';
|
||
$a->strings['[Select tags to remove]'] = '[Zu entfernende Tags auswählen]';
|
||
$a->strings['New album name'] = 'Name des neuen Albums';
|
||
$a->strings['Caption'] = 'Bildunterschrift';
|
||
$a->strings['Add a Tag'] = 'Tag hinzufügen';
|
||
$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
|
||
$a->strings['Do not rotate'] = 'Nicht rotieren';
|
||
$a->strings['Rotate CW (right)'] = 'Drehen US (rechts)';
|
||
$a->strings['Rotate CCW (left)'] = 'Drehen EUS (links)';
|
||
$a->strings['This is you'] = 'Das bist du';
|
||
$a->strings['Comment'] = 'Kommentar';
|
||
$a->strings['Select'] = 'Auswählen';
|
||
$a->strings['Delete'] = 'Löschen';
|
||
$a->strings['Like'] = 'Mag ich';
|
||
$a->strings['I like this (toggle)'] = 'Ich mag das (toggle)';
|
||
$a->strings['Dislike'] = 'Mag ich nicht';
|
||
$a->strings['I don\'t like this (toggle)'] = 'Ich mag das nicht (toggle)';
|
||
$a->strings['Map'] = 'Karte';
|
||
$a->strings['View Album'] = 'Album betrachten';
|
||
$a->strings['Bad Request.'] = 'Ungültige Anfrage.';
|
||
$a->strings['Contact not found.'] = 'Kontakt nicht gefunden.';
|
||
$a->strings['[Friendica System Notify]'] = '[Friendica-Systembenachrichtigung]';
|
||
$a->strings['User deleted their account'] = 'Gelöschter Nutzeraccount';
|
||
$a->strings['On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'] = 'Ein Nutzer deiner Friendica-Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass dessen Daten aus deinen Backups entfernt werden.';
|
||
$a->strings['The user id is %d'] = 'Die ID des Users lautet %d';
|
||
$a->strings['Remove My Account'] = 'Konto löschen';
|
||
$a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.';
|
||
$a->strings['Please enter your password for verification:'] = 'Bitte gib dein Passwort zur Verifikation ein:';
|
||
$a->strings['Resubscribing to OStatus contacts'] = 'Erneuern der OStatus-Abonements';
|
||
$a->strings['Error'] = [
|
||
0 => 'Fehler',
|
||
1 => 'Fehler',
|
||
];
|
||
$a->strings['Failed to connect with email account using the settings provided.'] = 'Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich.';
|
||
$a->strings['Connected Apps'] = 'Verbundene Programme';
|
||
$a->strings['Name'] = 'Name';
|
||
$a->strings['Home Page'] = 'Homepage';
|
||
$a->strings['Created'] = 'Erstellt';
|
||
$a->strings['Remove authorization'] = 'Autorisierung entziehen';
|
||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||
$a->strings['Addon Settings'] = 'Addon Einstellungen';
|
||
$a->strings['No Addon settings configured'] = 'Keine Addon-Einstellungen konfiguriert';
|
||
$a->strings['Additional Features'] = 'Zusätzliche Features';
|
||
$a->strings['Diaspora (Socialhome, Hubzilla)'] = 'Diaspora (Socialhome, Hubzilla)';
|
||
$a->strings['enabled'] = 'eingeschaltet';
|
||
$a->strings['disabled'] = 'ausgeschaltet';
|
||
$a->strings['Built-in support for %s connectivity is %s'] = 'Eingebaute Unterstützung für Verbindungen zu %s ist %s';
|
||
$a->strings['OStatus (GNU Social)'] = 'OStatus (GNU Social)';
|
||
$a->strings['Email access is disabled on this site.'] = 'Zugriff auf E-Mails für diese Seite deaktiviert.';
|
||
$a->strings['None'] = 'Keine';
|
||
$a->strings['Social Networks'] = 'Soziale Netzwerke';
|
||
$a->strings['General Social Media Settings'] = 'Allgemeine Einstellungen zu Sozialen Medien';
|
||
$a->strings['Followed content scope'] = 'Umfang zu folgender Inhalte';
|
||
$a->strings['By default, conversations in which your follows participated but didn\'t start will be shown in your timeline. You can turn this behavior off, or expand it to the conversations in which your follows liked a post.'] = 'Normalerweise werden Unterhaltungen an denen deine Kontakte beteiligt sind, sie aber nicht begonnen haben, in deiner Timeline angezeigt. Mit dieser Einstellung kann dieses Vorgehen kontrolliert werden. Es kann entweder dahin erweitert werden, dass auch Unterhaltungen angezeigt werden in denen deine Kontakte einen Kommentar mögen, oder komplett ausgeschaltet werden, so dass nur noch die Unterhaltungen angezeigt werden, die von deinen Kontakten gestartet wurden.';
|
||
$a->strings['Only conversations my follows started'] = 'Nur Unterhaltungen, die meine Kontakte gestartet haben';
|
||
$a->strings['Conversations my follows started or commented on (default)'] = 'Unterhaltungen an denen meine Kontakte beteiligt sind (Grundeinstellung)';
|
||
$a->strings['Any conversation my follows interacted with, including likes'] = 'Unterhaltungen mit denen meine Kontakte interagiert haben, inklusive likes';
|
||
$a->strings['Enable Content Warning'] = 'Inhaltswarnungen einschalten';
|
||
$a->strings['Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn\'t affect any other content filtering you eventually set up.'] = 'Benutzer in Netzwerken wie Mastodon oder Pleroma können eine Warnung für sensitive Inhalte ihrer Beiträge erstellen. Mit dieser Option werden derart markierte Beiträge automatisch zusammengeklappt und die Inhaltswarnung wird als Titel des Beitrags angezeigt. Diese Option hat keinen Einfluss auf andere Inhaltsfilterungen, die du eventuell eingerichtet hast.';
|
||
$a->strings['Enable intelligent shortening'] = 'Intelligentes kürzen einschalten';
|
||
$a->strings['Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original friendica post.'] = 'Normalerweise versucht das System, den besten Link zu finden, um ihn zum gekürzten Postings hinzuzufügen. Wird diese Option ausgewählt, wird stets ein Link auf die originale Friendica-Nachricht beigefügt.';
|
||
$a->strings['Enable simple text shortening'] = 'Einfache Textkürzung aktivieren';
|
||
$a->strings['Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.'] = 'Normalerweise kürzt das System Beiträge bei Zeilenumbrüchen. Ist diese Option aktiv, wird das System die Kürzung beim Erreichen der maximalen Zeichenzahl vornehmen.';
|
||
$a->strings['Attach the link title'] = 'Link Titel hinzufügen';
|
||
$a->strings['When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with "remote-self" contacts that share feed content.'] = 'Ist dies aktiviert, wird der Titel von angehangenen Links bei Beiträgen nach Diaspora* angefügt. Dies ist vorallem bei Entfernten Konten nützlich die Beiträge von Feeds weiterleiten.';
|
||
$a->strings['Your legacy ActivityPub/GNU Social account'] = 'Dein alter ActivityPub/GNU Social-Account';
|
||
$a->strings['If you enter your old account name from an ActivityPub based system or your GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done.'] = 'Wenn du deinen alten ActivityPub oder GNU Social/Statusnet-Account-Namen hier angibst (Format name@domain.tld), werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden.';
|
||
$a->strings['Repair OStatus subscriptions'] = 'OStatus-Abonnements reparieren';
|
||
$a->strings['Email/Mailbox Setup'] = 'E-Mail/Postfach-Einstellungen';
|
||
$a->strings['If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox.'] = 'Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an.';
|
||
$a->strings['Last successful email check:'] = 'Letzter erfolgreicher E-Mail-Check';
|
||
$a->strings['IMAP server name:'] = 'IMAP-Server-Name:';
|
||
$a->strings['IMAP port:'] = 'IMAP-Port:';
|
||
$a->strings['Security:'] = 'Sicherheit:';
|
||
$a->strings['Email login name:'] = 'E-Mail-Login-Name:';
|
||
$a->strings['Email password:'] = 'E-Mail-Passwort:';
|
||
$a->strings['Reply-to address:'] = 'Reply-to Adresse:';
|
||
$a->strings['Send public posts to all email contacts:'] = 'Sende öffentliche Beiträge an alle E-Mail-Kontakte:';
|
||
$a->strings['Action after import:'] = 'Aktion nach Import:';
|
||
$a->strings['Mark as seen'] = 'Als gelesen markieren';
|
||
$a->strings['Move to folder'] = 'In einen Ordner verschieben';
|
||
$a->strings['Move to folder:'] = 'In diesen Ordner verschieben:';
|
||
$a->strings['No suggestions available. If this is a new site, please try again in 24 hours.'] = 'Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal.';
|
||
$a->strings['Friend Suggestions'] = 'Kontaktvorschläge';
|
||
$a->strings['photo'] = 'Foto';
|
||
$a->strings['status'] = 'Status';
|
||
$a->strings['%1$s tagged %2$s\'s %3$s with %4$s'] = '%1$s hat %2$ss %3$s mit %4$s getaggt';
|
||
$a->strings['Remove Item Tag'] = 'Gegenstands-Tag entfernen';
|
||
$a->strings['Select a tag to remove: '] = 'Wähle ein Tag zum Entfernen aus: ';
|
||
$a->strings['Remove'] = 'Entfernen';
|
||
$a->strings['User imports on closed servers can only be done by an administrator.'] = 'Auf geschlossenen Servern können ausschließlich die Administratoren Benutzerkonten importieren.';
|
||
$a->strings['This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.'] = 'Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal.';
|
||
$a->strings['Import'] = 'Import';
|
||
$a->strings['Move account'] = 'Account umziehen';
|
||
$a->strings['You can import an account from another Friendica server.'] = 'Du kannst einen Account von einem anderen Friendica Server importieren.';
|
||
$a->strings['You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.'] = 'Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen, deine Kontakte darüber zu informieren, dass du hierher umgezogen bist.';
|
||
$a->strings['This feature is experimental. We can\'t import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora'] = 'Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus-Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren';
|
||
$a->strings['Account file'] = 'Account-Datei';
|
||
$a->strings['To export your account, go to "Settings->Export your personal data" and select "Export account"'] = 'Um Deinen Account zu exportieren, rufe "Einstellungen -> Persönliche Daten exportieren" auf und wähle "Account exportieren"';
|
||
$a->strings['You aren\'t following this contact.'] = 'Du folgst diesem Kontakt.';
|
||
$a->strings['Unfollowing is currently not supported by your network.'] = 'Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt.';
|
||
$a->strings['Disconnect/Unfollow'] = 'Verbindung lösen/Nicht mehr folgen';
|
||
$a->strings['Contact was successfully unfollowed'] = 'Kontakt wurde erfolgreich entfolgt.';
|
||
$a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Konnte dem Kontakt nicht entfolgen. Bitte kontaktiere deinen Administrator.';
|
||
$a->strings['Invalid request.'] = 'Ungültige Anfrage';
|
||
$a->strings['Sorry, maybe your upload is bigger than the PHP configuration allows'] = 'Entschuldige, die Datei scheint größer zu sein, als es die PHP-Konfiguration erlaubt.';
|
||
$a->strings['Or - did you try to upload an empty file?'] = 'Oder - hast du versucht, eine leere Datei hochzuladen?';
|
||
$a->strings['File exceeds size limit of %s'] = 'Die Datei ist größer als das erlaubte Limit von %s';
|
||
$a->strings['File upload failed.'] = 'Hochladen der Datei fehlgeschlagen.';
|
||
$a->strings['Wall Photos'] = 'Pinnwand-Bilder';
|
||
$a->strings['Number of daily wall messages for %s exceeded. Message failed.'] = 'Maximale Anzahl der täglichen Pinnwand-Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen.';
|
||
$a->strings['Unable to check your home location.'] = 'Konnte Deinen Heimatort nicht bestimmen.';
|
||
$a->strings['No recipient.'] = 'Kein Empfänger.';
|
||
$a->strings['If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.'] = 'Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern.';
|
||
$a->strings['No system theme config value set.'] = 'Es wurde kein Konfigurationswert für das systemweite Theme gesetzt.';
|
||
$a->strings['Apologies but the website is unavailable at the moment.'] = 'Entschuldigung, aber die Webseite ist derzeit nicht erreichbar.';
|
||
$a->strings['Delete this item?'] = 'Diesen Beitrag löschen?';
|
||
$a->strings['Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'] = 'Soll dieser Autor geblockt werden? Sie werden nicht in der Lage sein, dir zu folgen oder deine öffentlichen Beiträge zu sehen. Außerdem wirst du nicht in der Lage sein ihre Beiträge und Benachrichtigungen zu lesen.';
|
||
$a->strings['toggle mobile'] = 'mobile Ansicht umschalten';
|
||
$a->strings['Method not allowed for this module. Allowed method(s): %s'] = 'Diese Methode ist in diesem Modul nicht erlaubt. Erlaubte Methoden sind: %s';
|
||
$a->strings['Page not found.'] = 'Seite nicht gefunden.';
|
||
$a->strings['You must be logged in to use addons. '] = 'Du musst angemeldet sein, um Addons benutzen zu können.';
|
||
$a->strings['The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.'] = 'Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens, wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden).';
|
||
$a->strings['All contacts'] = 'Alle Kontakte';
|
||
$a->strings['Followers'] = 'Folgende';
|
||
$a->strings['Following'] = 'Gefolgte';
|
||
$a->strings['Mutual friends'] = 'Beidseitige Freundschaft';
|
||
$a->strings['Common'] = 'Gemeinsam';
|
||
$a->strings['Addon not found'] = 'Addon nicht gefunden';
|
||
$a->strings['Addon already enabled'] = 'Addon bereits aktiviert';
|
||
$a->strings['Addon already disabled'] = 'Addon bereits deaktiviert';
|
||
$a->strings['Could not find any unarchived contact entry for this URL (%s)'] = 'Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden';
|
||
$a->strings['The contact entries have been archived'] = 'Die Kontakteinträge wurden archiviert.';
|
||
$a->strings['Could not find any contact entry for this URL (%s)'] = 'Für die URL (%s) konnte kein Kontakt gefunden werden';
|
||
$a->strings['The contact has been blocked from the node'] = 'Der Kontakt wurde von diesem Knoten geblockt';
|
||
$a->strings['Post update version number has been set to %s.'] = 'Die Post-Update-Versionsnummer wurde auf %s gesetzt.';
|
||
$a->strings['Check for pending update actions.'] = 'Überprüfe ausstehende Update-Aktionen';
|
||
$a->strings['Done.'] = 'Erledigt.';
|
||
$a->strings['Execute pending post updates.'] = 'Ausstehende Post-Updates ausführen';
|
||
$a->strings['All pending post updates are done.'] = 'Alle ausstehenden Post-Updates wurden ausgeführt.';
|
||
$a->strings['Enter user nickname: '] = 'Spitzname angeben:';
|
||
$a->strings['Enter new password: '] = 'Neues Passwort eingeben:';
|
||
$a->strings['Password update failed. Please try again.'] = 'Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal.';
|
||
$a->strings['Password changed.'] = 'Passwort geändert.';
|
||
$a->strings['Enter user name: '] = 'Nutzername angeben';
|
||
$a->strings['Enter user email address: '] = 'E-Mail Adresse angeben:';
|
||
$a->strings['Enter a language (optional): '] = 'Sprache angeben (optional):';
|
||
$a->strings['User is not pending.'] = 'Benutzer wartet nicht.';
|
||
$a->strings['User has already been marked for deletion.'] = 'User wurde bereits zum Löschen ausgewählt';
|
||
$a->strings['Type "yes" to delete %s'] = '"yes" eingeben um %s zu löschen';
|
||
$a->strings['Deletion aborted.'] = 'Löschvorgang abgebrochen.';
|
||
$a->strings['Enter category: '] = 'Kategorie eingeben';
|
||
$a->strings['Enter key: '] = 'Schlüssel eingeben';
|
||
$a->strings['Enter value: '] = 'Wert eingeben';
|
||
$a->strings['newer'] = 'neuer';
|
||
$a->strings['older'] = 'älter';
|
||
$a->strings['Frequently'] = 'immer wieder';
|
||
$a->strings['Hourly'] = 'Stündlich';
|
||
$a->strings['Twice daily'] = 'Zweimal täglich';
|
||
$a->strings['Daily'] = 'Täglich';
|
||
$a->strings['Weekly'] = 'Wöchentlich';
|
||
$a->strings['Monthly'] = 'Monatlich';
|
||
$a->strings['DFRN'] = 'DFRN';
|
||
$a->strings['OStatus'] = 'OStatus';
|
||
$a->strings['RSS/Atom'] = 'RSS/Atom';
|
||
$a->strings['Email'] = 'E-Mail';
|
||
$a->strings['Diaspora'] = 'Diaspora';
|
||
$a->strings['Zot!'] = 'Zott';
|
||
$a->strings['LinkedIn'] = 'LinkedIn';
|
||
$a->strings['XMPP/IM'] = 'XMPP/Chat';
|
||
$a->strings['MySpace'] = 'MySpace';
|
||
$a->strings['Google+'] = 'Google+';
|
||
$a->strings['pump.io'] = 'pump.io';
|
||
$a->strings['Twitter'] = 'Twitter';
|
||
$a->strings['Discourse'] = 'Discourse';
|
||
$a->strings['Diaspora Connector'] = 'Diaspora Connector';
|
||
$a->strings['GNU Social Connector'] = 'GNU Social Connector';
|
||
$a->strings['ActivityPub'] = 'ActivityPub';
|
||
$a->strings['pnut'] = 'pnut';
|
||
$a->strings['%s (via %s)'] = '%s (via %s)';
|
||
$a->strings['%s likes this.'] = '%s mag das.';
|
||
$a->strings['%s doesn\'t like this.'] = '%s mag das nicht.';
|
||
$a->strings['%s attends.'] = '%s nimmt teil.';
|
||
$a->strings['%s doesn\'t attend.'] = '%s nimmt nicht teil.';
|
||
$a->strings['%s attends maybe.'] = '%s nimmt eventuell teil.';
|
||
$a->strings['%s reshared this.'] = '%s hat dies geteilt';
|
||
$a->strings['and'] = 'und';
|
||
$a->strings['and %d other people'] = 'und %dandere';
|
||
$a->strings['<span %1$s>%2$d people</span> like this'] = '<span %1$s>%2$d Personen</span> mögen das';
|
||
$a->strings['%s like this.'] = '%s mögen das.';
|
||
$a->strings['<span %1$s>%2$d people</span> don\'t like this'] = '<span %1$s>%2$d Personen</span> mögen das nicht';
|
||
$a->strings['%s don\'t like this.'] = '%s mögen dies nicht.';
|
||
$a->strings['<span %1$s>%2$d people</span> attend'] = '<span %1$s>%2$d Personen</span> nehmen teil';
|
||
$a->strings['%s attend.'] = '%s nehmen teil.';
|
||
$a->strings['<span %1$s>%2$d people</span> don\'t attend'] = '<span %1$s>%2$d Personen</span> nehmen nicht teil';
|
||
$a->strings['%s don\'t attend.'] = '%s nehmen nicht teil.';
|
||
$a->strings['<span %1$s>%2$d people</span> attend maybe'] = '<span %1$s>%2$d Personen</span> nehmen eventuell teil';
|
||
$a->strings['%s attend maybe.'] = '%s nimmt eventuell teil.';
|
||
$a->strings['<span %1$s>%2$d people</span> reshared this'] = '<span %1$s>%2$d Personen</span> haben dies geteilt';
|
||
$a->strings['Visible to <strong>everybody</strong>'] = 'Für <strong>jedermann</strong> sichtbar';
|
||
$a->strings['Please enter a image/video/audio/webpage URL:'] = 'Bitte gib eine Bild/Video/Audio/Webseiten-URL ein:';
|
||
$a->strings['Tag term:'] = 'Tag:';
|
||
$a->strings['Save to Folder:'] = 'In diesem Ordner speichern:';
|
||
$a->strings['Where are you right now?'] = 'Wo hältst du dich jetzt gerade auf?';
|
||
$a->strings['Delete item(s)?'] = 'Einträge löschen?';
|
||
$a->strings['Created at'] = 'Erstellt am';
|
||
$a->strings['New Post'] = 'Neuer Beitrag';
|
||
$a->strings['Share'] = 'Teilen';
|
||
$a->strings['Image'] = 'Bild';
|
||
$a->strings['Video'] = 'Video';
|
||
$a->strings['Scheduled at'] = 'Geplant für';
|
||
$a->strings['Pinned item'] = 'Angehefteter Beitrag';
|
||
$a->strings['View %s\'s profile @ %s'] = 'Das Profil von %s auf %s betrachten.';
|
||
$a->strings['Categories:'] = 'Kategorien:';
|
||
$a->strings['Filed under:'] = 'Abgelegt unter:';
|
||
$a->strings['%s from %s'] = '%s von %s';
|
||
$a->strings['View in context'] = 'Im Zusammenhang betrachten';
|
||
$a->strings['remove'] = 'löschen';
|
||
$a->strings['Delete Selected Items'] = 'Lösche die markierten Beiträge';
|
||
$a->strings['You had been addressed (%s).'] = 'Du wurdest angeschrieben (%s).';
|
||
$a->strings['You are following %s.'] = 'Du folgst %s.';
|
||
$a->strings['Tagged'] = 'Verschlagwortet';
|
||
$a->strings['Reshared'] = 'Geteilt';
|
||
$a->strings['Reshared by %s <%s>'] = 'Geteilt von %s <%s>';
|
||
$a->strings['%s is participating in this thread.'] = '%s ist an der Unterhaltung beteiligt.';
|
||
$a->strings['Stored'] = 'Gespeichert';
|
||
$a->strings['Global'] = 'Global';
|
||
$a->strings['Relayed'] = 'Übermittelt';
|
||
$a->strings['Relayed by %s <%s>'] = 'Weitergeleitet von %s <%s>';
|
||
$a->strings['Fetched'] = 'Abgerufen';
|
||
$a->strings['Fetched because of %s <%s>'] = 'Wegen %s <%s> abgerufen';
|
||
$a->strings['General Features'] = 'Allgemeine Features';
|
||
$a->strings['Photo Location'] = 'Aufnahmeort';
|
||
$a->strings['Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.'] = 'Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden.';
|
||
$a->strings['Trending Tags'] = 'Trending Tags';
|
||
$a->strings['Show a community page widget with a list of the most popular tags in recent public posts.'] = 'Auf der Gemeinschaftsseite ein Widget mit den meist benutzten Tags in öffentlichen Beiträgen anzeigen.';
|
||
$a->strings['Post Composition Features'] = 'Beitragserstellung-Features';
|
||
$a->strings['Auto-mention Forums'] = 'Foren automatisch erwähnen';
|
||
$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde.';
|
||
$a->strings['Explicit Mentions'] = 'Explizite Erwähnungen';
|
||
$a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden.';
|
||
$a->strings['Add an abstract from ActivityPub content warnings'] = 'Abstract aus Inhaltswarnungen von ActivityPub zu Beiträgen hinzufügen';
|
||
$a->strings['Add an abstract when commenting on ActivityPub posts with a content warning. Abstracts are displayed as content warning on systems like Mastodon or Pleroma.'] = 'Wenn ActivityPub Beiträge kommentiert werden, die mit einer Inhaltswarnung versehen sind, wird mit dieser Option automatisch ein identischer Abstract angefügt. Systeme wie Mastodon oder Pleroma verwenden diesen als Inhaltswarnung.';
|
||
$a->strings['Post/Comment Tools'] = 'Werkzeuge für Beiträge und Kommentare';
|
||
$a->strings['Post Categories'] = 'Beitragskategorien';
|
||
$a->strings['Add categories to your posts'] = 'Eigene Beiträge mit Kategorien versehen';
|
||
$a->strings['Advanced Profile Settings'] = 'Erweiterte Profil-Einstellungen';
|
||
$a->strings['List Forums'] = 'Zeige Foren';
|
||
$a->strings['Show visitors public community forums at the Advanced Profile Page'] = 'Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite';
|
||
$a->strings['Tag Cloud'] = 'Schlagwortwolke';
|
||
$a->strings['Provide a personal tag cloud on your profile page'] = 'Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen';
|
||
$a->strings['Display Membership Date'] = 'Mitgliedschaftsdatum anzeigen';
|
||
$a->strings['Display membership date in profile'] = 'Das Datum der Registrierung deines Accounts im Profil anzeigen';
|
||
$a->strings['Forums'] = 'Foren';
|
||
$a->strings['External link to forum'] = 'Externer Link zum Forum';
|
||
$a->strings['show less'] = 'weniger anzeigen';
|
||
$a->strings['show more'] = 'mehr anzeigen';
|
||
$a->strings['%1$s poked %2$s'] = '%1$s stupste %2$s';
|
||
$a->strings['event'] = 'Veranstaltung';
|
||
$a->strings['Follow Thread'] = 'Folge der Unterhaltung';
|
||
$a->strings['View Status'] = 'Status anschauen';
|
||
$a->strings['View Profile'] = 'Profil anschauen';
|
||
$a->strings['View Photos'] = 'Bilder anschauen';
|
||
$a->strings['Network Posts'] = 'Netzwerkbeiträge';
|
||
$a->strings['View Contact'] = 'Kontakt anzeigen';
|
||
$a->strings['Send PM'] = 'Private Nachricht senden';
|
||
$a->strings['Block'] = 'Sperren';
|
||
$a->strings['Ignore'] = 'Ignorieren';
|
||
$a->strings['Languages'] = 'Sprachen';
|
||
$a->strings['Poke'] = 'Anstupsen';
|
||
$a->strings['Nothing new here'] = 'Keine Neuigkeiten';
|
||
$a->strings['Go back'] = 'Geh zurück';
|
||
$a->strings['Clear notifications'] = 'Bereinige Benachrichtigungen';
|
||
$a->strings['@name, !forum, #tags, content'] = '@name, !forum, #tags, content';
|
||
$a->strings['Logout'] = 'Abmelden';
|
||
$a->strings['End this session'] = 'Diese Sitzung beenden';
|
||
$a->strings['Login'] = 'Anmeldung';
|
||
$a->strings['Sign in'] = 'Anmelden';
|
||
$a->strings['Status'] = 'Status';
|
||
$a->strings['Your posts and conversations'] = 'Deine Beiträge und Unterhaltungen';
|
||
$a->strings['Profile'] = 'Profil';
|
||
$a->strings['Your profile page'] = 'Deine Profilseite';
|
||
$a->strings['Your photos'] = 'Deine Fotos';
|
||
$a->strings['Media'] = 'Medien';
|
||
$a->strings['Your postings with media'] = 'Deine Beiträge die Medien beinhalten';
|
||
$a->strings['Your events'] = 'Deine Ereignisse';
|
||
$a->strings['Personal notes'] = 'Persönliche Notizen';
|
||
$a->strings['Your personal notes'] = 'Deine persönlichen Notizen';
|
||
$a->strings['Home'] = 'Pinnwand';
|
||
$a->strings['Register'] = 'Registrieren';
|
||
$a->strings['Create an account'] = 'Nutzerkonto erstellen';
|
||
$a->strings['Help'] = 'Hilfe';
|
||
$a->strings['Help and documentation'] = 'Hilfe und Dokumentation';
|
||
$a->strings['Apps'] = 'Apps';
|
||
$a->strings['Addon applications, utilities, games'] = 'Zusätzliche Anwendungen, Dienstprogramme, Spiele';
|
||
$a->strings['Search'] = 'Suche';
|
||
$a->strings['Search site content'] = 'Inhalt der Seite durchsuchen';
|
||
$a->strings['Full Text'] = 'Volltext';
|
||
$a->strings['Tags'] = 'Tags';
|
||
$a->strings['Contacts'] = 'Kontakte';
|
||
$a->strings['Community'] = 'Gemeinschaft';
|
||
$a->strings['Conversations on this and other servers'] = 'Unterhaltungen auf diesem und anderen Servern';
|
||
$a->strings['Events and Calendar'] = 'Ereignisse und Kalender';
|
||
$a->strings['Directory'] = 'Verzeichnis';
|
||
$a->strings['People directory'] = 'Nutzerverzeichnis';
|
||
$a->strings['Information'] = 'Information';
|
||
$a->strings['Information about this friendica instance'] = 'Informationen zu dieser Friendica-Instanz';
|
||
$a->strings['Terms of Service'] = 'Nutzungsbedingungen';
|
||
$a->strings['Terms of Service of this Friendica instance'] = 'Die Nutzungsbedingungen dieser Friendica-Instanz';
|
||
$a->strings['Network'] = 'Netzwerk';
|
||
$a->strings['Conversations from your friends'] = 'Unterhaltungen Deiner Kontakte';
|
||
$a->strings['Introductions'] = 'Kontaktanfragen';
|
||
$a->strings['Friend Requests'] = 'Kontaktanfragen';
|
||
$a->strings['Notifications'] = 'Benachrichtigungen';
|
||
$a->strings['See all notifications'] = 'Alle Benachrichtigungen anzeigen';
|
||
$a->strings['Mark all system notifications as seen'] = 'Markiere alle Systembenachrichtigungen als gelesen';
|
||
$a->strings['Private mail'] = 'Private E-Mail';
|
||
$a->strings['Inbox'] = 'Eingang';
|
||
$a->strings['Outbox'] = 'Ausgang';
|
||
$a->strings['Accounts'] = 'Nutzerkonten';
|
||
$a->strings['Manage other pages'] = 'Andere Seiten verwalten';
|
||
$a->strings['Settings'] = 'Einstellungen';
|
||
$a->strings['Account settings'] = 'Kontoeinstellungen';
|
||
$a->strings['Manage/edit friends and contacts'] = 'Freunde und Kontakte verwalten/bearbeiten';
|
||
$a->strings['Admin'] = 'Administration';
|
||
$a->strings['Site setup and configuration'] = 'Einstellungen der Seite und Konfiguration';
|
||
$a->strings['Navigation'] = 'Navigation';
|
||
$a->strings['Site map'] = 'Sitemap';
|
||
$a->strings['Embedding disabled'] = 'Einbettungen deaktiviert';
|
||
$a->strings['Embedded content'] = 'Eingebetteter Inhalt';
|
||
$a->strings['first'] = 'erste';
|
||
$a->strings['prev'] = 'vorige';
|
||
$a->strings['next'] = 'nächste';
|
||
$a->strings['last'] = 'letzte';
|
||
$a->strings['Image/photo'] = 'Bild/Foto';
|
||
$a->strings['<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s'] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a>%3$s';
|
||
$a->strings['Link to source'] = 'Link zum Originalbeitrag';
|
||
$a->strings['Click to open/close'] = 'Zum Öffnen/Schließen klicken';
|
||
$a->strings['$1 wrote:'] = '$1 hat geschrieben:';
|
||
$a->strings['Encrypted content'] = 'Verschlüsselter Inhalt';
|
||
$a->strings['Invalid source protocol'] = 'Ungültiges Quell-Protokoll';
|
||
$a->strings['Invalid link protocol'] = 'Ungültiges Link-Protokoll';
|
||
$a->strings['Loading more entries...'] = 'lade weitere Einträge...';
|
||
$a->strings['The end'] = 'Das Ende';
|
||
$a->strings['Follow'] = 'Folge';
|
||
$a->strings['Add New Contact'] = 'Neuen Kontakt hinzufügen';
|
||
$a->strings['Enter address or web location'] = 'Adresse oder Web-Link eingeben';
|
||
$a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Beispiel: bob@example.com, http://example.com/barbara';
|
||
$a->strings['Connect'] = 'Verbinden';
|
||
$a->strings['%d invitation available'] = [
|
||
0 => '%d Einladung verfügbar',
|
||
1 => '%d Einladungen verfügbar',
|
||
];
|
||
$a->strings['Find People'] = 'Leute finden';
|
||
$a->strings['Enter name or interest'] = 'Name oder Interessen eingeben';
|
||
$a->strings['Examples: Robert Morgenstein, Fishing'] = 'Beispiel: Robert Morgenstein, Angeln';
|
||
$a->strings['Find'] = 'Finde';
|
||
$a->strings['Similar Interests'] = 'Ähnliche Interessen';
|
||
$a->strings['Random Profile'] = 'Zufälliges Profil';
|
||
$a->strings['Invite Friends'] = 'Freunde einladen';
|
||
$a->strings['Global Directory'] = 'Weltweites Verzeichnis';
|
||
$a->strings['Local Directory'] = 'Lokales Verzeichnis';
|
||
$a->strings['Groups'] = 'Gruppen';
|
||
$a->strings['Everyone'] = 'Jeder';
|
||
$a->strings['Relationships'] = 'Beziehungen';
|
||
$a->strings['All Contacts'] = 'Alle Kontakte';
|
||
$a->strings['Protocols'] = 'Protokolle';
|
||
$a->strings['All Protocols'] = 'Alle Protokolle';
|
||
$a->strings['Saved Folders'] = 'Gespeicherte Ordner';
|
||
$a->strings['Everything'] = 'Alles';
|
||
$a->strings['Categories'] = 'Kategorien';
|
||
$a->strings['%d contact in common'] = [
|
||
0 => '%d gemeinsamer Kontakt',
|
||
1 => '%d gemeinsame Kontakte',
|
||
];
|
||
$a->strings['Archives'] = 'Archiv';
|
||
$a->strings['Persons'] = 'Personen';
|
||
$a->strings['Organisations'] = 'Organisationen';
|
||
$a->strings['News'] = 'Nachrichten';
|
||
$a->strings['Account Types'] = 'Kontenarten';
|
||
$a->strings['All'] = 'Alle';
|
||
$a->strings['Export'] = 'Exportieren';
|
||
$a->strings['Export calendar as ical'] = 'Kalender als ical exportieren';
|
||
$a->strings['Export calendar as csv'] = 'Kalender als csv exportieren';
|
||
$a->strings['No contacts'] = 'Keine Kontakte';
|
||
$a->strings['%d Contact'] = [
|
||
0 => '%d Kontakt',
|
||
1 => '%d Kontakte',
|
||
];
|
||
$a->strings['View Contacts'] = 'Kontakte anzeigen';
|
||
$a->strings['Remove term'] = 'Begriff entfernen';
|
||
$a->strings['Saved Searches'] = 'Gespeicherte Suchen';
|
||
$a->strings['Trending Tags (last %d hour)'] = [
|
||
0 => 'Trending Tags (%d Stunde)',
|
||
1 => 'Trending Tags (%d Stunden)',
|
||
];
|
||
$a->strings['More Trending Tags'] = 'mehr Trending Tags';
|
||
$a->strings['XMPP:'] = 'XMPP:';
|
||
$a->strings['Matrix:'] = 'Matrix:';
|
||
$a->strings['Network:'] = 'Netzwerk:';
|
||
$a->strings['Unfollow'] = 'Entfolgen';
|
||
$a->strings['Yourself'] = 'Du selbst';
|
||
$a->strings['Mutuals'] = 'Beidseitige Freundschaft';
|
||
$a->strings['Post to Email'] = 'An E-Mail senden';
|
||
$a->strings['Public'] = 'Öffentlich';
|
||
$a->strings['This content will be shown to all your followers and can be seen in the community pages and by anyone with its link.'] = 'Dieser Inhalt wird all deine Abonenten sowie auf der Gemeinschaftsseite angezeigt. Außerdem kann ihn jeder sehen, der den Link kennt.';
|
||
$a->strings['Limited/Private'] = 'Begrenzt/Privat';
|
||
$a->strings['This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won\'t appear anywhere public.'] = 'Dieser Inhalt wird außschließlich den Kontakten gezeigt, die du in der ersten Box ausgewählt hast, mit den Ausnahmen derer die du in der zweiten Box auflistest. Er wird nicht öffentlich zugänglich sein.';
|
||
$a->strings['Show to:'] = 'Sichtbar für:';
|
||
$a->strings['Except to:'] = 'Ausgenommen:';
|
||
$a->strings['Connectors'] = 'Connectoren';
|
||
$a->strings['The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'Die Datenbankkonfigurationsdatei "config/local.config.php" konnte nicht erstellt werden. Um eine Konfigurationsdatei in Ihrem Webserver-Verzeichnis zu erstellen, gehe wie folgt vor.';
|
||
$a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren.';
|
||
$a->strings['Please see the file "doc/INSTALL.md".'] = 'Lies bitte die "doc/INSTALL.md".';
|
||
$a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden.';
|
||
$a->strings['If you don\'t have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href=\'https://github.com/friendica/friendica/blob/stable/doc/Install.md#set-up-the-worker\'>\'Setup the worker\'</a>'] = 'Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten<a href=\'https://github.com/friendica/friendica/blob/stable/doc/Install.md#set-up-the-worker\'>\'für das Worker-Setup\'</a>';
|
||
$a->strings['PHP executable path'] = 'Pfad zu PHP';
|
||
$a->strings['Enter full path to php executable. You can leave this blank to continue the installation.'] = 'Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren.';
|
||
$a->strings['Command line PHP'] = 'Kommandozeilen-PHP';
|
||
$a->strings['PHP executable is not the php cli binary (could be cgi-fgci version)'] = 'Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)';
|
||
$a->strings['Found PHP version: '] = 'Gefundene PHP Version:';
|
||
$a->strings['PHP cli binary'] = 'PHP CLI Binary';
|
||
$a->strings['The command line version of PHP on your system does not have "register_argc_argv" enabled.'] = 'Die Kommandozeilenversion von PHP auf Deinem System hat "register_argc_argv" nicht aktiviert.';
|
||
$a->strings['This is required for message delivery to work.'] = 'Dies wird für die Auslieferung von Nachrichten benötigt.';
|
||
$a->strings['PHP register_argc_argv'] = 'PHP register_argc_argv';
|
||
$a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Fehler: Die Funktion "openssl_pkey_new" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen';
|
||
$a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an.';
|
||
$a->strings['Generate encryption keys'] = 'Schlüssel erzeugen';
|
||
$a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert.';
|
||
$a->strings['Apache mod_rewrite module'] = 'Apache mod_rewrite module';
|
||
$a->strings['Error: PDO or MySQLi PHP module required but not installed.'] = 'Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert.';
|
||
$a->strings['Error: The MySQL driver for PDO is not installed.'] = 'Fehler: der MySQL Treiber für PDO ist nicht installiert';
|
||
$a->strings['PDO or MySQLi PHP module'] = 'PDO oder MySQLi PHP Modul';
|
||
$a->strings['Error, XML PHP module required but not installed.'] = 'Fehler: XML PHP Modul erforderlich aber nicht installiert.';
|
||
$a->strings['XML PHP module'] = 'XML PHP Modul';
|
||
$a->strings['libCurl PHP module'] = 'PHP: libCurl-Modul';
|
||
$a->strings['Error: libCURL PHP module required but not installed.'] = 'Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert.';
|
||
$a->strings['GD graphics PHP module'] = 'PHP: GD-Grafikmodul';
|
||
$a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert.';
|
||
$a->strings['OpenSSL PHP module'] = 'PHP: OpenSSL-Modul';
|
||
$a->strings['Error: openssl PHP module required but not installed.'] = 'Fehler: Das openssl-Modul von PHP ist nicht installiert.';
|
||
$a->strings['mb_string PHP module'] = 'PHP: mb_string-Modul';
|
||
$a->strings['Error: mb_string PHP module required but not installed.'] = 'Fehler: mb_string PHP Module wird benötigt, ist aber nicht installiert.';
|
||
$a->strings['iconv PHP module'] = 'PHP iconv Modul';
|
||
$a->strings['Error: iconv PHP module required but not installed.'] = 'Fehler: Das iconv-Modul von PHP ist nicht installiert.';
|
||
$a->strings['POSIX PHP module'] = 'PHP POSIX Modul';
|
||
$a->strings['Error: POSIX PHP module required but not installed.'] = 'Fehler POSIX PHP Modul erforderlich, aber nicht installiert.';
|
||
$a->strings['Program execution functions'] = 'Funktionen zur Programmausführung';
|
||
$a->strings['Error: Program execution functions (proc_open) required but not enabled.'] = 'Fehler: Die Funktionen zur Ausführung von Programmen (proc_open) müssen aktiviert sein.';
|
||
$a->strings['JSON PHP module'] = 'PHP JSON Modul';
|
||
$a->strings['Error: JSON PHP module required but not installed.'] = 'Fehler: Das JSON PHP Modul wird benötigt, ist aber nicht installiert.';
|
||
$a->strings['File Information PHP module'] = 'PHP Datei Informations-Modul';
|
||
$a->strings['Error: File Information PHP module required but not installed.'] = 'Fehler: Das Datei Informations PHP Modul ist nicht installiert.';
|
||
$a->strings['The web installer needs to be able to create a file called "local.config.php" in the "config" folder of your web server and it is unable to do so.'] = 'Das Installationsprogramm muss in der Lage sein, eine Datei namens "local.config.php" im Ordner "config" Ihres Webservers zu erstellen, ist aber nicht in der Lage dazu.';
|
||
$a->strings['This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'] = 'In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast.';
|
||
$a->strings['At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica "config" folder.'] = 'Am Ende dieser Prozedur bekommst du einen Text, der in der local.config.php im Friendica "config" Ordner gespeichert werden muss.';
|
||
$a->strings['You can alternatively skip this procedure and perform a manual installation. Please see the file "doc/INSTALL.md" for instructions.'] = 'Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei "doc/INSTALL.md".';
|
||
$a->strings['config/local.config.php is writable'] = 'config/local.config.php ist schreibbar';
|
||
$a->strings['Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.'] = 'Friendica nutzt die Smarty3-Template-Engine, um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP, um das Rendern zu beschleunigen.';
|
||
$a->strings['In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder.'] = 'Um diese kompilierten Templates zu speichern, benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica.';
|
||
$a->strings['Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder.'] = 'Bitte stelle sicher, dass der Nutzer, unter dem der Webserver läuft (z.B. www-data), Schreibrechte zu diesem Verzeichnis hat.';
|
||
$a->strings['Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.'] = 'Hinweis: aus Sicherheitsgründen solltest du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht für die darin enthaltenen Template-Dateien (.tpl).';
|
||
$a->strings['view/smarty3 is writable'] = 'view/smarty3 ist schreibbar';
|
||
$a->strings['Url rewrite in .htaccess seems not working. Make sure you copied .htaccess-dist to .htaccess.'] = 'Umschreiben der URLs in der .htaccess funktioniert nicht. Vergewissere dich, dass du .htaccess-dist nach.htaccess kopiert hast.';
|
||
$a->strings['In some circumstances (like running inside containers), you can skip this error.'] = 'Unter bestimmten Umständen (z.B. Installationen in Containern) kannst du diesen Fehler übergehen.';
|
||
$a->strings['Error message from Curl when fetching'] = 'Fehlermeldung von Curl während des Ladens';
|
||
$a->strings['Url rewrite is working'] = 'URL rewrite funktioniert';
|
||
$a->strings['The detection of TLS to secure the communication between the browser and the new Friendica server failed.'] = 'Die Erkennung von TLS, um die Kommunikation zwischen dem Browser und dem neuen Friendica-Server zu sichern, scheiterte.';
|
||
$a->strings['It is highly encouraged to use Friendica only over a secure connection as sensitive information like passwords will be transmitted.'] = 'Friendica sollte nur über eine sichere Verbindung verwendet werden da sensible Informationen wie Passwörter übertragen werden.';
|
||
$a->strings['Please ensure that the connection to the server is secure.'] = 'Bitte vergewissere dich, dass die Verbindung zum Server sicher ist.';
|
||
$a->strings['No TLS detected'] = 'Kein TLS gefunden';
|
||
$a->strings['TLS detected'] = 'TLS gefunden';
|
||
$a->strings['ImageMagick PHP extension is not installed'] = 'ImageMagicx PHP Erweiterung ist nicht installiert.';
|
||
$a->strings['ImageMagick PHP extension is installed'] = 'ImageMagick PHP Erweiterung ist installiert';
|
||
$a->strings['ImageMagick supports GIF'] = 'ImageMagick unterstützt GIF';
|
||
$a->strings['Database already in use.'] = 'Die Datenbank wird bereits verwendet.';
|
||
$a->strings['Could not connect to database.'] = 'Verbindung zur Datenbank gescheitert.';
|
||
$a->strings['Monday'] = 'Montag';
|
||
$a->strings['Tuesday'] = 'Dienstag';
|
||
$a->strings['Wednesday'] = 'Mittwoch';
|
||
$a->strings['Thursday'] = 'Donnerstag';
|
||
$a->strings['Friday'] = 'Freitag';
|
||
$a->strings['Saturday'] = 'Samstag';
|
||
$a->strings['Sunday'] = 'Sonntag';
|
||
$a->strings['January'] = 'Januar';
|
||
$a->strings['February'] = 'Februar';
|
||
$a->strings['March'] = 'März';
|
||
$a->strings['April'] = 'April';
|
||
$a->strings['May'] = 'Mai';
|
||
$a->strings['June'] = 'Juni';
|
||
$a->strings['July'] = 'Juli';
|
||
$a->strings['August'] = 'August';
|
||
$a->strings['September'] = 'September';
|
||
$a->strings['October'] = 'Oktober';
|
||
$a->strings['November'] = 'November';
|
||
$a->strings['December'] = 'Dezember';
|
||
$a->strings['Mon'] = 'Mo';
|
||
$a->strings['Tue'] = 'Di';
|
||
$a->strings['Wed'] = 'Mi';
|
||
$a->strings['Thu'] = 'Do';
|
||
$a->strings['Fri'] = 'Fr';
|
||
$a->strings['Sat'] = 'Sa';
|
||
$a->strings['Sun'] = 'So';
|
||
$a->strings['Jan'] = 'Jan';
|
||
$a->strings['Feb'] = 'Feb';
|
||
$a->strings['Mar'] = 'März';
|
||
$a->strings['Apr'] = 'Apr';
|
||
$a->strings['Jun'] = 'Jun';
|
||
$a->strings['Jul'] = 'Juli';
|
||
$a->strings['Aug'] = 'Aug';
|
||
$a->strings['Sep'] = 'Sep';
|
||
$a->strings['Oct'] = 'Okt';
|
||
$a->strings['Nov'] = 'Nov';
|
||
$a->strings['Dec'] = 'Dez';
|
||
$a->strings['poke'] = 'anstupsen';
|
||
$a->strings['poked'] = 'stupste';
|
||
$a->strings['ping'] = 'anpingen';
|
||
$a->strings['pinged'] = 'pingte';
|
||
$a->strings['prod'] = 'knuffen';
|
||
$a->strings['prodded'] = 'knuffte';
|
||
$a->strings['slap'] = 'ohrfeigen';
|
||
$a->strings['slapped'] = 'ohrfeigte';
|
||
$a->strings['finger'] = 'befummeln';
|
||
$a->strings['fingered'] = 'befummelte';
|
||
$a->strings['rebuff'] = 'eine Abfuhr erteilen';
|
||
$a->strings['rebuffed'] = 'abfuhrerteilte';
|
||
$a->strings['Friendica can\'t display this page at the moment, please contact the administrator.'] = 'Friendica kann die Seite im Moment nicht darstellen. Bitte kontaktiere das Administratoren Team.';
|
||
$a->strings['template engine cannot be registered without a name.'] = 'Die Template Engine kann nicht ohne einen Namen registriert werden.';
|
||
$a->strings['template engine is not registered!'] = 'Template Engine wurde nicht registriert!';
|
||
$a->strings['Storage base path'] = 'Dateipfad zum Speicher';
|
||
$a->strings['Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree'] = 'Verzeichnis, in das Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Verzeichnisstruktur sein';
|
||
$a->strings['Enter a valid existing folder'] = 'Gib einen gültigen, existierenden Ordner ein';
|
||
$a->strings['Updates from version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'] = 'Aktualisierungen von der Version %s werden nicht unterstützt. Bitte aktualisiere vorher auf die Version 2021.01 von Friendica und warte bis das Postupdate auf die Version 1383 abgeschlossen ist.';
|
||
$a->strings['Updates from postupdate version %s are not supported. Please update at least to version 2021.01 and wait until the postupdate finished version 1383.'] = 'Aktualisierungen von der Postupdate Version %s werden nicht unterstützt. Bitte aktualisiere zunächst auf die Friendica Version 2021.01 und warte bis das Postupdate 1383 abgeschlossen ist.';
|
||
$a->strings['%s: executing pre update %d'] = '%s: Pre-Update %d wird ausgeführt';
|
||
$a->strings['%s: executing post update %d'] = '%s: Post-Update %d wird ausgeführt';
|
||
$a->strings['Update %s failed. See error logs.'] = 'Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen.';
|
||
$a->strings['
|
||
The friendica developers released update %s recently,
|
||
but when I tried to install it, something went terribly wrong.
|
||
This needs to be fixed soon and I can\'t do it alone. Please contact a
|
||
friendica developer if you can not help me on your own. My database might be invalid.'] = '
|
||
Die Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.
|
||
|
||
Das Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler, falls du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein.';
|
||
$a->strings['The error message is\n[pre]%s[/pre]'] = 'Die Fehlermeldung lautet [pre]%s[/pre]';
|
||
$a->strings['[Friendica Notify] Database update'] = '[Friendica-Benachrichtigung]: Datenbank Update';
|
||
$a->strings['
|
||
The friendica database was successfully updated from %s to %s.'] = '
|
||
Die Friendica Datenbank wurde erfolgreich von %s auf %s aktualisiert.';
|
||
$a->strings['Error decoding account file'] = 'Fehler beim Verarbeiten der Account-Datei';
|
||
$a->strings['Error! No version data in file! This is not a Friendica account file?'] = 'Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica-Account-Datei?';
|
||
$a->strings['User \'%s\' already exists on this server!'] = 'Nutzer \'%s\' existiert bereits auf diesem Server!';
|
||
$a->strings['User creation error'] = 'Fehler beim Anlegen des Nutzer-Accounts aufgetreten';
|
||
$a->strings['%d contact not imported'] = [
|
||
0 => '%d Kontakt nicht importiert',
|
||
1 => '%d Kontakte nicht importiert',
|
||
];
|
||
$a->strings['User profile creation error'] = 'Fehler beim Anlegen des Nutzer-Profils';
|
||
$a->strings['Done. You can now login with your username and password'] = 'Erledigt. Du kannst dich jetzt mit deinem Nutzernamen und Passwort anmelden';
|
||
$a->strings['The database version had been set to %s.'] = 'Die Datenbank Version wurde auf %s gesetzt.';
|
||
$a->strings['The post update is at version %d, it has to be at %d to safely drop the tables.'] = 'Das post-update ist auf der Version %d. Damit die Tabellen sicher entfernt werden können muss es die Version %d haben.';
|
||
$a->strings['No unused tables found.'] = 'Keine Tabellen gefunden die nicht verwendet werden.';
|
||
$a->strings['These tables are not used for friendica and will be deleted when you execute "dbstructure drop -e":'] = 'Diese Tabellen werden nicht von Friendica verwendet. Sie werden gelöscht, wenn du "dbstructure drop -e" ausführst.';
|
||
$a->strings['There are no tables on MyISAM or InnoDB with the Antelope file format.'] = 'Es gibt keine MyISAM oder InnoDB Tabellem mit dem Antelope Dateiformat.';
|
||
$a->strings['
|
||
Error %d occurred during database update:
|
||
%s
|
||
'] = '
|
||
Fehler %d beim Update der Datenbank aufgetreten
|
||
%s
|
||
';
|
||
$a->strings['Errors encountered performing database changes: '] = 'Fehler beim Ändern der Datenbank aufgetreten';
|
||
$a->strings['Another database update is currently running.'] = 'Es läuft bereits ein anderes Datenbank Update';
|
||
$a->strings['%s: Database update'] = '%s: Datenbank Aktualisierung';
|
||
$a->strings['%s: updating %s table.'] = '%s: aktualisiere Tabelle %s';
|
||
$a->strings['Record not found'] = 'Eintrag nicht gefunden';
|
||
$a->strings['Unprocessable Entity'] = 'Entität konnte nicht verarbeitet werden';
|
||
$a->strings['Unauthorized'] = 'Nicht autorisiert';
|
||
$a->strings['Token is not authorized with a valid user or is missing a required scope'] = 'Token ist nicht durch einen gültigen Benutzer autorisiert oder es fehlt ein erforderlicher Geltungsbereich';
|
||
$a->strings['Internal Server Error'] = 'Interner Serverfehler';
|
||
$a->strings['Legacy module file not found: %s'] = 'Legacy-Moduldatei nicht gefunden: %s';
|
||
$a->strings['UnFollow'] = 'Entfolgen';
|
||
$a->strings['Approve'] = 'Genehmigen';
|
||
$a->strings['Organisation'] = 'Organisation';
|
||
$a->strings['Forum'] = 'Forum';
|
||
$a->strings['Disallowed profile URL.'] = 'Nicht erlaubte Profil-URL.';
|
||
$a->strings['Blocked domain'] = 'Blockierte Domain';
|
||
$a->strings['Connect URL missing.'] = 'Connect-URL fehlt';
|
||
$a->strings['The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.'] = 'Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke';
|
||
$a->strings['The profile address specified does not provide adequate information.'] = 'Die angegebene Profiladresse liefert unzureichende Informationen.';
|
||
$a->strings['No compatible communication protocols or feeds were discovered.'] = 'Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden.';
|
||
$a->strings['An author or name was not found.'] = 'Es wurde kein Autor oder Name gefunden.';
|
||
$a->strings['No browser URL could be matched to this address.'] = 'Zu dieser Adresse konnte keine passende Browser-URL gefunden werden.';
|
||
$a->strings[ |