Blame view

app/src/main/res/values/strings.xml 1.61 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>
dd839264   badetitou   All done
12
  
6790f988   badetitou   Find way to somet...
13
      <string name="enter_money">Enter value</string>
73b70b1e   badetitou   Ajout de Consomation
14
15
      <string name="valid">OK</string>
      <string name="cancel">Cancel</string>
299af019   badetitou   Add payment conso...
16
17
18
      <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
19
      <string name="title_activity_main">Etunicorn - Hello</string>
299af019   badetitou   Add payment conso...
20
      <string name="payment_consumable">Consumable Payment</string>
0ecfc67f   badetitou   Modify Consommation
21
      <string name="payment_consumable_alert_no_selection">Select a product before paying</string>
299af019   badetitou   Add payment conso...
22
23
      <string name="payment_done">Payment done</string>
      <string name="payment_refused">Payment refused</string>
0ecfc67f   badetitou   Modify Consommation
24
25
26
27
28
29
30
31
32
      <string name="action_delete">Delete</string>
      <string name="modify">Modifier</string>
      <string name="delete">Delete</string>
  
      <!-- TODO: Remove or change this placeholder text -->
      <string name="hello_blank_fragment">Hello blank fragment</string>
      <string name="verif_delete_consomation">Are you sure ?</string>
      <string name="delete_done">Delete done</string>
      <string name="delete_refused">Delete refused</string>
dd839264   badetitou   All done
33
  </resources>