blob: 033ee7443ce36437086165dccf0fc029cc6588e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="Photo" width="247">
<floater.string name="unknown">
inconnu
</floater.string>
<button label="Rafraîchir" name="new_snapshot_btn"/>
<line_editor label="Description" name="description"/>
<panel name="panel_snapshot_main">
<button label="Partager" name="share"/>
<button label="Enregistrer" name="save"/>
<button label="Image de profil" name="set_profile_pic"/>
</panel>
<panel name="panel_snapshot_share">
<button label="Partage Web" name="share_to_web"/>
<button label="Envoi par e-mail" name="share_to_email"/>
<button label="Précédent" name="cancel_share"/>
</panel>
<panel name="panel_snapshot_save">
<button label="Dans mon inventaire" name="save_to_inventory"/>
<button label="Sur mon ordinateur" name="save_to_computer"/>
<button label="Précédent" name="cancel_save"/>
</panel>
</floater>
|