mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 03:03:26 +02:00
added Sizaro's Swedish translation and some fixes
https://otland.net/threads/myaac-v0-0-1.251454/page-6#post-2443743
This commit is contained in:
15
system/locale/sv/main.php
Normal file
15
system/locale/sv/main.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* swedish language file
|
||||
* main.php
|
||||
*
|
||||
* @author Sizaro <sizaro@live.se>
|
||||
*/
|
||||
$locale['name'] = 'Swedish';
|
||||
$locale['lang'] = 'sv';
|
||||
$locale['encoding'] = 'utf-8';
|
||||
$locale['direction']= 'ltr';
|
||||
|
||||
$locale['error404'] = 'Sidan kunde inte hittas.';
|
||||
$locale['news'] = 'Senaste nyheterna';
|
||||
?>
|
Reference in New Issue
Block a user