"""Generic success messages.""" DESIRED_BIT_DEPTH_FOUND = "Desired bit depth found for provided product." SAME_BITS_PER_SAMPLE_FOUND = "Product has same bits per sample." COPY_PRODUCT_DETAILS = ( "Product copy success. Tracks: {track_count}, images: {image_count}." ) COPY_PRODUCT_ARTWORK = "Product artwork has been copied successfully." COPY_PRODUCT_AUDIO = "Product audio has been copied successfully." DISCARDING_CORRECTION_SUCCESS = "Success discarding corrections for product {}"