mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
First public release of MyAAC
This commit is contained in:
15
system/locale/en/main.php
Normal file
15
system/locale/en/main.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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';
|
||||
?>
|
Reference in New Issue
Block a user