Add Swedish translation

This commit is contained in:
Unick Soft
2020-08-12 21:21:26 +02:00
parent da1d755f4a
commit f068ee2a32
17 changed files with 371 additions and 0 deletions

6
lang/sv/_500.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$g_lang['m_title'] = '500 Internal Server Error';
$g_lang['head'] = 'Site Error';
$g_lang['message'] = 'Sorry, but there is an error on the site.';
?>