dd839264
badetitou
All done
|
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Etunicorn</string>
<string name="action_sign_in_short">Se connecter</string>
<string name="error_field_required">Ce champ est requis</string>
<string name="error_incorrect_password">Mot de passe incorrect</string>
<string name="error_invalid_password">Mot de passe invalide</string>
<string name="prompt_password">Mot de passe</string>
<string name="prompt_username">Nom d\'utilisateur</string>
|
73b70b1e
badetitou
Ajout de Consomation
|
10
11
|
<string name="action_settings">Paramètres</string>
<string name="cancel">Annuler</string>
|
299af019
badetitou
Add payment conso...
|
12
13
14
|
<string name="create_consumable">Créer une consommation</string>
<string name="create_consumable_name">Nom</string>
<string name="create_consumable_price">Prix</string>
|
73b70b1e
badetitou
Ajout de Consomation
|
15
16
17
|
<string name="enter_money">Entrer une valeur</string>
<string name="valid">OK</string>
<string name="title_activity_main">Etunicorn - Bonjour</string>
|
299af019
badetitou
Add payment conso...
|
18
|
<string name="payment_consumable">Paiement d\'un Consommable</string>
|
6645bb22
badetitou
Fix some stupid b...
|
19
20
|
<string name="payment_refused">Paiement refusé</string>
<string name="payment_done">Paiement accepté</string>
|
0ecfc67f
badetitou
Modify Consommation
|
21
22
|
<string name="payment_consumable_alert_no_selection">Selectionné un produit avant de payer</string>
<string name="action_delete">Supprimer</string>
|
68348eda
badetitou
Adding modify and...
|
23
24
25
26
27
28
29
|
<string name="delete">Supprimer</string>
<string name="delete_done">Suppression effectué</string>
<string name="delete_refused">Suppression refusé</string>
<string name="modify">Modifier</string>
<string name="modify_done">Modification effectué</string>
<string name="modify_refused">Modification refusé</string>
<string name="verif_delete_consomation">Etes-vous sûr ?</string>
|
8bcd81b8
badetitou
some staff
|
30
31
32
33
34
|
<string name="create_event">Créer un évenement</string>
<string name="create_event_date">Date</string>
<string name="create_event_name">Nom</string>
<string name="event">Evenement</string>
<string name="payment_event">Paiement d\'un evenement</string>
|
831665f7
badetitou
Trad
|
35
|
<string name="personne">Personne</string>
|
3e933aa6
badetitou
To fr
|
36
37
|
<string name="verif_delete_event">Etes-vous sûr ?</string>
<string name="verif_delete_personne">Etes-vous sûr ?? !!</string>
|
d17732ca
badetitou
Change Button
|
38
|
<string name="create_personne">Créer une personne</string>
|
3e933aa6
badetitou
To fr
|
39
40
41
42
|
<string name="create_personne_carte">Carte ID</string>
<string name="create_personne_login">Login</string>
<string name="create_personne_naissance">Date de naissance</string>
<string name="create_personne_role">Role</string>
|
f5506a08
badetitou
Fix error leave d...
|
43
|
<string name="error_enter_debit">Veuillez entrer une valeur avant d\'utiliser la carte NFC</string>
|
bda0317b
badetitou
LOGIN OK
|
44
|
<string name="error_create_consomation_input_nom">Entrer le name</string>
|
835e9886
badetitou
Design create Con...
|
45
|
<string name="error_create_consomation_input_price">Entrer le prix</string>
|
db223567
badetitou
Evenement modify ...
|
46
47
|
<string name="create_event_date_input">Date</string>
<string name="error_create_event_date">Entrer la date</string>
|
bda0317b
badetitou
LOGIN OK
|
48
|
<string name="error_create_event_input_nom">Entrer le name</string>
|
db223567
badetitou
Evenement modify ...
|
49
|
<string name="error_create_event_input_price">Entrer le prix</string>
|
bda0317b
badetitou
LOGIN OK
|
50
|
<string name="error_modify_consommation_input_nom">Entrer le nouveau name</string>
|
db223567
badetitou
Evenement modify ...
|
51
52
53
54
55
|
<string name="error_modify_consommation_input_price">Entrer le nouveau prix</string>
<string name="modify_consomation_hint_name">Nom</string>
<string name="modify_consomation_hint_price">Prix</string>
<string name="modify_event_hint_name">Nom</string>
<string name="modify_event_hint_price">Prix</string>
|
dd839264
badetitou
All done
|
56
|
</resources>
|