Add theme selector messages
This commit is contained in:
parent
fbcf6f74b5
commit
deb906fd21
@ -55,6 +55,11 @@ $s['copyrightNew'] = '© %d UUP dump authors and contributors.';
|
|||||||
$s['selectLanguage'] = 'Please select your language';
|
$s['selectLanguage'] = 'Please select your language';
|
||||||
$s['uupDumpDesc'] = 'UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.';
|
$s['uupDumpDesc'] = 'UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.';
|
||||||
$s['uupDumpDescSub'] = '%s on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.
|
$s['uupDumpDescSub'] = '%s on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.
|
||||||
|
$s['selectTheme'] = 'Select theme';
|
||||||
|
$s['themeAuto'] = 'Automatic';
|
||||||
|
$s['themeLight'] = 'Light';
|
||||||
|
$s['themeDark'] = 'Dark';
|
||||||
|
$s['themeLegacy'] = 'Legacy';
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Download UUP files from Windows Update servers with ease.';
|
$s['slogan'] = 'Download UUP files from Windows Update servers with ease.';
|
||||||
|
Loading…
Reference in New Issue
Block a user