You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- /**
- * English language file
- *
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author Esther Brunner <wikidesign@gmail.com>
- */
-
- // for the configuration manager
- $lang['color'] = 'color scheme';
- $lang['color_o_blue'] = 'blue';
- $lang['color_o_brown'] = 'brown';
- $lang['color_o_gray'] = 'gray';
- $lang['color_o_green'] = 'green';
- $lang['color_o_pink'] = 'pink';
- $lang['color_o_purple'] = 'purple';
-
- $lang['width'] = 'layout width';
- $lang['width_o_narrow'] = 'narrow (610 pixels)';
- $lang['width_o_medium'] = 'medium (754 pixels)';
- $lang['width_o_wide'] = 'wide (987 pixels)';
-
- $lang['sidebar_position'] = 'sidebar position';
- $lang['sidebar_position_o_left'] = 'on the left';
- $lang['sidebar_position_o_right'] = 'on the right';
- $lang['sidebar_page'] = 'sidebar page name';
-
- $lang['tabs_page'] = 'tabs page name';
-
- $lang['showpageinfo'] = 'show page info';
- $lang['showsiteactions'] = 'show site actions';
- $lang['showuseractions'] = 'show user actions';
- $lang['minima_main_sidebar'] = 'always show main sidebar';
-
- //Setup VIM: ex: et ts=2 enc=utf-8 :
|