diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-29 14:12:50 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-03-29 14:12:50 +0200 |
commit | e2b975065c2f55a4e3c3798b4c36df44e112fdd0 (patch) | |
tree | 6cf84e4b5ce1773918cfa0e9de5bc6aa7eb516b3 /view/fr/profile_photo.tpl | |
parent | 2a23147042f568c2b6957b81355c0123033f1854 (diff) | |
parent | 920396e4024e56c3e00f1f159268c2aba16e4609 (diff) | |
download | volse-hubzilla-e2b975065c2f55a4e3c3798b4c36df44e112fdd0.tar.gz volse-hubzilla-e2b975065c2f55a4e3c3798b4c36df44e112fdd0.tar.bz2 volse-hubzilla-e2b975065c2f55a4e3c3798b4c36df44e112fdd0.zip |
Merge remote-tracking branch 'friendika-master/master'
Diffstat (limited to 'view/fr/profile_photo.tpl')
-rw-r--r-- | view/fr/profile_photo.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/fr/profile_photo.tpl b/view/fr/profile_photo.tpl index 30e51210a..e506b2066 100644 --- a/view/fr/profile_photo.tpl +++ b/view/fr/profile_photo.tpl @@ -1,18 +1,18 @@ -<h1>Upload Profile Photo</h1> +<h1>Téléverser une photo de profil</h1> <form enctype="multipart/form-data" action="profile_photo" method="post"> <div id="profile-photo-upload-wrapper"> -<label id="profile-photo-upload-label" for="profile-photo-upload">Upload File: </label> +<label id="profile-photo-upload-label" for="profile-photo-upload">Fichier à téléverser: </label> <input name="userfile" type="file" id="profile-photo-upload" size="48" /> </div> <div id="profile-photo-submit-wrapper"> -<input type="submit" name="submit" id="profile-photo-submit" value="Upload"> +<input type="submit" name="submit" id="profile-photo-submit" value="Envoyer"> </div> </form> <div id="profile-photo-link-select-wrapper"> -or <a href='photos/$user'>select a photo from albums</a> -</div>
\ No newline at end of file +ou <a href='photos/$user'>choisissez une photo dans vos albums</a> +</div> |