Commit 9a046d05 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

strings

parent 4c3d8ed3
......@@ -76,6 +76,7 @@ class ZTPurchaseManager: NSObject {
case .clientInvalid: print("Not allowed to make the payment")
case .paymentCancelled: break
case .paymentInvalid: print("The purchase identifier was invalid")
MBProgressHUD.showError(NSLocalizedString("The purchase identifier was invalid", comment: ""), to: inView)
case .paymentNotAllowed: print("The device is not allowed to make the payment")
case .storeProductNotAvailable: print("The product is not available in the current storefront")
case .cloudServicePermissionDenied: print("Access to cloud service information is not allowed")
......
......@@ -97,9 +97,7 @@
_mapView.customizeUserLocationAccuracyCircleRepresentation = true;
self.circle = [MACircle circleWithCenterCoordinate:self.mapView.centerCoordinate radius:500];
[self.mapView addOverlay:self.circle];
[AMapServices sharedServices].apiKey = @"501f8a894329f4b57bbfee208a11676f";
SJSlider *slider = ({
SJSlider *slider = [SJSlider new];
[self.view addSubview:slider];
......
......@@ -100,7 +100,7 @@ appName = "Family Mapp";
"friend_setting"="Friend Settings";
"friend_phone"="Mobile Number";
"friend_nickname"="Name";
"friend_click_name"="Click to enter your name for him";
"friend_click_name"="Click to enter your name for him/her";
"friend_reminder"="Arrival/Departure Location Reminder";
"friend_Friendship"="Friendship";
"friend_lock_hint"="This feature is locked! Immediately unlock and open friends\nreal-time location and history records and other functions!";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment