string change

This commit is contained in:
Mike Macgirvin 2024-06-30 09:49:10 +10:00
parent 804ec2cb05
commit b02f378638
3 changed files with 3 additions and 3 deletions

View file

@ -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.')],

View file

@ -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.";

View file

@ -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.";