Skip to content

Commit

Permalink
changed resource strings with multiple substitutions to use positiona…
Browse files Browse the repository at this point in the history
…l format
  • Loading branch information
tolot27 committed Feb 4, 2021
1 parent 1ffb82e commit 4dfdcfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -993,20 +993,20 @@
<string name="emergency_message_feature">Emergency Message Feature</string>
<string name="text_messages_can_be_sent_with_your_location_if_you_do_not_respond_to_alarms_this_feature_is_experimental_and_may_not_be_reliable">Text messages can be sent with your location if you do not respond to alarms. This feature is experimental and may not be reliable.</string>
<string name="your_name">Your name</string>
<string name="did_not_acknowledge_a_low_glucose_alert">%s did not acknowledge a low glucose alert for %s</string>
<string name="did_not_acknowledge_a_high_glucose_alert">%s did not acknowledge a high glucose alert for %s</string>
<string name="has_not_had_glucose_data_received_for">%s has not had glucose data received for %s</string>
<string name="phone_has_not_been_used_for">%s phone has not been used for %s</string>
<string name="did_not_acknowledge_a_low_glucose_alert">%1$s did not acknowledge a low glucose alert for %2$s</string>
<string name="did_not_acknowledge_a_high_glucose_alert">%1$s did not acknowledge a high glucose alert for %2$s</string>
<string name="has_not_had_glucose_data_received_for">%1$s has not had glucose data received for %2$s</string>
<string name="phone_has_not_been_used_for">%1$s phone has not been used for %2$s</string>
<string name="is_requesting_assistance">%s is Requesting assistance</string>
<string name="is_testing_the_assistance_request_feature">%s is testing the assistance request feature</string>
<string name="emergency_message_near_format_string">%s near %s %s %s %s</string>
<string name="emergency_message_near_format_string">%1$s near %2$s %3$s %4$s %5$s</string>
<string name="choose_when_to_send_messages">Choose when to send messages:</string>
<string name="low_alert_not_acknowledged">Low Alert not acknowledged</string>
<string name="high_alert_not_acknowledged">High Alert not acknowledged</string>
<string name="device_inactivity">Device inactivity</string>
<string name="test_message_sending">Test Message Sending</string>
<string name="d_selected_contacts_for_text_messages_format">%d selected contacts for text messages</string>
<string name="xdrip_software_changed_format">xDrip software version changed from: %s to %s</string>
<string name="xdrip_software_changed_format">xDrip software version changed from: %1$s to %2$s</string>
<string name="when_connected_to_the_audio_device_shown_below_switch_to_vehicle_mode">Switch to Vehicle Mode when connected to the audio device shown below.</string>
<string name="select_device">Select Device</string>
<string name="no_bluetooth_audio_found">No Bluetooth audio found</string>
Expand Down

0 comments on commit 4dfdcfd

Please sign in to comment.