From 1a265580de41434f80125570cb11d8ae94054ae8 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 17 Feb 2025 21:28:33 +0200 Subject: [PATCH 1/4] Fix not to wrap in bold --- software/apt-lib.pl | 6 +++--- software/csw-lib.pl | 12 ++++++------ software/emerge-lib.pl | 6 +++--- software/ipkg-lib.pl | 6 +++--- software/pkg-lib.pl | 6 +++--- software/pkgsrc-lib.pl | 6 +++--- software/ports-lib.pl | 6 +++--- software/rhn-lib.pl | 6 +++--- software/urpmi-lib.pl | 6 +++--- software/yum-lib.pl | 6 +++--- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/software/apt-lib.pl b/software/apt-lib.pl index 2367c1c24..61fa14aac 100755 --- a/software/apt-lib.pl +++ b/software/apt-lib.pl @@ -25,7 +25,7 @@ $ENV{'DEBIAN_FRONTEND'} = 'noninteractive'; local $uicmd = "$apt_get_command -y ".($force ? " -f" : "")." install $update"; $update = join(" ", map { quotemeta($_) } split(/\s+/, $update)); local $cmd = "$apt_get_command -y ".($force ? " -f" : "")." install $update"; -print "",&text('apt_install', "".&html_escape($uicmd).""),"

\n"; +print &text('apt_install', "".&html_escape($uicmd).""),"

\n"; print "

";
 &additional_log('exec', undef, $cmd);
 
@@ -65,8 +65,8 @@ if (!@rv && $config{'package_system'} ne 'debian' && !$?) {
 	@rv = @newpacks;
 	}
 print "
\n"; -if ($?) { print "$text{'apt_failed'}

\n"; } -else { print "$text{'apt_ok'}

\n"; } +if ($?) { print "$text{'apt_failed'}

\n"; } +else { print "$text{'apt_ok'}

\n"; } return @rv; } diff --git a/software/csw-lib.pl b/software/csw-lib.pl index 456d5b0cd..0e361418d 100755 --- a/software/csw-lib.pl +++ b/software/csw-lib.pl @@ -31,8 +31,8 @@ do { last; } local $flag = $pkg_get =~ /pkgutil$/ ? "-y" : "-f"; - print "",&text('csw_install', - "$pkg_get -i $flag $update"),"

\n"; + print &text('csw_install', + "$pkg_get -i $flag $update"),"

\n"; $failed = 0; $retry = 0; print "

