diff --git a/langs/en-us.php b/langs/en-us.php index 782430d..5d213e2 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -155,7 +155,6 @@ $s['learnMoreAdditionalEditions1'] = 'This option enables automatic creation of $s['learnMoreAdditionalEditions2'] = 'The list of additional editions is determined by the selected base editions. Below you can check the list of base editions which are needed to create the desired additional editions:'; $s['learnMoreUpdates1'] = 'Updates will be integrated to the converted image only when the conversion script is run on the following systems:'; $s['learnMoreUpdates2'] = 'If you run the conversion script on any other system, the updates will not be integrated to the resulting image.'; -$s['systemWithAdk'] = '%s with Windows 10 ADK installed'; //Windows 7 with Windows 10 ADK installed $s['additionalUpdates'] = 'Additional updates'; $s['additionalUpdatesDesc'] = 'This UUP set contains additional updates which will be integrated during the conversion process, significantly increasing the creation time.'; $s['browseUpdatesList'] = 'Browse the list of updates'; @@ -168,10 +167,9 @@ $s['convOpt2'] = 'Include updates (Windows converter only)'; $s['convOpt3'] = 'Run component cleanup (Windows converter only)'; $s['convOpt4'] = 'Integrate .NET Framework 3.5 (Windows converter only)'; $s['startDownload'] = 'Create download package'; -$s['legalCopeHarder'] = 'By clicking the Create download package button you agree with the following:'; -$s['legalCope1'] = 'Installation images created using the scripts provided by UUP dump are meant only for evaluation purposes'; -$s['legalCope2'] = 'The images and their deployments are not supported in any way by Microsoft Corporation'; -$s['legalCope3v2'] = 'The authors are not liable for any damages caused by a misuse of the website'; +$s['legalHeader'] = 'Content Notice'; +$s['legal1'] = 'You may not use the resulting installation images for any purpose other than evaluation. The images and deployments done with them are not supported in any way by Microsoft Corporation. The authors of the website are not responsible for any misuse of the content provided.'; +$s['legal2'] = 'By clicking the Create download package button, you confirm that you have read and acknowledged the above.'; $s['win1122h2OrLaterv2'] = 'Windows is required to create the ISO image'; $s['requiresWindows102004v2'] = 'You\'ll need to use a modern version of Windows such as Windows 10, version 2004 or Windows 11 to create an ISO image of this build. Other platforms won\'t work.';