PHP Classes

File: translations/fr/config.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon   translations/fr/config.php   Download  
File: translations/fr/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change: Update of translations/fr/config.php
Date: 4 years ago
Size: 660 bytes
 

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'data' => [
           
'depth' => "Profondeur de données incorrecte :depth pour l'option :key",
           
'missing' => "L'option :key ne se trouve pas dans les paramètres de configuration",
        ],
       
'file' => [
           
'access' => "Impossible d'accéder au fichier de configuration :path",
           
'content' => "Erreur dans les données du fichier de configuration :path",
           
'extension' => "L'extension du fichier de configuration n'est pas supportée :path",
        ],
       
'yaml' => [
           
'install' => "Le package Yaml pour PHP n'est pas installé",
        ],
    ],
];