Blame view

app/src/main/res/values/strings.xml 873 Bytes
dd839264   badetitou   All done
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <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>
      <string name="title_activity_main">MainActivity</string>
      <string name="action_settings">Settings</string>
      <string name="section_format">Hello World from section: %1$d</string>
  
      <!-- TODO: Remove or change this placeholder text -->
      <string name="hello_blank_fragment">Hello blank fragment</string>
6790f988   badetitou   Find way to somet...
17
      <string name="enter_money">Enter value</string>
dd839264   badetitou   All done
18
  </resources>