Skip to content

Commit f47ad0a

Browse files
committed
Partial sync.
1 parent e60d8c1 commit f47ad0a

15 files changed

+318
-201
lines changed

readme.de.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ Konfiguration (v3)
462462
│ scan_log [string]
463463
│ scan_log_serialized [string]
464464
│ error_log [string]
465+
│ outbound_request_log [string]
465466
│ truncate [string]
466467
│ log_rotation_limit [int]
467468
│ log_rotation_action [string]
@@ -598,6 +599,9 @@ Allgemeine Konfiguration (jede Kernkonfiguration, die nicht zu anderen Kategorie
598599
##### „error_log“ `[string]`
599600
- Einer Datei zum Protokollieren aller erkannten Fehler, die nicht schwerwiegend sind. Geben Sie einen Dateinamen an oder lassen Sie die Option zum Deaktivieren leer.
600601

602+
##### „outbound_request_log“ `[string]`
603+
- Eine Datei zum Protokollieren der Ergebnisse aller ausgehenden Anforderungen. Geben Sie einen Dateinamen an oder lassen Sie die Option zum Deaktivieren leer.
604+
601605
##### „truncate“ `[string]`
602606
- Trunkate Protokolldateien, wenn sie eine bestimmte Größe erreichen? Wert ist die maximale Größe in B/KB/MB/GB/TB, die eine Protokolldatei wachsen kann, bevor sie trunkiert wird. Der Standardwert von 0KB deaktiviert die Trunkierung (Protokolldateien können unbegrenzt wachsen). Hinweis: Gilt für einzelne Protokolldateien! Die Größe der Protokolldateien gilt nicht als kollektiv.
603607

@@ -733,10 +737,15 @@ Siehe auch:
733737

734738
```
735739
lang
736-
├─en ("English")
740+
├─af ("Afrikaans")
737741
├─ar ("العربية")
742+
├─bg ("Български")
738743
├─bn ("বাংলা")
744+
├─cs ("Čeština")
739745
├─de ("Deutsch")
746+
├─en ("English (AU/GB/NZ)")
747+
├─en-CA ("English (CA)")
748+
├─en-US ("English (US)")
740749
├─es ("Español")
741750
├─fa ("فارسی")
742751
├─fr ("Français")
@@ -750,8 +759,11 @@ lang
750759
├─ms ("Bahasa Melayu")
751760
├─nl ("Nederlandse")
752761
├─no ("Norsk")
762+
├─pa ("ਪੰਜਾਬੀ")
753763
├─pl ("Polski")
754-
├─pt ("Português")
764+
├─pt-BR ("Português (Brasil)")
765+
├─pt-PT ("Português (Europeu)")
766+
├─ro ("Română")
755767
├─ru ("Русский")
756768
├─sv ("Svenska")
757769
├─ta ("தமிழ்")
@@ -760,7 +772,7 @@ lang
760772
├─uk ("Українська")
761773
├─ur ("اردو")
762774
├─vi ("Tiếng Việt")
763-
├─zh ("中文(简体)")
775+
├─zh-CN ("中文(简体)")
764776
└─zh-TW ("中文(傳統)")
765777
```
766778

@@ -1035,7 +1047,7 @@ Zusätzliche Cache-Optionen. Hinweis: Das Ändern dieser Werte kann Sie möglich
10351047
##### „pdo_dsn“ `[string]`
10361048
- PDO DSN-Wert. Standardeinstellung = „mysql:dbname=phpmussel;host=localhost;port=3306“.
10371049

1038-
__FAQ.__ <em><a href="https://github.com/phpMussel/Docs/blob/master/readme.de.md#HOW_TO_USE_PDO" hreflang="de-DE">Was ist ein „PDO DSN“? Wie kann ich PDO mit phpMussel verwenden?</a></em>
1050+
__FAQ.__ *<a href="https://github.com/phpMussel/Docs/blob/master/readme.de.md#user-content-HOW_TO_USE_PDO" hreflang="de-DE">Was ist ein „PDO DSN“? Wie kann ich PDO mit phpMussel verwenden?</a>*
10391051

10401052
##### „pdo_username“ `[string]`
10411053
- PDO Nutzername.
@@ -1845,4 +1857,4 @@ Alternativ gibt es einen kurzen (nicht autoritativen) Überblick über die GDPR/
18451857
---
18461858

18471859

1848-
Zuletzt aktualisiert: 4. September 2023 (2023.09.04).
1860+
Zuletzt aktualisiert: 12. Oktober 2023 (2023.10.12).

readme.en.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ Configuration (v3)
462462
│ scan_log [string]
463463
│ scan_log_serialized [string]
464464
│ error_log [string]
465+
│ outbound_request_log [string]
465466
│ truncate [string]
466467
│ log_rotation_limit [int]
467468
│ log_rotation_action [string]
@@ -590,27 +591,30 @@ Configuration (v3)
590591
General configuration (any core configuration not belonging to other categories).
591592

592593
##### "scan_log" `[string]`
593-
- Filename of file to log all scanning results to. Specify a filename, or leave blank to disable.
594+
- The name of the file to log all scanning results to. Specify a filename, or leave blank to disable.
594595

595596
##### "scan_log_serialized" `[string]`
596-
- Filename of file to log all scanning results to (using a serialised format). Specify a filename, or leave blank to disable.
597+
- The name of the file to log all scanning results to (using a serialised format). Specify a filename, or leave blank to disable.
597598

598599
##### "error_log" `[string]`
599600
- A file for logging any non-fatal errors detected. Specify a filename, or leave blank to disable.
600601

602+
##### "outbound_request_log" `[string]`
603+
- A file for logging the results of any outbound requests. Specify a filename, or leave blank to disable.
604+
601605
##### "truncate" `[string]`
602-
- Truncate logfiles when they reach a certain size? Value is the maximum size in B/KB/MB/GB/TB that a logfile may grow to before being truncated. The default value of 0KB disables truncation (logfiles can grow indefinitely). Note: Applies to individual logfiles! The size of logfiles is not considered collectively.
606+
- Truncate log files when they reach a certain size? Value is the maximum size in B/KB/MB/GB/TB that a log file may grow to before being truncated. The default value of 0KB disables truncation (log files can grow indefinitely). Note: Applies to individual log files! The size of log files is not considered collectively.
603607

604608
##### "log_rotation_limit" `[int]`
605-
- Log rotation limits the number of logfiles that should exist at any one time. When new logfiles are created, if the total number of logfiles exceeds the specified limit, the specified action will be performed. You can specify the desired limit here. A value of 0 will disable log rotation.
609+
- Log rotation limits the number of log files that should exist at any one time. When new log files are created, if the total number of log files exceeds the specified limit, the specified action will be performed. You can specify the desired limit here. A value of 0 will disable log rotation.
606610

607611
##### "log_rotation_action" `[string]`
608-
- Log rotation limits the number of logfiles that should exist at any one time. When new logfiles are created, if the total number of logfiles exceeds the specified limit, the specified action will be performed. You can specify the desired action here.
612+
- Log rotation limits the number of log files that should exist at any one time. When new log files are created, if the total number of log files exceeds the specified limit, the specified action will be performed. You can specify the desired action here.
609613

610614
```
611615
log_rotation_action
612-
├─Delete ("Delete the oldest logfiles, until the limit is no longer exceeded.")
613-
└─Archive ("Firstly archive, and then delete the oldest logfiles, until the limit is no longer exceeded.")
616+
├─Delete ("Delete the oldest log files, until the limit is no longer exceeded.")
617+
└─Archive ("Firstly archive, and then delete the oldest log files, until the limit is no longer exceeded.")
614618
```
615619

616620
##### "timezone" `[string]`
@@ -733,10 +737,15 @@ See also:
733737

734738
```
735739
lang
736-
├─en ("English")
740+
├─af ("Afrikaans")
737741
├─ar ("العربية")
742+
├─bg ("Български")
738743
├─bn ("বাংলা")
744+
├─cs ("Čeština")
739745
├─de ("Deutsch")
746+
├─en ("English (AU/GB/NZ)")
747+
├─en-CA ("English (CA)")
748+
├─en-US ("English (US)")
740749
├─es ("Español")
741750
├─fa ("فارسی")
742751
├─fr ("Français")
@@ -750,8 +759,11 @@ lang
750759
├─ms ("Bahasa Melayu")
751760
├─nl ("Nederlandse")
752761
├─no ("Norsk")
762+
├─pa ("ਪੰਜਾਬੀ")
753763
├─pl ("Polski")
754-
├─pt ("Português")
764+
├─pt-BR ("Português (Brasil)")
765+
├─pt-PT ("Português (Europeu)")
766+
├─ro ("Română")
755767
├─ru ("Русский")
756768
├─sv ("Svenska")
757769
├─ta ("தமிழ்")
@@ -760,7 +772,7 @@ lang
760772
├─uk ("Українська")
761773
├─ur ("اردو")
762774
├─vi ("Tiếng Việt")
763-
├─zh ("中文(简体)")
775+
├─zh-CN ("中文(简体)")
764776
└─zh-TW ("中文(傳統)")
765777
```
766778

@@ -965,7 +977,7 @@ vt_suspicion_level
965977
```
966978

967979
##### "vt_weighting" `[int]`
968-
- Should phpMussel apply the results of scanning using the Virus Total API as detections or as detection weighting? This directive exists, because, although scanning a file using multiple engines (as Virus Total does) should result in an increased detection rate (and therefore in a higher number of malicious files being caught), it can also result in a higher number of false positives, and therefore, in some circumstances, the results of scanning may be better utilised as a confidence score rather than as a definitive conclusion. If a value of 0 is used, the results of scanning using the Virus Total API will be applied as detections, and therefore, if any engine used by Virus Total flags the file being scanned as being malicious, phpMussel will consider the file to be malicious. If any other value is used, the results of scanning using the Virus Total API will be applied as detection weighting, and therefore, the number of engines used by Virus Total that flag the file being scanned as being malicious will serve as a confidence score (or detection weighting) for whether or not the file being scanned should be considered malicious by phpMussel (the value used will represent the minimum confidence score or weight required in order to be considered malicious). A value of 0 is used by default.
980+
- Should phpMussel apply the results of scanning using the Virus Total API as detections or as detection weighting? This directive exists, because, although scanning a file using multiple engines (as Virus Total does) should result in an increased detection rate (and therefore in a higher number of malicious files being caught), it can also result in a higher number of false positives, and therefore, in some circumstances, it may be better to use the results of the scan as a confidence score rather than as a definitive conclusion. If a value of 0 is used, the results of scanning using the Virus Total API will be applied as detections, and therefore, if any engine used by Virus Total flags the file being scanned as being malicious, phpMussel will consider the file to be malicious. If any other value is used, the results of scanning using the Virus Total API will be applied as detection weighting, and therefore, the number of engines used by Virus Total that flag the file being scanned as being malicious will serve as a confidence score (or detection weighting) for whether or not the file being scanned should be considered malicious by phpMussel (the value used will represent the minimum confidence score or weight required in order to be considered malicious). A value of 0 is used by default.
969981

970982
##### "vt_quota_rate" `[int]`
971983
- According to the Virus Total API documentation, "it is limited to at most 4 requests of any nature in any given 1 minute time frame. If you run a honeyclient, honeypot or any other automation that is going to provide resources to VirusTotal and not only retrieve reports you are entitled to a higher request rate quota". By default, phpMussel will strictly adhere to these limitations, but due to the possibility of these rate quotas being increased, these two directives are provided as a means for you to instruct phpMussel as to what limit it should adhere to. Unless you've been instructed to do so, it's not recommended for you to increase these values, but, if you've encountered problems relating to reaching your rate quota, decreasing these values *__MAY__* sometimes help you in dealing with these problems. Your rate limit is determined as `vt_quota_rate` requests of any nature in any given `vt_quota_time` minute time frame.
@@ -1036,7 +1048,7 @@ Supplementary cache options. Note: Changing these values may potentially log you
10361048
##### "pdo_dsn" `[string]`
10371049
- PDO DSN value. Default = "mysql:dbname=phpmussel;host=localhost;port=3306".
10381050

1039-
__FAQ.__ <em><a href="https://github.com/phpMussel/Docs/blob/master/readme.en.md#HOW_TO_USE_PDO" hreflang="en-AU">What is a "PDO DSN"? How can I use PDO with phpMussel?</a></em>
1051+
__FAQ.__ *<a href="https://github.com/phpMussel/Docs/blob/master/readme.en.md#user-content-HOW_TO_USE_PDO" hreflang="en-AU">What is a "PDO DSN"? How can I use PDO with phpMussel?</a>*
10401052

10411053
##### "pdo_username" `[string]`
10421054
- PDO username.
@@ -1180,7 +1192,7 @@ theme
11801192
- Inserted as HTML at the very beginning of all "upload denied" pages. This could be useful in case you want to include a website logo, personalised header, scripts, or similar at all such pages.
11811193

11821194
##### "custom_footer" `[string]`
1183-
- Inserted as HTML at the very bottom of all "upload denied" pages. This could be useful in case you want to include a legal notice, contact link, business information or similar at all such pages.
1195+
- Inserted as HTML at the very bottom of all "upload denied" pages. This could be useful in case you want to include a legal notice, contact link, business information, or similar at all such pages.
11841196

11851197
#### "phpmailer" (Category)
11861198
Configuration for PHPMailer (used for two-factor authentication).
@@ -1839,4 +1851,4 @@ Alternatively, there's a brief (non-authoritative) overview of GDPR/DSGVO availa
18391851
---
18401852

18411853

1842-
Last Updated: 4 September 2023 (2023.09.04).
1854+
Last Updated: 12 October 2023 (2023.10.12).

readme.es.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ Configuración (v3)
462462
│ scan_log [string]
463463
│ scan_log_serialized [string]
464464
│ error_log [string]
465+
│ outbound_request_log [string]
465466
│ truncate [string]
466467
│ log_rotation_limit [int]
467468
│ log_rotation_action [string]
@@ -598,6 +599,9 @@ Configuración general (cualquier configuración que no pertenezca a otras categ
598599
##### "error_log" `[string]`
599600
- Un archivo para registrar cualquier error detectado que no sea fatal. Especificar el nombre del archivo, o dejar en blanco para desactivar.
600601

602+
##### "outbound_request_log" `[string]`
603+
- Un archivo para registrar los resultados de cualquier solicitud saliente. Especificar el nombre del archivo, o dejar en blanco para desactivar.
604+
601605
##### "truncate" `[string]`
602606
- ¿Truncar archivos de registro cuando alcanzan cierto tamaño? Valor es el tamaño máximo en B/KB/MB/GB/TB que un archivo de registro puede crecer antes de ser truncado. El valor predeterminado de 0KB deshabilita el truncamiento (archivos de registro pueden crecer indefinidamente). Nota: ¡Se aplica a archivos de registro individuales! El tamaño de los archivos de registro no se considera colectivamente.
603607

@@ -733,10 +737,15 @@ Ver también:
733737

734738
```
735739
lang
736-
├─en ("English")
740+
├─af ("Afrikaans")
737741
├─ar ("العربية")
742+
├─bg ("Български")
738743
├─bn ("বাংলা")
744+
├─cs ("Čeština")
739745
├─de ("Deutsch")
746+
├─en ("English (AU/GB/NZ)")
747+
├─en-CA ("English (CA)")
748+
├─en-US ("English (US)")
740749
├─es ("Español")
741750
├─fa ("فارسی")
742751
├─fr ("Français")
@@ -750,8 +759,11 @@ lang
750759
├─ms ("Bahasa Melayu")
751760
├─nl ("Nederlandse")
752761
├─no ("Norsk")
762+
├─pa ("ਪੰਜਾਬੀ")
753763
├─pl ("Polski")
754-
├─pt ("Português")
764+
├─pt-BR ("Português (Brasil)")
765+
├─pt-PT ("Português (Europeu)")
766+
├─ro ("Română")
755767
├─ru ("Русский")
756768
├─sv ("Svenska")
757769
├─ta ("தமிழ்")
@@ -760,7 +772,7 @@ lang
760772
├─uk ("Українська")
761773
├─ur ("اردو")
762774
├─vi ("Tiếng Việt")
763-
├─zh ("中文(简体)")
775+
├─zh-CN ("中文(简体)")
764776
└─zh-TW ("中文(傳統)")
765777
```
766778

@@ -1036,7 +1048,7 @@ Opciones de caché suplementarias. Nota: Cambiar estos valores puede potencialme
10361048
##### "pdo_dsn" `[string]`
10371049
- Valor del DSN de PDO. Predefinido = "mysql:dbname=phpmussel;host=localhost;port=3306".
10381050

1039-
__FAQ.__ <em><a href="https://github.com/phpMussel/Docs/blob/master/readme.es.md#HOW_TO_USE_PDO" hreflang="es-ES">¿Qué es un "PDO DSN"? Cómo puedo usar PDO con phpMussel?</a></em>
1051+
__FAQ.__ *<a href="https://github.com/phpMussel/Docs/blob/master/readme.es.md#user-content-HOW_TO_USE_PDO" hreflang="es-ES">¿Qué es un "PDO DSN"? Cómo puedo usar PDO con phpMussel?</a>*
10401052

10411053
##### "pdo_username" `[string]`
10421054
- Nombre del usuario de PDO.
@@ -1838,4 +1850,4 @@ Alternativamente, hay una breve descripción (no autoritativa) de GDPR/DSGVO dis
18381850
---
18391851

18401852

1841-
Última Actualización: 4 de Septiembre de 2023 (2023.09.04).
1853+
Última Actualización: 12 de Octubre de 2023 (2023.10.12).

readme.fr.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ Configuration (v3)
462462
│ scan_log [string]
463463
│ scan_log_serialized [string]
464464
│ error_log [string]
465+
│ outbound_request_log [string]
465466
│ truncate [string]
466467
│ log_rotation_limit [int]
467468
│ log_rotation_action [string]
@@ -598,6 +599,9 @@ Configuration générale (toute configuration de base n'appartenant pas à d'aut
598599
##### « error_log » `[string]`
599600
- Un fichier pour l'enregistrement des erreurs non fatales détectées. Spécifier un fichier, ou laisser vide à désactiver.
600601

602+
##### « outbound_request_log » `[string]`
603+
- Un fichier pour l'enregistrement des résultats de toutes les requêtes sortantes. Spécifier un fichier, ou laisser vide à désactiver.
604+
601605
##### « truncate » `[string]`
602606
- Tronquer les fichiers journaux lorsqu'ils atteignent une certaine taille ? La valeur est la taille maximale en o/Ko/Mo/Go/To qu'un fichier journal peut croître avant d'être tronqué. La valeur par défaut de 0Ko désactive la troncature (les fichiers journaux peuvent croître indéfiniment). Remarque : S'applique aux fichiers journaux individuels ! La taille des fichiers journaux n'est pas considérée collectivement.
603607

@@ -733,10 +737,15 @@ Voir également :
733737

734738
```
735739
lang
736-
├─en ("English")
740+
├─af ("Afrikaans")
737741
├─ar ("العربية")
742+
├─bg ("Български")
738743
├─bn ("বাংলা")
744+
├─cs ("Čeština")
739745
├─de ("Deutsch")
746+
├─en ("English (AU/GB/NZ)")
747+
├─en-CA ("English (CA)")
748+
├─en-US ("English (US)")
740749
├─es ("Español")
741750
├─fa ("فارسی")
742751
├─fr ("Français")
@@ -750,8 +759,11 @@ lang
750759
├─ms ("Bahasa Melayu")
751760
├─nl ("Nederlandse")
752761
├─no ("Norsk")
762+
├─pa ("ਪੰਜਾਬੀ")
753763
├─pl ("Polski")
754-
├─pt ("Português")
764+
├─pt-BR ("Português (Brasil)")
765+
├─pt-PT ("Português (Europeu)")
766+
├─ro ("Română")
755767
├─ru ("Русский")
756768
├─sv ("Svenska")
757769
├─ta ("தமிழ்")
@@ -760,7 +772,7 @@ lang
760772
├─uk ("Українська")
761773
├─ur ("اردو")
762774
├─vi ("Tiếng Việt")
763-
├─zh ("中文(简体)")
775+
├─zh-CN ("中文(简体)")
764776
└─zh-TW ("中文(傳統)")
765777
```
766778

@@ -1037,7 +1049,7 @@ Options de cache supplémentaires. Remarque : La modification de ces valeurs pe
10371049
##### « pdo_dsn » `[string]`
10381050
- Valeur de DSN de PDO. Défaut = « mysql:dbname=phpmussel;host=localhost;port=3306 ».
10391051

1040-
__FAQ.__ <em><a href="https://github.com/phpMussel/Docs/blob/master/readme.fr.md#HOW_TO_USE_PDO" hreflang="fr-FR">Qu'est-ce qu'un « PDO DSN » ? Comment utiliser PDO avec phpMussel ?</a></em>
1052+
__FAQ.__ *<a href="https://github.com/phpMussel/Docs/blob/master/readme.fr.md#user-content-HOW_TO_USE_PDO" hreflang="fr-FR">Qu'est-ce qu'un « PDO DSN » ? Comment utiliser PDO avec phpMussel ?</a>*
10411053

10421054
##### « pdo_username » `[string]`
10431055
- Nom d'utilisateur PDO.
@@ -1845,4 +1857,4 @@ Alternativement, il y a un bref aperçu (non autorisé) de GDPR/DSGVO disponible
18451857
---
18461858

18471859

1848-
Dernière mise à jour : 4 Septembre 2023 (2023.09.04).
1860+
Dernière mise à jour : 12 Octobre 2023 (2023.10.12).

0 commit comments

Comments
 (0)