PHP Classes

File: translations/en/config.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon   translations/en/config.php   Download  
File: translations/en/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/en/config.php
Date: 4 years ago
Size: 576 bytes
 

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'data' => [
           
'depth' => "Incorrect depth :depth reached while setting option :key",
           
'missing' => "Option :key missing in config data",
        ],
       
'file' => [
           
'access' => "Unable to access config file at :path",
           
'content' => "Unable to get data array from config file at :path",
           
'extension' => "The config file extension is not supported :path",
        ],
       
'yaml' => [
           
'install' => "The Yaml package for PHP is not installed",
        ],
    ],
];