import '../strings_enum.dart'; Map enUs = { Strings.someThingWentWorng: 'Something went wrong', Strings.retry: 'Retry', //profile Strings.settings: 'Settings', Strings.language: 'Language', Strings.termsOfService: 'Terms of Service', Strings.privacyPolicy: 'Privacy Policy', Strings.version: 'Version', Strings.ok: 'OK', Strings.cancel: 'Cancel', Strings.oops: 'Oops', Strings.copied: 'Copied', Strings.later: 'Later', Strings.noData: 'No data', //empty error update Strings.refresh: 'Refresh', Strings.unableToConnectNetwork: 'Please check your internet connection', Strings.unableToConnectServer: 'Server is temporarily unavailable, please try again later', Strings.regionRestricted: 'Due to local laws and regulatory restrictions, the FKey service is not available in your region.', Strings.updateNow: 'Update Now', Strings.newVersionAvailable: 'New Version Available', // VPN Error codes // util error Strings.eUtilOpenEmail: 'Error opening email', Strings.eUtilOpenBrowser: 'Error opening browser', Strings.eUtilOpenGooglePlay: 'Error opening Google Play', Strings.error: 'Error', // Privacy policy Strings.terms: 'Terms', Strings.privacy: 'Privacy', Strings.termsAgreementPrefix: 'By signing up or continuing, you agree to our ', Strings.termsAgreementConnector: ' and ', // Account page Strings.account: 'Account', // Dialog texts Strings.processing: 'Processing...', Strings.success: 'Success', Strings.unknownError: 'Unknown error', Strings.failed: 'Failed', // exit Strings.exit: 'Exit', // feedback Strings.feedback: 'Feedback', // setting page Strings.networkSection: 'Network', Strings.securitySection: 'Security', Strings.myPreCode: 'My Pre Code', Strings.validTerm: 'Valid Term', Strings.freeTime: 'Free Time', Strings.deviceAuthorization: 'Device Authorization', Strings.routingMode: 'Routing Mode', Strings.splitTunneling: 'Split Tunneling', Strings.autoReconnect: 'Auto Reconnect', Strings.restoreDefault: 'Restore Default', Strings.deleteAccount: 'Delete Account', Strings.logout: 'Logout', // media location page Strings.connecting: 'Connecting...', Strings.connected: 'Connected', Strings.disconnected: 'Disconnected', Strings.open: 'Open', Strings.disconnect: 'Disconnect', Strings.connect: 'Connect', Strings.opening: 'Opening', Strings.connectedSuccessfully: 'Connected successfully', Strings.willOpenSoon: 'will open soon', Strings.netflix: 'Netflix', Strings.youtube: 'YouTube', Strings.amazon: 'Amazon', Strings.hulu: 'hulu', Strings.niftyStreaming: 'Nifty Streaming', Strings.youtubeStreaming: 'YouTube Streaming', Strings.amazonStreaming: 'Amazon Streaming', Strings.huluStreaming: 'hulu Streaming', // split tunneling page Strings.excludeSelectedAppsFromVPN: 'Exclude selected apps from VPN', Strings.useVPNForSelectedAppsOnly: 'Use VPN for selected apps only', Strings.selectApps: 'Select apps', Strings.customizeYourVPN: 'Customize your VPN', // subscription page Strings.subscription: 'Subscription', Strings.currentSubscription: 'Current subscription', Strings.upgradeToPremium: 'Upgrade to Premium', Strings.activatePreCode: 'Activate Pre Code', Strings.preCodeHint: 'If you have a Pre code, please enter it to claim your Pre benefits.', Strings.planChangeInfo: 'Plan change info', Strings.whenItStarts: 'When it starts', Strings.whatHappensToYourBalance: 'What happens to your balance', Strings.extraTime: 'Extra time', Strings.yourNewPlanBeginsRightAway: 'Your new plan begins right away.', Strings.anyUnusedAmountFromYourOldPlan: 'Any unused amount from your old plan will be added to the new one.', Strings.youllGetExtraDays: 'You\'ll get extra days based on your remaining balance.', Strings.premiumsIncluded: 'Premium\'s included', Strings.unlockAllFreeLocations: 'Unlock all free locations', Strings.unlockSmartMode: 'Unlock smart mode', Strings.unlockMultiHopMode: 'Unlock Multi-hop mode', Strings.premiumCanShareXDevices: 'Premium can share X devices', Strings.ownYourOwnPrivateServer: 'Own your own private server', Strings.closeAds: 'Close ads', Strings.confirmChange: 'Confirm Change', Strings.restorePurchases: 'Restore Purchases', Strings.paymentIssue: 'Payment issue', Strings.yearlyAutoRenewCancelAnytime: 'Yearly auto-renew. Cancel anytime', // home page Strings.recent: 'Recent', Strings.moviesAndTV: 'Movies&TV', Strings.social: 'Social', Strings.support: 'Support', Strings.sport: 'Sport', Strings.music: 'Music', Strings.game: 'Game', // country restricted Strings.sorry: 'Sorry', Strings.unableToLoadData: 'Unable to load data', Strings.dueLawsAndRegulations: 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.', // more pages Strings.sendPreCodeToEmail: 'Send Pre Code to Email', Strings.selectServer: 'Select Server', };