Skip to content

Commit

Permalink
L10N patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Jan 14, 2023
1 parent e0ac004 commit 1cd69ef
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 36 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
[2022.10.13; Bug-fix; ben-mckenzie]: The scan function was incorrectly detecting file spoofing when associative or nested structures were present in `$_FILES` (e.g. `foo['bar'][]`); Fixed.

[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

### v3.3.1

[2023.01.14; Maikuolan]: L10N patch and maintenance release.
6 changes: 3 additions & 3 deletions l10n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: English language data (last modified: 2022.09.25).
# This file: English language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "Should phpMussel send 403 headers with the file upl
config_web_ignore_upload_errors: "This directive should generally be disabled unless it's required for correct functionality of phpMussel on your specific system. Normally, when disabled, when phpMussel detects the presence of elements in the <code>$_FILES</code> array(), it'll attempt to initiate a scan of the files that those elements represent, and, if those elements are blank or empty, phpMussel will return an error message. This is proper behaviour for phpMussel. However, for some CMS, empty elements in <code>$_FILES</code> can occur as a result of the natural behaviour of those CMS, or errors may be reported when there aren't any, in which case, the normal behaviour for phpMussel will be interfering with the normal behaviour of those CMS. If such a situation occurs for you, enabling this option will instruct phpMussel to not attempt to initiate scans for such empty elements, ignore them when found and to not return any related error messages, thus allowing continuation of the page request. False = OFF; True = ON."
config_web_magnification: "Font magnification. Default = 1."
config_web_max_uploads: "Maximum number of files that phpMussel is allowed to scan when scanning uploads before aborting the scan and informing the user they are uploading too much at once! Provides protection against a theoretical attack whereby an attacker attempts to DDoS your system or CMS by overloading phpMussel to slow down the PHP process to a grinding halt. Recommended: 10. You may wish to raise or lower this number depending on the speed of your hardware. Note that this number doesn't account for or include the contents of archives."
config_web_theme: "The aesthetic to use for the "Upload Denied" page."
config_web_theme: "The aesthetic to use for the "upload denied" page."
config_web_unsupported_media_type_header: "Should phpMussel send 415 headers when uploads are blocked due to blacklisted filetypes? When true, this setting supersedes <code>forbid_on_block</code>. False = No [Default]; True = Yes."
config_web_uploads_log: "Where all blocked uploads should be logged. Specify a filename, or leave blank to disable."
denied: "Upload Denied!"
denied: "Upload denied!"
denied_reason: "Your upload was blocked for the reasons listed below:"
notifications_message: |
<center>
Expand Down
6 changes: 3 additions & 3 deletions l10n/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: Spanish language data (last modified: 2022.09.25).
# This file: Spanish language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "¿Debería phpMussel enviar 403 header con la bloqu
config_web_ignore_upload_errors: "Esta directiva, en general, debe ser desactivado, a menos que se requiere para la correcta funcionalidad de phpMussel en su específico sistema. Normalmente, cuando está desactivado, cuando phpMussel detecta la presencia de elementos en la <code>$_FILES</code> array(), intentará iniciar un escaneo de los archivos que esos elementos representan, y, si esos elementos están blanco o vacío, phpMussel devolverá un mensaje de error. Este es el comportamiento natural para phpMussel. Pero, para algunos CMS, vacíos elementos en <code>$_FILES</code> puede ocurrir como resultado del comportamiento natural de los CMS, o errores pueden ser reportados cuando no existe ninguna, en cuyo caso, el comportamiento natural para phpMussel será interfiriendo con el comportamiento natural de los CMS. Si tal situación ocurre para usted, activando esta opción instruirá phpMussel no intentar iniciar un escaneo para tales vacíos elementos, ignorarlos cuando encontrado y no devuelva cualquier relacionado mensaje de error, así permitiendo la continuación de la página cargando. False = DESACTIVADO; True = ACTIVADO."
config_web_magnification: "Ampliación de fuente. Predefinido = 1."
config_web_max_uploads: "Máximo permitido número de archivos para escanear durante archivo subido escaneo antes de abortando la escaneo e informando al usuario están subir demasiado simultáneamente! Proporciona protección contra un teórico ataque por lo cual un atacante intenta DDoS su sistema o CMS por sobrecargando phpMussel para ralentizar el proceso de PHP a niveles inoperables. Recomendado: 10. Es posible que desee aumentar o reducir este número dependiendo de la velocidad de su hardware. Notar que este número no tiene en cuenta o incluir el contenidos de compactados archivos."
config_web_theme: "La estética a utilizar para la página "Subida Denegada"."
config_web_theme: "La estética a utilizar para la página "subida denegada"."
config_web_unsupported_media_type_header: "¿Debería phpMussel enviar 415 header cuando las cargas están bloqueadas debido a tipos de archivos en la lista negra? Cuando es true, esta configuración reemplaza a <code>forbid_on_block</code>. False = No [Predefinido]; True = Sí."
config_web_uploads_log: "Donde se deben registrar todas las subidas bloqueadas. Especifique un archivo nombre, o dejar en blanco para desactivar."
denied: "¡Subida Denegada!"
denied: "¡Subida denegada!"
denied_reason: "La subida de archivo fue bloqueada por las razones que se indican a continuación:"
notifications_message: |
<center>
Expand Down
6 changes: 3 additions & 3 deletions l10n/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: French language data (last modified: 2022.09.25).
# This file: French language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "Devrait phpMussel envoyer les en-têtes 403 avec le
config_web_ignore_upload_errors: "Cette directive doit généralement être DÉSACTIVÉ sauf si cela est nécessaire pour la correcte fonctionnalité de phpMussel sur votre spécifique système. Normalement, lorsque DÉSACTIVÉ, lorsque phpMussel détecte la présence d'éléments dans le <code>$_FILES</code>() tableau, il va tenter de lancer une analyse du fichiers que ces éléments représentent, et, si ces éléments sont vide, phpMussel retourne un message d'erreur. Ce comportement est normal pour phpMussel. Mais, pour certains CMS, vides éléments dans <code>$_FILES</code> peuvent survenir à la suite du naturel comportement de ces CMS, ou erreurs peuvent être signalés quand il ne sont pas tout, dans ce cas, le normal comportement pour phpMussel seront interférer avec le normal comportement de ces CMS. Si telle une situation se produit pour vous, ACTIVATION de cette option sera instruire phpMussel ne pas à tenter de lancer d'analyses pour ces vides éléments, ignorer quand il est reconnu et ne pas à retourner tout de connexes messages d'erreur, permettant ainsi la continuation de la requête de page. False = Désactivé\_; True = Activé."
config_web_magnification: "Grossissement des fontes. Défaut = 1."
config_web_max_uploads: "Maximum admissible nombre de fichiers pour analyse lorsque l'analyse de fichier téléchargements avant d'abandonner l'analyse et informer l'utilisateur qu'ils sont téléchargement trop à la fois\_! Fournit protection contre une théorique attaque par lequel un attaquant tente à DDoS votre système ou CMS par surchargeant phpMussel à ralentir le processus de PHP à une halte. Recommandé\_: 10. Vous pouvez désirer d'augmenter ou diminuer ce nombre dépendamment de la vitesse de votre hardware. Notez que ce nombre ne tient pas compte pour ou inclure le contenus des archives."
config_web_theme: "L'esthétique à utiliser pour la page «\_Téléchargement Refusé\_»."
config_web_theme: "L'esthétique à utiliser pour la page «\_téléchargement refusé\_»."
config_web_unsupported_media_type_header: "Devrait phpMussel envoyer les en-têtes 415 lorsque les téléchargements sont bloqués en raison du types de fichiers sur la liste noire\_? Lorsqu'il est true, ce paramètre remplace <code>forbid_on_block</code>. False = Non [Défaut]\_; True = Oui."
config_web_uploads_log: "Où tous les téléchargements bloqués doivent être enregistrés. Spécifiez un nom de fichier, ou laisser vide à désactiver."
denied: "Téléchargement Refusé\_!"
denied: "Téléchargement refusé\_!"
denied_reason: "Votre tentative de téléchargement a été bloquée pour les raisons énumérées ci-dessous\_:"
notifications_message: |
<center>
Expand Down
6 changes: 3 additions & 3 deletions l10n/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: Indonesian language data (last modified: 2022.09.25).
# This file: Indonesian language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "Seharusnya phpMussel mengirimkan 403 headers dengan
config_web_ignore_upload_errors: "Direktif ini umumnya harus DINONAKTIFKAN kecuali diharuskan untuk fungsi yang benar dari phpMussel pada sistem tertentu. Biasanya, ketika DINONAKTIFKAN, ketika phpMussel mendeteksi adanya elemen dalam <code>$_FILES</code> array(), itu akan mencoba untuk memulai scan file yang mewakili elemen, dan, jika elemen tersebut adalah kosong, phpMussel akan mengembalikan pesan kesalahan. Ini adalah perilaku yang tepat untuk phpMussel. Namun, untuk beberapa CMS, elemen kosong di <code>$_FILES</code> dapat terjadi sebagai akibat dari perilaku alami jadi CMS tersebut, atau kesalahan dapat dilaporkan bila tidak ada, dan dalam kasus seperti itu, perilaku normal untuk phpMussel akan mengganggu untuk perilaku normal itu CMS. Jika situasi seperti itu terjadi untuk Anda, MENGAKTIFKAN direktif ini akan menginstruksikan phpMussel untuk tidak mencoba untuk memulai scan untuk elemen kosong, mengabaikan saat ditemui dan untuk tidak kembali terkait pesan kesalahan, sehingga memungkinkan kelanjutan dari halaman permintaan. False = DINONAKTIFKAN; True = DIAKTIFKAN."
config_web_magnification: "Perbesaran font. Default = 1."
config_web_max_uploads: "Maksimum jumla file-file yang diizinkan untuk dipindai selama pemindaian upload file sebelum menghentikan pemindaian dan menginformasikan pengguna bahwa mereka mengupload terlalu banyak! Menyediakan perlindungan pada serangan teoritis dimana penyerang mencoba DDoS pada sistem atau CMS Anda melalui membebani phpMussel supaya berjalan lambat. Proses PHP ke penghentian keras. Recommendasi: 10. Anda dapat menaikkan atau menurunkan angka ini bergantung dari kecepatan hardware Anda. Catat itu nomor ini tidak mengakuntabilitas atau mengikutkan konten dari file terkompres."
config_web_theme: "Estetika yang digunakan untuk halaman "Upload Ditolak"."
config_web_theme: "Estetika yang digunakan untuk halaman "upload ditolak"."
config_web_unsupported_media_type_header: "Seharusnya phpMussel mengirimkan 415 headers saat upload diblokir karena jenis filenya ada di daftar hitam? Jika true, pengaturan ini menggantikan <code>forbid_on_block</code>. False = Tidak [Default]; True = Ya."
config_web_uploads_log: "Dimana semua upload yang diblokir harus dicatat. Spesifikan nama atau biarkan kosong untuk menonaktifkan."
denied: "Upload Ditolak!"
denied: "Upload ditolak!"
denied_reason: "Upload Anda diblokir karena alasan yang tercantum dibawah:"
notifications_message: |
<center>
Expand Down
6 changes: 3 additions & 3 deletions l10n/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: Italian language data (last modified: 2022.09.25).
# This file: Italian language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "phpMussel dovrebbe rispondere con 403 header con il
config_web_ignore_upload_errors: "Questa direttiva dovrebbe generalmente essere SPENTO meno se necessario per la corretta funzionalità del phpMussel sul vostra sistema. Normalmente, quando spento, quando phpMussel rileva la presenza di elementi nella <code>$_FILES</code> array(), è tenterà di avviare una scansione dei file che tali elementi rappresentano, e, se tali elementi sono vuoti, phpMussel restituirà un errore messaggio. Questo è un comportamento adeguato per phpMussel. Tuttavia, per alcuni CMS, vuoti elementi nel <code>$_FILES</code> può avvenire come conseguenza del naturale comportamento di questi CMS, o errori possono essere segnalati quando non ce ne sono, nel qual caso, il normale comportamento per phpMussel sarà interferire con il normale comportamento di questi CMS. Se una tale situazione avvenire per voi, attivazione di questa opzione SU sarà istruirà phpMussel a non tenta avviare scansioni per tali vuoti elementi, ignorarli quando si trova ea non ritorno qualsiasi errore correlato messaggi, così permettendo proseguimento della pagina richiesta. False = SPENTO/OFF; True = SU/ON."
config_web_magnification: "Ingrandimento del carattere. Predefinito = 1."
config_web_max_uploads: "Massimo numero di file per analizzare durante il file caricamenti scansione prima le terminazione del scansione e d'informare dell'utente che essi stai caricando troppo in una volta! Fornisce protezione contro un teorico attacco per cui un malintenzionato utente tenta per DDoS vostra sistema o CMS da sovraccaricamento phpMussel rallentare il PHP processo ad un brusco stop. Raccomandato: 10. Si potrebbe desiderare di aumentare o diminuire che numero basato sulla velocità del vostra sistema e hardware. Si noti che questo numero non tiene conto o includere il contenuti degli archivi."
config_web_theme: "L'estetica da utilizzare per la pagina "Caricamento Negato"."
config_web_theme: "L'estetica da utilizzare per la pagina "caricamento negato"."
config_web_unsupported_media_type_header: "phpMussel dovrebbe inviare 415 header quando i caricamenti sono bloccati a causa del tipo di file nella lista nera? Se true, questa impostazione sostituisce <code>forbid_on_block</code>. False = No [Predefinito]; True = Sì."
config_web_uploads_log: "Dove devono essere registrati tutti i caricamenti bloccati. Specificare un nome del file, o lasciare vuoto per disattivarlo."
denied: "Caricamento Negato!"
denied: "Caricamento negato!"
denied_reason: "Il tentativo di caricamento è stato bloccato per i motivi elencati di seguito:"
notifications_message: |
<center>
Expand Down
6 changes: 3 additions & 3 deletions l10n/ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# License: GNU/GPLv2
# @see LICENSE.txt
#
# This file: Malay language data (last modified: 2022.09.25).
# This file: Malay language data (last modified: 2023.01.14).
#
# Regarding translations: My native language is English. Because this is a free
# and open-source hobby project which generates zero income, and translatable
Expand All @@ -32,10 +32,10 @@ config_web_forbid_on_block: "Patutkah phpMussel menghantar 403 pengepala dengan
config_web_ignore_upload_errors: "Arahan ini secara amnya harus DINYAHAKTIFKAN melainkan diperlukan untuk kefungsian phpMussel yang betul pada sistem spesifik anda. Biasanya, apabila DINYAHAKTIFKAN, apabila phpMussel mengesan kehadiran elemen dalam <code>$_FILES</code> array(), ia akan cuba memulakan imbasan fail yang diwakili oleh elemen tersebut, dan, jika elemen tersebut ialah kosong, phpMussel akan mengembalikan mesej ralat. Ini adalah tingkah laku yang betul untuk phpMussel. Walau bagaimanapun, untuk sesetengah CMS, elemen yang kosong dalam <code>$_FILES</code> boleh berlaku akibat daripada kelakuan semula jadi CMS tersebut, atau ralat mungkin dilaporkan apabila tiada, dan dalam kes ini, tingkah laku biasa untuk phpMussel akan mengganggu tingkah laku biasa CMS tersebut. Jika situasi sedemikian berlaku untuk anda, mengaktifkan pilihan ini akan mengarahkan phpMussel untuk tidak cuba memulakan imbasan untuk elemen kosong tersebut, mengabaikannya apabila ditemui, dan tidak mengembalikan sebarang mesej ralat yang berkaitan, sekali gus membenarkan kesinambungan permintaan halaman. False = DINYAHAKTIFKAN; True = DIAKTIFKAN."
config_web_magnification: "Pembesaran fon. Lalai = 1."
config_web_max_uploads: "Bilangan maksimum fail yang dibenarkan untuk diimbas apabila mengimbas muat naik sebelum membatalkan imbasan dan memaklumkan pengguna bahawa mereka memuat naik terlalu banyak! Memberi perlindungan terhadap serangan teori dimana penyerang cuba untuk DDoS sistem atau CMS anda melalui membebankan phpMussel untuk memperlahankan proses PHP sehingga terhenti. Disyorkan: 10. Anda mungkin ingin menaikkan atau menurunkan nombor ini bergantung pada kelajuan perkakasan anda. Ambil perhatian bahawa nombor ini tidak mengambil kira atau termasuk kandungan arkib."
config_web_theme: "Estetika yang digunakan untuk halaman "Muat Naik Ditolak"."
config_web_theme: "Estetika yang digunakan untuk halaman "muat naik ditolak"."
config_web_unsupported_media_type_header: "Patutkah phpMussel menghantar 415 pengepala apabila muat naik disekat kerana jenis fail ialah disenaraihitamkan? Apabila true, tetapan ini menggantikan <code>forbid_on_block</code>. False = Tidak [Lalai]; True = Ya."
config_web_uploads_log: "Dimana semua muat naik yang disekat harus dilog. Tentukan nama fail, atau biarkan kosong untuk nyahaktifkan."
denied: "Muat Naik Ditolak!"
denied: "Muat naik ditolak!"
denied_reason: "Muat naik anda telah disekat atas sebab yang disenaraikan di bawah:"
notifications_message: |
<center>
Expand Down
Loading

0 comments on commit 1cd69ef

Please sign in to comment.