|
@@ -0,0 +1,104 @@
|
|
|
|
|
+/* The title of the section describing commands */
|
|
|
|
|
+"Commands" = "Commands";
|
|
|
|
|
+
|
|
|
|
|
+/* The connected state */
|
|
|
|
|
+"Connected" = "Connected";
|
|
|
|
|
+
|
|
|
|
|
+/* The in-progress connecting state */
|
|
|
|
|
+"Connecting" = "Connecting";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing BLE connection state */
|
|
|
|
|
+"Connection State" = "Connection State";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the section describing the device */
|
|
|
|
|
+"Device" = "Device";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the devices table section in RileyLink settings */
|
|
|
|
|
+"Devices" = "Devices";
|
|
|
|
|
+
|
|
|
|
|
+/* The disconnected state */
|
|
|
|
|
+"Disconnected" = "Disconnected";
|
|
|
|
|
+
|
|
|
|
|
+/* The in-progress disconnecting state */
|
|
|
|
|
+"Disconnecting" = "Disconnecting";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing firmware version */
|
|
|
|
|
+"Firmware" = "Firmware";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing current rileylink frequency */
|
|
|
|
|
+"Frequency" = "Frequency";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing device name */
|
|
|
|
|
+"Name" = "Name";
|
|
|
|
|
+
|
|
|
|
|
+/* RileyLink setup description */
|
|
|
|
|
+"RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink allows for communication with the pump over Bluetooth Low Energy.";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing BLE signal strength (RSSI) */
|
|
|
|
|
+"Signal Strength" = "Signal Strength";
|
|
|
|
|
+
|
|
|
|
|
+/* The header of the cells showing connection monitoring */
|
|
|
|
|
+"Connection Monitoring" = "Connection Monitoring";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing uptime */
|
|
|
|
|
+"Uptime" = "Uptime";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing battery level */
|
|
|
|
|
+"Battery level" = "Battery level";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing Voltage */
|
|
|
|
|
+"Voltage" = "Voltage";
|
|
|
|
|
+
|
|
|
|
|
+/* "The title of the section for alerts" */
|
|
|
|
|
+"Alert" = "Alert";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing Low Battery Alert */
|
|
|
|
|
+"Low Battery Alert" = "Low Battery Alert";
|
|
|
|
|
+
|
|
|
|
|
+/* Header of list showing battery level alert options */
|
|
|
|
|
+"Battery level Alert" = "Battery level Alert";
|
|
|
|
|
+
|
|
|
|
|
+/* Battery level alert OFF in list of options */
|
|
|
|
|
+"OFF" = "OFF";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the command to update diagnostic LEDs */
|
|
|
|
|
+"Diagnostic LEDs" = "Diagnostic LEDs";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the command to fetch RileyLink statistics */
|
|
|
|
|
+"Get RileyLink Statistics" = "Get RileyLink Statistics";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the command to invert BLE connection LED logic */
|
|
|
|
|
+"Invert LED Logic" = "Invert LED Logic";
|
|
|
|
|
+
|
|
|
|
|
+/* The header of the cells showing test commands */
|
|
|
|
|
+"Test Commands" = "Test Commands";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing Lighten Yellow LED */
|
|
|
|
|
+"Lighten Yellow LED" = "Lighten Yellow LED";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing Lighten Yellow LED */
|
|
|
|
|
+"Lighten Red LED" = "Lighten Red LED";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell showing Test Vibration */
|
|
|
|
|
+"Test Vibration" = "Test Vibration";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell for sounding device finding piezo */
|
|
|
|
|
+"Find Device" = "Find Device";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell for connection LED */
|
|
|
|
|
+"Connection LED" = "Connection LED";
|
|
|
|
|
+
|
|
|
|
|
+/* The title of the cell for connection vibration */
|
|
|
|
|
+"Connection Vibration" = "Connection Vibration";
|
|
|
|
|
+
|
|
|
|
|
+/* Detail text when battery alert disabled. */
|
|
|
|
|
+"Off" = "Off";
|
|
|
|
|
+
|
|
|
|
|
+/* Text indicating LED Mode is on */
|
|
|
|
|
+"On" = "On";
|
|
|
|
|
+
|
|
|
|
|
+/* Text indicating LED Mode is off */
|
|
|
|
|
+"Off" = "Off";
|
|
|
|
|
+
|
|
|
|
|
+/* Text indicating LED Mode is auto */
|
|
|
|
|
+"Auto" = "Auto";
|