aboutsummaryrefslogtreecommitdiff
path: root/anastasis/src/main/res/values/strings.xml
blob: de788ce10ac029f2aa39c9cc89c97d77e7f68398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<resources>
    <string name="app_name">Anastasis</string>

    <!-- HomeScreen -->
    <string name="home_title">Home</string>
    <string name="backup_secret">Backup a secret</string>
    <string name="recover_secret">Recover a secret</string>
    <string name="restore_session">Restore session</string>

    <!-- Shared -->
    <string name="country">Country</string>
    <string name="continent">Continent</string>

    <!-- Common -->
    <string name="select_country_title">Where do you live?</string>
    <string name="select_user_attributes_title">Who are you?</string>
    <string name="select_auth_methods_title">Authentication methods</string>
</resources>