mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00

* Part 1 Removing closing tags when no HTML or other output comes after the last PHP codeblock. * Further removals * nothing --------- Co-authored-by: slawkens <slawkens@gmail.com>
15 lines
297 B
PHP
15 lines
297 B
PHP
<?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';
|