1<?php
2/**
3 * english language file for snow plugin
4 *
5 * Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 *
19 * @author  Mark C. Prins <mprins@users.sf.net>
20 */
21$lang['enabled'] = 'Enable or disable snow';
22$lang['zindex'] = 'CSS stacking order applied to each snowflake';
23$lang['color'] = 'Don\'t eat (or use?) yellow snow.';
24$lang['excludemobile'] = 'Snow is likely to be bad news for mobile phones\' CPUs (and batteries.) Enable at your own risk.';
25$lang['flakesmax'] = 'Limit total amount of snow made (falling + sticking)';
26$lang['flakesmaxactive'] = 'Limit amount of snow falling at once (less = lower CPU use)';
27$lang['animationinterval'] = 'Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, but high CPU use. 50 = more conservative, but slower';
28$lang['usegpu'] = 'Enable transform-based hardware acceleration, reduce CPU load.';
29$lang['followmouse'] = 'Snow movement can respond to the user\'s mouse';
30$lang['snowstick'] = 'Whether or not snow should "stick" at the bottom. When off, will never collect.';
31$lang['usemelteffect'] = 'When recycling fallen snow (or rarely, when falling), have it "melt" and fade out if browser supports it';
32$lang['usetwinkleeffect'] = 'Allow snow to randomly "flicker" in and out of view while falling';
33$lang['freezeonblur'] = 'Only snow when the window is in focus (foreground.) Saves CPU.';
34