-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
418 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Name of the app */ | ||
"CFBundleDisplayName" = "Lösenord"; | ||
|
||
/* Shown when user is asked for Camera permissions for scanning an OTP QR code, same as "_scanQrCode" in Localizable.strings and "NSCameraUsageDescription" in Provider/InfoPlist.strings and "NSCameraUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSCameraUsageDescription" = "Scanna QR-kod"; | ||
|
||
/* Shown when user is asked for Face ID permissions, same as "_unlockApp" in Localizable.strings and "NSFaceIDUsageDescription" in Provider/InfoPlist.strings and "NSFaceIDUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSFaceIDUsageDescription" = "Lås upp app"; | ||
|
||
/* Shown when user is asked for photo library permissions, same as "_shareQrCode" in Localizable.strings and "NSPhotoLibraryAddUsageDescription" in Provider/InfoPlist.strings and "NSPhotoLibraryAddUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSPhotoLibraryAddUsageDescription" = "Dela QR-kod"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Name of the action button in Safari's share sheet */ | ||
"CFBundleDisplayName" = "Infoga engångslösenord"; | ||
|
||
/* Shown when user is asked for Camera permissions for scanning an OTP QR code, same as "_scanQrCode" in Localizable.strings and "NSCameraUsageDescription" in App/InfoPlist.strings and "NSCameraUsageDescription" in Provider/InfoPlist.strings */ | ||
"NSCameraUsageDescription" = "Scanna QR-kod"; | ||
|
||
/* Shown when user is asked for Face ID permissions, same as "_unlockApp" in Localizable.strings and "NSFaceIDUsageDescription" in App/InfoPlist.strings and "NSFaceIDUsageDescription" in Provider/InfoPlist.strings */ | ||
"NSFaceIDUsageDescription" = "Lås upp app"; | ||
|
||
/* Shown when user is asked for photo library permissions, same as "_shareQrCode" in Localizable.strings and "NSPhotoLibraryAddUsageDescription" in App/InfoPlist.strings and "NSPhotoLibraryAddUsageDescription" in Provider/InfoPlist.strings */ | ||
"NSPhotoLibraryAddUsageDescription" = "Dela QR-kod"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* Shown when user is asked for Camera permissions for scanning an OTP QR code, same as "_scanQrCode" in Localizable.strings and "NSCameraUsageDescription" in App/InfoPlist.strings and "NSCameraUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSCameraUsageDescription" = "Scanna QR-kod"; | ||
|
||
/* Shown when user is asked for Face ID permissions, same as "_unlockApp" in Localizable.strings and "NSFaceIDUsageDescription" in App/InfoPlist.strings and "NSFaceIDUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSFaceIDUsageDescription" = "Lås upp app"; | ||
|
||
/* Shown when user is asked for photo library permissions, same as "_shareQrCode" in Localizable.strings and "NSPhotoLibraryAddUsageDescription" in App/InfoPlist.strings and "NSPhotoLibraryAddUsageDescription" in Extension/InfoPlist.strings */ | ||
"NSPhotoLibraryAddUsageDescription" = "Dela QR-kod"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.