Image Camo extension
This commit is contained in:
parent
b8703f69f7
commit
3924ff91a0
7 changed files with 1083 additions and 0 deletions
20
xExtension-ImageCamo/i18n/en/ext.php
Normal file
20
xExtension-ImageCamo/i18n/en/ext.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'imagecamo' => array(
|
||||
'proxy_url' => 'Camo Proxy URL',
|
||||
'proxy_url_help' => 'The base URL of your camo server (e.g., https://camo.example.com)',
|
||||
'hmac_key' => 'HMAC Key',
|
||||
'hmac_key_help' => 'The shared secret key used to sign URLs (must match your camo server configuration)',
|
||||
'encoding' => 'URL Encoding',
|
||||
'encoding_help' => 'Choose the URL encoding format supported by your camo server',
|
||||
'encoding_base64_desc' => 'recommended, shorter URLs',
|
||||
'encoding_hex_desc' => 'longer URLs, case insensitive',
|
||||
'scheme_http' => 'Proxy HTTP images',
|
||||
'scheme_https' => 'Proxy HTTPS images',
|
||||
'scheme_default' => 'Proxy protocol-relative URLs',
|
||||
'scheme_include' => 'Include http*:// in URL',
|
||||
'security_notice_title' => 'Security Notice',
|
||||
'security_notice_text' => 'Keep your HMAC key secret and secure. Use a strong, random key that matches your camo server configuration.'
|
||||
),
|
||||
);
|
||||
20
xExtension-ImageCamo/i18n/fr/ext.php
Normal file
20
xExtension-ImageCamo/i18n/fr/ext.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'imagecamo' => array(
|
||||
'proxy_url' => 'URL du proxy Camo',
|
||||
'proxy_url_help' => 'L\'URL de base de votre instance camo (ex: https://camo.example.com)',
|
||||
'hmac_key' => 'Clé HMAC',
|
||||
'hmac_key_help' => 'La clé secrète partagée utilisée pour signer les URLs (doit correspondre à votre configuration camo)',
|
||||
'encoding' => 'Encodage d\'URL',
|
||||
'encoding_help' => 'Choisissez le format d\'encodage d\'URL supporté par votre instance camo',
|
||||
'encoding_base64_desc' => 'recommandé, URLs plus courtes',
|
||||
'encoding_hex_desc' => 'URLs plus longues, insensible à la casse',
|
||||
'scheme_http' => 'Proxifier les images HTTP',
|
||||
'scheme_https' => 'Proxifier les images HTTPS',
|
||||
'scheme_default' => 'Proxifier les URLs relatives au protocole',
|
||||
'scheme_include' => 'Inclure http*:// dans l\'URL',
|
||||
'security_notice_title' => 'Avis de sécurité',
|
||||
'security_notice_text' => 'Gardez votre clé HMAC secrète et sécurisée. Utilisez une clé forte et aléatoire qui correspond à la configuration de votre instance camo.'
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue