diff options
author | olivierm <olivier@migeot.org> | 2011-02-23 20:41:23 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-02-23 20:41:23 +0100 |
commit | a6870ceb4196090bfbe25990c579f6009fdb5e0d (patch) | |
tree | e7258cce5b4ea85fa805cc0923309173cb9bfae3 /view/fr/group_new.tpl | |
parent | 75a8b684fcb198f03a4dc2f208395179144f5fe7 (diff) | |
download | volse-hubzilla-a6870ceb4196090bfbe25990c579f6009fdb5e0d.tar.gz volse-hubzilla-a6870ceb4196090bfbe25990c579f6009fdb5e0d.tar.bz2 volse-hubzilla-a6870ceb4196090bfbe25990c579f6009fdb5e0d.zip |
More french templates.
Diffstat (limited to 'view/fr/group_new.tpl')
-rw-r--r-- | view/fr/group_new.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/fr/group_new.tpl b/view/fr/group_new.tpl index a1efa7717..205404c56 100644 --- a/view/fr/group_new.tpl +++ b/view/fr/group_new.tpl @@ -6,18 +6,18 @@ <div id="group-new-text"> <p> -Create a group of contacts/friends. +Créez un groupe de contacts/amis. <div id="group-new-input-wrapper"> -<label id="group-new-label" for="group-new-name" >Group Name: </label> +<label id="group-new-label" for="group-new-name" >Nom du groupe: </label> <input name="groupname" id="group-new-name" /> </div> <div id="group-new-input-end" ></div> <div id="group-new-submit-wrapper" > -<input type="submit" name="submit" value="Submit" /> +<input type="submit" name="submit" value="Appliquer" /> </form> </div> <div id="group-new-end"></div> -
\ No newline at end of file + |