new text for 'use other app'

This commit is contained in:
Johan Degraeve 2021-12-08 18:35:55 +01:00
parent ddda46bbe8
commit a54e70747e
15 changed files with 15 additions and 15 deletions

View File

@ -33,7 +33,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -94,7 +94,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -31,4 +31,4 @@
"confirmDisconnectMessage" = "Click 'Disconnect' to confirm that you really want to disconnect from the transmitter.";
"transmittterStartDate" = "Transmitter Start";
"sensorStartDate" = "Sensor Start";
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";

View File

@ -35,7 +35,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -33,7 +33,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -36,7 +36,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -95,7 +95,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -38,7 +38,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -95,7 +95,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -35,7 +35,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -95,7 +95,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -95,7 +95,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -35,7 +35,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// cell text, sensor start time
"sensorStartDate" = "Sensor Start";

View File

@ -95,7 +95,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////
/// Dexcom bluetooth screen. Is another app used in parallel or not
"useOtherDexcomApp" = "Use Other App";
"useOtherDexcomApp" = "Follow Dexcom-app";
/// Disconnect transmitter, title
"confirmDisconnectTitle" = "Confirm Disconnect";

View File

@ -133,6 +133,6 @@ class Texts_BluetoothPeripheralView {
}()
static let useOtherDexcomApp: String = {
return NSLocalizedString("useOtherDexcomApp", tableName: filename, bundle: Bundle.main, value: "Use Other App", comment: "Dexcom bluetooth screen. Is another app used in parallel or not")
return NSLocalizedString("useOtherDexcomApp", tableName: filename, bundle: Bundle.main, value: "Follow Dexcom-app", comment: "Dexcom bluetooth screen. Is another app used in parallel or not")
}()
}