diff options
author | Richard Linden <none@none> | 2011-03-24 11:22:28 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-24 11:22:28 -0700 |
commit | 57c44856023ec3fda9a10c9e195b73a65de834d5 (patch) | |
tree | ea50a41ed10e005076cd164c70f2b13a5fb26099 /indra/newview/skins/minimal/xui/fr/notifications.xml | |
parent | 0a85143d42fff7748495e1dbfef696b6f8053e8a (diff) | |
parent | d9849178d871d368b00f4701c32fe6e32b2aeac9 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-1
Diffstat (limited to 'indra/newview/skins/minimal/xui/fr/notifications.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/fr/notifications.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/fr/notifications.xml b/indra/newview/skins/minimal/xui/fr/notifications.xml new file mode 100644 index 0000000000..41dd42c39f --- /dev/null +++ b/indra/newview/skins/minimal/xui/fr/notifications.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<notifications> + <notification name="UserGiveItem"> + [NAME_SLURL] vous offre [ITEM_SLURL]. Pour utiliser cet article, vous devez passer en mode Avancé. L'article se trouve dans votre inventaire. Pour changer de mode, quittez l'application, redémarrez-la, puis sélectionnez un autre mode sur l'écran de connexion. + <form name="form"> + <button name="Show" text="Garder l'article"/> + <button name="Discard" text="Refuser l'article"/> + <button name="Mute" text="Ignorer l'utilisateur"/> + </form> + </notification> + <notification name="ObjectGiveItem"> + Un objet nommé <nolink>[OBJECTFROMNAME]</nolink> appartenant à [NAME_SLURL] vous offre [ITEM_SLURL]. Pour utiliser cet article, vous devez passer en mode Avancé. L'article se trouve dans votre inventaire. Pour changer de mode, quittez l'application, redémarrez-la, puis sélectionnez un autre mode sur l'écran de connexion. + <form name="form"> + <button name="Keep" text="Garder l'article"/> + <button name="Discard" text="Refuser l'article"/> + <button name="Mute" text="Ignorer l'objet"/> + </form> + </notification> +</notifications> |