language files
This commit is contained in:
parent
cde5428319
commit
cadfcf6028
5
lang/en.php
Normal file
5
lang/en.php
Normal 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
5
lang/fr.php
Normal 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'
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user