";
@@ -64,7 +64,7 @@ do {
 	print "
"; if ($retry) { - print "$text{'csw_retry'}

\n"; + print "$text{'csw_retry'}

\n"; } } while ($retry); @@ -72,15 +72,15 @@ do { ©_source_dest("/var/pkg-get/admin-old", "/var/pkg-get/admin"); if ($failed == 1) { - print "$text{'csw_failed'}

\n"; + print "$text{'csw_failed'}

\n"; return ( ); } elsif ($failed == 2) { - print "$text{'csw_already'}

\n"; + print "$text{'csw_already'}

\n"; return ( ); } else { - print "$text{'csw_ok'}

\n"; + print "$text{'csw_ok'}

\n"; if (!@rv) { # If nothing failed, assume that everything worked @rv = split(/\s+/, $update); diff --git a/software/emerge-lib.pl b/software/emerge-lib.pl index bfaa0477f..0cc3a2cb5 100755 --- a/software/emerge-lib.pl +++ b/software/emerge-lib.pl @@ -300,7 +300,7 @@ sub update_system_install local $update = $_[0] || $in{'update'}; local $cmd = "emerge ".quotemeta($update); local @rv; -print "",&text('emerge_install', "$cmd"),"

\n"; +print &text('emerge_install', "$cmd"),"

\n"; print "

\n";
 &additional_log('exec', undef, $cmd);
 &open_execute_command(CMD, "$cmd 2>&1 ) {
 	}
 close(CMD);
 print "
\n"; -if ($?) { print "$text{'emerge_failed'}

\n"; } -else { print "$text{'emerge_ok'}

\n"; } +if ($?) { print "$text{'emerge_failed'}

\n"; } +else { print "$text{'emerge_ok'}

\n"; } return @rv; } diff --git a/software/ipkg-lib.pl b/software/ipkg-lib.pl index 751050dfc..ac07b1c79 100755 --- a/software/ipkg-lib.pl +++ b/software/ipkg-lib.pl @@ -232,7 +232,7 @@ sub update_system_install local $update = $_[0] || $in{'update'}; local (@rv, @newpacks); local $cmd = "$ipkg install"; -print "",&text('IPKG_install', "$cmd"),"

\n"; +print &text('IPKG_install', "$cmd"),"

\n"; print "

";
 &additional_log('exec', undef, "$cmd $update");
 local $qm = join(" ", map { quotemeta($_) } split(/\s+/, $update));
@@ -250,11 +250,11 @@ while() {
 close(CMD);
 print "
\n"; if ($?) { - print "$text{'IPKG_failed'}

\n"; + print "$text{'IPKG_failed'}

\n"; return ( ); } else { - print "$text{'IPKG_ok'}

\n"; + print "$text{'IPKG_ok'}

\n"; return &unique(@rv); } } diff --git a/software/pkg-lib.pl b/software/pkg-lib.pl index e20afbb36..4f87b92f1 100644 --- a/software/pkg-lib.pl +++ b/software/pkg-lib.pl @@ -16,7 +16,7 @@ my $force = !$_[2]; # Build and show command to run $update = join(" ", map { quotemeta($_) } split(/\s+/, $update)); my $cmd = "pkg install ".$update; -print "",&text('pkg_install', "$cmd"),"

\n"; +print &text('pkg_install', "$cmd"),"

\n"; print "

";
 &additional_log('exec', undef, $cmd);
 
@@ -36,8 +36,8 @@ while() {
 close(CMD);
 
 print "
\n"; -if ($?) { print "$text{'pkg_failed'}

\n"; } -else { print "$text{'pkg_ok'}

\n"; } +if ($?) { print "$text{'pkg_failed'}

\n"; } +else { print "$text{'pkg_ok'}

\n"; } return @rv; } diff --git a/software/pkgsrc-lib.pl b/software/pkgsrc-lib.pl index 2fcb352af..1f2bf9ece 100644 --- a/software/pkgsrc-lib.pl +++ b/software/pkgsrc-lib.pl @@ -222,7 +222,7 @@ my @rv; # Build and show command to run $update = join(" ", map { quotemeta($_) } split(/\s+/, $update)); my $cmd = "pkgin -y install ".$update; -print "",&text('pkgsrc_install', "$cmd"),"

\n"; +print &text('pkgsrc_install', "$cmd"),"

\n"; print "

";
 &additional_log('exec', undef, $cmd);
 
@@ -238,8 +238,8 @@ while() {
 close(CMD);
 
 print "
\n"; -if ($?) { print "$text{'pkg_failed'}

\n"; } -else { print "$text{'pkg_ok'}

\n"; } +if ($?) { print "$text{'pkg_failed'}

\n"; } +else { print "$text{'pkg_ok'}

\n"; } return @rv; } diff --git a/software/ports-lib.pl b/software/ports-lib.pl index 199070bf0..30805cbab 100644 --- a/software/ports-lib.pl +++ b/software/ports-lib.pl @@ -8,7 +8,7 @@ my ($update, $in) = @_; $update ||= $in{'update'}; my (@rv, @newpacks); my @want = split(/\s+/, $update); -print "",&text('ports_install', "$update"),"

\n"; +print &text('ports_install', "$update"),"

\n"; print "

";
 my $err = 0;
 foreach my $w (@want) {
@@ -54,11 +54,11 @@ foreach my $w (@want) {
 	}
 print "
\n"; if ($err) { - print "$text{'ports_failed'}

\n"; + print "$text{'ports_failed'}

\n"; return ( ); } else { - print "$text{'ports_ok'}

\n"; + print "$text{'ports_ok'}

\n"; return &unique(@rv); } } diff --git a/software/rhn-lib.pl b/software/rhn-lib.pl index 29dec142b..df1127646 100755 --- a/software/rhn-lib.pl +++ b/software/rhn-lib.pl @@ -15,7 +15,7 @@ sub update_system_install { local $update = $_[0] || $in{'update'}; local @rv; -print "",&text('rhn_install', "up2date $update"),"

\n"; +print &text('rhn_install', "up2date $update"),"

\n"; print "

";
 &additional_log('exec', undef, "up2date \"$update\"");
 local $qm = quotemeta($update);
@@ -32,11 +32,11 @@ while() {
 close(CMD);
 print "
\n"; if ($got_error) { - print "$text{'rhn_failed'}

\n"; + print "$text{'rhn_failed'}

\n"; @rv = ( ); } else { - print "$text{'rhn_ok'}

\n"; + print "$text{'rhn_ok'}

\n"; } return @rv; } diff --git a/software/urpmi-lib.pl b/software/urpmi-lib.pl index 0d538098a..f9da6a620 100755 --- a/software/urpmi-lib.pl +++ b/software/urpmi-lib.pl @@ -13,7 +13,7 @@ sub update_system_install local $update = $_[0] || $in{'update'}; local (@rv, @newpacks); local $cmd = "urpmi --force --auto"; -print "",&text('urpmi_install', "$cmd $update"),"

\n"; +print &text('urpmi_install', "$cmd $update"),"

\n"; print "

";
 &additional_log('exec', undef, "$cmd $update");
 local $qm = join(" ", map { quotemeta($_) } split(/\s+/, $update));
@@ -31,11 +31,11 @@ while() {
 close(CMD);
 print "
\n"; if ($?) { - print "$text{'urpmi_failed'}

\n"; + print "$text{'urpmi_failed'}

\n"; return ( ); } else { - print "$text{'urpmi_ok'}

\n"; + print "$text{'urpmi_ok'}

\n"; return &unique(@rv); } } diff --git a/software/yum-lib.pl b/software/yum-lib.pl index 29d10283f..ce7612230 100755 --- a/software/yum-lib.pl +++ b/software/yum-lib.pl @@ -72,7 +72,7 @@ foreach my $u (@updates) { } } -print "",&text('yum_install', "".&html_escape($uicmd).""),"

\n"; +print &text('yum_install', "".&html_escape($uicmd).""),"

\n"; print "

";
 &additional_log('exec', undef, $fullcmd);
 $SIG{'TERM'} = 'ignore';	# Installing webmin itself may kill this script
@@ -129,11 +129,11 @@ while() {
 close(CMD);
 print "
\n"; if ($? || $nopackage) { - print "$text{'yum_failed'}

\n"; + print "$text{'yum_failed'}

\n"; return ( ); } else { - print "$text{'yum_ok'}

\n"; + print "$text{'yum_ok'}

\n"; return &unique(@rv); } } From 10131b1d162e1519785b24c5af61adab5925dbde Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 18 Feb 2025 14:41:55 +0200 Subject: [PATCH 2/4] Fix to improve button's text when OS was upgraded https://forum.virtualmin.com/t/os-version-message-about-rocky-9-5-on-dashboard/132189/10?u=ilia --- webmin/lang/en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin/lang/en b/webmin/lang/en index 7fdfcee8c..cc11ff01c 100644 --- a/webmin/lang/en +++ b/webmin/lang/en @@ -314,7 +314,7 @@ os_eversion=Missing operating system version os_eiversion=Missing internal operating system version os_incorrect=Operating system $1 has been upgraded to version $2 os_release_notes=Release notes -os_fix=Update Detected Operating System +os_fix=Confirm Detected Changes os_usermin=Also update Usermin OS lang_title=Language and Locale From b1f8d200d51fb47884940dc1163354a0eefc80b4 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 18 Feb 2025 14:42:20 +0200 Subject: [PATCH 3/4] Update translations --- webmin/lang/ar.auto | 2 +- webmin/lang/bg.auto | 2 +- webmin/lang/ca | 1 - webmin/lang/ca.auto | 1 + webmin/lang/cs | 1 - webmin/lang/cs.auto | 1 + webmin/lang/da.auto | 2 +- webmin/lang/de | 1 - webmin/lang/de.auto | 1 + webmin/lang/el.auto | 2 +- webmin/lang/es.auto | 2 +- webmin/lang/eu.auto | 2 +- webmin/lang/fa.auto | 2 +- webmin/lang/fi.auto | 2 +- webmin/lang/fr | 1 - webmin/lang/fr.auto | 1 + webmin/lang/hr.auto | 2 +- webmin/lang/hu.auto | 2 +- webmin/lang/it | 1 - webmin/lang/it.auto | 1 + webmin/lang/ja | 1 - webmin/lang/ja.auto | 1 + webmin/lang/ko | 1 - webmin/lang/ko.auto | 1 + webmin/lang/ms | 1 - webmin/lang/ms.auto | 1 + webmin/lang/nl | 1 - webmin/lang/nl.auto | 1 + webmin/lang/no | 1 - webmin/lang/no.auto | 1 + webmin/lang/pl | 1 - webmin/lang/pl.auto | 1 + webmin/lang/pt.auto | 2 +- webmin/lang/pt_BR | 1 - webmin/lang/pt_BR.auto | 1 + webmin/lang/ru | 1 - webmin/lang/ru.auto | 1 + webmin/lang/sk.auto | 2 +- webmin/lang/sv.auto | 2 +- webmin/lang/tr.auto | 2 +- webmin/lang/uk.auto | 2 +- webmin/lang/zh | 1 - webmin/lang/zh.auto | 2 ++ webmin/lang/zh_TW.auto | 2 +- 44 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 webmin/lang/de.auto diff --git a/webmin/lang/ar.auto b/webmin/lang/ar.auto index 1bf854172..bba94fd41 100644 --- a/webmin/lang/ar.auto +++ b/webmin/lang/ar.auto @@ -224,7 +224,7 @@ os_eversion=نسخة نظام التشغيل مفقودة os_eiversion=مفقود إصدار نظام التشغيل الداخلي os_incorrect=تمت ترقية نظام التشغيل$1 إلى الإصدار$2 os_release_notes=ملاحظات الإصدار -os_fix=تحديث نظام التشغيل المكتشف +os_fix=تأكيد التغييرات التي تم اكتشافها os_usermin=أيضا تحديث Usermin OS lang_title=اللغة واللغة diff --git a/webmin/lang/bg.auto b/webmin/lang/bg.auto index 874da2489..2be1344de 100644 --- a/webmin/lang/bg.auto +++ b/webmin/lang/bg.auto @@ -314,7 +314,7 @@ os_eversion=Липсва версия на операционната систе os_eiversion=Липсва вътрешна версия на операционната система os_incorrect=Операционната система $1 е надстроена до версия $2 os_release_notes=Бележки към изданието -os_fix=Актуализиране на откритата операционна система +os_fix=Потвърдете откритите промени os_usermin=Също така актуализирайте Usermin OS lang_title=Език и локал diff --git a/webmin/lang/ca b/webmin/lang/ca index a7bfa603a..3ce19b1de 100644 --- a/webmin/lang/ca +++ b/webmin/lang/ca @@ -290,7 +290,6 @@ os_name=Nom de la variable os_value=Valor os_eversion=Hi falta la versió del sistema operatiu os_eiversion=Hi falta la versió interna del sistema operatiu -os_fix=Actualitza el Sistema Operatiu Detectat os_usermin=Actualitza també el SO d'Usermin lang_intro=Aquesta pàgina permet triar l'idioma que utilitzarà Webmin per mostrar els títols, textos i missatges diff --git a/webmin/lang/ca.auto b/webmin/lang/ca.auto index e7b929f6b..2ef19f1b4 100644 --- a/webmin/lang/ca.auto +++ b/webmin/lang/ca.auto @@ -27,6 +27,7 @@ delete_rusure=Esteu segur que voleu suprimir el mòdul (s) $2? $1 kB de fitxers os_incorrect=El sistema operatiu $1 s'ha actualitzat a la versió $2 os_release_notes=Notes de publicació +os_fix=Confirmeu els canvis detectats lang_title=Idioma i entorn local lang_title2=Idioma i configuració regional de Webmin diff --git a/webmin/lang/cs b/webmin/lang/cs index f72142dee..3feaac5cb 100644 --- a/webmin/lang/cs +++ b/webmin/lang/cs @@ -269,7 +269,6 @@ os_name=Název proměnné os_value=Hodnota os_eversion=Chybející verze operačního systému os_eiversion=Chybějící interní verze operačního systému -os_fix=Aktualizovat zjištěný oparační systém lang_intro=Zde můžete zvolit, v jakém jazyce k vám má Webmin promlouvat lang_ok=Změnit jazyk diff --git a/webmin/lang/cs.auto b/webmin/lang/cs.auto index 2f2719024..298585037 100644 --- a/webmin/lang/cs.auto +++ b/webmin/lang/cs.auto @@ -49,6 +49,7 @@ mods_checksig=Zkontrolovat podpisový soubor pro stažené moduly? os_perllib=Další cesty knihovny Perl os_incorrect=Operační systém $1 byl upgradován na verzi $2 os_release_notes=Poznámky k vydání +os_fix=Potvrďte zjištěné změny os_usermin=Aktualizujte také Usermin OS lang_title=Jazyk a národní prostředí diff --git a/webmin/lang/da.auto b/webmin/lang/da.auto index df8c8e10b..abe0d1de5 100644 --- a/webmin/lang/da.auto +++ b/webmin/lang/da.auto @@ -314,7 +314,7 @@ os_eversion=Manglende version af operativsystemet os_eiversion=Manglende version af det interne operativsystem os_incorrect=Operativsystemet $1 er blevet opgraderet til version $2 os_release_notes=Udgivelses noter -os_fix=Opdateret fundet operativsystem +os_fix=Bekræft registrerede ændringer os_usermin=Opdater også Usermin OS lang_title=Sprog og lokalitet diff --git a/webmin/lang/de b/webmin/lang/de index 3c2e8a98d..abcac7102 100644 --- a/webmin/lang/de +++ b/webmin/lang/de @@ -314,7 +314,6 @@ os_eversion=Betriebssystemversion fehlt os_eiversion=Interne Betriebssystemversion fehlt os_incorrect=Betriebssystem $1 wurde auf Version $2 aktualisiert os_release_notes=Versionshinweise -os_fix=Erkanntes Betriebssystem aktualisieren os_usermin=Auch das Betriebssystem von Usermin aktualisieren lang_title=Sprache und Gebietsschema diff --git a/webmin/lang/de.auto b/webmin/lang/de.auto new file mode 100644 index 000000000..d947a0889 --- /dev/null +++ b/webmin/lang/de.auto @@ -0,0 +1 @@ +os_fix=Erkannte Änderungen bestätigen diff --git a/webmin/lang/el.auto b/webmin/lang/el.auto index 0f2e6a217..f3ab9c556 100644 --- a/webmin/lang/el.auto +++ b/webmin/lang/el.auto @@ -314,7 +314,7 @@ os_eversion=Λείπει έκδοση του λειτουργικού συστή os_eiversion=Λείπει εσωτερική έκδοση λειτουργικού συστήματος os_incorrect=Το λειτουργικό σύστημα $1 έχει αναβαθμιστεί στην έκδοση $2 os_release_notes=Σημειώσεις έκδοσης -os_fix=Ενημέρωση του εντοπισμένου λειτουργικού συστήματος +os_fix=Επιβεβαιώστε τις αλλαγές που εντοπίστηκαν os_usermin=Επίσης ενημερώστε το Usermin OS lang_title=Γλώσσα και Τοποθεσία diff --git a/webmin/lang/es.auto b/webmin/lang/es.auto index 1f2058e50..06a5be886 100644 --- a/webmin/lang/es.auto +++ b/webmin/lang/es.auto @@ -106,7 +106,7 @@ os_eversion=Falta la versión del sistema operativo os_eiversion=Falta la versión interna del sistema operativo os_incorrect=El sistema operativo $1 se ha actualizado a la versión $2 os_release_notes=Notas de lanzamiento -os_fix=Actualizar sistema operativo detectado +os_fix=Confirmar cambios detectados os_usermin=También actualice Usermin OS lang_title=Idioma y configuración regional diff --git a/webmin/lang/eu.auto b/webmin/lang/eu.auto index 711fd6a78..37172ed0c 100644 --- a/webmin/lang/eu.auto +++ b/webmin/lang/eu.auto @@ -314,7 +314,7 @@ os_eversion=Sistema eragilearen bertsioa falta da os_eiversion=Barne sistema eragilearen bertsioa falta da os_incorrect=$1 sistema eragilea $2 bertsiora eguneratu da os_release_notes=Argitalpen oharrak -os_fix=Eguneratu detektatutako sistema eragilea +os_fix=Berretsi hautemandako aldaketak os_usermin=Era berean, eguneratu Usermin OS lang_title=Hizkuntza eta Tokia diff --git a/webmin/lang/fa.auto b/webmin/lang/fa.auto index 6117e8148..1693754cf 100644 --- a/webmin/lang/fa.auto +++ b/webmin/lang/fa.auto @@ -122,7 +122,7 @@ os_eversion=نسخه سیستم عامل موجود نیست os_eiversion=نسخه سیستم عامل داخلی وجود ندارد os_incorrect=سیستم عامل$1 به نسخه$2 ارتقا یافته است os_release_notes=یادداشت های انتشار -os_fix=سیستم عامل شناسایی شده را به روز کنید +os_fix=تغییرات شناسایی شده را تأیید کنید os_usermin=همچنین سیستم عامل Usermin را به روز کنید lang_title=زبان و محل diff --git a/webmin/lang/fi.auto b/webmin/lang/fi.auto index 2cd8ae3fb..34c7b49fd 100644 --- a/webmin/lang/fi.auto +++ b/webmin/lang/fi.auto @@ -314,7 +314,7 @@ os_eversion=Puuttuu käyttöjärjestelmäversio os_eiversion=Puuttuu sisäinen käyttöjärjestelmäversio os_incorrect=Käyttöjärjestelmä $1 on päivitetty versioon $2 os_release_notes=Julkaisutiedot -os_fix=Päivitä havaittu käyttöjärjestelmä +os_fix=Vahvista havaitut muutokset os_usermin=Päivitä myös Usermin OS lang_title=Kieli ja alue diff --git a/webmin/lang/fr b/webmin/lang/fr index 64ad1d961..dbd51b6f3 100644 --- a/webmin/lang/fr +++ b/webmin/lang/fr @@ -292,7 +292,6 @@ os_name=Nom de variable os_value=Valeur os_eversion=Version du système d'exploitation manquante os_eiversion=Version du système d'exploitation interne manquante -os_fix=Mettre à jour le système d'exploitation détecté os_usermin=Mettez également à jour le système d'exploitation Usermin lang_intro=Cette page vous permet de choisir la langue que Webmin utilisera pour afficher les titres, les invites et les messages diff --git a/webmin/lang/fr.auto b/webmin/lang/fr.auto index 7d0172529..b9cbad6b0 100644 --- a/webmin/lang/fr.auto +++ b/webmin/lang/fr.auto @@ -23,6 +23,7 @@ log_trust=Enregistrer l'adresse IP du client derrière un proxy ? os_incorrect=Le système d'exploitation $1 a été mis à niveau vers la version $2 os_release_notes=Notes de version +os_fix=Confirmer les modifications détectées lang_title=Langue et paramètres régionaux lang_title2=Langue et paramètres régionaux de Webmin diff --git a/webmin/lang/hr.auto b/webmin/lang/hr.auto index 98c0c946b..a62b67108 100644 --- a/webmin/lang/hr.auto +++ b/webmin/lang/hr.auto @@ -314,7 +314,7 @@ os_eversion=Nedostaje verzija operativnog sustava os_eiversion=Nedostaje inačica interne operativnog sustava os_incorrect=Operacijski sustav $1 nadograđen je na verziju $2 os_release_notes=Bilješke o izdanju -os_fix=Ažurirajte otkriveni operativni sustav +os_fix=Potvrdite otkrivene promjene os_usermin=Ažurirajte i Usermin OS lang_title=Jezik i mjesto diff --git a/webmin/lang/hu.auto b/webmin/lang/hu.auto index bcd779cb6..bc7c195e7 100644 --- a/webmin/lang/hu.auto +++ b/webmin/lang/hu.auto @@ -232,7 +232,7 @@ os_eversion=Hiányzik az operációs rendszer verziója os_eiversion=Hiányzik a belső operációs rendszer verziója os_incorrect=A (z) $1 operációs rendszer frissítve a (z) $2 verzióra os_release_notes=Kiadási megjegyzések -os_fix=Frissítse a felismert operációs rendszert +os_fix=Erősítse meg az észlelt változtatásokat os_usermin=Frissítse a Usermin operációs rendszert is lang_title=Nyelv és terület diff --git a/webmin/lang/it b/webmin/lang/it index fa41c0b74..1ef7ace39 100644 --- a/webmin/lang/it +++ b/webmin/lang/it @@ -269,7 +269,6 @@ os_name=Nome variabile os_value=Valore os_eversion=Versione del sistema operativo mancante os_eiversion=Versione del sistema operativo mancante -os_fix=Aggiorna il Sistema Operativo individuato lang_intro=Questa pagina permette di scegliere quale linguaggio verrà utilizzato da Webmin per visualizzare titoli, richieste e messaggi. lang_ok=Modifica Lingua diff --git a/webmin/lang/it.auto b/webmin/lang/it.auto index 4c045e46b..9818bc61a 100644 --- a/webmin/lang/it.auto +++ b/webmin/lang/it.auto @@ -49,6 +49,7 @@ mods_checksig=Controlla il file della firma per i moduli scaricati? os_perllib=Percorsi di libreria Perl extra os_incorrect=Il sistema operativo $1èstato aggiornato alla versione $2 os_release_notes=Note di rilascio +os_fix=Conferma le modifiche rilevate os_usermin=Aggiorna anche il sistema operativo Usermin lang_title=Lingua e località diff --git a/webmin/lang/ja b/webmin/lang/ja index 5fb96061f..72613a7b7 100644 --- a/webmin/lang/ja +++ b/webmin/lang/ja @@ -299,7 +299,6 @@ os_value=値 os_eversion=OS のバージョンが入力されていません os_eiversion=内部 OS のバージョンが入力されていません os_incorrect=OS $1 は バージョン $2 にアップグレードされました。 -os_fix=検出された OS の情報を更新 os_usermin=Usermin の OS 情報も更新 lang_intro=Webmin のタイトルやプロンプト、メッセージの表示に使用する言語を選択できます。 diff --git a/webmin/lang/ja.auto b/webmin/lang/ja.auto index 844fe752e..301666f17 100644 --- a/webmin/lang/ja.auto +++ b/webmin/lang/ja.auto @@ -16,6 +16,7 @@ bind_emaxlifetime=最大プロセス寿命は60秒を超える数値である必 log_trust=プロキシの背後にあるときにクライアントの IP アドレスをログに記録しますか? os_release_notes=リリースノート +os_fix=検出された変更を確認する lang_title=言語とロケール lang_title2=Webmin の言語とロケール diff --git a/webmin/lang/ko b/webmin/lang/ko index 3e71c1747..2bad1fb79 100644 --- a/webmin/lang/ko +++ b/webmin/lang/ko @@ -269,7 +269,6 @@ os_name=변수 이름 os_value=값 os_eversion=운영체제 버전을 알 수 없음 os_eiversion=내부 운영체제 버전을 알 수 없음 -os_fix=감지된 운영체제 업데이트 lang_intro=이 페이지에서는 Webmin이 제목, 프롬프트 및 메시지를 표시하는 데 사용할 언어를 선택할 수 있습니다 lang_ok=언어 변경 diff --git a/webmin/lang/ko.auto b/webmin/lang/ko.auto index 95afab25e..656fc7c14 100644 --- a/webmin/lang/ko.auto +++ b/webmin/lang/ko.auto @@ -49,6 +49,7 @@ mods_checksig=다운로드 한 모듈의 서명 파일을 확인 하시겠습니 os_perllib=추가 Perl 라이브러리 경로 os_incorrect=운영 체제 $1이(가) 버전 $2(으)로 업그레이드되었습니다 os_release_notes=릴리즈 노트 +os_fix=감지된 변경 사항 확인 os_usermin=Usermin OS도 업데이트 lang_title=언어 및 로케일 diff --git a/webmin/lang/ms b/webmin/lang/ms index 42c6c23fa..480dc2782 100644 --- a/webmin/lang/ms +++ b/webmin/lang/ms @@ -284,7 +284,6 @@ os_name=Nama pembolehubah os_value=Nilai os_eversion=Hilang sistem operasi os_eiversion=Hilang versi dalaman sistem operasi -os_fix=Kemaskini Sistem Operasi Dikesan os_usermin=Juga kemaskini OS Usermin lang_intro=Halaman ini membenarkan anda untuk memilih bahasa bagi Webmin yang digunakan untuk memaparkan tajuk, pertanyaan dan mesej diff --git a/webmin/lang/ms.auto b/webmin/lang/ms.auto index dff24c798..08f831524 100644 --- a/webmin/lang/ms.auto +++ b/webmin/lang/ms.auto @@ -33,6 +33,7 @@ mods_checksig=Periksa fail tandatangan untuk modul yang dimuat turun? os_incorrect=Sistem operasi $1 telah ditingkatkan ke versi $2 os_release_notes=Nota keluaran +os_fix=Sahkan Perubahan yang Dikesan lang_title=Bahasa dan Tempatan lang_title2=Bahasa dan Tempatan Webmin diff --git a/webmin/lang/nl b/webmin/lang/nl index 7ec8da85a..4602df21d 100644 --- a/webmin/lang/nl +++ b/webmin/lang/nl @@ -281,7 +281,6 @@ os_name=Variabele naam os_value=Waarde os_eversion=Ontbrekende besturingssysteem versie os_eiversion=Ontbrekende interne besturingssysteem versie -os_fix=Update Gedetecteerde Besturings Systeem lang_intro=Op deze pagina kunt u de taal wijzigen die Webmin zal gebruiken voor het weergeven van titels, vragen en berichten. lang_ok=Wijzig de Taal diff --git a/webmin/lang/nl.auto b/webmin/lang/nl.auto index 07a0b965c..b750574f8 100644 --- a/webmin/lang/nl.auto +++ b/webmin/lang/nl.auto @@ -36,6 +36,7 @@ mods_checksig=Controleer het handtekeningbestand voor gedownloade modules? os_incorrect=Besturingssysteem $1 is geüpgraded naar versie $2 os_release_notes=Release-opmerkingen +os_fix=Bevestig gedetecteerde wijzigingen os_usermin=Update ook Usermin OS lang_title=Taal en land diff --git a/webmin/lang/no b/webmin/lang/no index 49404b53f..ba5a100f1 100644 --- a/webmin/lang/no +++ b/webmin/lang/no @@ -292,7 +292,6 @@ os_name=Variabel navn os_value=Verdi os_eversion=Manglende operativsystem versjon os_eiversion=Manglende intern operativsystem versjon -os_fix=Oppdater oppdaget operativsystem os_usermin=Oppdater også Usermin OS lang_intro=Her kan du velge hvilket språk Webmin skal bruke for å vise deg meldinger, oversikter osv. diff --git a/webmin/lang/no.auto b/webmin/lang/no.auto index fc4278851..2d5f54b2c 100644 --- a/webmin/lang/no.auto +++ b/webmin/lang/no.auto @@ -23,6 +23,7 @@ log_trust=Logge klientens IP-adresse når du er bak proxy? os_incorrect=Operativsystemet $1 er oppgradert til versjon $2 os_release_notes=Utgivelsesnotater +os_fix=Bekreft oppdagede endringer lang_title=Språk og lokalitet lang_title2=Webmin språk og lokalitet diff --git a/webmin/lang/pl b/webmin/lang/pl index 4aeec0119..652d302d2 100644 --- a/webmin/lang/pl +++ b/webmin/lang/pl @@ -284,7 +284,6 @@ os_name=Nazwa zmiennej os_value=Wartość os_eversion=Brakująca wersja systemu operacyjnego os_eiversion=Brakująca wersja wewnętrznego systemu operacyjnego -os_fix=Aktualizuj wykryty system operacyjny os_usermin=Aktualizuj także OS Usermina lang_intro=Ta strona umożliwia Ci wybór języka w którym Webmin będzie wypisywał komunikaty diff --git a/webmin/lang/pl.auto b/webmin/lang/pl.auto index faa49af24..47d79c5ae 100644 --- a/webmin/lang/pl.auto +++ b/webmin/lang/pl.auto @@ -33,6 +33,7 @@ mods_checksig=Sprawdź plik podpisu dla pobranych modułów? os_incorrect=System operacyjny $1 został zaktualizowany do wersji $2 os_release_notes=Informacje o wydaniu +os_fix=Potwierdź wykryte zmiany lang_title=Język i lokalizacja lang_title2=Język i ustawienia regionalne Webmina diff --git a/webmin/lang/pt.auto b/webmin/lang/pt.auto index 8d8d958c7..7d899f185 100644 --- a/webmin/lang/pt.auto +++ b/webmin/lang/pt.auto @@ -128,7 +128,7 @@ os_eversion=Versão do sistema operacional ausente os_eiversion=Versão do sistema operacional interno ausente os_incorrect=O sistema operacional $1 foi atualizado para a versão $2 os_release_notes=Notas de lançamento -os_fix=Atualização do sistema operacional detectado +os_fix=Confirmar alterações detectadas os_usermin=Atualize também o SO Usermin lang_title=Idioma e localidade diff --git a/webmin/lang/pt_BR b/webmin/lang/pt_BR index e928c3cf4..7ec840db9 100644 --- a/webmin/lang/pt_BR +++ b/webmin/lang/pt_BR @@ -273,7 +273,6 @@ os_name=Nome da variável os_value=Valor os_eversion=Versão do sistema operacional faltando os_eiversion=Versão interna do sistema operacional faltando -os_fix=Detectada Atualização do Sistema Operacional lang_intro=Esta página permite escolher qual idioma o Webmin irá utilizar para exibição de títulos, avisos e mensagens lang_ok=Mudar Idioma diff --git a/webmin/lang/pt_BR.auto b/webmin/lang/pt_BR.auto index 4d99906cd..a06ccbffc 100644 --- a/webmin/lang/pt_BR.auto +++ b/webmin/lang/pt_BR.auto @@ -44,6 +44,7 @@ mods_checksig=Verifique o arquivo de assinatura para obter os módulos baixados? os_incorrect=O sistema operacional $1 foi atualizado para a versão $2 os_release_notes=Notas de lançamento +os_fix=Confirmar alterações detectadas os_usermin=Atualize também o SO Usermin lang_title=Idioma e localidade diff --git a/webmin/lang/ru b/webmin/lang/ru index c7c452b42..11db60cbd 100644 --- a/webmin/lang/ru +++ b/webmin/lang/ru @@ -269,7 +269,6 @@ os_name=Имя переменной os_value=Значение os_eversion=Неуказанная версия операционной системы os_eiversion=Неуказанная внутренняя версия операционной системы -os_fix=Обновить обнаруженную операционную систему lang_intro=Вы можете выбрать, какой язык будет использоваться в Webmin для заголовков, приглашений и сообщений. lang_ok=Сменить язык diff --git a/webmin/lang/ru.auto b/webmin/lang/ru.auto index 8e149ba75..fc8df63c0 100644 --- a/webmin/lang/ru.auto +++ b/webmin/lang/ru.auto @@ -49,6 +49,7 @@ mods_eroot=Модули Webmin не могут быть установлены os_perllib=Дополнительные пути к библиотеке Perl os_incorrect=Операционная система $1 обновлена до версии $2 os_release_notes=Примечания к выпуску +os_fix=Подтвердите обнаруженные изменения os_usermin=Также обновите ОС Usermin lang_title=Язык и регион diff --git a/webmin/lang/sk.auto b/webmin/lang/sk.auto index b260b63d0..b9dd3e450 100644 --- a/webmin/lang/sk.auto +++ b/webmin/lang/sk.auto @@ -77,7 +77,7 @@ os_syspath=Zahrnúť vlastnú vyhľadávaciu cestu systému? os_perllib=Ďalšie cesty knižnice Perl os_incorrect=Operačný systém $1 bol aktualizovaný na verziu $2 os_release_notes=Poznámky k vydaniu -os_fix=Aktualizácia zisteného operačného systému +os_fix=Potvrďte zistené zmeny os_usermin=Aktualizujte tiež Usermin OS lang_title=Jazyk a miestne nastavenie diff --git a/webmin/lang/sv.auto b/webmin/lang/sv.auto index 461793532..382ba6eb3 100644 --- a/webmin/lang/sv.auto +++ b/webmin/lang/sv.auto @@ -204,7 +204,7 @@ os_eversion=Saknas operativsystemversion os_eiversion=Saknas intern version av operativsystemet os_incorrect=Operativsystemet $1 har uppgraderats till version $2 os_release_notes=Release notes -os_fix=Uppdatera upptäckt operativsystem +os_fix=Bekräfta upptäckta ändringar os_usermin=Uppdatera också Usermin OS lang_title=Språk och lokal diff --git a/webmin/lang/tr.auto b/webmin/lang/tr.auto index c5d9914a2..9d88b2a2b 100644 --- a/webmin/lang/tr.auto +++ b/webmin/lang/tr.auto @@ -134,7 +134,7 @@ os_eversion=İşletim sistemi sürümü eksik os_eiversion=Dahili işletim sistemi sürümü eksik os_incorrect=$1 işletim sistemi $2 sürümüne yükseltildi os_release_notes=Sürüm notları -os_fix=Algılanan İşletim Sistemini Güncelle +os_fix=Algılanan Değişiklikleri Onayla os_usermin=Ayrıca Usermin İşletim Sistemini de güncelleyin lang_title=Dil ve Yerel Ayar diff --git a/webmin/lang/uk.auto b/webmin/lang/uk.auto index a98ec40c6..64956041e 100644 --- a/webmin/lang/uk.auto +++ b/webmin/lang/uk.auto @@ -179,7 +179,7 @@ os_eversion=Відсутня версія операційної системи os_eiversion=Відсутня внутрішня версія операційної системи os_incorrect=Операційну систему $1 оновлено до версії $2 os_release_notes=Примітки до випуску -os_fix=Оновіть виявлену операційну систему +os_fix=Підтвердити виявлені зміни os_usermin=Також оновіть Usermin OS lang_title=Мова та локаль diff --git a/webmin/lang/zh b/webmin/lang/zh index 71a757a0b..2d8b5d2e7 100644 --- a/webmin/lang/zh +++ b/webmin/lang/zh @@ -308,7 +308,6 @@ os_eversion=未设定操作系统版本 os_eiversion=未设定内部操作系统版本 os_incorrect=操作系统 $1 已升级到版本 $2 os_release_notes=发行说明 -os_fix=更新检测到的操作系统 os_usermin=同时更新 Usermin 操作系统 lang_title=区域语言 diff --git a/webmin/lang/zh.auto b/webmin/lang/zh.auto index 9b39f4275..d9c28e531 100644 --- a/webmin/lang/zh.auto +++ b/webmin/lang/zh.auto @@ -6,6 +6,8 @@ access_trust_lvl2=是的,信任代理提供的远程 IP 和 SSL 证书 log_trust=在代理之后记录客户端 IP 地址吗? +os_fix=确认检测到的变化 + lang_chardef=由语言决定 startpage_title=索引页选项 diff --git a/webmin/lang/zh_TW.auto b/webmin/lang/zh_TW.auto index dac0e9960..107dad47f 100644 --- a/webmin/lang/zh_TW.auto +++ b/webmin/lang/zh_TW.auto @@ -148,7 +148,7 @@ os_eversion=缺少操作系統版本 os_eiversion=缺少內部操作系統版本 os_incorrect=操作系統 $1 已升級到版本 $2 os_release_notes=發行說明 -os_fix=更新檢測到的操作系統 +os_fix=確認偵測到的變化 os_usermin=同時更新Usermin OS lang_title=語言和地區 From 42b823e3e9b32b1a4d0148ddbd4952892332bdf7 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Tue, 18 Feb 2025 20:28:34 +0200 Subject: [PATCH 4/4] Fix a typo, quote UI option for emphasis, and fit text in 80 chars width --- adsl-client/help/dns.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adsl-client/help/dns.html b/adsl-client/help/dns.html index 013b0e2bd..3e0a52ffa 100644 --- a/adsl-client/help/dns.html +++ b/adsl-client/help/dns.html @@ -1,8 +1,8 @@

Get DNS configuration from ISP?
-When Yes is selected, your system's DNS client settings will be retrived -from the ADSL service provider when you connect. This is the best option -if you are not running your own local DNS server.

+When "Yes" is selected, your system's DNS client settings will be retrieved from +the ADSL service provider when you connect. This is the best option if you are +not running your own local DNS server.