language files

This commit is contained in:
Gnieark 2015-11-25 22:43:34 +01:00
parent cde5428319
commit cadfcf6028
2 changed files with 10 additions and 0 deletions

5
lang/en.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang=array(
'SITE_NAME' => 'Artificials Intelligences\' arena',
'SITE_DESCRIPTION' => 'blah blah blah but english'
);

5
lang/fr.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang=array(
'SITE_NAME' => 'Arène pour intelligences (ou persque) artificielles',
'SITE_DESCRIPTION' => 'blah blah blah mais en francais'
);