aboutsummaryrefslogtreecommitdiffstats
path: root/view/de
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-20 18:15:12 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-20 18:15:12 +0100
commit723aca6109f57e68654c978169b57b73ab25330f (patch)
treed3d58b35fde9ddcaebb5fbdbb2fa60fcef7f3fc0 /view/de
parent76ed216aaadcdaeb5010ed663573ae02f63577ad (diff)
downloadvolse-hubzilla-723aca6109f57e68654c978169b57b73ab25330f.tar.gz
volse-hubzilla-723aca6109f57e68654c978169b57b73ab25330f.tar.bz2
volse-hubzilla-723aca6109f57e68654c978169b57b73ab25330f.zip
german translation of settings_nick_unset.tpl
Diffstat (limited to 'view/de')
-rw-r--r--view/de/settings_nick_unset.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/view/de/settings_nick_unset.tpl b/view/de/settings_nick_unset.tpl
index 903768b59..2a56fda7a 100644
--- a/view/de/settings_nick_unset.tpl
+++ b/view/de/settings_nick_unset.tpl
@@ -1,13 +1,15 @@
<div id="settings-nick-wrapper" >
<p id="settings-nickname-desc">
-Your profile URL is currently <strong>'$baseurl/profile/$uid'</strong>.
-Setting a nickname will allow a friendly profile URL such as
-<strong>'nickname@$basepath'</strong>.
+Deine Profil URL ist im Moment <strong>'$baseurl/profile/$uid'</strong>.
+Wenn du einen Spitznamen wählst kann man diese URL freundlicher ausdrücken
+z.B. <strong>'spitzname@$basepath'</strong>.
<br />
-Once set, it can never be changed. The nickname <strong>must</strong> start with a letter; and only letters, numbers, dashes, and underscores are allowed.
+Einmal gewählt kann der Spitzname nicht mehr geändert werden. Er
+<strong>muss</strong> mit einem Buchstaben beginnen. Es sind ausschließlich
+Buchstaben, Zahlen sowie Binde- und Unterstriche erlaubt.
</p>
-<label id="settings-nick-label" for="settings-nick" >URL Nickname: </label>
+<label id="settings-nick-label" for="settings-nick" >URL Spitzname: </label>
<input type="text" name="nick" id="settings-nick" value="$nickname" />
</div>
<div id="settings-nick-end" ></div>