Blame view

app/src/main/res/values/strings.xml 3.55 KB
dd839264   badetitou   All done
1
2
3
4
5
6
7
8
9
10
  <resources>
      <string name="app_name">Etunicorn</string>
  
      <!-- Strings related to login -->
      <string name="prompt_password">Password</string>
      <string name="action_sign_in_short">Sign in</string>
      <string name="error_invalid_password">This password is too short</string>
      <string name="error_incorrect_password">This password is incorrect</string>
      <string name="error_field_required">This field is required</string>
      <string name="prompt_username">Username</string>
dd839264   badetitou   All done
11
      <string name="action_settings">Settings</string>
6790f988   badetitou   Find way to somet...
12
      <string name="enter_money">Enter value</string>
73b70b1e   badetitou   Ajout de Consomation
13
14
      <string name="valid">OK</string>
      <string name="cancel">Cancel</string>
299af019   badetitou   Add payment conso...
15
16
17
      <string name="create_consumable">Create Consumable</string>
      <string name="create_consumable_name">Name</string>
      <string name="create_consumable_price">Price</string>
73b70b1e   badetitou   Ajout de Consomation
18
      <string name="title_activity_main">Etunicorn - Hello</string>
299af019   badetitou   Add payment conso...
19
      <string name="payment_consumable">Consumable Payment</string>
0ecfc67f   badetitou   Modify Consommation
20
      <string name="payment_consumable_alert_no_selection">Select a product before paying</string>
299af019   badetitou   Add payment conso...
21
22
      <string name="payment_done">Payment done</string>
      <string name="payment_refused">Payment refused</string>
0ecfc67f   badetitou   Modify Consommation
23
      <string name="action_delete">Delete</string>
68348eda   badetitou   Adding modify and...
24
      <string name="modify">Modify</string>
0ecfc67f   badetitou   Modify Consommation
25
      <string name="delete">Delete</string>
0ecfc67f   badetitou   Modify Consommation
26
      <string name="verif_delete_consomation">Are you sure ?</string>
8bcd81b8   badetitou   some staff
27
      <string name="verif_delete_event">Are you sure ?</string>
0ecfc67f   badetitou   Modify Consommation
28
29
      <string name="delete_done">Delete done</string>
      <string name="delete_refused">Delete refused</string>
68348eda   badetitou   Adding modify and...
30
31
      <string name="modify_done">Modify done</string>
      <string name="modify_refused">Modify refused</string>
c8a73f2c   badetitou   Adding Event frag...
32
33
      <string name="event">Event</string>
      <string name="payment_event">Event payment</string>
8bcd81b8   badetitou   some staff
34
35
36
      <string name="create_event_date">Date</string>
      <string name="create_event_name">Name</string>
      <string name="create_event">Create event</string>
831665f7   badetitou   Trad
37
38
      <string name="personne">Person</string>
      <string name="verif_delete_personne">Are You Sure ?? !!!</string>
d17732ca   badetitou   Change Button
39
40
      <string name="create_personne">Create person</string>
      <string name="create_personne_login">Login</string>
3e933aa6   badetitou   To fr
41
      <string name="create_personne_carte">Card ID</string>
d17732ca   badetitou   Change Button
42
43
      <string name="create_personne_naissance">Birthday</string>
      <string name="create_personne_role">Role</string>
f5506a08   badetitou   Fix error leave d...
44
      <string name="error_enter_debit">Please enter a value before using your NFC card</string>
835e9886   badetitou   Design create Con...
45
46
      <string name="error_create_consomation_input_price">Enter the price</string>
      <string name="error_create_consomation_input_nom">Enter the name</string>
6e48e148   badetitou   Consomation handl...
47
48
49
50
      <string name="error_modify_consommation_input_price">Enter the new price</string>
      <string name="error_modify_consommation_input_nom">Enter the new name</string>
      <string name="modify_consomation_hint_name">Name</string>
      <string name="modify_consomation_hint_price">Price</string>
db223567   badetitou   Evenement modify ...
51
52
53
54
55
56
      <string name="create_event_date_input">Date</string>
      <string name="error_create_event_input_price">Enter the price</string>
      <string name="error_create_event_input_nom">Enter the name</string>
      <string name="error_create_event_date">Enter the date</string>
      <string name="modify_event_hint_name">Name</string>
      <string name="modify_event_hint_price">Price</string>
7f1ea456   badetitou   Stabilité app + d...
57
58
59
60
61
      <string name="modify_personne_hint_login">Login</string>
      <string name="modify_personne_hint_carte">Card ID</string>
      <string name="modify_personne_hint_date">Birthday</string>
      <string name="error_create_personne_login">Need a login or a carte ID</string>
      <string name="error_create_personne_login_carte">Need a login or a carte ID</string>
dd839264   badetitou   All done
62
  </resources>