|
|
@@ -49,12 +49,27 @@
|
|
|
/* The title of the cell showing Voltage */
|
|
|
"Voltage" = "Spänning (V)";
|
|
|
|
|
|
-/* The header of the cell showing Low Battery Alert */
|
|
|
-"Alert" = "Varning";
|
|
|
+//* "The title of the section for alerts" */
|
|
|
+"Alert" = "Alert";
|
|
|
|
|
|
/* The title of the cell showing Low Battery Alert */
|
|
|
"Low Battery Alert" = "Låg batterinivå";
|
|
|
|
|
|
+/* Header of list showing battery level alert options */
|
|
|
+"Battery level Alert" = "Varning batterinivå";
|
|
|
+
|
|
|
+/* Battery level alert OFF in list of options */
|
|
|
+"OFF" = "AV";
|
|
|
+
|
|
|
+/* The title of the command to update diagnostic LEDs */
|
|
|
+"Diagnostic LEDs" = "Diagnostiska LED";
|
|
|
+
|
|
|
+/* The title of the command to fetch RileyLink statistics */
|
|
|
+"Get RileyLink Statistics" = "Hämta RileyLink-statistik";
|
|
|
+
|
|
|
+/* The title of the command to invert BLE connection LED logic */
|
|
|
+"Invert LED Logic" = "Invertera LED-Logik";
|
|
|
+
|
|
|
/* The header of the cells showing test commands */
|
|
|
"Test Commands" = "Testkommandon";
|
|
|
|
|
|
@@ -67,3 +82,18 @@
|
|
|
/* The title of the cell showing Test Vibration */
|
|
|
"Test Vibration" = "Testa vibration";
|
|
|
|
|
|
+/* The title of the cell for sounding device finding piezo */
|
|
|
+"Find Device" = "Hitta enhet";
|
|
|
+
|
|
|
+/* Detail text when battery alert disabled. */
|
|
|
+"Off" = "Av";
|
|
|
+
|
|
|
+/* Text indicating LED Mode is on */
|
|
|
+"On" = "På";
|
|
|
+
|
|
|
+/* Text indicating LED Mode is off */
|
|
|
+"Off" = "Av";
|
|
|
+
|
|
|
+/* Text indicating LED Mode is auto */
|
|
|
+"Auto" = "Auto";
|
|
|
+
|