|
@@ -326,17 +326,17 @@ class KMProductCompareWC: NSWindowController {
|
|
|
oneYearProLabel.stringValue = NSLocalizedString("1-year Plan", comment: "")
|
|
|
|
|
|
freeInfoLabel.stringValue = NSLocalizedString("Free", comment: "")
|
|
|
- standardPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Standard Annual Plan", comment: "")
|
|
|
- standardPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", comment: "")
|
|
|
- standardPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
|
|
|
+ standardPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Standard - Annual Plan", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
+ standardPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
+ standardPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
|
|
|
|
|
|
- advancedPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced Annual Plan", comment: "")
|
|
|
- advancedPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", comment: "")
|
|
|
- advancedPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
|
|
|
+ advancedPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced - Annual Plan", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
+ advancedPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
+ advancedPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
|
|
|
|
|
|
- permanentInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Permanent", comment: "")
|
|
|
+ permanentInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Permanent", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
permanentPurchaseSubLabel.stringValue = NSLocalizedString("one-time purchase", comment: "")
|
|
|
- permanentPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
|
|
|
+ permanentPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
|
|
|
|
|
|
standardPlanPurchaseLbl.stringValue = NSLocalizedString("Subscribe", comment: "")
|
|
|
if KMMemberInfo.shared.userScenarioType == .lite_type3 ||
|