diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 10:58:32 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 10:58:32 +0100 |
commit | 5863199b8d9ac024b063078c41b0341806904165 (patch) | |
tree | 7de062326813d403d015993bcf6cb46a734a10cb /view/de/profile-hide-friends.tpl | |
parent | 57a1731678a144355805610cc80bdd32002cd393 (diff) | |
download | volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.tar.gz volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.tar.bz2 volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.zip |
german translation of the profile* files
Diffstat (limited to 'view/de/profile-hide-friends.tpl')
-rw-r--r-- | view/de/profile-hide-friends.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/de/profile-hide-friends.tpl b/view/de/profile-hide-friends.tpl index 54ade00fe..1d6903825 100644 --- a/view/de/profile-hide-friends.tpl +++ b/view/de/profile-hide-friends.tpl @@ -1,15 +1,15 @@ <p id="hide-friends-text"> -Hide my contact/friend list from viewers of this profile? +Verberge meine Kontaktliste von Leuten die dieses Profil ansehen? </p> <div id="hide-friends-yes-wrapper"> - <label id="hide-friends-yes-label" for="hide-friends-yes">Yes</label> + <label id="hide-friends-yes-label" for="hide-friends-yes">Ja</label> <input type="radio" name="hide-friends" id="hide-friends-yes" $yes_selected value="1" /> <div id="hide-friends-break" ></div> </div> <div id="hide-friends-no-wrapper"> - <label id="hide-friends-no-label" for="hide-friends-no">No</label> + <label id="hide-friends-no-label" for="hide-friends-no">Nein</label> <input type="radio" name="hide-friends" id="hide-friends-no" $no_selected value="0" /> <div id="hide-friends-end"></div> |