summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/lang/en/lang.php
blob: 2dd7921b08a022d18288e968ab0c14ad9e057d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
 * English language file for styler plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

// menu entry for admin plugins
$lang['js']['menu'] = 'Template Style Settings';

// custom language strings for the plugin
$lang['error'] = 'Sorry, this template does not support this functionality.';

$lang['btn_preview'] = 'Preview your changes';
$lang['btn_save']    = 'Save your changes';
$lang['btn_reset']   = 'Reset your current changes';
$lang['btn_revert']  = 'Revert all styles back to the template\'s default';



//Setup VIM: ex: et ts=4 :