xref: /dokuwiki/lib/plugins/styling/lang/en/lang.php (revision cf2c8e759bf06596f9492d090f4dd8dbb76a178c)
1123bc813SAndreas Gohr<?php
2123bc813SAndreas Gohr/**
3123bc813SAndreas Gohr * English language file for styling plugin
4123bc813SAndreas Gohr *
5123bc813SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
6123bc813SAndreas Gohr */
7123bc813SAndreas Gohr
8123bc813SAndreas Gohr// menu entry for admin plugins
96667cd87SAndreas Gohr$lang['menu'] = 'Template Style Settings';
106667cd87SAndreas Gohr
11d634152eSAnika Henke$lang['js']['loader'] = 'Preview is loading...<br />if this does not goes away, your values may be faulty';
12d634152eSAnika Henke$lang['js']['popup'] = 'Open as a popup';
13123bc813SAndreas Gohr
14123bc813SAndreas Gohr// custom language strings for the plugin
15123bc813SAndreas Gohr$lang['error'] = 'Sorry, this template does not support this functionality.';
16123bc813SAndreas Gohr
17d634152eSAnika Henke$lang['btn_preview'] = 'Preview changes';
18d634152eSAnika Henke$lang['btn_save']    = 'Save changes';
19d634152eSAnika Henke$lang['btn_reset']   = 'Reset current changes';
20*cf2c8e75SAnika Henke$lang['btn_revert']  = 'Revert styles back to template\'s default';
21123bc813SAndreas Gohr
22123bc813SAndreas Gohr// default guaranteed placeholders
23123bc813SAndreas Gohr$lang['__text__']           = 'Main text color';
2423a5593cSAnika Henke$lang['__background__']     = 'Main background color';
25123bc813SAndreas Gohr$lang['__text_alt__']       = 'Alternative text color';
2623a5593cSAnika Henke$lang['__background_alt__'] = 'Alternative background color';
27123bc813SAndreas Gohr$lang['__text_neu__']       = 'Neutral text color';
2823a5593cSAnika Henke$lang['__background_neu__'] = 'Neutral background color';
29123bc813SAndreas Gohr$lang['__border__']         = 'Border color';
30123bc813SAndreas Gohr$lang['__highlight__']      = 'Highlight color (for search results mainly)';
31123bc813SAndreas Gohr
32123bc813SAndreas Gohr
33123bc813SAndreas Gohr
34123bc813SAndreas Gohr
35123bc813SAndreas Gohr//Setup VIM: ex: et ts=4 :
36