From 5f0b17e7cd5f93cabf640edc22eba62e7833189d Mon Sep 17 00:00:00 2001 From: segfault Date: Wed, 26 Aug 2026 21:45:44 +0200 Subject: [PATCH] Add planned maintenance notice string --- langs/ar-sa.php | 1 + langs/de-de.php | 1 + langs/en-us.php | 1 + langs/es-ar.php | 1 + langs/fr-fr.php | 1 + langs/hu-hu.php | 1 + langs/it-it.php | 1 + langs/ja-jp.php | 1 + langs/ko-kr.php | 1 + langs/nl-nl.php | 1 + langs/pl-pl.php | 1 + langs/pt-br.php | 1 + langs/pt-pt.php | 1 + langs/ro-ro.php | 1 + langs/ru-ru.php | 1 + langs/tr-tr.php | 1 + langs/zh-cn.php | 1 + langs/zh-tw.php | 1 + 18 files changed, 18 insertions(+) diff --git a/langs/ar-sa.php b/langs/ar-sa.php index 894add6..7554ae3 100644 --- a/langs/ar-sa.php +++ b/langs/ar-sa.php @@ -57,6 +57,7 @@ $s['themeAuto'] = 'تلقائي'; $s['themeLight'] = 'فاتح'; $s['themeDark'] = 'داكن'; $s['themeLegacy'] = 'كلاسيكي'; +$s['maintenanceNotice'] = 'صيانة مجدولة: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Windows Update تحميل إصدارات وتحديثات ويندوز بكل سهولة من سيرفرات'; diff --git a/langs/de-de.php b/langs/de-de.php index 8d3588b..e91d963 100644 --- a/langs/de-de.php +++ b/langs/de-de.php @@ -60,6 +60,7 @@ $s['themeAuto'] = 'Automatisch'; $s['themeLight'] = 'Hell'; $s['themeDark'] = 'Dunkel'; $s['themeLegacy'] = 'Legacy'; +$s['maintenanceNotice'] = 'Geplante Wartung: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Laden Sie UUP-Dateien von Windows Update-Servern mit Leichtigkeit herunter.'; diff --git a/langs/en-us.php b/langs/en-us.php index 370bef6..4ca8748 100644 --- a/langs/en-us.php +++ b/langs/en-us.php @@ -57,6 +57,7 @@ $s['themeAuto'] = 'Automatic'; $s['themeLight'] = 'Light'; $s['themeDark'] = 'Dark'; $s['themeLegacy'] = 'Legacy'; +$s['maintenanceNotice'] = 'Planned maintenance: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Download UUP files from Windows Update servers with ease.'; diff --git a/langs/es-ar.php b/langs/es-ar.php index ffd8cd7..0cf99f4 100644 --- a/langs/es-ar.php +++ b/langs/es-ar.php @@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Descarga con facilidad archivos UUP desde los servidores de $s['notAffiliated'] = 'Este proyecto no está afiliado a Microsoft Corporation. Windows es una marca registrada de Microsoft Corporation.'; $s['copyright'] = '© %d %s y colaboradores.'; //© 2019 whatever127 y colaboradores. $s['selectLanguage'] = 'Por favor, selecciona tu idioma'; +$s['maintenanceNotice'] = 'Mantenimiento programado: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Descarga con facilidad archivos UUP desde los servidores de Windows Update.'; diff --git a/langs/fr-fr.php b/langs/fr-fr.php index a88e9d2..9627188 100644 --- a/langs/fr-fr.php +++ b/langs/fr-fr.php @@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Télécharger les fichiers UUP à partir des serveurs Windo $s['notAffiliated'] = 'Ce projet n\'est pas affilié à Microsoft Corporation. Windows est une marque déposée de Microsoft Corporation.'; $s['copyright'] = '© %d %s et contributeurs.'; //© 2019 whatever127 et contributeurs. $s['selectLanguage'] = 'S\'il vous plaît sélectionnez votre langue'; +$s['maintenanceNotice'] = 'Maintenance planifiée : %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Télécharger les fichiers UUP à partir des serveurs Windows Update avec facilité.'; diff --git a/langs/hu-hu.php b/langs/hu-hu.php index 2f8d59f..7938563 100644 --- a/langs/hu-hu.php +++ b/langs/hu-hu.php @@ -55,6 +55,7 @@ $s['copyrightNew'] = '© %d UUP dump szerzők és közreműködők.'; $s['selectLanguage'] = 'Kérjük, válassza ki a nyelvet'; $s['uupDumpDesc'] = 'Az "UUP dump lehetővé teszi az Unified Update Platform fájlok, például a Windows Insider frissítések letöltését közvetlenül a Windows Update-ről.'; $s['uupDumpDescSub'] = '%s az UUP dumpon. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket.. +$s['maintenanceNotice'] = 'Tervezett karbantartás: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Töltse le UUP fájlokat a Windows Update kiszolgálókról könnyedén.'; diff --git a/langs/it-it.php b/langs/it-it.php index 4e028e7..bbd6a54 100644 --- a/langs/it-it.php +++ b/langs/it-it.php @@ -52,6 +52,7 @@ $s['websiteDesc'] = 'Scarica facilmente i file UUP dai server Windows Update. Qu $s['notAffiliated'] = 'Questo progetto non è affiliato con Microsoft Corporation. Windows è un marchio registrato di Microsoft Corporation.'; $s['copyright'] = '© %d %s e collaboratori.'; //© 2019 whatever127 e collaboratori. $s['selectLanguage'] = 'Seleziona la tua lingua'; +$s['maintenanceNotice'] = 'Manutenzione programmata: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Scarica facilmente i file UUP dai server Windows Update.'; diff --git a/langs/ja-jp.php b/langs/ja-jp.php index 477ac8f..a26a074 100644 --- a/langs/ja-jp.php +++ b/langs/ja-jp.php @@ -57,6 +57,7 @@ $s['themeAuto'] = 'オート'; $s['themeLight'] = 'ライト'; $s['themeDark'] = 'ダーク'; $s['themeLegacy'] = 'レガシー'; +$s['maintenanceNotice'] = 'メンテナンス予定: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Windows Update サーバからUUPファイルを簡単にダウンロードできます。'; diff --git a/langs/ko-kr.php b/langs/ko-kr.php index fe8ba55..8b08a09 100644 --- a/langs/ko-kr.php +++ b/langs/ko-kr.php @@ -50,6 +50,7 @@ $s['websiteDesc'] = 'Windows Update 서버에서 UUP 파일을 쉽게 다운로 $s['notAffiliated'] = '이 프로젝트는 Microsoft Corporation과 관련이 없습니다. Windows는 Microsoft Corporation의 등록 상표 입니다.'; $s['copyright'] = '© %d %s와 기여자.'; //© 2019 whatever127 and contributors. $s['selectLanguage'] = '언어를 선택 해 주십시오'; +$s['maintenanceNotice'] = '예정된 유지 관리: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Windows Update 서버에서 UUP 파일을 쉽게 다운로드 할 수 있습니다.'; diff --git a/langs/nl-nl.php b/langs/nl-nl.php index 2e5415b..82e3eda 100644 --- a/langs/nl-nl.php +++ b/langs/nl-nl.php @@ -50,6 +50,7 @@ $s['websiteDesc'] = 'Download makkelijk UUP bestanden, direct van de Windows upd $s['notAffiliated'] = 'Dit project is niet gelieerd aan Microsoft. Windows is een geregistreerd handelsmerk van Microsoft.'; $s['copyright'] = '© %d %s en bijdragers.'; //© 2019 whatever127 en bijdragers. $s['selectLanguage'] = 'Selecteer de gewenste taal'; +$s['maintenanceNotice'] = 'Gepland onderhoud: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Download makkelijk UUP bestanden, direct van de Windows update servers.'; diff --git a/langs/pl-pl.php b/langs/pl-pl.php index 26a8f30..fba0ab7 100644 --- a/langs/pl-pl.php +++ b/langs/pl-pl.php @@ -57,6 +57,7 @@ $s['themeAuto'] = 'Automatyczny'; $s['themeLight'] = 'Jasny'; $s['themeDark'] = 'Ciemny'; $s['themeLegacy'] = 'Starszy'; +$s['maintenanceNotice'] = 'Planowana konserwacja: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Pobieraj pliki UUP z serwerów Windows Update z łatwością.'; diff --git a/langs/pt-br.php b/langs/pt-br.php index 6d43ef6..d1aab93 100644 --- a/langs/pt-br.php +++ b/langs/pt-br.php @@ -58,6 +58,7 @@ $s['themeAuto'] = 'Automático'; $s['themeLight'] = 'Modo Claro'; $s['themeDark'] = 'Modo Escuro'; $s['themeLegacy'] = 'Modo Tradicional'; +$s['maintenanceNotice'] = 'Manutenção programada: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.'; diff --git a/langs/pt-pt.php b/langs/pt-pt.php index cd9f203..b7f3273 100644 --- a/langs/pt-pt.php +++ b/langs/pt-pt.php @@ -57,6 +57,7 @@ $s['themeAuto'] = 'Automático'; $s['themeLight'] = 'Modo Claro'; $s['themeDark'] = 'Modo Escuro'; $s['themeLegacy'] = 'Modo Tradicional'; +$s['maintenanceNotice'] = 'Manutenção programada: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.'; diff --git a/langs/ro-ro.php b/langs/ro-ro.php index cc67b8a..3e9799b 100644 --- a/langs/ro-ro.php +++ b/langs/ro-ro.php @@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Descărcați fișiere UUP cu ușurință de la serverele Wi $s['notAffiliated'] = 'Acest proiect nu este afiliat cu Microsoft Corporation. Windows este marcă înregistrată a Microsoft Corporation.'; $s['copyright'] = '© %d %s și contribuitorii.'; //© 2019 whatever127 și contribuitorii. $s['selectLanguage'] = 'Alegeți limba dorită'; +$s['maintenanceNotice'] = 'Mentenanță planificată: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'Descărcați fișiere UUP cu ușurință de la serverele Windows Update.'; diff --git a/langs/ru-ru.php b/langs/ru-ru.php index 4a5409c..e40f54b 100644 --- a/langs/ru-ru.php +++ b/langs/ru-ru.php @@ -55,6 +55,7 @@ $s['copyrightNew'] = '© %d авторы и соавторы UUP dump.'; $s['selectLanguage'] = 'Выберите желаемый язык'; $s['uupDumpDesc'] = 'UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.'; $s['uupDumpDescSub'] = '%s на UUP dump. UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.'; //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['maintenanceNotice'] = 'Плановое обслуживание: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'С лёгкостью скачивайте UUP-файлы с серверов обновления Windows.'; diff --git a/langs/tr-tr.php b/langs/tr-tr.php index a20eea8..0c05cfa 100644 --- a/langs/tr-tr.php +++ b/langs/tr-tr.php @@ -51,6 +51,7 @@ $s['websiteDesc'] = 'UUP dosyalarını Windows Update sunucularından kolaylıkl $s['notAffiliated'] = 'Bu proje Microsoft Corporation ile ilişkili değildir. Windows, Microsoft Corporation\'ın tescilli ticari markasıdır.'; $s['copyright'] = '© %d %s ve katkıda bulunanlar.'; //© 2019 whatever127 and contributors. $s['selectLanguage'] = 'Lütfen dilinizi seçin'; +$s['maintenanceNotice'] = 'Planlı bakım: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = 'UUP dosyalarını Windows Update sunucularından kolaylıkla indirin.'; diff --git a/langs/zh-cn.php b/langs/zh-cn.php index e1a1f72..7a72df9 100644 --- a/langs/zh-cn.php +++ b/langs/zh-cn.php @@ -57,6 +57,7 @@ $s['themeAuto'] = '自动选择'; $s['themeLight'] = '浅色模式主题'; $s['themeDark'] = '深色模式主题'; $s['themeLegacy'] = '旧版主题'; +$s['maintenanceNotice'] = '计划维护:%1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = '轻松地从 Windows 更新服务器下载 UUP 文件。'; diff --git a/langs/zh-tw.php b/langs/zh-tw.php index aabb61d..6fe9730 100644 --- a/langs/zh-tw.php +++ b/langs/zh-tw.php @@ -57,6 +57,7 @@ $s['themeAuto'] = '自動'; $s['themeLight'] = '亮色模式'; $s['themeDark'] = '暗色模式'; $s['themeLegacy'] = '傳統模式'; +$s['maintenanceNotice'] = '計劃維護:%1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM //index.php $s['slogan'] = '輕鬆地從 Windows Update 伺服器下載 UUP 檔案。';