diff options
Diffstat (limited to 'lib/plugins/styling/lang/da/lang.php')
-rw-r--r-- | lib/plugins/styling/lang/da/lang.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/plugins/styling/lang/da/lang.php b/lib/plugins/styling/lang/da/lang.php new file mode 100644 index 000000000..1a69e7627 --- /dev/null +++ b/lib/plugins/styling/lang/da/lang.php @@ -0,0 +1,23 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Jacob Palm <mail@jacobpalm.dk> + */ +$lang['menu'] = 'Tema indstillinger - formatering'; +$lang['js']['loader'] = 'Eksempel indlæses...<br />Hvis denne side ikke forsvinder, er dine indstillinger muligvis ugyldige'; +$lang['js']['popup'] = 'Åbn som popup'; +$lang['error'] = 'Beklager, dette tema understøtter ikke denne funktion.'; +$lang['btn_preview'] = 'Forhåndsvis ændringer'; +$lang['btn_save'] = 'Gem ændringer'; +$lang['btn_reset'] = 'Nulstil ændringer'; +$lang['btn_revert'] = 'Nulstil formatering til temaets standardindstillinger'; +$lang['__text__'] = 'Grundlæggende tekstfarve'; +$lang['__background__'] = 'Grundlæggende baggrundsfarve'; +$lang['__text_alt__'] = 'Alternativ tekstfarve'; +$lang['__background_alt__'] = 'Alternativ baggrundsfarve'; +$lang['__text_neu__'] = 'Neutral tekstfarve'; +$lang['__background_neu__'] = 'Neutral baggrundsfarve'; +$lang['__border__'] = 'Ramme farve'; +$lang['__highlight__'] = 'Fremhævningsfarve (hovedsageligt til søgeresultater)'; |