mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-04 22:04:59 +00:00
11 lines
1.5 KiB
Text
11 lines
1.5 KiB
Text
/* InfoPlist.strings
|
||
CovidSafe
|
||
|
||
Copyright © 2020 Australian Government. All rights reserved. */
|
||
"BluetoothUsageDesc" = "COVIDSafe exchanges Bluetooth® signals with nearby phones running the same app. These signals contain an anonymised ID, which is encrypted and changes continually to ensure your privacy.";
|
||
"NSBluetoothAlwaysUsageDescription" = "COVIDSafe exchanges Bluetooth® signals with nearby phones running the same app. These signals contain an anonymised ID, which is encrypted and changes continually to ensure your privacy.";
|
||
"NSBluetoothPeripheralUsageDescription" = "COVIDSafe exchanges Bluetooth® signals with nearby phones running the same app. These signals contain an anonymised ID, which is encrypted and changes continually to ensure your privacy.";
|
||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "Select ‘Always Allow’.\n\nUse of Location Services improves Bluetooth performance when identifying close contacts.\n\nCOVIDSafe does not collect, store or use location data.";
|
||
"NSLocationAlwaysUsageDescription" = "Select ‘Always Allow’.\n\nUse of Location Services improves Bluetooth performance when identifying close contacts.\n\nCOVIDSafe does not collect, store or use location data.";
|
||
"NSLocationWhenInUseUsageDescription" = "Select ‘While Using App’.\n\nUse of Location Services improves Bluetooth performance when identifying close contacts.\n\nCOVIDSafe does not collect, store or use location data.";
|
||
"UILaunchStoryboardName" = "LaunchScreen_en";
|