mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-11 23:54:10 +02:00
Localization: Français(fr) translations added.
This commit is contained in:
40
plugins/box/information/languages/fr.lang.php
Normal file
40
plugins/box/information/languages/fr.lang.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Information',
|
||||
'Debugging' => 'Débogage',
|
||||
'Name' => 'Nom',
|
||||
'Value' => 'Valeur',
|
||||
'Security' => 'Sécurité',
|
||||
'System' => 'Système',
|
||||
'on' => 'on',
|
||||
'off'=> 'off',
|
||||
'Server' => 'Serveur',
|
||||
'PHP version' => 'Version PHP',
|
||||
'SimpleXML module' => 'Module SimpleXML',
|
||||
'DOM module' => 'Module DOM',
|
||||
'Installed' => 'Installé',
|
||||
'Not Installed' => 'Non installé',
|
||||
'Security check results' => 'Résultats du contrôle de sécurité',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Le fichier de configuration a été trouvé pour être accessible en écriture. Nous vous conseillons de supprimer toutes les autorisations d\'écriture sur defines.php lors de la mise en production.',
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Le répertoire de base Monstra (":path") et/ou les fichiers inclus, ont été trouvés accessible en écriture. Nous vous conseillons de supprimer toutes les permissions d\'écriture. <br/> Vous pouvez le faire sur les systèmes Unix avec: <code> chmod-R a-w :chemin </code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Le fichier ". Htaccess" a été trouvé accessible en écriture. Nous vous conseillons de supprimer toutes les permissions d\'écriture. <br/> Vous pouvez le faire sur les systèmes Unix avec: <code>chmod a-w :chemin</ code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Le fichier index.php de Monstra a été trouvé pour être accessible en écriture. Nous vous conseillons de supprimer toutes les permissions d\'écriture. <br/> Vous pouvez le faire sur les systèmes Unix avec: <code>chmod a-w :chemin </code>',
|
||||
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
|
||||
'En raison du type et de la quantité d\'informations se peut qu\'une erreur peut être des intrusions lorsque Core::$environment = Core::DEVELOPMENT, nous vous conseillons vivement la mise de Core::PRODUCTION dans les systèmes de production.',
|
||||
'Monstra version' => 'Monstra version',
|
||||
'Directory Permissions' => 'Directory Permissions',
|
||||
'Directory' => 'Répertoire',
|
||||
'Writable' => 'Accessible en écriture',
|
||||
'Unwritable' => 'Pas accessible en écriture',
|
||||
'Status' => 'Statut',
|
||||
'PHP Built On' => 'PHP construit sur',
|
||||
'Web Server' => 'Serveur Web',
|
||||
'WebServer to PHP Interface' => 'Interface PHP du serveur web',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user