From b02f378638ca1edffb3a07d0a72682ff039f89ac Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 30 Jun 2024 09:49:10 +1000 Subject: [PATCH] string change --- src/Module/Admin/Security.php | 2 +- view/de-de/strings.php | 2 +- view/fr/strings.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Module/Admin/Security.php b/src/Module/Admin/Security.php index c3f22a114..e7129ca20 100644 --- a/src/Module/Admin/Security.php +++ b/src/Module/Admin/Security.php @@ -158,7 +158,7 @@ class Security '$cloud_disksize' => ['cloud_disksize', t('Show total disk space available to cloud uploads'), intval(get_config('system', 'cloud_report_disksize')), ''], '$use_hs2019' => ['use_hs2019', t('Use hs2019 HTTP-Signature specification'), intval(get_config('system', 'use_hs2019', false)), t('This is not yet supported by many fediverse servers.')], '$thumbnail_security' => ['thumbnail_security', t("Allow SVG thumbnails in file browser"), get_config('system', 'thumbnail_security', 0), t("WARNING: SVG images may contain malicious code.")], - '$site_hidden' => ['site_hidden', t('Reduce public visiblity of this site'), intval(get_config('system', 'site_hidden', false)), ''], + '$site_hidden' => ['site_hidden', t('Reduce public visibility of this site'), intval(get_config('system', 'site_hidden', false)), ''], '$inline_pdf' => ['inline_pdf', t("Allow embedded (inline) PDF files"), get_config('system', 'inline_pdf', 0), ''], '$anonymous_comments' => ['anonymous_comments', t('Permit anonymous comments'), intval(get_config('system', 'anonymous_comments')), t('Moderation will be performed by channels that select this comment option.')], diff --git a/view/de-de/strings.php b/view/de-de/strings.php index ad2531bac..f076c29e8 100644 --- a/view/de-de/strings.php +++ b/view/de-de/strings.php @@ -789,7 +789,7 @@ App::$strings["This is not yet supported by many fediverse servers."] = "Dies wi App::$strings["Require FEP-5624 comment approvals"] = "Genehmigungen für FEP-5624-Kommentare erforderlich"; App::$strings["Allow SVG thumbnails in file browser"] = "Erlaube SVG-Vorschaubilder im Dateibrowser"; App::$strings["WARNING: SVG images may contain malicious code."] = "Warnung: SVG-Grafiken können Schadcode enthalten."; -App::$strings["Reduce public visiblity of this site"] = "Verschleiere die öffentliche Sichtbarkeit dieses Standorts"; +App::$strings["Reduce public visibility of this site"] = "Verschleiere die öffentliche Sichtbarkeit dieses Standorts"; App::$strings["Allow embedded (inline) PDF files"] = "Eingebettete (Inline-) PDF-Dateien zulassen"; App::$strings["Permit anonymous comments"] = "Anonyme Kommentare zulassen"; App::$strings["Moderation will be performed by channels that select this comment option."] = "Die Moderation wird von den Kanälen durchgeführt, die diese Kommentaroption wählen."; diff --git a/view/fr/strings.php b/view/fr/strings.php index 166fd672a..e11f31d21 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1351,7 +1351,7 @@ App::$strings["Show total disk space available to cloud uploads"] = "Montrer l'e App::$strings["Use hs2019 HTTP-Signature specification"] = "Utiliser l'algorithme de signature HTTP hs2019"; App::$strings["Allow SVG thumbnails in file browser"] = "Autoriser les vignettes SVG dans le navigateur de fichiers"; App::$strings["WARNING: SVG images may contain malicious code."] = "ATTENTION : les images SVG peuvent contenir du code malveillant."; -App::$strings["Reduce public visiblity of this site"] = "Limiter la visibilité publique de ce site"; +App::$strings["Reduce public visibility of this site"] = "Limiter la visibilité publique de ce site"; App::$strings["Allow embedded (inline) PDF files"] = "Autoriser les fichier PDF intégrés (en ligne)"; App::$strings["Permit anonymous comments"] = "Permettre les commentaires anonymes"; App::$strings["Moderation will be performed by channels that select this comment option."] = "La modération des commentaires sera assurée par les canaux activant cette option.";