update for DE translation
This commit is contained in:
parent
e90b3f606d
commit
d4fccc6ce8
2 changed files with 6314 additions and 6281 deletions
|
|
@ -5,178 +5,6 @@ function string_plural_select_de($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Miscellaneous"] = "Verschiedenes";
|
||||
$a->strings["Birthday:"] = "Geburtstag:";
|
||||
$a->strings["Age: "] = "Alter: ";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD";
|
||||
$a->strings["never"] = "nie";
|
||||
$a->strings["less than a second ago"] = "vor weniger als einer Sekunde";
|
||||
$a->strings["year"] = "Jahr";
|
||||
$a->strings["years"] = "Jahre";
|
||||
$a->strings["month"] = "Monat";
|
||||
$a->strings["months"] = "Monate";
|
||||
$a->strings["week"] = "Woche";
|
||||
$a->strings["weeks"] = "Wochen";
|
||||
$a->strings["day"] = "Tag";
|
||||
$a->strings["days"] = "Tage";
|
||||
$a->strings["hour"] = "Stunde";
|
||||
$a->strings["hours"] = "Stunden";
|
||||
$a->strings["minute"] = "Minute";
|
||||
$a->strings["minutes"] = "Minuten";
|
||||
$a->strings["second"] = "Sekunde";
|
||||
$a->strings["seconds"] = "Sekunden";
|
||||
$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s";
|
||||
$a->strings["%s's birthday"] = "%ss Geburtstag";
|
||||
$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch %s";
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln.";
|
||||
$a->strings["Tags"] = "Tags";
|
||||
$a->strings["newer"] = "neuer";
|
||||
$a->strings["older"] = "älter";
|
||||
$a->strings["first"] = "erste";
|
||||
$a->strings["prev"] = "vorige";
|
||||
$a->strings["next"] = "nächste";
|
||||
$a->strings["last"] = "letzte";
|
||||
$a->strings["Loading more entries..."] = "lade weitere Einträge...";
|
||||
$a->strings["The end"] = "Das Ende";
|
||||
$a->strings["No contacts"] = "Keine Kontakte";
|
||||
$a->strings["%d Contact"] = [
|
||||
0 => "%d Kontakt",
|
||||
1 => "%d Kontakte",
|
||||
];
|
||||
$a->strings["View Contacts"] = "Kontakte anzeigen";
|
||||
$a->strings["Save"] = "Speichern";
|
||||
$a->strings["Follow"] = "Folge";
|
||||
$a->strings["Search"] = "Suche";
|
||||
$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
|
||||
$a->strings["Full Text"] = "Volltext";
|
||||
$a->strings["Contacts"] = "Kontakte";
|
||||
$a->strings["Forums"] = "Foren";
|
||||
$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["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["Jul"] = "Juli";
|
||||
$a->strings["Aug"] = "Aug";
|
||||
$a->strings["Sep"] = "Sep";
|
||||
$a->strings["Oct"] = "Okt";
|
||||
$a->strings["Nov"] = "Nov";
|
||||
$a->strings["Dec"] = "Dez";
|
||||
$a->strings["View Video"] = "Video ansehen";
|
||||
$a->strings["bytes"] = "Byte";
|
||||
$a->strings["Click to open/close"] = "Zum öffnen/schließen klicken";
|
||||
$a->strings["View on separate page"] = "Auf separater Seite ansehen";
|
||||
$a->strings["view on separate page"] = "auf separater Seite ansehen";
|
||||
$a->strings["link to source"] = "Link zum Originalbeitrag";
|
||||
$a->strings["event"] = "Event";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["activity"] = "Aktivität";
|
||||
$a->strings["comment"] = [
|
||||
0 => "Kommentar",
|
||||
1 => "Kommentare",
|
||||
];
|
||||
$a->strings["post"] = "Beitrag";
|
||||
$a->strings["Item filed"] = "Beitrag abgelegt";
|
||||
$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung";
|
||||
$a->strings["Thank You,"] = "Danke,";
|
||||
$a->strings["%s Administrator"] = "der Administrator von %s";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
|
||||
$a->strings["noreply"] = "noreply";
|
||||
$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Nachricht erhalten von %s";
|
||||
$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht auf %2\$s geschickt.";
|
||||
$a->strings["a private message"] = "eine private Nachricht";
|
||||
$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
|
||||
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten.";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]Deinen %3\$s[/url]";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
|
||||
$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst.";
|
||||
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
|
||||
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben";
|
||||
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf %2\$s auf Deine Pinnwand";
|
||||
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet";
|
||||
$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
|
||||
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
|
||||
$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url].";
|
||||
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt";
|
||||
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt";
|
||||
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url].";
|
||||
$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst";
|
||||
$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst";
|
||||
$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url].";
|
||||
$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt";
|
||||
$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s";
|
||||
$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]";
|
||||
$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten";
|
||||
$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten";
|
||||
$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten.";
|
||||
$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s";
|
||||
$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen.";
|
||||
$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir";
|
||||
$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s";
|
||||
$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf ";
|
||||
$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s";
|
||||
$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten";
|
||||
$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten";
|
||||
$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten.";
|
||||
$a->strings["Name:"] = "Name:";
|
||||
$a->strings["Photo:"] = "Foto:";
|
||||
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen.";
|
||||
$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt";
|
||||
$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt";
|
||||
$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert.";
|
||||
$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen.";
|
||||
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
|
||||
$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen.";
|
||||
$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. ";
|
||||
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
|
||||
$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Benachrichtigung] Registrationsanfrage";
|
||||
$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten";
|
||||
$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten.";
|
||||
$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s(";
|
||||
$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten.";
|
||||
$a->strings["Welcome "] = "Willkommen ";
|
||||
$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch.";
|
||||
$a->strings["Welcome back "] = "Willkommen zurück ";
|
||||
$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["Post to Email"] = "An E-Mail senden";
|
||||
$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?";
|
||||
$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist.";
|
||||
|
|
@ -201,41 +29,11 @@ $a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i";
|
|||
$a->strings["Starts:"] = "Beginnt:";
|
||||
$a->strings["Finishes:"] = "Endet:";
|
||||
$a->strings["Location:"] = "Ort:";
|
||||
$a->strings["Image/photo"] = "Bild/Foto";
|
||||
$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
|
||||
$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["all-day"] = "ganztägig";
|
||||
$a->strings["Jun"] = "Jun";
|
||||
$a->strings["Sept"] = "Sep";
|
||||
$a->strings["today"] = "Heute";
|
||||
$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen";
|
||||
$a->strings["l, F j"] = "l, F j";
|
||||
$a->strings["Edit event"] = "Veranstaltung bearbeiten";
|
||||
$a->strings["Duplicate event"] = "Veranstaltung kopieren";
|
||||
$a->strings["Delete event"] = "Veranstaltung löschen";
|
||||
$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["D g:i A"] = "D g:i A";
|
||||
$a->strings["g:i A"] = "g:i A";
|
||||
$a->strings["Show map"] = "Karte anzeigen";
|
||||
$a->strings["Hide map"] = "Karte verbergen";
|
||||
$a->strings["Item not found."] = "Beitrag nicht gefunden.";
|
||||
$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?";
|
||||
$a->strings["Yes"] = "Ja";
|
||||
$a->strings["Cancel"] = "Abbrechen";
|
||||
$a->strings["Permission denied."] = "Zugriff verweigert.";
|
||||
$a->strings["Archives"] = "Archiv";
|
||||
$a->strings["show more"] = "mehr anzeigen";
|
||||
$a->strings["event"] = "Event";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s";
|
||||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s nicht";
|
||||
$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil.";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil.";
|
||||
|
|
@ -317,6 +115,7 @@ $a->strings["Permission settings"] = "Berechtigungseinstellungen";
|
|||
$a->strings["permissions"] = "Zugriffsrechte";
|
||||
$a->strings["Public post"] = "Öffentlicher Beitrag";
|
||||
$a->strings["Preview"] = "Vorschau";
|
||||
$a->strings["Cancel"] = "Abbrechen";
|
||||
$a->strings["Post to Groups"] = "Poste an Gruppe";
|
||||
$a->strings["Post to Contacts"] = "Poste an Kontakte";
|
||||
$a->strings["Private post"] = "Privater Beitrag";
|
||||
|
|
@ -339,6 +138,178 @@ $a->strings["Undecided"] = [
|
|||
0 => "Unentschieden",
|
||||
1 => "Unentschieden",
|
||||
];
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln.";
|
||||
$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung";
|
||||
$a->strings["Thank You,"] = "Danke,";
|
||||
$a->strings["%s Administrator"] = "der Administrator von %s";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
|
||||
$a->strings["noreply"] = "noreply";
|
||||
$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Nachricht erhalten von %s";
|
||||
$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht auf %2\$s geschickt.";
|
||||
$a->strings["a private message"] = "eine private Nachricht";
|
||||
$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
|
||||
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten.";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]";
|
||||
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]Deinen %3\$s[/url]";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
|
||||
$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst.";
|
||||
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
|
||||
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben";
|
||||
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf %2\$s auf Deine Pinnwand";
|
||||
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet";
|
||||
$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
|
||||
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
|
||||
$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url].";
|
||||
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt";
|
||||
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt";
|
||||
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url].";
|
||||
$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst";
|
||||
$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst";
|
||||
$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url].";
|
||||
$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt";
|
||||
$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s";
|
||||
$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]";
|
||||
$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten";
|
||||
$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten";
|
||||
$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten.";
|
||||
$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s";
|
||||
$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen.";
|
||||
$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir";
|
||||
$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s";
|
||||
$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf ";
|
||||
$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s";
|
||||
$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten";
|
||||
$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten";
|
||||
$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten.";
|
||||
$a->strings["Name:"] = "Name:";
|
||||
$a->strings["Photo:"] = "Foto:";
|
||||
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen.";
|
||||
$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt";
|
||||
$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt";
|
||||
$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert.";
|
||||
$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen.";
|
||||
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
|
||||
$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen.";
|
||||
$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. ";
|
||||
$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
|
||||
$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Benachrichtigung] Registrationsanfrage";
|
||||
$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten";
|
||||
$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten.";
|
||||
$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s(";
|
||||
$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten.";
|
||||
$a->strings["all-day"] = "ganztägig";
|
||||
$a->strings["Sun"] = "So";
|
||||
$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["Sunday"] = "Sonntag";
|
||||
$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["Jan"] = "Jan";
|
||||
$a->strings["Feb"] = "Feb";
|
||||
$a->strings["Mar"] = "März";
|
||||
$a->strings["Apr"] = "Apr";
|
||||
$a->strings["May"] = "Mai";
|
||||
$a->strings["Jun"] = "Jun";
|
||||
$a->strings["Jul"] = "Juli";
|
||||
$a->strings["Aug"] = "Aug";
|
||||
$a->strings["Sept"] = "Sep";
|
||||
$a->strings["Oct"] = "Okt";
|
||||
$a->strings["Nov"] = "Nov";
|
||||
$a->strings["Dec"] = "Dez";
|
||||
$a->strings["January"] = "Januar";
|
||||
$a->strings["February"] = "Februar";
|
||||
$a->strings["March"] = "März";
|
||||
$a->strings["April"] = "April";
|
||||
$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["today"] = "Heute";
|
||||
$a->strings["month"] = "Monat";
|
||||
$a->strings["week"] = "Woche";
|
||||
$a->strings["day"] = "Tag";
|
||||
$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen";
|
||||
$a->strings["l, F j"] = "l, F j";
|
||||
$a->strings["Edit event"] = "Veranstaltung bearbeiten";
|
||||
$a->strings["Duplicate event"] = "Veranstaltung kopieren";
|
||||
$a->strings["Delete event"] = "Veranstaltung löschen";
|
||||
$a->strings["link to source"] = "Link zum Originalbeitrag";
|
||||
$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["D g:i A"] = "D g:i A";
|
||||
$a->strings["g:i A"] = "g:i A";
|
||||
$a->strings["Show map"] = "Karte anzeigen";
|
||||
$a->strings["Hide map"] = "Karte verbergen";
|
||||
$a->strings["Item not found."] = "Beitrag nicht gefunden.";
|
||||
$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?";
|
||||
$a->strings["Yes"] = "Ja";
|
||||
$a->strings["Permission denied."] = "Zugriff verweigert.";
|
||||
$a->strings["Archives"] = "Archiv";
|
||||
$a->strings["show more"] = "mehr anzeigen";
|
||||
$a->strings["Welcome "] = "Willkommen ";
|
||||
$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch.";
|
||||
$a->strings["Welcome back "] = "Willkommen zurück ";
|
||||
$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["newer"] = "neuer";
|
||||
$a->strings["older"] = "älter";
|
||||
$a->strings["first"] = "erste";
|
||||
$a->strings["prev"] = "vorige";
|
||||
$a->strings["next"] = "nächste";
|
||||
$a->strings["last"] = "letzte";
|
||||
$a->strings["Loading more entries..."] = "lade weitere Einträge...";
|
||||
$a->strings["The end"] = "Das Ende";
|
||||
$a->strings["No contacts"] = "Keine Kontakte";
|
||||
$a->strings["%d Contact"] = [
|
||||
0 => "%d Kontakt",
|
||||
1 => "%d Kontakte",
|
||||
];
|
||||
$a->strings["View Contacts"] = "Kontakte anzeigen";
|
||||
$a->strings["Save"] = "Speichern";
|
||||
$a->strings["Follow"] = "Folge";
|
||||
$a->strings["Search"] = "Suche";
|
||||
$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
|
||||
$a->strings["Full Text"] = "Volltext";
|
||||
$a->strings["Tags"] = "Tags";
|
||||
$a->strings["Contacts"] = "Kontakte";
|
||||
$a->strings["Forums"] = "Foren";
|
||||
$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["Sep"] = "Sep";
|
||||
$a->strings["View Video"] = "Video ansehen";
|
||||
$a->strings["bytes"] = "Byte";
|
||||
$a->strings["Click to open/close"] = "Zum öffnen/schließen klicken";
|
||||
$a->strings["View on separate page"] = "Auf separater Seite ansehen";
|
||||
$a->strings["view on separate page"] = "auf separater Seite ansehen";
|
||||
$a->strings["activity"] = "Aktivität";
|
||||
$a->strings["comment"] = [
|
||||
0 => "Kommentar",
|
||||
1 => "Kommentare",
|
||||
];
|
||||
$a->strings["post"] = "Beitrag";
|
||||
$a->strings["Item filed"] = "Beitrag abgelegt";
|
||||
$a->strings["No friends to display."] = "Keine Kontakte zum Anzeigen.";
|
||||
$a->strings["Connect"] = "Verbinden";
|
||||
$a->strings["Authorize application connection"] = "Verbindung der Applikation autorisieren";
|
||||
|
|
@ -353,16 +324,6 @@ $a->strings["Item not available."] = "Beitrag nicht verfügbar.";
|
|||
$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden.";
|
||||
$a->strings["Login"] = "Anmeldung";
|
||||
$a->strings["The post was created"] = "Der Beitrag wurde angelegt";
|
||||
$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["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["No contacts in common."] = "Keine gemeinsamen Kontakte.";
|
||||
$a->strings["Common Friends"] = "Gemeinsame Kontakte";
|
||||
$a->strings["Credits"] = "Credits";
|
||||
|
|
@ -410,23 +371,6 @@ $a->strings["Results for:"] = "Ergebnisse für:";
|
|||
$a->strings["Site Directory"] = "Verzeichnis";
|
||||
$a->strings["Find"] = "Finde";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
|
||||
$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["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen";
|
||||
$a->strings["Description:"] = "Beschreibung";
|
||||
$a->strings["Title:"] = "Titel:";
|
||||
$a->strings["Share this event"] = "Veranstaltung teilen";
|
||||
$a->strings["Basic"] = "Allgemein";
|
||||
$a->strings["Advanced"] = "Erweitert";
|
||||
$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen";
|
||||
$a->strings["Event removed"] = "Veranstaltung enfternt";
|
||||
$a->strings["Photos"] = "Bilder";
|
||||
$a->strings["Contact Photos"] = "Kontaktbilder";
|
||||
$a->strings["Upload"] = "Hochladen";
|
||||
|
|
@ -446,9 +390,6 @@ $a->strings["Your Identity Address:"] = "Adresse Deines Profils:";
|
|||
$a->strings["Profile URL"] = "Profil URL";
|
||||
$a->strings["Tags:"] = "Tags:";
|
||||
$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
|
||||
$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet.";
|
||||
$a->strings["Suggest Friends"] = "Kontakte vorschlagen";
|
||||
$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor";
|
||||
$a->strings["Group created."] = "Gruppe erstellt.";
|
||||
$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen.";
|
||||
$a->strings["Group not found."] = "Gruppe nicht gefunden.";
|
||||
|
|
@ -473,68 +414,9 @@ $a->strings["Help:"] = "Hilfe:";
|
|||
$a->strings["Help"] = "Hilfe";
|
||||
$a->strings["Page not found."] = "Seite nicht gefunden.";
|
||||
$a->strings["Welcome to %s"] = "Willkommen zu %s";
|
||||
$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht.";
|
||||
$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse.";
|
||||
$a->strings["Please join us on Friendica"] = "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein";
|
||||
$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite.";
|
||||
$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen.";
|
||||
$a->strings["%d message sent."] = [
|
||||
0 => "%d Nachricht gesendet.",
|
||||
1 => "%d Nachrichten gesendet.",
|
||||
];
|
||||
$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen";
|
||||
$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke.";
|
||||
$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website.";
|
||||
$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst.";
|
||||
$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen.";
|
||||
$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden.";
|
||||
$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s.";
|
||||
$a->strings["Send invitations"] = "Einladungen senden";
|
||||
$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:";
|
||||
$a->strings["Your message:"] = "Deine Nachricht:";
|
||||
$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen.";
|
||||
$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code";
|
||||
$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:";
|
||||
$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca.";
|
||||
$a->strings["Time Conversion"] = "Zeitumrechnung";
|
||||
$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann.";
|
||||
$a->strings["UTC time: %s"] = "UTC Zeit: %s";
|
||||
$a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s";
|
||||
$a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s";
|
||||
$a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:";
|
||||
$a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar.";
|
||||
$a->strings["Visible to:"] = "Sichtbar für:";
|
||||
$a->strings["System down for maintenance"] = "System zur Wartung abgeschaltet";
|
||||
$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten";
|
||||
$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast.";
|
||||
$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: ";
|
||||
$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["Message sent."] = "Nachricht gesendet.";
|
||||
$a->strings["Messages"] = "Nachrichten";
|
||||
$a->strings["Do you really want to delete this message?"] = "Möchtest Du wirklich diese Nachricht löschen?";
|
||||
$a->strings["Message deleted."] = "Nachricht gelöscht.";
|
||||
$a->strings["Conversation removed."] = "Unterhaltung gelöscht.";
|
||||
$a->strings["Send Private Message"] = "Private Nachricht senden";
|
||||
$a->strings["To:"] = "An:";
|
||||
$a->strings["Subject:"] = "Betreff:";
|
||||
$a->strings["No messages."] = "Keine Nachrichten.";
|
||||
$a->strings["Message not available."] = "Nachricht nicht verfügbar.";
|
||||
$a->strings["Delete message"] = "Nachricht löschen";
|
||||
$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, d M Y - g:i A"] = "D, d. M Y - g:i A";
|
||||
$a->strings["%d message"] = [
|
||||
0 => "%d Nachricht",
|
||||
1 => "%d Nachrichten",
|
||||
];
|
||||
$a->strings["Welcome to Friendica"] = "Willkommen bei Friendica";
|
||||
$a->strings["New Member Checklist"] = "Checkliste für neue Mitglieder";
|
||||
$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Wir möchten Dir einige Tipps und Links anbieten, die Dir helfen könnten, den Einstieg angenehmer zu machen. Klicke auf ein Element, um die entsprechende Seite zu besuchen. Ein Link zu dieser Seite hier bleibt für Dich an Deiner Pinnwand für zwei Wochen nach dem Registrierungsdatum sichtbar und wird dann verschwinden.";
|
||||
|
|
@ -574,30 +456,6 @@ $a->strings["Edit contact"] = "Kontakt bearbeiten";
|
|||
$a->strings["Contacts who are not members of a group"] = "Kontakte, die keiner Gruppe zugewiesen sind";
|
||||
$a->strings["Personal Notes"] = "Persönliche Notizen";
|
||||
$a->strings["Not Extended"] = "Nicht erweitert.";
|
||||
$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten";
|
||||
$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht";
|
||||
$a->strings["{0} requested registration"] = "{0} möchte sich registrieren";
|
||||
$a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden.";
|
||||
$a->strings["%s's posts"] = "Beiträge von %s";
|
||||
$a->strings["%s's comments"] = "Kommentare von %s";
|
||||
$a->strings["%s's timeline"] = "Timeline von %s";
|
||||
$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
|
||||
$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl.";
|
||||
$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte.";
|
||||
$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird.";
|
||||
$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden";
|
||||
$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s";
|
||||
$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten.";
|
||||
$a->strings["Upload File:"] = "Datei hochladen:";
|
||||
$a->strings["Select a profile:"] = "Profil auswählen:";
|
||||
$a->strings["or"] = "oder";
|
||||
$a->strings["skip this step"] = "diesen Schritt überspringen";
|
||||
$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben";
|
||||
$a->strings["Crop Image"] = "Bild zurechtschneiden";
|
||||
$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann.";
|
||||
$a->strings["Done Editing"] = "Bearbeitung abgeschlossen";
|
||||
$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen.";
|
||||
$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert.";
|
||||
$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner.";
|
||||
$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit";
|
||||
$a->strings["Visible To"] = "Sichtbar für";
|
||||
|
|
@ -616,34 +474,31 @@ $a->strings["Do you really want to delete this suggestion?"] = "Möchtest Du wir
|
|||
$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["Ignore/Hide"] = "Ignorieren/Verbergen";
|
||||
$a->strings["Friend Suggestions"] = "Kontaktvorschläge";
|
||||
$a->strings["Tag removed"] = "Tag entfernt";
|
||||
$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen";
|
||||
$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: ";
|
||||
$a->strings["Contact wasn't found or can't be unfollowed."] = "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden.";
|
||||
$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt";
|
||||
$a->strings["You aren't a friend of this contact."] = "Du hast keine beidseitige Freundschaft mit 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["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]";
|
||||
$a->strings["Do you really want to delete this video?"] = "Möchtest Du dieses Video wirklich löschen?";
|
||||
$a->strings["Delete Video"] = "Video Löschen";
|
||||
$a->strings["No videos selected"] = "Keine Videos ausgewählt";
|
||||
$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt.";
|
||||
$a->strings["View Album"] = "Album betrachten";
|
||||
$a->strings["Recent Videos"] = "Neueste Videos";
|
||||
$a->strings["Upload New Videos"] = "Neues Video hochladen";
|
||||
$a->strings["No contacts."] = "Keine Kontakte.";
|
||||
$a->strings["Access denied."] = "Zugriff verweigert.";
|
||||
$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["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s";
|
||||
$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten.";
|
||||
$a->strings["Wall Photos"] = "Pinnwand-Bilder";
|
||||
$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert.";
|
||||
$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["No recipient selected."] = "Kein Empfänger gewählt.";
|
||||
$a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen.";
|
||||
$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden.";
|
||||
$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen.";
|
||||
$a->strings["Message sent."] = "Nachricht gesendet.";
|
||||
$a->strings["No recipient."] = "Kein Empfänger.";
|
||||
$a->strings["Send Private Message"] = "Private Nachricht senden";
|
||||
$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["To:"] = "An:";
|
||||
$a->strings["Subject:"] = "Betreff:";
|
||||
$a->strings["Your message:"] = "Deine Nachricht:";
|
||||
$a->strings["Source (bbcode) text:"] = "Quelle (bbcode) Text:";
|
||||
$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Eingabe (Diaspora) nach BBCode zu konvertierender Text:";
|
||||
$a->strings["Source input: "] = "Originaltext:";
|
||||
|
|
@ -657,62 +512,80 @@ $a->strings["Source input (Diaspora format): "] = "Originaltext (Diaspora Format
|
|||
$a->strings["diaspora2bb: "] = "diaspora2bb: ";
|
||||
$a->strings["Item not found"] = "Beitrag nicht gefunden";
|
||||
$a->strings["Edit post"] = "Beitrag bearbeiten";
|
||||
$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["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast.";
|
||||
$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%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["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein 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["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas 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["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet.";
|
||||
$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern.";
|
||||
$a->strings["Registration successful."] = "Registrierung erfolgreich.";
|
||||
$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
|
||||
$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
|
||||
$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["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst.";
|
||||
$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.";
|
||||
$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): ";
|
||||
$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?";
|
||||
$a->strings["Note for the admin"] = "Hinweis für den Admin";
|
||||
$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest.";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
|
||||
$a->strings["Your invitation ID: "] = "ID Deiner Einladung: ";
|
||||
$a->strings["Registration"] = "Registrierung";
|
||||
$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):";
|
||||
$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)";
|
||||
$a->strings["New Password:"] = "Neues Passwort:";
|
||||
$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren.";
|
||||
$a->strings["Confirm:"] = "Bestätigen:";
|
||||
$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein.";
|
||||
$a->strings["Choose a nickname: "] = "Spitznamen wählen: ";
|
||||
$a->strings["Register"] = "Registrieren";
|
||||
$a->strings["Import"] = "Import";
|
||||
$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz";
|
||||
$a->strings["Export account"] = "Account exportieren";
|
||||
$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen.";
|
||||
$a->strings["Export all"] = "Alles exportieren";
|
||||
$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert).";
|
||||
$a->strings["Export personal data"] = "Persönliche Daten exportieren";
|
||||
$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 all 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["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen";
|
||||
$a->strings["People Search - %s"] = "Personensuche - %s";
|
||||
$a->strings["Forum Search - %s"] = "Forensuche - %s";
|
||||
$a->strings["No matches"] = "Keine Übereinstimmungen";
|
||||
$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version";
|
||||
$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist";
|
||||
$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren.";
|
||||
$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
|
||||
$a->strings["the bugtracker at github"] = "den Bugtracker auf github";
|
||||
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com";
|
||||
$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons";
|
||||
$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert";
|
||||
$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert.";
|
||||
$a->strings["Blocked domain"] = "Blockierte Daimain";
|
||||
$a->strings["Reason for the block"] = "Begründung für die Blockierung";
|
||||
$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu.";
|
||||
$a->strings["is interested in:"] = "ist interessiert an:";
|
||||
$a->strings["Profile Match"] = "Profilübereinstimmungen";
|
||||
$a->strings["Invalid request identifier."] = "Invalid request identifier.";
|
||||
$a->strings["Discard"] = "Verwerfen";
|
||||
$a->strings["Ignore"] = "Ignorieren";
|
||||
$a->strings["Notifications"] = "Benachrichtigungen";
|
||||
$a->strings["Network Notifications"] = "Netzwerk Benachrichtigungen";
|
||||
$a->strings["System Notifications"] = "Systembenachrichtigungen";
|
||||
$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen";
|
||||
$a->strings["Home Notifications"] = "Pinnwand Benachrichtigungen";
|
||||
$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen";
|
||||
$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen";
|
||||
$a->strings["Notification type: "] = "Benachrichtigungstyp: ";
|
||||
$a->strings["suggested by %s"] = "vorgeschlagen von %s";
|
||||
$a->strings["Hide this contact from others"] = "Verbirg diesen Kontakt vor Anderen";
|
||||
$a->strings["Post a new friend activity"] = "Neue-Kontakt Nachricht senden";
|
||||
$a->strings["if applicable"] = "falls anwendbar";
|
||||
$a->strings["Approve"] = "Genehmigen";
|
||||
$a->strings["Claims to be known to you: "] = "Behauptet Dich zu kennen: ";
|
||||
$a->strings["yes"] = "ja";
|
||||
$a->strings["no"] = "nein";
|
||||
$a->strings["Shall your connection be bidirectional or not?"] = "Soll die Verbindung beidseitig sein oder nicht?";
|
||||
$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s.";
|
||||
$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten.";
|
||||
$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Teilenden akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten.";
|
||||
$a->strings["Friend"] = "Kontakt";
|
||||
$a->strings["Sharer"] = "Teilenden";
|
||||
$a->strings["Subscriber"] = "Abonnent";
|
||||
$a->strings["Network:"] = "Netzwerk:";
|
||||
$a->strings["No introductions."] = "Keine Kontaktanfragen.";
|
||||
$a->strings["Show unread"] = "Ungelesene anzeigen";
|
||||
$a->strings["Show all"] = "Alle anzeigen";
|
||||
$a->strings["No more %s notifications."] = "Keine weiteren %s Benachrichtigungen";
|
||||
$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht.";
|
||||
$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben.";
|
||||
$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem Server nicht gestattet.";
|
||||
$a->strings["Login failed."] = "Anmeldung fehlgeschlagen.";
|
||||
$a->strings["Subscribing to OStatus contacts"] = "OStatus 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["success"] = "Erfolg";
|
||||
$a->strings["failed"] = "Fehlgeschlagen";
|
||||
$a->strings["ignored"] = "Ignoriert";
|
||||
$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet.";
|
||||
$a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert.";
|
||||
$a->strings["Information"] = "Information";
|
||||
$a->strings["Overview"] = "Übersicht";
|
||||
|
|
@ -733,14 +606,13 @@ $a->strings["Delete Item"] = "Eintrag löschen";
|
|||
$a->strings["Logs"] = "Protokolle";
|
||||
$a->strings["View Logs"] = "Protokolle anzeigen";
|
||||
$a->strings["Diagnostics"] = "Diagnostik";
|
||||
$a->strings["PHP Info"] = "PHP Info";
|
||||
$a->strings["probe address"] = "Adresse untersuchen";
|
||||
$a->strings["check webfinger"] = "Webfinger überprüfen";
|
||||
$a->strings["Admin"] = "Administration";
|
||||
$a->strings["Addon Features"] = "Addon Features";
|
||||
$a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen die auf Bestätigung warten";
|
||||
$a->strings["Blocked domain"] = "Blockierte Daimain";
|
||||
$a->strings["The blocked domain"] = "Die blockierte Domain";
|
||||
$a->strings["Reason for the block"] = "Begründung für die Blockierung";
|
||||
$a->strings["The reason why you blocked this domain."] = "Die Begründung warum du diese Domain blockiert hast.";
|
||||
$a->strings["Delete domain"] = "Domain löschen";
|
||||
$a->strings["Check to delete this entry from the blocklist"] = "Markieren, um diesen Eintrag von der Blocklist zu entfernen";
|
||||
|
|
@ -841,8 +713,10 @@ $a->strings["check the stable version"] = "überprüfe die stabile Version";
|
|||
$a->strings["check the development version"] = "überprüfe die Entwicklungsversion";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Republish users to directory"] = "Nutzer erneut im globalen Verzeichnis veröffentlichen.";
|
||||
$a->strings["Registration"] = "Registrierung";
|
||||
$a->strings["File upload"] = "Datei hochladen";
|
||||
$a->strings["Policies"] = "Regeln";
|
||||
$a->strings["Advanced"] = "Erweitert";
|
||||
$a->strings["Auto Discovered Contact Directory"] = "Automatisch ein Kontaktverzeichnis erstellen";
|
||||
$a->strings["Performance"] = "Performance";
|
||||
$a->strings["Worker"] = "Worker";
|
||||
|
|
@ -1024,7 +898,6 @@ $a->strings["User waiting for permanent deletion"] = "Nutzer wartet auf permanen
|
|||
$a->strings["Request date"] = "Anfragedatum";
|
||||
$a->strings["No registrations."] = "Keine Neuanmeldungen.";
|
||||
$a->strings["Note from the user"] = "Hinweis vom Nutzer";
|
||||
$a->strings["Approve"] = "Genehmigen";
|
||||
$a->strings["Deny"] = "Verwehren";
|
||||
$a->strings["Site admin"] = "Seitenadministrator";
|
||||
$a->strings["Account expired"] = "Account ist abgelaufen";
|
||||
|
|
@ -1067,7 +940,24 @@ $a->strings["Off"] = "Aus";
|
|||
$a->strings["On"] = "An";
|
||||
$a->strings["Lock feature %s"] = "Feature festlegen: %s";
|
||||
$a->strings["Manage Additional Features"] = "Zusätzliche Features Verwalten";
|
||||
$a->strings["Network:"] = "Netzwerk:";
|
||||
$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["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["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar.";
|
||||
$a->strings["Not available."] = "Nicht verfügbar.";
|
||||
$a->strings["Local Community"] = "Lokale Gemeinschaft";
|
||||
$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers";
|
||||
$a->strings["Global Community"] = "Globale Gemeinschaft";
|
||||
$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks";
|
||||
$a->strings["No results."] = "Keine Ergebnisse.";
|
||||
$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers.";
|
||||
$a->strings["%d contact edited."] = [
|
||||
0 => "%d Kontakt bearbeitet.",
|
||||
1 => "%d Kontakte bearbeitet.",
|
||||
|
|
@ -1114,12 +1004,10 @@ $a->strings["Last update:"] = "Letzte Aktualisierung: ";
|
|||
$a->strings["Update public posts"] = "Öffentliche Beiträge aktualisieren";
|
||||
$a->strings["Update now"] = "Jetzt aktualisieren";
|
||||
$a->strings["Unignore"] = "Ignorieren aufheben";
|
||||
$a->strings["Ignore"] = "Ignorieren";
|
||||
$a->strings["Currently blocked"] = "Derzeit geblockt";
|
||||
$a->strings["Currently ignored"] = "Derzeit ignoriert";
|
||||
$a->strings["Currently archived"] = "Momentan archiviert";
|
||||
$a->strings["Awaiting connection acknowledge"] = "Bedarf der Bestätigung des Kontakts";
|
||||
$a->strings["Hide this contact from others"] = "Verbirg diesen Kontakt vor Anderen";
|
||||
$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein";
|
||||
$a->strings["Notification for new posts"] = "Benachrichtigung bei neuen Beiträgen";
|
||||
$a->strings["Send a notification of every new post of this contact"] = "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt.";
|
||||
|
|
@ -1178,7 +1066,6 @@ $a->strings["Unable to set your contact credentials on our system."] = "Deine Ko
|
|||
$a->strings["Unable to update your contact profile details on our system"] = "Die Updates für Dein Profil konnten nicht gespeichert werden";
|
||||
$a->strings["[Name Withheld]"] = "[Name unterdrückt]";
|
||||
$a->strings["%1\$s has joined %2\$s"] = "%1\$s ist %2\$s beigetreten";
|
||||
$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen";
|
||||
$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert.";
|
||||
$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung.";
|
||||
$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden.";
|
||||
|
|
@ -1214,18 +1101,25 @@ $a->strings["Friendica"] = "Friendica";
|
|||
$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
|
||||
$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
|
||||
$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste.";
|
||||
$a->strings["People Search - %s"] = "Personensuche - %s";
|
||||
$a->strings["Forum Search - %s"] = "Forensuche - %s";
|
||||
$a->strings["No matches"] = "Keine Übereinstimmungen";
|
||||
$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version";
|
||||
$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist";
|
||||
$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren.";
|
||||
$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
|
||||
$a->strings["the bugtracker at github"] = "den Bugtracker auf github";
|
||||
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com";
|
||||
$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons";
|
||||
$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert";
|
||||
$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert.";
|
||||
$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["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen";
|
||||
$a->strings["Description:"] = "Beschreibung";
|
||||
$a->strings["Title:"] = "Titel:";
|
||||
$a->strings["Share this event"] = "Veranstaltung teilen";
|
||||
$a->strings["Basic"] = "Allgemein";
|
||||
$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen";
|
||||
$a->strings["Event removed"] = "Veranstaltung enfternt";
|
||||
$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet.";
|
||||
$a->strings["Suggest Friends"] = "Kontakte vorschlagen";
|
||||
$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor";
|
||||
$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup";
|
||||
$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert.";
|
||||
$a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden.";
|
||||
|
|
@ -1300,54 +1194,108 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ
|
|||
$a->strings["<h1>What next</h1>"] = "<h1>Wie geht es weiter?</h1>";
|
||||
$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten.";
|
||||
$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur <a href=\"%s/register\">Nutzerregistrierung</a> deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst.";
|
||||
$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht.";
|
||||
$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse.";
|
||||
$a->strings["Please join us on Friendica"] = "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein";
|
||||
$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite.";
|
||||
$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen.";
|
||||
$a->strings["%d message sent."] = [
|
||||
0 => "%d Nachricht gesendet.",
|
||||
1 => "%d Nachrichten gesendet.",
|
||||
];
|
||||
$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen";
|
||||
$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke.";
|
||||
$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website.";
|
||||
$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst.";
|
||||
$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen.";
|
||||
$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden.";
|
||||
$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s.";
|
||||
$a->strings["Send invitations"] = "Einladungen senden";
|
||||
$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:";
|
||||
$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen.";
|
||||
$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code";
|
||||
$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:";
|
||||
$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca.";
|
||||
$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden.";
|
||||
$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen.";
|
||||
$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica.";
|
||||
$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen";
|
||||
$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest.";
|
||||
$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht.";
|
||||
$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu.";
|
||||
$a->strings["is interested in:"] = "ist interessiert an:";
|
||||
$a->strings["Profile Match"] = "Profilübereinstimmungen";
|
||||
$a->strings["Invalid request identifier."] = "Invalid request identifier.";
|
||||
$a->strings["Discard"] = "Verwerfen";
|
||||
$a->strings["Notifications"] = "Benachrichtigungen";
|
||||
$a->strings["Network Notifications"] = "Netzwerk Benachrichtigungen";
|
||||
$a->strings["System Notifications"] = "Systembenachrichtigungen";
|
||||
$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen";
|
||||
$a->strings["Home Notifications"] = "Pinnwand Benachrichtigungen";
|
||||
$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen";
|
||||
$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen";
|
||||
$a->strings["Notification type: "] = "Benachrichtigungstyp: ";
|
||||
$a->strings["suggested by %s"] = "vorgeschlagen von %s";
|
||||
$a->strings["Post a new friend activity"] = "Neue-Kontakt Nachricht senden";
|
||||
$a->strings["if applicable"] = "falls anwendbar";
|
||||
$a->strings["Claims to be known to you: "] = "Behauptet Dich zu kennen: ";
|
||||
$a->strings["yes"] = "ja";
|
||||
$a->strings["no"] = "nein";
|
||||
$a->strings["Shall your connection be bidirectional or not?"] = "Soll die Verbindung beidseitig sein oder nicht?";
|
||||
$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s.";
|
||||
$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten.";
|
||||
$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Teilenden akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten.";
|
||||
$a->strings["Friend"] = "Kontakt";
|
||||
$a->strings["Sharer"] = "Teilenden";
|
||||
$a->strings["Subscriber"] = "Abonnent";
|
||||
$a->strings["No introductions."] = "Keine Kontaktanfragen.";
|
||||
$a->strings["Show unread"] = "Ungelesene anzeigen";
|
||||
$a->strings["Show all"] = "Alle anzeigen";
|
||||
$a->strings["No more %s notifications."] = "Keine weiteren %s Benachrichtigungen";
|
||||
$a->strings["Time Conversion"] = "Zeitumrechnung";
|
||||
$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann.";
|
||||
$a->strings["UTC time: %s"] = "UTC Zeit: %s";
|
||||
$a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s";
|
||||
$a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s";
|
||||
$a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:";
|
||||
$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["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast.";
|
||||
$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%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["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein 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["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas 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["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten";
|
||||
$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast.";
|
||||
$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: ";
|
||||
$a->strings["New Message"] = "Neue Nachricht";
|
||||
$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden.";
|
||||
$a->strings["Messages"] = "Nachrichten";
|
||||
$a->strings["Do you really want to delete this message?"] = "Möchtest Du wirklich diese Nachricht löschen?";
|
||||
$a->strings["Message deleted."] = "Nachricht gelöscht.";
|
||||
$a->strings["Conversation removed."] = "Unterhaltung gelöscht.";
|
||||
$a->strings["No messages."] = "Keine Nachrichten.";
|
||||
$a->strings["Message not available."] = "Nachricht nicht verfügbar.";
|
||||
$a->strings["Delete message"] = "Nachricht löschen";
|
||||
$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, d M Y - g:i A"] = "D, d. M Y - g:i A";
|
||||
$a->strings["%d message"] = [
|
||||
0 => "%d Nachricht",
|
||||
1 => "%d Nachrichten",
|
||||
];
|
||||
$a->strings["Remove term"] = "Begriff entfernen";
|
||||
$a->strings["Saved Searches"] = "Gespeicherte Suchen";
|
||||
$a->strings["add"] = "hinzufügen";
|
||||
$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
|
||||
0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.",
|
||||
1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.",
|
||||
];
|
||||
$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden.";
|
||||
$a->strings["No such group"] = "Es gibt keine solche Gruppe";
|
||||
$a->strings["Group: %s"] = "Gruppe: %s";
|
||||
$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen.";
|
||||
$a->strings["Invalid contact."] = "Ungültiger Kontakt.";
|
||||
$a->strings["Commented Order"] = "Neueste Kommentare";
|
||||
$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren";
|
||||
$a->strings["Posted Order"] = "Neueste Beiträge";
|
||||
$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren";
|
||||
$a->strings["Personal"] = "Persönlich";
|
||||
$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht";
|
||||
$a->strings["New"] = "Neue";
|
||||
$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum";
|
||||
$a->strings["Shared Links"] = "Geteilte Links";
|
||||
$a->strings["Interesting Links"] = "Interessante Links";
|
||||
$a->strings["Starred"] = "Markierte";
|
||||
$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
|
||||
$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen.";
|
||||
$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht.";
|
||||
$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben.";
|
||||
$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem Server nicht gestattet.";
|
||||
$a->strings["Login failed."] = "Anmeldung fehlgeschlagen.";
|
||||
$a->strings["Subscribing to OStatus contacts"] = "OStatus 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["success"] = "Erfolg";
|
||||
$a->strings["failed"] = "Fehlgeschlagen";
|
||||
$a->strings["ignored"] = "Ignoriert";
|
||||
$a->strings["Photo Albums"] = "Fotoalben";
|
||||
$a->strings["Recent Photos"] = "Neueste Fotos";
|
||||
$a->strings["Upload New Photos"] = "Neue Fotos hochladen";
|
||||
|
|
@ -1365,6 +1313,7 @@ $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["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 existing album name: "] = "oder existierender Albumname: ";
|
||||
|
|
@ -1396,12 +1345,33 @@ $a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)";
|
|||
$a->strings["This is you"] = "Das bist Du";
|
||||
$a->strings["Comment"] = "Kommentar";
|
||||
$a->strings["Map"] = "Karte";
|
||||
$a->strings["View Album"] = "Album betrachten";
|
||||
$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten";
|
||||
$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht";
|
||||
$a->strings["{0} requested registration"] = "{0} möchte sich registrieren";
|
||||
$a->strings["Poke/Prod"] = "Anstupsen";
|
||||
$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen";
|
||||
$a->strings["Recipient"] = "Empfänger";
|
||||
$a->strings["Choose what you wish to do to recipient"] = "Was willst Du mit dem Empfänger machen:";
|
||||
$a->strings["Make this post private"] = "Diesen Beitrag privat machen";
|
||||
$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet.";
|
||||
$a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden.";
|
||||
$a->strings["%s's posts"] = "Beiträge von %s";
|
||||
$a->strings["%s's comments"] = "Kommentare von %s";
|
||||
$a->strings["%s's timeline"] = "Timeline von %s";
|
||||
$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
|
||||
$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl.";
|
||||
$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte.";
|
||||
$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird.";
|
||||
$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden";
|
||||
$a->strings["Upload File:"] = "Datei hochladen:";
|
||||
$a->strings["Select a profile:"] = "Profil auswählen:";
|
||||
$a->strings["or"] = "oder";
|
||||
$a->strings["skip this step"] = "diesen Schritt überspringen";
|
||||
$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben";
|
||||
$a->strings["Crop Image"] = "Bild zurechtschneiden";
|
||||
$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann.";
|
||||
$a->strings["Done Editing"] = "Bearbeitung abgeschlossen";
|
||||
$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen.";
|
||||
$a->strings["Profile deleted."] = "Profil gelöscht.";
|
||||
$a->strings["Profile-"] = "Profil-";
|
||||
$a->strings["New profile created."] = "Neues Profil angelegt.";
|
||||
|
|
@ -1440,8 +1410,8 @@ $a->strings["Profile picture"] = "Profilbild";
|
|||
$a->strings["Preferences"] = "Vorlieben";
|
||||
$a->strings["Status information"] = "Status Informationen";
|
||||
$a->strings["Additional information"] = "Zusätzliche Informationen";
|
||||
$a->strings["Personal"] = "Persönlich";
|
||||
$a->strings["Relation"] = "Beziehung";
|
||||
$a->strings["Miscellaneous"] = "Verschiedenes";
|
||||
$a->strings["Your Gender:"] = "Dein Geschlecht:";
|
||||
$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Beziehungsstatus:";
|
||||
$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:";
|
||||
|
|
@ -1455,6 +1425,7 @@ $a->strings["Locality/City:"] = "Wohnort:";
|
|||
$a->strings["Region/State:"] = "Region/Bundesstaat:";
|
||||
$a->strings["Postal/Zip Code:"] = "Postleitzahl:";
|
||||
$a->strings["Country:"] = "Land:";
|
||||
$a->strings["Age: "] = "Alter: ";
|
||||
$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)";
|
||||
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com";
|
||||
$a->strings["Since [date]:"] = "Seit [Datum]:";
|
||||
|
|
@ -1485,12 +1456,31 @@ $a->strings["visible to everybody"] = "sichtbar für jeden";
|
|||
$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile";
|
||||
$a->strings["Change profile photo"] = "Profilbild ändern";
|
||||
$a->strings["Create New Profile"] = "Neues Profil anlegen";
|
||||
$a->strings["Remove term"] = "Begriff entfernen";
|
||||
$a->strings["Saved Searches"] = "Gespeicherte Suchen";
|
||||
$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet.";
|
||||
$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern.";
|
||||
$a->strings["Registration successful."] = "Registrierung erfolgreich.";
|
||||
$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
|
||||
$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
|
||||
$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst.";
|
||||
$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.";
|
||||
$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): ";
|
||||
$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?";
|
||||
$a->strings["Note for the admin"] = "Hinweis für den Admin";
|
||||
$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest.";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
|
||||
$a->strings["Your invitation ID: "] = "ID Deiner Einladung: ";
|
||||
$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):";
|
||||
$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)";
|
||||
$a->strings["New Password:"] = "Neues Passwort:";
|
||||
$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren.";
|
||||
$a->strings["Confirm:"] = "Bestätigen:";
|
||||
$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein.";
|
||||
$a->strings["Choose a nickname: "] = "Spitznamen wählen: ";
|
||||
$a->strings["Register"] = "Registrieren";
|
||||
$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz";
|
||||
$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet.";
|
||||
$a->strings["Too Many Requests"] = "Zu viele Abfragen";
|
||||
$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet.";
|
||||
$a->strings["No results."] = "Keine Ergebnisse.";
|
||||
$a->strings["Items tagged with: %s"] = "Beiträge die mit %s getaggt sind";
|
||||
$a->strings["Display"] = "Anzeige";
|
||||
$a->strings["Social Networks"] = "Soziale Netzwerke";
|
||||
|
|
@ -1679,34 +1669,18 @@ $a->strings["Relocate"] = "Umziehen";
|
|||
$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Wenn Du Dein Profil von einem anderen Server umgezogen hast und einige Deiner Kontakte Deine Beiträge nicht erhalten, verwende diesen Button.";
|
||||
$a->strings["Resend relocate message to contacts"] = "Umzugsbenachrichtigung erneut an Kontakte senden";
|
||||
$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s";
|
||||
$a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar.";
|
||||
$a->strings["Not available."] = "Nicht verfügbar.";
|
||||
$a->strings["Local Community"] = "Lokale Gemeinschaft";
|
||||
$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers";
|
||||
$a->strings["Global Community"] = "Globale Gemeinschaft";
|
||||
$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks";
|
||||
$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers.";
|
||||
$a->strings["add"] = "hinzufügen";
|
||||
$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
|
||||
0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.",
|
||||
1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.",
|
||||
];
|
||||
$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden.";
|
||||
$a->strings["No such group"] = "Es gibt keine solche Gruppe";
|
||||
$a->strings["Group: %s"] = "Gruppe: %s";
|
||||
$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen.";
|
||||
$a->strings["Invalid contact."] = "Ungültiger Kontakt.";
|
||||
$a->strings["Commented Order"] = "Neueste Kommentare";
|
||||
$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren";
|
||||
$a->strings["Posted Order"] = "Neueste Beiträge";
|
||||
$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren";
|
||||
$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht";
|
||||
$a->strings["New"] = "Neue";
|
||||
$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum";
|
||||
$a->strings["Shared Links"] = "Geteilte Links";
|
||||
$a->strings["Interesting Links"] = "Interessante Links";
|
||||
$a->strings["Starred"] = "Markierte";
|
||||
$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
|
||||
$a->strings["Tag removed"] = "Tag entfernt";
|
||||
$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen";
|
||||
$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: ";
|
||||
$a->strings["Do you really want to delete this video?"] = "Möchtest Du dieses Video wirklich löschen?";
|
||||
$a->strings["Delete Video"] = "Video Löschen";
|
||||
$a->strings["No videos selected"] = "Keine Videos ausgewählt";
|
||||
$a->strings["Recent Videos"] = "Neueste Videos";
|
||||
$a->strings["Upload New Videos"] = "Neues Video hochladen";
|
||||
$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["default"] = "Standard";
|
||||
$a->strings["greenzero"] = "greenzero";
|
||||
$a->strings["purplezero"] = "purplezero";
|
||||
|
|
@ -1731,7 +1705,7 @@ $a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigatio
|
|||
$a->strings["Navigation bar icon color "] = "Icon Farbe in der Navigationsleiste";
|
||||
$a->strings["Link color"] = "Linkfarbe";
|
||||
$a->strings["Set the background color"] = "Hintergrundfarbe festlegen";
|
||||
$a->strings["Content background transparency"] = "Transparanz des Hintergrunds von Beiträgem";
|
||||
$a->strings["Content background opacity"] = "Opazität des Hintergrunds von Beiträgen";
|
||||
$a->strings["Set the background image"] = "Hintergrundbild festlegen";
|
||||
$a->strings["Login page background image"] = "Hintergrundbild der Login-Seite";
|
||||
$a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite";
|
||||
|
|
@ -1770,17 +1744,6 @@ $a->strings["Similar Interests"] = "Ähnliche Interessen";
|
|||
$a->strings["Invite Friends"] = "Freunde einladen";
|
||||
$a->strings["External link to forum"] = "Externer Link zum Forum";
|
||||
$a->strings["Quick Start"] = "Schnell-Start";
|
||||
$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["Error! Cannot check nickname"] = "Fehler! Konnte den Nickname nicht überprüfen.";
|
||||
$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 Nutzeraccounts aufgetreten";
|
||||
$a->strings["User profile creation error"] = "Fehler beim Anlegen des Nutzerkontos";
|
||||
$a->strings["%d contact not imported"] = [
|
||||
0 => "%d Kontakt nicht importiert",
|
||||
1 => "%d Kontakte nicht importiert",
|
||||
];
|
||||
$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["System"] = "System";
|
||||
$a->strings["Home"] = "Pinnwand";
|
||||
$a->strings["Introductions"] = "Kontaktanfragen";
|
||||
|
|
@ -1795,7 +1758,40 @@ $a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet";
|
|||
$a->strings["Friend Suggestion"] = "Kontaktvorschlag";
|
||||
$a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage";
|
||||
$a->strings["New Follower"] = "Neuer Bewunderer";
|
||||
$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["Error! Cannot check nickname"] = "Fehler! Konnte den Nickname nicht überprüfen.";
|
||||
$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 Nutzeraccounts aufgetreten";
|
||||
$a->strings["User profile creation error"] = "Fehler beim Anlegen des Nutzerkontos";
|
||||
$a->strings["%d contact not imported"] = [
|
||||
0 => "%d Kontakt nicht importiert",
|
||||
1 => "%d Kontakte nicht importiert",
|
||||
];
|
||||
$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["Birthday:"] = "Geburtstag:";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD";
|
||||
$a->strings["never"] = "nie";
|
||||
$a->strings["less than a second ago"] = "vor weniger als einer Sekunde";
|
||||
$a->strings["year"] = "Jahr";
|
||||
$a->strings["years"] = "Jahre";
|
||||
$a->strings["months"] = "Monate";
|
||||
$a->strings["weeks"] = "Wochen";
|
||||
$a->strings["days"] = "Tage";
|
||||
$a->strings["hour"] = "Stunde";
|
||||
$a->strings["hours"] = "Stunden";
|
||||
$a->strings["minute"] = "Minute";
|
||||
$a->strings["minutes"] = "Minuten";
|
||||
$a->strings["second"] = "Sekunde";
|
||||
$a->strings["seconds"] = "Sekunden";
|
||||
$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s";
|
||||
$a->strings["view full size"] = "Volle Größe anzeigen";
|
||||
$a->strings["Image/photo"] = "Bild/Foto";
|
||||
$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
|
||||
$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["Frequently"] = "immer wieder";
|
||||
$a->strings["Hourly"] = "Stündlich";
|
||||
$a->strings["Twice daily"] = "Zweimal täglich";
|
||||
|
|
@ -1903,27 +1899,6 @@ $a->strings["Manage/Edit Profiles"] = "Profile Verwalten/Editieren";
|
|||
$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration";
|
||||
$a->strings["Navigation"] = "Navigation";
|
||||
$a->strings["Site map"] = "Sitemap";
|
||||
$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["%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["Random Profile"] = "Zufälliges Profil";
|
||||
$a->strings["View Global Directory"] = "Globales Verzeichnis betrachten";
|
||||
$a->strings["Networks"] = "Netzwerke";
|
||||
$a->strings["All Networks"] = "Alle Netzwerke";
|
||||
$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["General Features"] = "Allgemeine Features";
|
||||
$a->strings["Multiple Profiles"] = "Mehrere Profile";
|
||||
$a->strings["Ability to create multiple profiles"] = "Möglichkeit mehrere Profile zu erstellen";
|
||||
|
|
@ -1962,6 +1937,7 @@ $a->strings["Tagging"] = "Tagging";
|
|||
$a->strings["Ability to tag existing posts"] = "Möglichkeit bereits existierende Beiträge nachträglich mit Tags zu versehen.";
|
||||
$a->strings["Post Categories"] = "Beitragskategorien";
|
||||
$a->strings["Add categories to your posts"] = "Eigene Beiträge mit Kategorien versehen";
|
||||
$a->strings["Saved Folders"] = "Gespeicherte Ordner";
|
||||
$a->strings["Ability to file posts under folders"] = "Beiträge in Ordnern speichern aktivieren";
|
||||
$a->strings["Dislike Posts"] = "Beiträge 'nicht mögen'";
|
||||
$a->strings["Ability to dislike posts/comments"] = "Ermöglicht es Beiträge mit einem Klick 'nicht zu mögen'";
|
||||
|
|
@ -1973,8 +1949,30 @@ $a->strings["Advanced Profile Settings"] = "Erweiterte Profil-Einstellungen";
|
|||
$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"] = "Schlagwort Wolke";
|
||||
$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"] = "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden.";
|
||||
$a->strings["Embedding disabled"] = "Einbettungen deaktiviert";
|
||||
$a->strings["Embedded content"] = "Eingebetteter Inhalt";
|
||||
$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["%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["Random Profile"] = "Zufälliges Profil";
|
||||
$a->strings["View Global Directory"] = "Globales Verzeichnis betrachten";
|
||||
$a->strings["Networks"] = "Netzwerke";
|
||||
$a->strings["All Networks"] = "Alle Netzwerke";
|
||||
$a->strings["Everything"] = "Alles";
|
||||
$a->strings["Categories"] = "Kategorien";
|
||||
$a->strings["%d contact in common"] = [
|
||||
0 => "%d gemeinsamer Kontakt",
|
||||
1 => "%d gemeinsame Kontakte",
|
||||
];
|
||||
$a->strings["There are no tables on MyISAM."] = "Es gibt keine MyISAM Tabellen.";
|
||||
$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas 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\n[pre]%s[/pre]";
|
||||
|
|
@ -1990,7 +1988,6 @@ $a->strings["Edit group"] = "Gruppe bearbeiten";
|
|||
$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe";
|
||||
$a->strings["Create a new group"] = "Neue Gruppe erstellen";
|
||||
$a->strings["Edit groups"] = "Gruppen bearbeiten";
|
||||
$a->strings["[no subject]"] = "[kein Betreff]";
|
||||
$a->strings["Drop Contact"] = "Kontakt löschen";
|
||||
$a->strings["Organisation"] = "Organisation";
|
||||
$a->strings["News"] = "Nachrichten";
|
||||
|
|
@ -2007,6 +2004,12 @@ $a->strings["Use mailto: in front of address to force email check."] = "Verwende
|
|||
$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde.";
|
||||
$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können.";
|
||||
$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen.";
|
||||
$a->strings["%s's birthday"] = "%ss Geburtstag";
|
||||
$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch %s";
|
||||
$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil.";
|
||||
$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil.";
|
||||
$a->strings["[no subject]"] = "[kein Betreff]";
|
||||
$a->strings["Requested account is not available."] = "Das angefragte Profil ist nicht vorhanden.";
|
||||
$a->strings["Edit profile"] = "Profil bearbeiten";
|
||||
$a->strings["Atom feed"] = "Atom-Feed";
|
||||
|
|
@ -2019,6 +2022,7 @@ $a->strings["Birthdays this week:"] = "Geburtstage diese Woche:";
|
|||
$a->strings["[No description]"] = "[keine Beschreibung]";
|
||||
$a->strings["Event Reminders"] = "Veranstaltungserinnerungen";
|
||||
$a->strings["Events this week:"] = "Veranstaltungen diese Woche";
|
||||
$a->strings["Member since:"] = "Mitglied seit:";
|
||||
$a->strings["j F, Y"] = "j F, Y";
|
||||
$a->strings["j F"] = "j F";
|
||||
$a->strings["Age:"] = "Alter:";
|
||||
|
|
@ -2035,6 +2039,8 @@ $a->strings["Work/employment:"] = "Arbeit/Beschäftigung:";
|
|||
$a->strings["School/education:"] = "Schule/Ausbildung:";
|
||||
$a->strings["Forums:"] = "Foren:";
|
||||
$a->strings["Only You Can See This"] = "Nur Du kannst das sehen";
|
||||
$a->strings["Login failed"] = "Anmeldung fehlgeschlagen";
|
||||
$a->strings["Not enough information to authenticate"] = "Nicht genügend Informationen für die Authentifizierung";
|
||||
$a->strings["An invitation is required."] = "Du benötigst eine Einladung.";
|
||||
$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht überprüft werden.";
|
||||
$a->strings["Invalid OpenID url"] = "Ungültige OpenID URL";
|
||||
|
|
@ -2066,7 +2072,6 @@ $a->strings["following"] = "folgen";
|
|||
$a->strings["%s stopped following %s."] = "%s hat aufgehört %s zu folgen";
|
||||
$a->strings["stopped following"] = "wird nicht mehr gefolgt";
|
||||
$a->strings["(no subject)"] = "(kein Betreff)";
|
||||
$a->strings["Logged out."] = "Abgemeldet.";
|
||||
$a->strings["Create a New Account"] = "Neues Konto erstellen";
|
||||
$a->strings["Password: "] = "Passwort: ";
|
||||
$a->strings["Remember me"] = "Anmeldedaten merken";
|
||||
|
|
@ -2076,6 +2081,7 @@ $a->strings["Website Terms of Service"] = "Website Nutzungsbedingungen";
|
|||
$a->strings["terms of service"] = "Nutzungsbedingungen";
|
||||
$a->strings["Website Privacy Policy"] = "Website Datenschutzerklärung";
|
||||
$a->strings["privacy policy"] = "Datenschutzerklärung";
|
||||
$a->strings["Logged out."] = "Abgemeldet.";
|
||||
$a->strings["This entry was edited"] = "Dieser Beitrag wurde bearbeitet.";
|
||||
$a->strings["save to folder"] = "In Ordner speichern";
|
||||
$a->strings["I will attend"] = "Ich werde teilnehmen";
|
||||
|
|
@ -2111,5 +2117,5 @@ $a->strings["Link"] = "Link";
|
|||
$a->strings["Video"] = "Video";
|
||||
$a->strings["Delete this item?"] = "Diesen Beitrag löschen?";
|
||||
$a->strings["show fewer"] = "weniger anzeigen";
|
||||
$a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln";
|
||||
$a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen.";
|
||||
$a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue