1<?php
2/**
3 * English language file for culumus plugin
4 *
5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author  H�kan Sandell <sandell.hakan@gmail.com>
7 */
8
9// for the configuration manager
10$lang['max']     = 'Maximum number of words displayed';
11$lang['width']   = 'Width in pixels (500 or more is recommended)';
12$lang['height']  = 'Height in pixels (ideally around 3/4 of the width)';
13$lang['tcolor']  = 'Color of the tags (HEX color value without the �#� prefix)';
14$lang['tcolor2'] = 'Optional second color for gradient (HEX color value without the �#� prefix)';
15$lang['hicolor'] = 'Optional highlight color (HEX color value without the �#� prefix)';
16$lang['bgcolor'] = 'Background color (HEX color value without the �#� prefix)';
17$lang['trans']   = 'Background transparency';
18$lang['distr']   = 'Distribute tags evenly on sphere';
19$lang['speed']   = 'Rotation speed (percentage, default is 100)';
20$lang['showtags'] = 'Show tags when Flash not loading';
21
22//Setup VIM: ex: et ts=2 enc=utf-8 :
23