PHP Classes

File: tests/lang/fr.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/lang/fr.php   Download  
File: tests/lang/fr.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of tests/lang/fr.php
Date: 3 years ago
Size: 252 bytes
 

Contents

Class file image Download
<?php

use eftec\bladeone\BladeOneLang;

/**
 * @see \$blade is defined on /BladeOne/examples/testlang.php
 */
$blade::$dictionary=array(
   
'Hat'=>'Sombrero'
   
,'Cat'=>'chat'
   
,'Cats'=>'Chats'
   
,'%s is a nice cat'=>'%s est un gentil chat'

);