diff options
author | Friendika <info@friendika.com> | 2011-06-20 04:17:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-20 04:17:37 -0700 |
commit | f256e31e4f99ae0860d917cafa9cf95edc63eecd (patch) | |
tree | 8d36e32aa6bfda281fd6f3d3fc798d0517c0a5a1 /view/de/strings.php | |
parent | b86ae9de7f8982f22c6ab086bda8fa82977d3ae7 (diff) | |
parent | f0c5a1b21b04f48a6a3bbb454f03c7391e0e4c06 (diff) | |
download | volse-hubzilla-f256e31e4f99ae0860d917cafa9cf95edc63eecd.tar.gz volse-hubzilla-f256e31e4f99ae0860d917cafa9cf95edc63eecd.tar.bz2 volse-hubzilla-f256e31e4f99ae0860d917cafa9cf95edc63eecd.zip |
Merge pull request #122 from tobiasd/master
German language stuff
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 4d683e9d2..1fd7c3b46 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -127,12 +127,12 @@ $a->strings["Does \$name know you?"] = "Kennt \$name dich?"; $a->strings["Yes"] = "Ja"; $a->strings["No"] = "Nein"; $a->strings["Add a personal note:"] = "Eine persönliche Notiz anfügen:"; -$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Bitte gib die Adresse deiner Identität in einem der unterstützten sozialen Netzwerke an:"; +$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Bitte gib die Adresse deines Profils in einem der unterstützten sozialen Netzwerke an:"; $a->strings["Friendika"] = "Friendika"; $a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web"; $a->strings["Private (secure) network"] = "Privates (sicheres) Netzwerk"; $a->strings["Public (insecure) network"] = "Öffentliches (unsicheres) Netzwerk"; -$a->strings["Your Identity Address:"] = "Adresse deiner Identität"; +$a->strings["Your Identity Address:"] = "Adresse deines Profils:"; $a->strings["Submit Request"] = "Anfrage abschicken"; $a->strings["Could not create/connect to database."] = "Konnte die Verbindung zur Datenbank nicht aufbauen bzw. die Datenbank anlegen."; $a->strings["Connected to database."] = "Mit der Datenbank verbunden."; @@ -330,7 +330,7 @@ $a->strings["Email access is disabled on this site."] = "Zugriff auf Emails für $a->strings["Welcome back %s"] = "Willkommen zurück %s"; $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.)"] = "(Wähle zwischen verschiedenen Identitäten oder Gemeinschafts/Gruppen Seiten die deine Accountdetails teilen.)"; -$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten:"; +$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten: "; $a->strings["Normal View"] = "Normale Ansicht"; $a->strings["New Item View"] = "Neue Einträge"; $a->strings["Warning: This group contains %s member from an insecure network."] = array( @@ -496,7 +496,7 @@ $a->strings["Hide profile details and all your messages from unknown viewers?"] $a->strings["Edit Profile Details"] = "Profil bearbeiten"; $a->strings["View this profile"] = "Dieses Profil anzeigen"; $a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden"; -$a->strings["Clone this profile"] = "Dieses Profil dublizieren"; +$a->strings["Clone this profile"] = "Dieses Profil duplizieren"; $a->strings["Delete this profile"] = "Dieses Profil löschen"; $a->strings["Profile Name:"] = "Profilname:"; $a->strings["Your Full Name:"] = "Dein kompletter Name:"; |