Initial commit

This commit is contained in:
2021-10-26 13:02:53 +02:00
commit 73843b66ce
4678 changed files with 319494 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Tor Härnqvist <tor@harnqvist.se>
*/
$lang['btn_preview'] = 'Förhandsvisa ändringar';
$lang['btn_save'] = 'Spara ändringar';
$lang['btn_reset'] = 'Nollställ aktuella ändringar';
$lang['__text__'] = 'Huvudsaklig textfärg';
$lang['__background__'] = 'Huvudsaklig bakgrundsfärg';
$lang['__text_alt__'] = 'Alternativ textfärg';
$lang['__background_alt__'] = 'Alternativ bakgrundsfärg';
$lang['__text_neu__'] = 'Neutral textfärg';
$lang['__background_neu__'] = 'Neutral bakgrundsfärg';
$lang['__border__'] = 'Ramfärg';