mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
15 lines
308 B
PHP
15 lines
308 B
PHP
<?php
|
|
/**
|
|
* english language file
|
|
* main.php
|
|
*
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
*/
|
|
$locale['name'] = 'English';
|
|
$locale['lang'] = 'en';
|
|
$locale['encoding'] = 'utf-8';
|
|
$locale['direction']= 'ltr';
|
|
|
|
$locale['error404'] = 'The requested page was not found.';
|
|
$locale['news'] = 'Latest news';
|
|
?>
|