PHP Classes

File: translations/fr/labels.php

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

Contents

Class file image Download
<?php

return [
   
'labels' => [
       
'confirm' => [
           
'yes' => "Oui",
           
'no' => "Non",
        ],
    ],
];