1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/gui/macosx/Resources/InfoPlist.strings
David Fuhrmann f1534626c6 macosx: Add explanatory strings for access to restricted resources
Those strings are read directly by the mac OS to show some reason
in ressource request dialogs.

The strings for NSAppleEventsUsageDescription, NSCameraUsageDescription
and NSMicrophoneUsageDescription are mandatory, otherwise the
application will crash.

InfoPlist.strings needs to be translated to show localized variants
of those strings.

refs #21378
2020-10-19 19:19:22 +02:00

11 lines
852 B
Plaintext

/* Localized versions of Info.plist keys */
"NSCameraUsageDescription" = "VLC wants to access the camera as requested by the user.";
"NSMicrophoneUsageDescription" = "VLC wants to access the microphone as requested by the user.";
"NSAppleEventsUsageDescription" = "VLC wants to pause and resume external media players.";
"NSDesktopFolderUsageDescription" = "VLC wants to access the desktop folder as requested by the user.";
"NSDocumentsFolderUsageDescription" = "VLC wants to access the documents folder as requested by the user.";
"NSDownloadsFolderUsageDescription" = "VLC wants to access the downloads folder as requested by the user.";
"NSNetworkVolumesUsageDescription" = "VLC wants to access a network volume as requested by the user.";
"NSRemovableVolumesUsageDescription" = "VLC wants to access a removable volume as requested by the user.";