blob: cd163612e5c0f0a892714bab41ee07e47502d3d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="avatarpicker" title="Choisir personne">
<text name="Type part of the person's name:">
Entrez les premières lettres du nom de la personne :
</text>
<button label="Chercher" label_selected="Chercher" name="Find" />
<text name="Or select a calling card:">
Ou sélectionnez une carte de visite :
</text>
<button label="Sélectionner" label_selected="Sélectionner" name="Select" />
<button label="Fermer" label_selected="Fermer" name="Close" />
<text name="NotFound">
'[TEXT]' introuvable
</text>
</floater>
|