aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/settings_nick_unset.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
commita118f83ee23d9151157500737022db018e922a9f (patch)
treed40f91dc1f0f957dfdde470d8065fcdfedec2d26 /view/de/settings_nick_unset.tpl
parent5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff)
downloadvolse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.gz
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.bz2
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.zip
initial stuff for the german translation
Diffstat (limited to 'view/de/settings_nick_unset.tpl')
-rw-r--r--view/de/settings_nick_unset.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/de/settings_nick_unset.tpl b/view/de/settings_nick_unset.tpl
new file mode 100644
index 000000000..903768b59
--- /dev/null
+++ b/view/de/settings_nick_unset.tpl
@@ -0,0 +1,14 @@
+
+<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>.
+<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.
+</p>
+<label id="settings-nick-label" for="settings-nick" >URL Nickname: </label>
+<input type="text" name="nick" id="settings-nick" value="$nickname" />
+</div>
+<div id="settings-nick-end" ></div>
+