-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstrings.xml
More file actions
162 lines (141 loc) · 8.41 KB
/
Copy pathstrings.xml
File metadata and controls
162 lines (141 loc) · 8.41 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">NativeAppTemplate Free</string>
<string name="title_shops">Shops</string>
<string name="title_settings">Settings</string>
<!-- Sign up screen -->
<string name="sign_in">Sign In</string>
<string name="sign_up">Sign Up</string>
<string name="signed_up_but_unconfirmed">A message with a confirmation link has been sent to your email address. Please follow the link to activate your account.</string>
<string name="email">Email</string>
<string name="password">Password</string>
<!-- Email and password screen -->
<string name="label_password">Password</string>
<string name="sign_up_for_an_account">Sign Up for an Account</string>
<string name="sign_in_to_your_account">Sign In to Your Account</string>
<!-- Generic -->
<string name="label_loading">Loading …</string>
<string name="label_description">Description</string>
<string name="delete">Delete</string>
<string name="button_label_update">Update</string>
<string name="time_zone">Time Zone</string>
<string name="not_connected">⚠️ You aren’t connected to the internet</string>
<string name="instructions">Instructions</string>
<string name="open">Open</string>
<string name="are_you_sure">Are you sure?</string>
<string name="full_name">Full Name</string>
<string name="full_name_is_required">Full name is required.</string>
<string name="email_is_required">Email is required.</string>
<string name="email_is_invalid">Email is invalid.</string>
<string name="password_is_required">Password is required.</string>
<string name="password_is_invalid">Password is invalid.</string>
<string name="role">Role</string>
<string name="unauthorized">You are not authorized to perform this action.</string>
<string name="cancel">Cancel</string>
<string name="button_label_ok">OK</string>
<string name="accept">Accept</string>
<!-- Welcome screen -->
<string name="button_sign_in">Sign In</string>
<!-- Login screen -->
<string name="button_sign_out">Sign Out</string>
<string name="forgot_password">Forgot your password?</string>
<!-- Forgot Password screen -->
<string name="sent_reset_password_instruction">An email has been sent the email containing instructions for resetting your password."</string>
<string name="button_send_me_reset_password_instructions">Send me reset password instructions</string>
<!-- Resend Confirmation Instructions screen -->
<string name="button_send_me_confirmation_instructions">Resend confirmation instructions</string>
<string name="didnt_receive_confirmation_instructions">Didn\'t receive confirmation instructions?</string>
<string name="sent_confirmation_instruction">An email has been sent the email containing instructions for confirming your email address.</string>
<!-- Need App Updates screen -->
<string name="update_app">Update App</string>
<string name="install_new_version_app">Please install new version app.</string>
<!-- Accept Privacy screen -->
<string name="confirmed_privacy_version_updated">Privacy policy accepted successfully.</string>
<string name="privacy_policy_updated">Privacy Policy Updated</string>
<!-- Accept Terms screen -->
<string name="confirmed_terms_version_updated">Terms of use accepted successfully.</string>
<string name="terms_of_use_updated">Terms of Use Updated</string>
<!-- On-boarding -->
<string name="onboarding_description1">Onboarding description 1.</string>
<string name="onboarding_description2">Onboarding description 2.</string>
<string name="onboarding_description3">Onboarding description 3.</string>
<string name="onboarding_description4">Onboarding description 4.</string>
<!-- Shops Screen -->
<string name="add_shop">Add Shop</string>
<string name="shops">Shops</string>
<string name="shop_name">Shop Name</string>
<string name="shop_name_is_required">Shop name is required.</string>
<string name="shop_name_is_invalid">Shop name is invalid.</string>
<string name="shop_description_is_invalid">Shop description is invalid.</string>
<string name="shop_name_help">Name must be 1-%1$d characters.</string>
<string name="shop_description_help">Description must be 0-%1$d characters.</string>
<string name="add_shop_description">Add a new shop.</string>
<string name="tap_shop_below">Tap a shop below</string>
<!-- Shop Detail Screen -->
<string name="message_shop_created">Shop added.</string>
<string name="message_shop_deleted">Shop removed.</string>
<string name="message_shop_updated">Shop updated.</string>
<string name="shop_detail_instruction">Swipe an item tag to change its status.</string>
<string name="complete">Complete</string>
<string name="idle">Idle</string>
<!-- Shop Settings Screen -->
<string name="title_delete_shop">Delete Shop</string>
<string name="label_shop_settings">Shop Settings</string>
<string name="label_shop_settings_basic_settings">Basic Settings</string>
<string name="label_shop_settings_manage_item_tags">Manage Item Tags</string>
<!-- Item Tag -->
<string name="name_label">Name</string>
<string name="description_label">Description</string>
<string name="completed_at_label">Completed at</string>
<string name="item_tag_name_placeholder">Buy milk</string>
<string name="label_add_item_tag">Add Item Tag</string>
<string name="add_item_tag_description">Add a new item tag and start changing the item tag status.</string>
<string name="item_tag_name_is_invalid">Item tag name is invalid.</string>
<string name="item_tag_description_is_invalid">Item tag description is invalid.</string>
<string name="item_tag_name_help">Name must be 1-%1$d characters.</string>
<string name="item_tag_description_help">Description must be 0-%1$d characters.</string>
<string name="mark_as_completed">Mark as completed</string>
<string name="mark_as_idled">Mark as idled</string>
<string name="message_item_tag_created">Item tag created successfully.</string>
<string name="message_item_tag_updated">Item tag updated successfully.</string>
<string name="message_item_tag_deleted">Item tag deleted successfully.</string>
<!-- Item Tag Detail Screen -->
<string name="label_edit_item_tag">Edit Item Tag</string>
<string name="title_delete_item_tag">Delete Item Tag</string>
<!-- Settings Screen -->
<string name="mode">Mode</string>
<string name="label_dark_mode">Dark Mode</string>
<string name="label_light">Light</string>
<string name="label_dark">Dark</string>
<string name="label_system_default">System Default</string>
<string name="dark_mode_preference">Dark Mode Preference</string>
<string name="my_account">My Account</string>
<string name="profile">Profile</string>
<string name="support">Support</string>
<string name="about">About</string>
<string name="app_section">App</string>
<string name="version">Version</string>
<string name="website">Website</string>
<string name="support_website">Support Website</string>
<string name="faqs">FAQs</string>
<string name="rate_app">Rate or Review the App</string>
<string name="contact">Contact</string>
<string name="email_app_is_not_found">Email app is not found.</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="terms_of_use">Terms of Use</string>
<string name="edit_profile">Edit Profile</string>
<string name="delete_my_account">Delete My Account</string>
<string name="update_password">Update Password</string>
<string name="current_password">Current Password</string>
<string name="new_password">New Password</string>
<string name="confirm_new_password">Confirm New Password</string>
<string name="current_password_is_required">Current password is required.</string>
<string name="new_password_is_required">New password is required.</string>
<string name="confirm_new_password_is_required">Confirm new password is required.</string>
<string name="we_need_your_current_password">We need your current password to confirm your changes.</string>
<string name="reconfirm_description">A message with a confirmation link has been sent to your new email address. Please follow the link to update to your new email address. Your email address will not be updated until confirming.</string>
<!-- Update password -->
<string name="message_password_updated">Password updated successfully.</string>
<!-- Profile -->
<string name="message_shopkeeper_updated">Account updated successfully.</string>
<string name="message_shopkeeper_deleted">Account deleted successfully.</string>
</resources>