batufa/system/i18n/en.php

6 lines
114 B
PHP
Raw Normal View History

<?php defined('SYSPATH') or die('No direct script access.');
return array
(
'Hello, world' => 'Hello, world',
);