Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legend Strings Cleanup #3566

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,14 @@
<string name="pebble_and_android_wear_options">Options for different Watches</string>
<string name="customize_colours">Customize Colors</string>
<string name="xdrip_plus_color_settings">xDrip+ Color Settings</string>
<string name="glucose_values_and_lines">Glucose Values and Lines</string>
<string name="high_glucose_values">High Glucose Values</string>
<string name="in_range_glucose_values">In-range Glucose Values</string>
<string name="glucose_values_and_lines">Reading curve dots</string>
<string name="high_glucose_values">High</string>
<string name="in_range_glucose_values">In-range</string>
<string name="default_color_selected">Default Color Selected</string>
<string name="color_bg_values">Colors of BG Reading and Trend Arrow</string>
<string name="color_bg_values">Reading Text and Trend Arrow</string>
<string name="xdrip_plus_extra_settings">xDrip+ extra settings</string>
<string name="example_chart">Example Chart</string>
<string name="treatments_prediction_curves">Treatments / Prediction Curves</string>
<string name="treatments_prediction_curves">Treatment/Prediction Curves</string>
<string name="carbs_per_unit">Carbs per Unit</string>
<string name="everyday">Everyday</string>
<string name="insulin_sensitivity_glucose_drop_per_unit">Insulin Sensitivity: glucose drop per Unit</string>
Expand Down Expand Up @@ -489,27 +489,27 @@
<string name="double_tap_or_pinch_to_zoom">Double tap or pinch to zoom.</string>
<string name="start_sensor">Start Sensor</string>
<string name="debug_and_other_misc_options">Debug and other misc. options</string>
<string name="low_glucose_values">Low Glucose Values</string>
<string name="bad_glucose_values">Bad Glucose Values</string>
<string name="low_glucose_values">Low</string>
<string name="bad_glucose_values">Bad</string>
<string name="revert_to_default">Revert to Default</string>
<string name="filtered_values">Filtered Values</string>
<string name="filtered_values">Filtered</string>
<string name="treatment_color">Insulin on Board</string>
<string name="treatment_color_dark">Insulin Activity</string>
<string name="predictive_color">Glucose Prediction</string>
<string name="predictive_color_dark">Carbs on Board</string>
<string name="average_and_target_lines">Average and Target Lines</string>
<string name="eight_hour_average_line">8-Hour Average Line</string>
<string name="twenty_four_hour_average_line">24-Hour Average Line</string>
<string name="glucose_target_line">Glucose Target Line</string>
<string name="eight_hour_average_line">8-Hour Average</string>
<string name="twenty_four_hour_average_line">24-Hour Average</string>
<string name="glucose_target_line">Target</string>
<string name="annotations_and_dots">Annotations and Dots</string>
<string name="blood_test_background">Blood Test Background</string>
<string name="blood_test_foreground">Blood Test Foreground</string>
<string name="blood_test_foreground">Blood Test</string>
<string name="treatment_background">Treatment Background</string>
<string name="treatment_foreground">Treatment Foreground</string>
<string name="treatment_foreground">Treatment</string>
<string name="backgrounds">Backgrounds</string>
<string name="main_chart_background">Main Chart Background</string>
<string name="notification_chart_background">Notification Chart Background</string>
<string name="widget_chart_background">Widget Chart Background</string>
<string name="main_chart_background">Main Chart</string>
<string name="notification_chart_background">Notification Chart</string>
<string name="widget_chart_background">Widget Chart</string>
<string name="try_to_work_around_noisy_readings">Try to work around noisy readings</string>
<string name="show_tips_hints">Show tips / hints describing button functions etc. Uncheck and Recheck to reset to the beginning</string>
<string name="show_interface_hints">Show interface hints</string>
Expand Down Expand Up @@ -819,8 +819,8 @@
<string name="desc_enable_dedicated_insulin_profiles">Here one can enable or configure various insulin profiles</string>
<string name="insulin_sensitivity">Insulin Sensitivity</string>
<string name="secondary_plugin_glucose_value">Secondary Plugin Glucose value</string>
<string name="step_counter_1st_color">Step counter 1st Color</string>
<string name="step_counter_2nd_color">Step counter 2nd Color</string>
<string name="step_counter_1st_color">Step counter 1st</string>
<string name="step_counter_2nd_color">Step counter 2nd</string>
<string name="flair_colors">Flair Colors</string>
<string name="use_flair_colors">Custom Title/Nav Bar</string>
<string name="upper_title_bar_flair">Upper Title Bar</string>
Expand Down
Loading