-
-
Notifications
You must be signed in to change notification settings - Fork 308
/
Copy pathstrings.xml
296 lines (296 loc) · 20.8 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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">openScale</string>
<string name="title_overview">Overview</string>
<string name="title_graph">Chart</string>
<string name="title_table">Table</string>
<string name="title_statistics">Statistics</string>
<string name="title_users">Users</string>
<string name="title_measurements">Measurements</string>
<string name="title_about">About</string>
<string name="title_general">General</string>
<string name="action_settings">Settings</string>
<string name="action_bluetooth_status">Bluetooth Status</string>
<string name="action_donation">Donation</string>
<string name="label_cancel">Cancel</string>
<string name="label_ok">OK</string>
<string name="label_yes">Yes</string>
<string name="label_no">No</string>
<string name="label_delete">Delete</string>
<string name="label_empty">empty</string>
<string name="label_add_user">Add user</string>
<string name="label_add_measurement">Add measurement</string>
<string name="label_share">Share</string>
<string name="label_share_subject">openScale data export (%s)</string>
<string name="label_weight">Weight</string>
<string name="label_bmi">Body mass index (BMI)</string>
<string name="label_bmr">Basal metabolic rate (BMR)</string>
<string name="label_tdee">Total daily energy expenditure (TDEE)</string>
<string name="label_fat">Body fat</string>
<string name="label_water">Total body water</string>
<string name="label_muscle">Muscle</string>
<string name="label_lbm">Lean body mass</string>
<string name="label_waist">Waist circumference</string>
<string name="label_hip">Hip circumference</string>
<string name="label_comment">Comment</string>
<string name="label_whtr">Waist-to-height ratio</string>
<string name="label_whr">Waist-hip ratio</string>
<string name="label_bone">Bone mass</string>
<string name="label_age">Age</string>
<string name="label_smartUserAssign">Smart User assignment</string>
<string name="label_weight_difference">Weight difference</string>
<string name="label_days_left">Days left</string>
<string name="label_date">Date</string>
<string name="label_time">Time</string>
<string name="label_time_period">Time period</string>
<string name="label_time_period_all_days">all days</string>
<string name="label_time_period_last_7_days">last 7 days</string>
<string name="label_time_period_last_30_days">last 30 days</string>
<string name="label_time_period_set_reference_day">set reference day</string>
<string name="label_time_period_set_custom_range">set custom range</string>
<string name="label_with">with</string>
<string name="label_abbr_min">min</string>
<string name="label_abbr_max">max</string>
<string name="label_abbr_avg">avg</string>
<string name="label_birthday">Birthday</string>
<string name="label_user_name">Name</string>
<string name="label_height">Height</string>
<string name="label_scale_unit">Scale unit</string>
<string name="label_gender">Gender</string>
<string name="label_assisted_weighing">Assisted weighing</string>
<string name="label_amputation_left">Amputation left</string>
<string name="label_amputation_right">Amputation right</string>
<string name="label_male">Male</string>
<string name="label_female">Female</string>
<string name="label_goal_enabled">Goal enabled</string>
<string name="label_goal_weight">Goal weight</string>
<string name="label_goal_date">Goal date</string>
<string name="label_title_user">user</string>
<string name="label_measurements">measurements</string>
<string name="label_import">Import</string>
<string name="label_export">Export</string>
<string name="label_delete_all">Delete all</string>
<string name="error_value_required">Value required</string>
<string name="error_value_range">Value out of range</string>
<string name="error_exporting">Could not export</string>
<string name="error_importing">Could not import</string>
<string name="error_user_name_required">Name required</string>
<string name="error_height_required">Height required</string>
<string name="error_initial_weight_required">Initial weight required</string>
<string name="error_goal_weight_required">Goal weight required</string>
<string name="info_data_deleted">Entry deleted</string>
<string name="info_data_all_deleted">All entries deleted</string>
<string name="info_data_exported">Exported to</string>
<string name="info_data_imported">Imported from</string>
<string name="info_enter_value_in">Value in</string>
<string name="info_enter_comment">Optional comment</string>
<string name="info_is_visible">is visible</string>
<string name="info_is_not_visible">is not visible</string>
<string name="info_is_enable">enabled</string>
<string name="info_is_not_enable">disabled</string>
<string name="info_is_not_available">not available</string>
<string name="info_assisted_weighing_no_reference_measurements">Reference user has no measurements</string>
<string name="info_assisted_weighing_old_reference_measurement">Warning: last reference measurement is older than a day</string>
<string name="info_assisted_weighing_no_reference_user">No reference user available, please create one</string>
<string name="info_assisted_weighing_choose_reference_user">Choose the reference user which the weight is subtracted</string>
<string name="info_scale_low_battery">Low battery level (%d%%), please recharge or replace scale batteries</string>
<string name="info_bluetooth_try_connection">Connecting to:</string>
<string name="info_bluetooth_connection_lost">Bluetooth connection lost</string>
<string name="info_bluetooth_no_device">No Bluetooth device found</string>
<string name="info_bluetooth_no_device_retrying">Could not establish connection, retrying…</string>
<string name="info_bluetooth_no_device_set">Select a Bluetooth device</string>
<string name="info_bluetooth_connection_successful">Connected</string>
<string name="info_bluetooth_init">Initialize Bluetooth device</string>
<string name="info_bluetooth_connection_error">Unexpected Bluetooth error</string>
<string name="info_bluetooth_connection_error_scale_offline">Could not connect to scale, please ensure it is on.</string>
<string name="info_bluetooth_connection_disconnected">Bluetooth connection closed</string>
<string name="info_new_data_added">%1$.2f%2$s [%3$s] added to %4$s</string>
<string name="info_new_data_duplicated">measurement with the same date and time already exist</string>
<string name="info_enter_user_name">Your name</string>
<string name="info_no_selected_user">No user exists. Please create one in the settings.</string>
<string name="info_no_evaluation_available">Could not evaluate the value</string>
<string name="question_really_delete">Delete entry?</string>
<string name="question_really_delete_all">Delete all entries for all users?</string>
<string name="question_really_delete_user">Delete user?</string>
<string name="label_bluetooth_title">Bluetooth</string>
<string name="label_bluetooth_enable">Connect to scale on startup</string>
<string name="label_mergeWithLastMeasurement">Merge with last measurement</string>
<string name="label_bluetooth_searching">Searching for your Bluetooth scale</string>
<string name="label_bluetooth_searching_finished">Search finished</string>
<string name="label_enable_legend">Graph legend</string>
<string name="label_enable_labels">Data label</string>
<string name="label_enable_points">Data point</string>
<string name="label_delete_confirmation">Delete confirmation</string>
<string name="label_category_measurement_database">Measurement database</string>
<string name="label_maintainer">Maintainer</string>
<string name="label_website">Website</string>
<string name="label_license">License</string>
<string name="label_automatic">auto</string>
<string name="label_theme">Theme</string>
<string name="label_reminder">Reminder</string>
<string name="label_reminder_weekdays">Days</string>
<string name="label_reminder_time">Time</string>
<string name="label_reminder_notify_text">Notification text</string>
<string name="default_value_reminder_notify_text">Time to weigh in</string>
<string name="Monday">Monday</string>
<string name="Tuesday">Tuesday</string>
<string name="Wednesday">Wednesday</string>
<string name="Thursday">Thursday</string>
<string name="Friday">Friday</string>
<string name="Saturday">Saturday</string>
<string name="Sunday">Sunday</string>
<string name="label_simple_moving_average">Simple Moving Average</string>
<string name="label_exponentially_smoothed_moving_average">Exponentially Smoothed Moving Average</string>
<string name="label_trendline_computation_method">Trendline computation method</string>
<string name="label_trendline_future">Future trend</string>
<string name="label_bt_device_no_support">device not supported</string>
<string name="label_exportBackup">Export backup</string>
<string name="label_importBackup">Import backup</string>
<string name="label_backup">Backup</string>
<string name="label_export_dir">Export directory</string>
<string name="label_ignoreOutOfRange">Ignore out of range data</string>
<string name="label_initial_weight">Initial weight</string>
<string name="label_goal_line">Goal line</string>
<string name="label_trend_line">Trendline</string>
<string name="label_simple_moving_average_num_days">Number of days to average over</string>
<string name="label_prediction">Prediction</string>
<string name="label_trend">Trend</string>
<string name="label_help">Help</string>
<string name="label_feedback_message_enjoying">Enjoying openScale?</string>
<string name="label_feedback_message_rate_app">How about a rating on Google Play or GitHub?</string>
<string name="label_feedback_message_issue">Would you like to provide some feedback?</string>
<string name="label_feedback_message_yes">Yes</string>
<string name="label_feedback_message_no">Not really</string>
<string name="label_feedback_message_positive">OK</string>
<string name="label_feedback_message_negative">No, thanks</string>
<string name="error_max_scale_users">Max. number of concurrent scale users reached</string>
<string name="info_step_on_scale_for_reference">Please step barefoot on the scale for reference measurements</string>
<string name="info_step_on_scale">Please step barefoot on the scale</string>
<string name="info_select_scale_user">Select scale user</string>
<string name="info_enter_consent_code_for_scale_user">Enter PIN/consent code for scale user %s</string>
<string name="info_measuring">Measuring weight: %.2f</string>
<string name="info_select_auto_backup_export_dir">Select auto backup export directory</string>
<string name="trisa_scale_not_paired">This scale has not been paired!\n\nHold the button on the bottom of the scale to switch it to pairing mode, and then reconnect to retrieve the device password.</string>
<string name="trisa_scale_pairing_succeeded">Pairing succeeded!\n\nReconnect to retrieve measurement data.</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">An unexpected error occurred.\n\nPlease create a new issue including the error details on\nhttps://github.com/oliexdev/openScale/issues</string>
<string name="customactivityoncrash_error_activity_restart_app">Restart app</string>
<string name="customactivityoncrash_error_activity_close_app">Close app</string>
<string name="customactivityoncrash_error_activity_error_details">Error details</string>
<string name="customactivityoncrash_error_activity_error_details_title">Error details</string>
<string name="customactivityoncrash_error_activity_error_details_close">Close</string>
<string name="customactivityoncrash_error_activity_error_details_copy">Copy to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_copied">Copied to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_clipboard_label">Error info</string>
<string name="toggle_expand">Toggle expand</string>
<string name="edit">Edit</string>
<string name="save">Save</string>
<string name="label_day_view">Day view</string>
<string name="label_month_view">Month view</string>
<string name="label_weeks_view">Week view</string>
<string name="label_year_view">Year view</string>
<string name="label_measurement_bar">Measurement bar</string>
<string name="permission_not_granted">Permission not granted</string>
<string name="permission_bluetooth_info">Location permission needed to search for Bluetooth devices. It can be revoked after the device is found.</string>
<string name="permission_location_service_info">Grant location access in the Android settings to search for Bluetooth devices. Optionally revoke it afterwards.</string>
<string name="permission_notification_info">Notification permission is required, to show notification</string>
<string name="permission_bluetooth_info_title">Info</string>
<string name="permission_read_write_data_description">read/write openScale data, including user information and all saved measurements</string>
<string name="permission_read_write_data_label">Read/Write openScale Data</string>
<string name="label_next">Next</string>
<string name="label_long_press_drag_reorder">Long press and drag measurement to reorder</string>
<string name="label_set_default_order">Set default order</string>
<string name="label_export_overwrite">Overwrite previous export \"%s\"?</string>
<string name="label_is_on_right_axis">Is on right axis</string>
<string name="label_is_sticky">Is sticky</string>
<string name="label_measurement_in_percent">Measurement in %</string>
<string name="label_estimate_measurement">Estimate measurement</string>
<string name="label_estimation_formula">Estimation formula</string>
<string name="language_default">System default</string>
<string name="label_language">Language</string>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="label_contribute_translation">Contribute translation</string>
<string name="label_add_or_fix_translation">Add new or fix existing</string>
<string name="label_percent">Percent</string>
<string name="label_estimated">Estimated</string>
<string name="label_estimate_measurement_summary">Based on weight, height, age, gender, etc.</string>
<string name="label_auto_backup">Auto backup</string>
<string name="label_auto_backup_lacation">No auto backup location selected</string>
<string name="label_auto_backup_schedule">Backup schedule</string>
<string name="label_overwrite_backup">Overwrite previous backup</string>
<string name="label_daily">daily</string>
<string name="label_weekly">weekly</string>
<string name="label_monthly">monthly</string>
<string name="label_scale_not_supported">Is your scale not supported?</string>
<string name="label_click_to_help_add_support">Click here to help add support for it</string>
<string name="label_development">Development</string>
<string name="label_debug_log">Save debug log to file</string>
<string name="label_your_bluetooth_scale">Your Bluetooth scale</string>
<string name="label_select_measurement">Select measurement</string>
<string name="label_select_user">Select user</string>
<string name="label_configure_widget">Configure widget</string>
<string name="label_visceral_fat">Visceral fat</string>
<string name="label_chest">Chest circumference</string>
<string name="label_thigh">Thigh circumference</string>
<string name="label_biceps">Biceps circumference</string>
<string name="label_neck">Neck circumference</string>
<string name="label_calories">Calories</string>
<string name="label_fat_caliper">Body fat caliper</string>
<string name="label_caliper1_male">Chest skinfold</string>
<string name="label_caliper2_male">Abdominal skinfold</string>
<string name="label_caliper3_male">Thigh skinfold</string>
<string name="label_caliper1_female">Triceps skinfold</string>
<string name="label_caliper2_female">Abdominal skinfold</string>
<string name="label_caliper3_female">Hip skinfold</string>
<string name="label_measure_unit">Measurement unit</string>
<string name="label_activity_level">Activity level</string>
<string name="activity_level_sedentary">Sedentary</string>
<string name="activity_level_mild">Mild</string>
<string name="activity_level_moderate">Moderate</string>
<string name="activity_level_heavy">Heavy</string>
<string name="activity_level_extreme">Extreme</string>
<string name="amputation_level_none">No amputation</string>
<string name="amputation_level_hand">Hand</string>
<string name="amputation_level_forearm_hand">Forearm and leg</string>
<string name="amputation_level_arm">Arm</string>
<string name="amputation_level_foot">Foot</string>
<string name="amputation_level_lower_leg_foot">Lower leg and foot</string>
<string name="amputation_level_leg">Leg</string>
<string name="label_upgrade_to_openScale_pro">Please upgrade to openScale pro for Bluetooth support</string>
<string name="label_slide_welcome_top_text">Welcome to\nopenScale</string>
<string name="label_slide_welcome_main_text">Open-source software weight and body metrics tracker, with Bluetooth scale support.</string>
<string name="label_slide_privacy_top_text">Protect your personal health data.</string>
<string name="label_slide_privacy_main_text">openScale doesn\'t send any data to a cloud and not having permission to access the internet is a strong guarantee of that.
\n
\nIf you really want to synchronise your weight to GoogleFit or with MQTT, you can install <a href="https://play.google.com/store/apps/details?id=com.health.openscale.sync">openScale sync</a>.</string>
<string name="label_slide_user_top_text">Multiple users are supported.</string>
<string name="label_slide_user_main_text">openScale doesn\'t require you to create an online account.
\n
\nBody metrics are calculated from measurements.</string>
<string name="label_slide_opensource_top_text">It\'s an open-source software with a high degree of transparency.</string>
<string name="label_slide_opensource_main_text">openScale is licensed under the <a href="https://github.com/oliexdev/openScale/blob/master/LICENSE">GPLv3</a>.
\n
\nAll body calculations are transparent and no hidden data transfer function or user identification are undertaken.
\n
\nYou can find the full source-code on <a href="https://github.com/oliexdev/openScale">GitHub</a>. Convince yourself of openScale by reviewing it.</string>
<string name="label_slide_bluetooth_top_text">Various Bluetooth scales from different manufacturers are supported.</string>
<string name="label_slide_bluetooth_main_text">openScale has a built-in support for a number of Bluetooth scales from different manufacturers.\n\nWe constantly improve and extend the set of supported scales. You can find the full list and the level of support for each scale on <a href="https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale">GitHub</a>.</string>
<string name="label_slide_metrics_top_text">Track and analyse your body metrics.</string>
<string name="label_slide_metrics_main_text">openScale supports over 22 body metrics.
\n
\nConfigure it to show the ones you care about.
\n
\n If body fat, body water and lean body mass is missing, it can be estimated based on <a href="https://github.com/oliexdev/openScale/wiki/Body-metric-estimations">scientific publications</a>.</string>
<string name="label_slide_support_top_text">Help improve openScale.</string>
<string name="label_slide_support_main_text">openScale needs you. Create a <a href="https://github.com/oliexdev/openScale/issues">new issue</a> if you found a bug, have an idea, question, or want to help support your Bluetooth scale.
\n
\nMotivate the creator of this project in further development and continuous maintenance by giving openScale a positive rating on <a href="http://play.google.com/store/apps/details?id=com.health.openscale.pro">GooglePlay</a> or a star it on <a href="https://github.com/oliexdev/openScale">GitHub</a>.
\n
\nYour support and positive feedback is highly appreciated. Thank you.</string>
<string name="app_intro_skip_button">Skip</string>
<string name="app_intro_next_button">Next</string>
<string name="app_intro_back_button">Back</string>
<string name="app_intro_done_button">Done</string>
<string name="info_create_new_user_on_scale">Create new user on scale.</string>
<string name="label_y_axis">Y-axis</string>
</resources>