"""Friendly field name translations for Release Correction email.""" FIELD_NAME_EMAIL_FORMAT = { 'genreId': 'Genre', 'subgenreId': 'Subgenre', 'imprint': 'Imprint', 'productName': 'Product Name', 'productVersion': 'Product Version', 'cLine': '(C) Line', 'trackName': 'Track Name', 'trackVersion': 'Track Version', 'trackNumber': 'Track Number', 'explicit': 'Explicit Content', 'lyrics': 'Lyrics', 'pInfo': '(P) Line', 'metaLanguageCode': 'Metadata Language Code', 'deliveredVersion': 'Product Version', 'isrc': 'ISRC', 'productLocalization': 'Product Localization', 'productArtistLocalization': 'Product Localization', 'trackLocalization': 'Track Localization', 'trackArtistLocalization': 'Track Localization', 'preorderDate': 'Preorder Date', 'previewable': 'Previewable', 'trackGrats': 'Instant Grats', 'ownershipRights': 'Ownership Rights', 'recordingCountry': 'Recording Country', 'originalRightsHolderCountry': 'Original Rights Holder Country', 'usPublishingObligation': 'US Publishing Obligation', 'productCode': 'Product Code', 'releaseDate': 'Release Date', 'videoAsset': 'Video Asset', 'productId': 'Product ID', 'vendorId': 'Vendor ID', 'subaccountId': 'Subaccount ID', 'videoTitle': 'Title', 'typeOfVideo': 'Type of Video', 'notForDistribution': 'Not for distribution', 'specialInstructions': 'Special Instructions', 'languageOfVideoContent': 'Video content language', 'languageOfVideoTitle': 'Title language', 'description': 'Description', 'parentalAdvisory': 'Parental Advisory', 'keywords': 'Keywords', 'plineYear': 'pLine Year', 'plineCopyrightHolder': 'pLine Copyright Holder', 'clineYear': 'cLine Year', 'clineCopyrightHolder': 'cLine Copyright Holder', }