diff options
author | Richard Linden <none@none> | 2011-10-15 18:14:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-15 18:14:23 -0700 |
commit | 62d9db2f21b2a6fb579e8f7631a4e387cc5e5b29 (patch) | |
tree | 54587047f6f27d3a1b58a23a1a532a4436e61f65 /indra/newview/skins/minimal/xui/fr/notifications.xml | |
parent | 94c137d5c970bc01e3a4dbe8de6a7104085e5ba6 (diff) | |
parent | fc2bd1cce2e6c213fa682b9768d435a4e394a95e (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
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, 0 insertions, 19 deletions
diff --git a/indra/newview/skins/minimal/xui/fr/notifications.xml b/indra/newview/skins/minimal/xui/fr/notifications.xml deleted file mode 100644 index 05fa03cdc1..0000000000 --- a/indra/newview/skins/minimal/xui/fr/notifications.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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 <nolink>[ITEM_SLURL]</nolink>. 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> |