mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
15 lines
347 B
PHP
15 lines
347 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';
|
|
$locale['loaded_in_ms'] = 'in $TIME$ ms'; |