CameraView.strings 600 B

123456789101112131415161718
  1. /*
  2. ALCameraView.strings
  3. ALCameraViewController
  4. Created by Alex Littlejohn on 2015/06/25.
  5. Copyright (c) 2015 zero. All rights reserved.
  6. */
  7. "permissions.title" = "Camera Access Denied";
  8. "permissions.description" = "Please enable camera access in your privacy settings";
  9. "permissions.library.title" = "Photos Access Denied";
  10. "permissions.library.description" = "Please enable photo library access in your privacy settings";
  11. "permissions.settings" = "Settings";
  12. "error.cant-fetch-photo" = "Unable to fetch image";
  13. "error.cant-fetch-photo.description" = "Please check your network settings";