|
@@ -162,10 +162,10 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
}
|
|
|
};
|
|
|
if (KMVerificationTypeTrialExpired == self.type) {
|
|
|
- _normalViewController.titleText = NSLocalizedString(@"Thank you for trying PDF Reader Pro", nil);
|
|
|
+ _normalViewController.titleText = NSLocalizedString(@"Thank you for trying Cisdem PDFMaster", nil);
|
|
|
_normalViewController.messageText = NSLocalizedString(@"Your trial has expired. Buy Full version to annotate and edit PDF files.", nil);
|
|
|
} else {
|
|
|
- _normalViewController.titleText = NSLocalizedString(@"PDF Reader Pro Activation", nil);
|
|
|
+ _normalViewController.titleText = NSLocalizedString(@"Cisdem PDFMaster Activation", nil);
|
|
|
_normalViewController.messageText = NSLocalizedString(@"Buy Full Version to annotate and edit your PDF documents.", nil);
|
|
|
}
|
|
|
}
|
|
@@ -554,7 +554,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
if (error) {
|
|
|
|
|
|
NSString *tTitle0 = NSLocalizedString(@"The license you have entered is not correct. Please enter valid license.", nil);
|
|
|
- NSString *tTitle1 = NSLocalizedString(@"Please confirm your PDF Reader Pro AI license code through the email you provided when purchasing.", nil);
|
|
|
+ NSString *tTitle1 = NSLocalizedString(@"Please confirm your Cisdem PDFMaster AI license code through the email you provided when purchasing.", nil);
|
|
|
|
|
|
NSString *message = [NSString stringWithFormat:@"%@\n\n%@", tTitle0, tTitle1];
|
|
|
|
|
@@ -564,7 +564,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
message = [NSString stringWithFormat:@"%@\n\n%@", NSLocalizedString(@"License number does not exist.", nil), @""];
|
|
|
} else if (ActivityErrorTypeOutNumber == error.code) {
|
|
|
NSString *tMsg0 = NSLocalizedString(@"The devices connected to the license number has outnumbered.", nil);
|
|
|
- NSString *tMsg1 = NSLocalizedString(@"Please deactivate license on one of them, to use PDF Reader Pro on this computer", nil);
|
|
|
+ NSString *tMsg1 = NSLocalizedString(@"Please deactivate license on one of them, to use Cisdem PDFMaster on this computer", nil);
|
|
|
message = [NSString stringWithFormat:@"%@\n\n%@", tMsg0, tMsg1];
|
|
|
} else if (ActivityErrorTypeNetworkDisable == error.code) {
|
|
|
message = NSLocalizedString(@"The network is unavailable.", nil);
|
|
@@ -691,7 +691,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
if (error) {
|
|
|
|
|
|
NSString *tTitle0 = NSLocalizedString(@"The license you have entered is not correct. Please enter valid license.", nil);
|
|
|
- NSString *tTitle1 = NSLocalizedString(@"If you have already purchased PDF Reader Pro for Mac, you should find your license in an email confirmation.", nil);
|
|
|
+ NSString *tTitle1 = NSLocalizedString(@"If you have already purchased Cisdem PDFMaster for Mac, you should find your license in an email confirmation.", nil);
|
|
|
|
|
|
NSString *message = [NSString stringWithFormat:@"%@\n\n%@", tTitle0, tTitle1];
|
|
|
|
|
@@ -701,7 +701,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
message = [NSString stringWithFormat:@"%@\n\n%@", NSLocalizedString(@"License number does not exist.", nil), @""];
|
|
|
} else if (ActivityErrorTypeOutNumber == error.code) {
|
|
|
NSString *tMsg0 = NSLocalizedString(@"The devices connected to the license number has outnumbered.", nil);
|
|
|
- NSString *tMsg1 = NSLocalizedString(@"Please deactivate license on one of them, to use PDF Reader Pro on this computer", nil);
|
|
|
+ NSString *tMsg1 = NSLocalizedString(@"Please deactivate license on one of them, to use Cisdem PDFMaster on this computer", nil);
|
|
|
message = [NSString stringWithFormat:@"%@\n\n%@", tMsg0, tMsg1];
|
|
|
} else if (ActivityErrorTypeNetworkDisable == error.code) {
|
|
|
message = NSLocalizedString(@"The network is unavailable.", nil);
|
|
@@ -832,7 +832,7 @@ static KMVerificationWindowController *_currentWindowController = nil;
|
|
|
subjects = [subjects stringByAppendingString:[NSString stringWithFormat:@" %@",NSLocalizedString(@"Unbind License Code:", nil)]];
|
|
|
subjects = [subjects stringByAppendingString:[NSString stringWithFormat:@"%@",[VerificationManager manager].detailInfo[@"device"][@"unique_sn"]?:@""]];
|
|
|
|
|
|
- NSString *mailtoAddress = [NSString stringWithFormat:@"mailto:%@?Subject=%@&body=%@",@"support@cisdem.com",[self URLEncodedString:subjects],[self URLEncodedString:NSLocalizedString(@"Hi PDF Reader Pro Team, I need to unbind my license code, thanks!\nNotice: Please do not modify the subtitle content", nil)]];
|
|
|
+ NSString *mailtoAddress = [NSString stringWithFormat:@"mailto:%@?Subject=%@&body=%@",@"support@cisdem.com",[self URLEncodedString:subjects],[self URLEncodedString:NSLocalizedString(@"Hi Cisdem PDFMaster Team, I need to unbind my license code, thanks!\nNotice: Please do not modify the subtitle content", nil)]];
|
|
|
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:mailtoAddress]];
|
|
|
}
|
|
|
|
|
@@ -913,68 +913,12 @@ fail:
|
|
|
}
|
|
|
|
|
|
- (NSString *)getAppNameForEmail {
|
|
|
- NSString *tAppName = @"PDF Reader Pro Mac";
|
|
|
-
|
|
|
-#if VERSION_FREE
|
|
|
-
|
|
|
-#if VERSION_DMG
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 免费版本
|
|
|
- tAppName = @"PDF Reader Pro Lite";
|
|
|
-#endif
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 付费版
|
|
|
- tAppName = @"PDF Reader Pro Edition";
|
|
|
-#endif
|
|
|
-
|
|
|
+ NSString *tAppName = @"Cisdem PDFMaster";
|
|
|
return tAppName;
|
|
|
}
|
|
|
|
|
|
- (NSString *)getAppNameForSupportEmail {
|
|
|
- NSString *tAppName = @"PDF Reader Pro";
|
|
|
-
|
|
|
-#if VERSION_FREE
|
|
|
-
|
|
|
-#if VERSION_DMG
|
|
|
- // 桌机版
|
|
|
- VerificationManager *tManager = [VerificationManager manager];
|
|
|
- switch ([tManager status]) {
|
|
|
- case ActivityStatusTrial:
|
|
|
- tAppName = @"PDF Reader Pro Trial";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusVerification:
|
|
|
- tAppName = @"PDF Reader Pro Verification";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusTrialExpire:
|
|
|
- tAppName = @"PDF Reader Pro TrialExpire";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusVerifExpire:
|
|
|
- tAppName = @"PDF Reader Pro VerifExpire";
|
|
|
- break;
|
|
|
-
|
|
|
- default:
|
|
|
- break;
|
|
|
- }
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 免费版本
|
|
|
- tAppName = @"PDF Reader Pro Lite";
|
|
|
-#endif
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 付费版
|
|
|
- tAppName = @"PDF Reader Pro Edition";
|
|
|
-#endif
|
|
|
-
|
|
|
+ NSString *tAppName = @"Cisdem PDFMaster";
|
|
|
return tAppName;
|
|
|
}
|
|
|
|
|
@@ -1072,46 +1016,7 @@ fail:
|
|
|
|
|
|
+ (NSString *)getAppNameForSupportEmail
|
|
|
{
|
|
|
- NSString *tAppName = @"PDF Reader Pro";
|
|
|
-
|
|
|
-#if VERSION_FREE
|
|
|
-
|
|
|
-#if VERSION_DMG
|
|
|
- // 桌机版
|
|
|
- VerificationManager *tManager = [VerificationManager manager];
|
|
|
- switch ([tManager status]) {
|
|
|
- case ActivityStatusTrial:
|
|
|
- tAppName = @"PDF Reader Pro Trial";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusVerification:
|
|
|
- tAppName = @"PDF Reader Pro Verification";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusTrialExpire:
|
|
|
- tAppName = @"PDF Reader Pro TrialExpire";
|
|
|
- break;
|
|
|
-
|
|
|
- case ActivityStatusVerifExpire:
|
|
|
- tAppName = @"PDF Reader Pro VerifExpire";
|
|
|
- break;
|
|
|
-
|
|
|
- default:
|
|
|
- break;
|
|
|
- }
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 免费版本
|
|
|
- tAppName = @"PDF Reader Pro Lite";
|
|
|
-#endif
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
- // AppStore 付费版
|
|
|
- tAppName = @"PDF Reader Pro Edition";
|
|
|
-#endif
|
|
|
-
|
|
|
+ NSString *tAppName = @"Cisdem PDFMaster";
|
|
|
return tAppName;
|
|
|
}
|
|
|
|