Skip to content
18 changes: 18 additions & 0 deletions WordPress/Classes/Utility/InfoPListTranslator.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ + (void)translateStrings
NSLocalizedString(@"To add photos or videos to your posts.", @"NSPhotoLibraryAddUsageDescription: Sentence to justify why the app asks permission from the user to access is Media Library.");
NSLocalizedString(@"Enable microphone access to record sound in your videos.", @"NSMicrophoneUsageDescription: Sentence to justify why the app asks permission from the user to access the device microphone.");
NSLocalizedString(@"Save as Draft", @"WordPressDraftActionExtension.CFBundleDisplayName and WordPressDraftActionExtension.CFBundleName: The localised name of the Draft Extension. It will be displayed in the system Share Sheets.");

// gutenberg mobile strings
NSLocalizedString(@"Add text or type / to add content", @"Gutenberg mobile UI");
NSLocalizedString(@"Add URL", @"Gutenberg mobile UI");
NSLocalizedString(@"Alt Text", @"Gutenberg mobile UI");
NSLocalizedString(@"Reset to Original", @"Gutenberg mobile UI");
NSLocalizedString(@"Failed to insert media.\nPlease tap for options.", @"Gutenberg mobile UI");
NSLocalizedString(@"Upload a new image or select a file from your library.", @"Gutenberg mobile UI");
NSLocalizedString(@"Device Library", @"Gutenberg mobile UI");
NSLocalizedString(@"Take photo", @"Gutenberg mobile UI");
NSLocalizedString(@"Start writing or press ⊕ to add content", @"Gutenberg mobile UI");
NSLocalizedString(@"Unsupported Block", @"Gutenberg mobile UI");
NSLocalizedString(@"Unsupported block type.", @"Gutenberg mobile UI");
NSLocalizedString(@"ADD BLOCK", @"Gutenberg mobile UI");
NSLocalizedString(@"ADD BLOCK HERE", @"Gutenberg mobile UI");
NSLocalizedString(@"Move block up", @"Gutenberg mobile UI");
NSLocalizedString(@"Move block down", @"Gutenberg mobile UI");
NSLocalizedString(@"Remove content", @"Gutenberg mobile UI");
}

@end
Binary file modified WordPress/Resources/en.lproj/Localizable.strings
Binary file not shown.