-
Notifications
You must be signed in to change notification settings - Fork 21
/
strings.xml
62 lines (56 loc) · 3.12 KB
/
strings.xml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<resources>
<string name="app_name">onRoad</string>
<string name="prompt_email">Email</string>
<string name="prompt_username">Username</string>
<string name="prompt_password">Password</string>
<string name="prompt_password_again">Confirm Password</string>
<string name="prompt_msg">Type a message</string>
<string name="action_settings">Settings</string>
<string name="action_sign_in">Sign in or register</string>
<string name="action_register">Sign Up here.</string>
<string name="action_sign_in_short">Sign in</string>
<string name="action_sign_up">Sign up</string>
<string name="action_send">Send</string>
<string name="error_invalid_email">This email address is invalid</string>
<string name="error_invalid_password">Password too short or does not match</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="show_pwd">Show Password</string>
<string name="hide_pwd">Hide Password</string>
<string name="sample_message">Hello!</string>
<string name="as_driver">Use as driver</string>
<string name="as_rider">Use as rider</string>
<string name="prompt_contact_number">Contact Number</string>
<string name="prompt_destination">Destination...</string>
<string name="loginText">Welcome to onRoad!</string>
<string name="please_login_to_continue">Please Login to continue</string>
<string name="please_register_with_us_to_continue">Please Register with us to continue</string>
<string name="prompt_starting_place">Starting Place</string>
<string name="prompt_no_of_seats">No. Of Seats</string>
<string name="prompt_starting_time">Starting Time</string>
<string name="prompt_phone"></string>
<string name="home">Home</string>
<string name="prolile">Prolile</string>
<string name="about_us">About Us</string>
<string name="rides">Search Rides</string>
<string name="ride_requests">Add Ride</string>
<string name="logout">LogOut</string>
<string name="cancel_rides">Cancel Rides</string>
<string name="search">Search</string>
<string name="RiderDestination">Search where you\'d want to go!</string>
<string name="profile">Profile</string>
<string name="destination">Destination:</string>
<string name="destination_goes_here">Destination Goes Here</string>
<string name="driver">Driver:</string>
<string name="driver_name_goes_here">Driver Name Goes Here</string>
<string name="start_time">Start Time:</string>
<string name="time_goes_here">time Goes here</string>
<string name="number_of_seats">Number of Seats:</string>
<string name="seat_number_goes_here">Seat Number goes here</string>
<string name="start_place">Start Place:</string>
<string name="contact_no">Contact No:</string>
<string name="driver_contact_number_goes_here">Driver Contact Number Goes Here</string>
</resources>