You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
NSString *title = NSLocalizedString(@"Media Library", @"Title for alert when a generic error happened when loading media");
8
-
NSString *message = NSLocalizedString(@"There was a problem when trying to access your media. Please try again later.", @"Explaining to the user there was an generic error accesing media.");
title = NSLocalizedString(@"Media Library", @"Title for alert when access to the media library is not granted by the user");
13
-
if (error.code == WPMediaPickerErrorCodePermissionDenied) {
14
-
otherButtonTitle = NSLocalizedString(@"Open Settings", @"Go to the settings app");
15
-
message = NSLocalizedString(@"This app needs permission to access your device media library in order to add photos and/or video to your posts. Please change the privacy settings if you wish to allow this.",
16
-
@"Explaining to the user why the app needs access to the device media library.");
message = NSLocalizedString(@"Your app is not authorized to access media library due to active restrictions such as parental controls. Please check your parental control settings in this device.",
19
-
@"Explaining to the user why the app needs access to the device media library.");
NSString *title = NSLocalizedString(@"Media Library", @"Title for alert when a generic error happened when loading media");
9
+
NSString *message = NSLocalizedString(@"There was a problem when trying to access your media. Please try again later.", @"Explaining to the user there was an generic error accesing media.");
title = NSLocalizedString(@"Media Library", @"Title for alert when access to the media library is not granted by the user");
14
+
if (error.code == WPMediaPickerErrorCodePermissionDenied) {
15
+
otherButtonTitle = NSLocalizedString(@"Open Settings", @"Go to the settings app");
16
+
message = NSLocalizedString(@"This app needs permission to access your device media library in order to add photos and/or video to your posts. Please change the privacy settings if you wish to allow this.",
17
+
@"Explaining to the user why the app needs access to the device media library.");
message = NSLocalizedString(@"Your app is not authorized to access media library due to active restrictions such as parental controls. Please check your parental control settings in this device.",
20
+
@"Explaining to the user why the app needs access to the device media library.");
0 commit comments