1<?php
2/**
3 * English language file
4 * spacedok template
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author tony baldwin <tonybaldwin@gmx.com>
7 * adapted from Minima template by
8 * @author     Esther Brunner <wikidesign@gmail.com>
9 */
10
11// for the configuration manager
12$lang['color']                    = 'color scheme';
13$lang['color_o_blue']             = 'blue';
14$lang['color_o_gray']             = 'gray';
15
16$lang['width']                    = 'layout width';
17$lang['width_o_wide']             = 'wide (987 pixels)';
18
19$lang['sidebar_position']         = 'sidebar position';
20$lang['sidebar_position_o_left']  = 'on the left';
21$lang['sidebar_position_o_right'] = 'on the right';
22$lang['sidebar_page']             = 'sidebar page name';
23
24$lang['tabs_page']                = 'tabs page name';
25
26$lang['showpageinfo']             = 'show page info';
27$lang['showsiteactions']          = 'show site actions';
28$lang['showuseractions']          = 'show user actions';
29$lang['spacedok_main_sidebar']      = 'always show main sidebar';
30
31//Setup VIM: ex: et ts=2 enc=utf-8 :
32