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:
slawkens1
2017-05-21 22:12:14 +02:00
parent 915a1720e2
commit be6fd3af0e
6 changed files with 124 additions and 3 deletions

15
system/locale/sv/main.php Normal file
View 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';
?>