|
|
@@ -969,6 +969,95 @@ Enact a temp Basal or a temp target */
|
|
|
|
|
|
"Pair Pod" = "Pair Pod";
|
|
|
|
|
|
+/* Text for previous pod information row */
|
|
|
+"Previous Pod Information" = "Previous Pod Information";
|
|
|
+
|
|
|
+/* Text for confidence reminders navigation link */
|
|
|
+"Confidence Reminders" = "Confidence Reminders";
|
|
|
+
|
|
|
+"Confidence reminders are beeps from the pod which can be used to acknowledge selected commands." = "Confidence reminders are beeps from the pod which can be used to acknowledge selected commands.";
|
|
|
+
|
|
|
+/* button title for saving low reservoir reminder while saving */
|
|
|
+"Saving..." = "Saving...";
|
|
|
+
|
|
|
+/* button title for saving low reservoir reminder */
|
|
|
+"Save" = "Save";
|
|
|
+
|
|
|
+/* Alert title for error when updating confidence reminder preference */
|
|
|
+"Failed to update confidence reminder preference." = "Failed to update confidence reminder preference.";
|
|
|
+
|
|
|
+/* */
|
|
|
+"No Error" = "No Error";
|
|
|
+
|
|
|
+/* description label for active time pod details row */
|
|
|
+"Active Time"= "Active Time";
|
|
|
+
|
|
|
+/* Title string for BeepPreference.silent */
|
|
|
+"Disabled" = "Disabled";
|
|
|
+
|
|
|
+/* Title string for BeepPreference.manualCommands */
|
|
|
+"Enabled" = "Enabled";
|
|
|
+
|
|
|
+/* Title string for BeepPreference.extended */
|
|
|
+"Extended" = "Extended";
|
|
|
+
|
|
|
+/* Description for BeepPreference.silent */
|
|
|
+"No confidence reminders are used." = "No confidence reminders are used.";
|
|
|
+
|
|
|
+/* Description for BeepPreference.manualCommands */
|
|
|
+"Confidence reminders will sound for commands you initiate, like bolus, cancel bolus, suspend, resume, save notification reminders, etc. When Loop automatically adjusts delivery, no confidence reminders are used." = "Confidence reminders will sound for commands you initiate, like bolus, cancel bolus, suspend, resume, save notification reminders, etc. When Loop automatically adjusts delivery, no confidence reminders are used.";
|
|
|
+
|
|
|
+/* Description for BeepPreference.extended */
|
|
|
+"Confidence reminders will sound when Loop automatically adjusts delivery as well as for commands you initiate." = "Confidence reminders will sound when Loop automatically adjusts delivery as well as for commands you initiate.";
|
|
|
+
|
|
|
+/* Label text for expiration reminder default row */
|
|
|
+"Expiration Reminder Default" = "Expiration Reminder Default";
|
|
|
+
|
|
|
+/* Value text for no expiration reminder */
|
|
|
+"No Reminder" = "No Reminder";
|
|
|
+
|
|
|
+/* */
|
|
|
+"Scheduled Reminder" = "Scheduled Reminder";
|
|
|
+
|
|
|
+/* */
|
|
|
+"Low Reservoir Reminder" = "Low Reservoir Reminder";
|
|
|
+
|
|
|
+/* The action string on pod status page when pod data is stale */
|
|
|
+"Make sure your phone and pod are close to each other. If communication issues persist, move to a new area." = "Make sure your phone and pod are close to each other. If communication issues persist, move to a new area.";
|
|
|
+
|
|
|
+/* Format string for the action string on pod status page when pod expired. (1: service time remaining) */
|
|
|
+"Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains." = "Change Pod now. Insulin delivery will stop in %1$@ or when no more insulin remains.";
|
|
|
+
|
|
|
+/* Label text for temporary basal rate summary */
|
|
|
+"Rate" = "Rate";
|
|
|
+
|
|
|
+/* Summary string for temporary basal rate configuration page */
|
|
|
+"%1$@ for %2$@" = "%1$@ for %2$@";
|
|
|
+
|
|
|
+/* Description text on manual temp basal action sheet */
|
|
|
+"Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled." = "Loop will not automatically adjust your insulin delivery until the temporary basal rate finishes or is canceled.";
|
|
|
+
|
|
|
+/* Button text for setting manual temporary basal rate*/
|
|
|
+"Set Temporary Basal" = "Set Temporary Basal";
|
|
|
+
|
|
|
+/* Navigation Title for ManualTempBasalEntryView */
|
|
|
+"Temporary Basal" = "Temporary Basal";
|
|
|
+
|
|
|
+/* Alert title for a failure to set temporary basal */
|
|
|
+"Temporary Basal Failed" = "Temporary Basal Failed";
|
|
|
+
|
|
|
+/* Alert format string for a failure to set temporary basal with recovery suggestion. (1: error description) (2: recovery text) */
|
|
|
+"Unable to set a temporary basal rate: %1$@\n\n%2$@" = "Unable to set a temporary basal rate: %1$@\n\n%2$@";
|
|
|
+
|
|
|
+/* Alert format string for a failure to set temporary basal. (1: error description) */
|
|
|
+"Unable to set a temporary basal rate: %1$@" = "Unable to set a temporary basal rate: %1$@";
|
|
|
+
|
|
|
+/* Alert title for missing temp basal configuration */
|
|
|
+"Missing Config" = "Missing Config";
|
|
|
+
|
|
|
+/* Alert format string for missing temp basal configuration. */
|
|
|
+"This PumpManager has not been configured with a maximum basal rate because it was added before manual temp basal was a feature. Please go to therapy settings -> delivery limits and set a new maximum basal rate." = "This PumpManager has not been configured with a maximum basal rate because it was added before manual temp basal was a feature. Please go to therapy settings -> delivery limits and set a new maximum basal rate.";
|
|
|
+
|
|
|
/* --------------------------------------
|
|
|
|
|
|
Infotexts from openaps.docs and androidaps.docs
|