aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/fr/panel_group_notices.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/xui/fr/panel_group_notices.xml')
-rw-r--r--linden/indra/newview/skins/xui/fr/panel_group_notices.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/fr/panel_group_notices.xml b/linden/indra/newview/skins/xui/fr/panel_group_notices.xml
new file mode 100644
index 0000000..6643107
--- /dev/null
+++ b/linden/indra/newview/skins/xui/fr/panel_group_notices.xml
@@ -0,0 +1,76 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel label="Notifications" name="notices_tab">
3 <text name="help_text">
4 Les Notifications sont un moyen rapide de communiquer dans
5un Groupe, via la diffusion d&apos;un message et la possibilté
6d&apos;inclure une pièce jointe. Les notifications ne sont envoyées
7qu&apos;aux Membres du Groupe ayant des Rôles leur permettant
8de recevoir des notifications. Vous pouvez désactiver les notifications dans
9l&apos;onglet Général.
10 </text>
11 <text name="no_notices_text">
12 Il n&apos;y a pas de notifications passées.
13 </text>
14 <button label="?" label_selected="?" name="help_button" />
15 <text name="lbl">
16 Archive des Notifications du Groupe
17 </text>
18 <text name="lbl2">
19 Les Notifications sont conservées pendant 30 jours. Cliquez sur la notification que vous souhaitez afficher.
20Cliquez sur &apos;Actualiser&apos; pour afficher les nouvelles notifications.
21 </text>
22 <scroll_list name="notice_list">
23 <column label="" name="icon" />
24 <column label="Subject" name="subject" />
25 <column label="From" name="from" />
26 <column label="Date" name="date" />
27 </scroll_list>
28 <text name="notice_list_none_found">
29 Aucun résultat.
30 </text>
31 <button label="Nouvelle Notification" label_selected="Nouvelle Notification"
32 name="create_new_notice" />
33 <button label="Actualiser" label_selected="Actualiser" name="refresh_notices" />
34 <panel label="Nouvelle Notification" name="panel_create_new_notice">
35 <text name="lbl">
36 Créer Notification
37 </text>
38 <text name="lbl2">
39 Vous devez entrer un sujet pour la notification. Vous pouvez joindre un
40elément à la notification en le glissant depuis votre inventaire vers cette
41fenêtre. Les pièces jointes doivent être copiables et transférables,
42et ne peuvent être des dossiers.
43 </text>
44 <text name="lbl3">
45 Sujet :
46 </text>
47 <text name="lbl4">
48 Message :
49 </text>
50 <text name="lbl5">
51 Attacher :
52 </text>
53 <button label="Retirer l&apos;attachement" label_selected="Retirer l&apos;attachement"
54 name="remove_attachment" />
55 <button label="Envoyer notification" label_selected="Envoyer notification"
56 name="send_notice" />
57 <panel name="drop_target2"
58 tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." />
59 </panel>
60 <panel label="Voir notification passée" name="panel_view_past_notice">
61 <text name="lbl">
62 Notification archivée
63 </text>
64 <text name="lbl2">
65 Pour envoyer une nouvelle notification, cliquez sur le bouton &apos;Créer Nouvelle Notification&apos; ci-dessus.
66 </text>
67 <text name="lbl3">
68 Sujet :
69 </text>
70 <text name="lbl4">
71 Message :
72 </text>
73 <button label="Ouvrir la pièce jointe" label_selected="Ouvrir la pièce jointe"
74 name="open_attachment" />
75 </panel>
76</panel>