Download this file

strings.xml    34 lines (31 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<resources>
<string name="app_name">Groepen</string>
<string name="search">Search</string>
<string name="create_group">Groep maken</string>
<string name="subject">Onderwerp</string>
<string name="description">Beschrijving</string>
<string name="add">Add</string>
<string name="subject_input_error">Subject can\'t be blank!</string>
<string name="dummy_text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et</string>
<string name="title_activity_group_detail">GroupDetailActivity</string>
<string name="action_settings">Settings</string>
<string name="refresh">Actualiseren</string>
<string name="about_group">Groepsbeschrijving:</string>
<!-- Strings related to login -->
<string name="prompt_email">Email</string>
<string name="prompt_password">Wachtwoord</string>
<string name="action_sign_in">Sign in or register</string>
<string name="action_sign_in_short">Aanmelden</string>
<string name="error_invalid_email">This email address is invalid</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="permission_rationale">"Contacts permissions are needed for providing email completions."</string>
<string name="logout">Uitloggen</string>
<string name="size_of_group">Grootte van de groep:</string>
<string name="leave_group">Verlaat groep</string>
<string name="cannot_leave_group">You can not leave!</string>
<string name="you_are_owner">You are the owner of this group</string>
<string name="join">Join</string>
<string name="leave">Leave</string>
</resources>