7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
|
|
$lang['en'] = array(
|
|
'Chapter %s' => 'Chapter %s',
|
|
'Contents' => 'Contents'
|
|
);
|