|
@@ -115,7 +115,7 @@ static NSString * const kKMWelcomeRemindMeLaterKey = @"WelcomeRemindMeLaterKey";
|
|
|
|
|
|
NSClipView *clipView = self.scrollView.contentView;
|
|
|
// ,self.content4View
|
|
|
- self.contentViews = @[self.content1View,self.content2View,self.content3View,self.content5View];
|
|
|
+ self.contentViews = @[self.content1View,self.content2View,self.content5View];
|
|
|
for (int i=0; i<self.contentViews.count; i++) {
|
|
|
NSView *view = self.contentViews[i];
|
|
|
view.frame = CGRectMake(i*clipView.bounds.size.width, 0,
|
|
@@ -141,19 +141,19 @@ static NSString * const kKMWelcomeRemindMeLaterKey = @"WelcomeRemindMeLaterKey";
|
|
|
|
|
|
- (void)localizedString {
|
|
|
self.title1Label.stringValue = NSLocalizedString(@"The Brand New PDF Master", nil);
|
|
|
- self.subtitle1Label.stringValue = NSLocalizedString(@"PDF Master Beta Invites You to Enjoy All Advanced Features!\n\n View, Annotate, Convert PDFs with PDF Master to boost your productivity.", nil);
|
|
|
+ self.subtitle1Label.stringValue = NSLocalizedString(@"PDF Master Invites You to Enjoy All Advanced Features!\n\nUse the new powerful software integrated with AI technology to edit your PDFs", nil);
|
|
|
|
|
|
- self.title2Label.stringValue = NSLocalizedString(@"Comment PDFs with Rich Annotation Tools", nil);
|
|
|
- self.subtitle2Label.stringValue = NSLocalizedString(@"Add highlights, freehand, text, stamps, links, shapes, and notes to your documents. Easily mark up your PDFs anytime!", nil);
|
|
|
+ self.title2Label.stringValue = NSLocalizedString(@"Process PDF Document wit AI Robot", nil);
|
|
|
+ self.subtitle2Label.stringValue = NSLocalizedString(@"Smart PDF AI robot, powered by Chatgpt helps you translate, rewrite, and correct PDFs with ease, bringing you an enhanced PDF experience.", nil);
|
|
|
|
|
|
- self.title3Label.stringValue = NSLocalizedString(@"Convert PDF to Office Fast and Easily", nil);
|
|
|
- self.subtitle3Label.stringValue = NSLocalizedString(@"Convert PDF to editable Word, Excel, PPT, Text and image with all your fonts and formatting preserved.", nil);
|
|
|
-
|
|
|
- self.title4Label.stringValue = NSLocalizedString(@"Fill out Form & Sign Documents", nil);
|
|
|
- self.subtitle4Label.stringValue = NSLocalizedString(@"Fill out forms effortlessly and add text, image or handwritten signatures to PDFs.", nil);
|
|
|
+// self.title3Label.stringValue = NSLocalizedString(@"Convert PDF to Office Fast and Easily", nil);
|
|
|
+// self.subtitle3Label.stringValue = NSLocalizedString(@"Convert PDF to editable Word, Excel, PPT, Text and image with all your fonts and formatting preserved.", nil);
|
|
|
+//
|
|
|
+// self.title4Label.stringValue = NSLocalizedString(@"Fill out Form & Sign Documents", nil);
|
|
|
+// self.subtitle4Label.stringValue = NSLocalizedString(@"Fill out forms effortlessly and add text, image or handwritten signatures to PDFs.", nil);
|
|
|
|
|
|
self.title5Label.stringValue = NSLocalizedString(@"Sign up to Unlock Premium Features", nil);
|
|
|
- self.subtitle5Label.stringValue = NSLocalizedString(@"All advanced features in PDF Master can be used after registration, including converting PDFs without limitation.", nil);
|
|
|
+ self.subtitle5Label.stringValue = NSLocalizedString(@"All advanced features in PDF Master can be used after registration.", nil);
|
|
|
}
|
|
|
|
|
|
- (void)initSubViews {
|