InfoPlist.strings 1.2 KB

1234567891011121314
  1. /* Localized versions of Info.plist keys */
  2. "New message" = "New message";
  3. "Scan QR code" = "Scan QR code";
  4. "My ID" = "My Profile";
  5. "NSCameraUsageDescription" = "Your camera is used when you take a photo or video and send it in a chat, and to scan QR codes.";
  6. "NSContactsUsageDescription" = "Contacts are used to find other Threema users when synchronization is on. Hashes of the phone numbers and email addresses will be uploaded to a Threema server for this purpose. This information is not stored on the servers.";
  7. "NSLocationWhenInUseUsageDescription" = "Your location is used when you send it in a chat, and to display your own location on a map.";
  8. "NSMicrophoneUsageDescription" = "The microphone is used to record audio messages.";
  9. "NSPhotoLibraryUsageDescription" = "Your photo library is used when you pick an image from it and send it in a chat.";
  10. /* Explanation why Threema needs the iOS permission to save photos to the "camera roll" (in the user's photo library). */
  11. "NSPhotoLibraryAddUsageDescription" = "Threema can automatically save incoming media files in the Photos app.";
  12. "NSFaceIDUsageDescription" = "You can use Face ID to unlock Threema without entering your code.";