| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /* The title of the section describing commands */
- "Commands" = "Kommandoer";
- /* The connected state */
- "Connected" = "Tilkoblet";
- /* The in-progress connecting state */
- "Connecting" = "Kobler til";
- /* The title of the cell showing BLE connection state */
- "Connection State" = "Tilkoblingsstatus";
- /* The title of the section describing the device */
- "Device" = "Enhet";
- /* The title of the devices table section in RileyLink settings */
- "Devices" = "Enheter";
- /* The disconnected state */
- "Disconnected" = "Frakoblet";
- /* The in-progress disconnecting state */
- "Disconnecting" = "Kobler fra";
- /* The title of the cell showing firmware version */
- "Firmware" = "Fastvare";
- /* The title of the cell showing current rileylink frequency */
- "Frequency" = "Frekvens";
- /* The title of the cell showing device name */
- "Name" = "Navn";
- /* RileyLink setup description */
- "RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink tillater kommunikasjon med pumpen over Bluetooth Low Energy.";
- /* The title of the cell showing BLE signal strength (RSSI) */
- "Signal Strength" = "Signalstyrke";
- /* The header of the cells showing connection monitoring */
- "Connection Monitoring" = "Overvåking av tilkobling";
- /* The title of the cell showing uptime */
- "Uptime" = "Oppetid";
- /* The title of the cell showing battery level */
- "Battery level" = "Batterinivå";
- /* The title of the cell showing Voltage */
- "Voltage" = "Spenning";
- /* "The title of the section for alerts" */
- "Alert" = "Varsel";
- /* The title of the cell showing Low Battery Alert */
- "Low Battery Alert" = "Varsel om lavt batterinivå";
- /* Header of list showing battery level alert options */
- "Battery level Alert" = "Nivå for batterivarsel";
- /* Battery level alert OFF in list of options */
- "OFF" = "AV";
- /* The title of the command to update diagnostic LEDs */
- "Diagnostic LEDs" = "Diagnostiske lysdioder";
- /* The title of the command to fetch RileyLink statistics */
- "Get RileyLink Statistics" = "Hent RileyLink-statistikk";
- /* The title of the command to invert BLE connection LED logic */
- "Invert LED Logic" = "Inverter LED-logikk";
- /* The header of the cells showing test commands */
- "Test Commands" = "Test kommandoer";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Yellow LED" = "Slå på gul LED";
- /* The title of the cell showing Lighten Yellow LED */
- "Lighten Red LED" = "Slå på rød LED";
- /* The title of the cell showing Test Vibration */
- "Test Vibration" = "Test vibrering";
- /* The title of the cell for sounding device finding piezo */
- "Find Device" = "Finn enhet";
- /* The title of the cell for connection LED */
- "Connection LED" = "LED-lys ved tilkobling";
- /* The title of the cell for connection vibration */
- "Connection Vibration" = "Vibrasjon ved tilkobling";
- /* 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" = "Automatisk";
|