diff --git a/WordPress/Classes/Utility/InfoPListTranslator.m b/WordPress/Classes/Utility/InfoPListTranslator.m index 9ee167b6ed46..029c985ad5e7 100644 --- a/WordPress/Classes/Utility/InfoPListTranslator.m +++ b/WordPress/Classes/Utility/InfoPListTranslator.m @@ -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 diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index 2c52d6a67ddd..06b114043057 100644 Binary files a/WordPress/Resources/en.lproj/Localizable.strings and b/WordPress/Resources/en.lproj/Localizable.strings differ