1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
vlc/modules/gui/macosx/Resources/Base.lproj/InfoPlist.strings
David Fuhrmann 5b6d90bada macOS package: Install InfoPlist.strings for different langs
Also, move the template file, InfoPlist.strings, into Base.lproj
to simplify the install rules.
2020-12-02 19:53:31 +01: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.";