"use strict"; var gtr = gtr || {}; var allres = { "txt6MonthPackage" : "6 Month Package", "txtAddCreditCard" : "Add Credit Card", "txtAddNewPaymentMethod" : "Add New Payment Method", "txtAddNewPayoutMethod" : "Add New Payout Method", "txtAddPaymentMethod" : "Add Payment Method", "txtAddReview" : "Add Review", "txtAmountUSD" : "Amount (USD)", "txtAnnounce" : "Announce", "txtBack" : "Back", "txtBillingAddressData" : "Billing Address Data", "txtBinaryNotAdded" : "Application Binary APK is not added", "txtCancel" : "Cancel", "txtCardNumber" : "Card Number", "txtChangeCover" : "Change Cover", "txtChooseAppForUpcomingPromo" : "Choose app you want to announce", "txtCity" : "City", "txtClose" : "Close", "txtCode" : "Code", "txtContinue" : "Continue", "txtCons" : "Cons", "txtCons10Chars" : "Cons... (at least 10 characters)", "txtCountry" : "Country", "txtCreditCardInfo" : "Credit Card Info", "txtCreditCards" : "Credit Cards", "txtCVV" : "CVV", "txtDate" : "Date", "txtDay" : "Day", "txtDefault" : "Default", "txtDelete" : "Delete", "txtDescription" : "Description", "txtDone" : "Done", "txtEdit" : "Edit", "txtEditReview" : "Edit Review", "txtEmail" : "E-mail", "txtExpiryDate" : "Expiry Date", "txtLatestTransactions" : "Latest Transactions", "txtLinkYourPayPalAccount" : "Link your PayPal account", "txtLoading" : "Loading", "txtLoadXMore" : "Load {0} more", "txtLoadMore" : "Load More", "txtMonthlyPackage" : "Monthly Package", "txtMoreDetails" : "More Details", "txtNameOnCard" : "Name On Card", "txtNeedToLoginToMakeReview" : "You need to log in to make a review - click here to log in", "txtNo" : "No", "txtNoFeaturedApps" : "No featured apps", "txtNoItemsMatchSearchCriteria" : "No items match search criteria", "txtNoUpcomingApps" : "No upcoming apps", "txtNoBidsSubmitted" : "No bids were submitted", "txtOnlyMarkedUpcomingInTheList" : "Only the apps you marked as \"upcoming\" appear in this list", "txtOr" : "Or", "txtPackageName" : "Package Name", "txtPay" : "Pay", "txtPayWithYourPayPalAccount" : "Pay with your PayPal account", "txtPayPalAccounts" : "PayPal Accounts", "txtPayoutMethods" : "Payout Methods", "txtPaymentMethods" : "Payment Methods", "txtPickUpcomingPromoPackage" : "Pick a promo package for your upcoming app", "txtPickDateUpcomingPromoStarts" : "Pick a date you want to start your promotion", "txtPackageXforappYstartingonZ" : "Package '{0}' for app '{1}' starting on '{2}'", "txtPhoneNumber" : "Phone Number", "txtPostalCode" : "Zip / Postal Code", "txtProductOpinion40Chars" : "What do you think about this product... (at least 40 characters)", "txtPrice" : "Price", "txtPros" : "Pros", "txtPros10Chars" : "Pros... (at least 10 characters)", "txtReply" : "Reply", "txtSaveChanges" : "Save Changes", "txtSaveThisPaymentMethod" : "Save this payment method in my profile", "txtSelectSavedPaymentMethod" : "Select saved payment method", "txtShoppingCart" : "Shopping Cart", "txtShouldRateAppToPostReview" : "You should rate this app to post a review!", "txtShowXMore" : "Show {0} more", "txtStatus" : "Status", "txtSource" : "Source", "txtSetDefault" : "Set as default", "txtStreetAddress" : "Street Address", "txtStateRegion" : "State / Region", "txtSureToDeletePayMethod" : "Are you sure you want to delete this payment method?", "txtSureToDeleteYourReview" : "Are you sure you want to delete your review?", "txtSureToDeleteYourReply" : "Are you sure you want to delete your reply?", "txtToday" : "Today", "txtTotal" : "Total", "txtUpvote" : "Upvote", "txtUseAnotherPaymentMethod" : "Use another payment method", "txtViewAllTransactions" : "View All Transactions", "txtWeeklyPackage" : "Weekly Package", "txtWeek" : "Week", "txtYes" : "Yes", "txtYesterday" : "Yesterday", "txtYourReply40Chars" : "Please reply to the review here... minimum 40 characters", }; gtr.res = function(key){ var ret = allres[key]; if("undefined" == typeof(ret)) return key; return ret; }; gtr.res = Object.assign(allres, gtr.res); var allcats = { "name0" : "Books & Reference", "name1" : "Business", "name2" : "Comics", "name3" : "Communication", "name4" : "Education", "name5" : "Entertainment", "name6" : "Finance", "name7" : "Health & Fitness", "name8" : "Libraries & Demo", "name9" : "Lifestyle", "name10" : "Media & Video", }; gtr.cats = function(key){ var ret = allcats[key]; if("undefined" == typeof(ret)) return key; return ret; } gtr.cats = Object.assign(allcats, gtr.cats); var allerr = { }; gtr.err = function(key){ var ret = allerr[key]; if("undefined" == typeof(ret)) return key; return ret; } gtr.err = Object.assign(allerr, gtr.err);