diff options
author | Friendika <info@friendika.com> | 2011-02-15 13:40:25 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-15 13:40:25 -0800 |
commit | c5f5102396cee8ec691fd22d486070ec3d5f243d (patch) | |
tree | 2134bc487e6ccbca7871e119a1f76e6f6852ebf8 /view/it/settings_nick_unset.tpl | |
parent | 603dc34fa01026a843daedfbdb0f06748210c429 (diff) | |
parent | 97723ad69f71c716bd0e68eec95944b5469008ec (diff) | |
download | volse-hubzilla-c5f5102396cee8ec691fd22d486070ec3d5f243d.tar.gz volse-hubzilla-c5f5102396cee8ec691fd22d486070ec3d5f243d.tar.bz2 volse-hubzilla-c5f5102396cee8ec691fd22d486070ec3d5f243d.zip |
Merge branch 'fabrixxm-master'
Conflicts:
addon/statusnet/statusnet.php
util/strings.php
Diffstat (limited to 'view/it/settings_nick_unset.tpl')
-rw-r--r-- | view/it/settings_nick_unset.tpl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/it/settings_nick_unset.tpl b/view/it/settings_nick_unset.tpl index 903768b59..8f4cba475 100644 --- a/view/it/settings_nick_unset.tpl +++ b/view/it/settings_nick_unset.tpl @@ -1,13 +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>. +L'URL del tuo profilo è <strong>'$baseurl/profile/$uid'</strong>. +Impostare un soprannome permetterà di avere un URL piĆ¹ aimchevole, come +<strong>'soprannome@$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. +Una volta impostato, non potr&agreve; più essere cambiato. Il soprannome <strong>deve</strong> +cominciare con una lettera; nel soprannome sono permessi solo lettere, numeri, trattini (-) e underscore (_). </p> -<label id="settings-nick-label" for="settings-nick" >URL Nickname: </label> +<label id="settings-nick-label" for="settings-nick" >Soprannome: </label> <input type="text" name="nick" id="settings-nick" value="$nickname" /> </div> <div id="settings-nick-end" ></div> |